Skip to content

Commit

Permalink
Merge branch 'master_tubular'
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci committed Jul 13, 2024
2 parents a2e2e7b + 3d579ae commit 6b26da6
Show file tree
Hide file tree
Showing 2,293 changed files with 6,605 additions and 18,893 deletions.
88 changes: 0 additions & 88 deletions .github/CONTRIBUTING.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/DISCUSSION_TEMPLATE/questions.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

21 changes: 8 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,32 @@
name: Bug report
description: Create a bug report to help us improve
labels: [bug, needs triage]
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thank you for helping to make NewPipe better by reporting a bug. :hugs:
Please fill in as much information as possible about your bug so that we don't have to play "information ping-pong" and can help you immediately.
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
options:
- label: "I am able to reproduce the bug with the latest version given here: [CLICK THIS LINK](https://github.com/TeamNewPipe/NewPipe/releases/latest)."
- label: "I am able to reproduce the bug with the [latest version](https://github.com/polymorphicshade/Tubular/releases/latest)."
required: true
- label: "I am *not* able to reproduce the bug with the *latest version* of [vanilla NewPipe](https://github.com/TeamNewPipe/NewPipe/releases/)."
required: true
- label: "I made sure that there are *no existing issues* - [open](https://github.com/TeamNewPipe/NewPipe/issues) or [closed](https://github.com/TeamNewPipe/NewPipe/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
- label: "I made sure that there are *no existing issues* - [open](https://github.com/polymorphicshade/Tubular/issues) or [closed](https://github.com/polymorphicshade/Tubular/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
required: true
- label: "I have read the [FAQ](https://newpipe.net/FAQ/) and my problem isn't listed."
required: true
- label: "I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise."
required: true
- label: "This issue contains only one bug."
required: true
- label: "I have read and understood the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md)."
- label: "I have read and understood the vanilla NewPipe [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md)."
required: true

- type: input
id: app-version
attributes:
label: Affected version
description: "In which NewPipe version did you encounter the bug?"
description: "In which version did you encounter the bug?"
placeholder: "x.xx.x - Can be seen in the app from the 'About' section in the sidebar"
validations:
required: true
Expand Down Expand Up @@ -68,7 +63,7 @@ body:
- type: textarea
id: screen-media
attributes:
label: Screenshots/Screen recordings
label: Screenshots/Recordings
description: |
A picture or video is worth a thousand words.
Expand Down
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

25 changes: 15 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
name: Feature request
description: Suggest an idea for this project
labels: [feature request, needs triage]
labels: []
body:
- type: markdown
attributes:
value: |
Thank you for helping to make NewPipe better by suggesting a feature. :hugs:
Your ideas are highly welcome! The app is made for you, the users, after all.
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
options:
- label: "I made sure that there are *no existing issues* - [open](https://github.com/TeamNewPipe/NewPipe/issues) or [closed](https://github.com/TeamNewPipe/NewPipe/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
- label: "I made sure that there are *no existing issues* - [open](https://github.com/polymorphicshade/Tubular/issues) or [closed](https://github.com/polymorphicshade/Tubular/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
required: true
- label: "I have read the [FAQ](https://newpipe.net/FAQ/) and my problem isn't listed."
required: true
- label: "I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor/issues)."
- label: "I'm aware that this is a request for Tubular itself and that requests for adding a new service need to be made in [vanilla NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor/issues)."
required: true
- label: "I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise."
required: true
- label: "This issue contains only one feature request."
required: true
- label: "I have read and understood the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md)."
- label: "I have read and understood the vanilla NewPipe [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md)."
required: true


Expand All @@ -45,6 +39,17 @@ body:
validations:
required: true

- type: textarea
id: why-relevant-to-fork
attributes:
label: Why ist the feature relevant to this fork?
description: |
Describe why your feature is relevant to the features this fork aims to provide over vanilla NewPipe, or demonstrate that [upstream](https://github.com/TeamNewPipe/NewPipe/issues) is *explicitly* against implementing your feature for *non-technical reasons*.
(This is not the place for stale upstream feature requests!)
validations:
required: true

- type: textarea
id: additional-information
attributes:
Expand Down
34 changes: 0 additions & 34 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/changed-lines-count-labeler.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
New
- "Shuffle and play" menu option for playlists
- Option to show dislikes as a percentage

Improved
- Streamlined the release process with Github Actions (thanks @thekyber)

Fixed
- The database should now be exportable to vanilla NewPipe (this breaks the SponsorBlock whitelist functionality and will be fixed in a later version)
- Changed some graphics to be specific to Tubular
- Privacy-related changes to comply with FDroid rules
- No longer crashing when attempting to send a crash report with a huge stack trace
- Unskip didn't work on certain segments sometimes (thanks @mikooomich)
- Some translation changes (thanks @onkq, @mikropsoft, @Mr-Bajs)
Loading

0 comments on commit 6b26da6

Please sign in to comment.