Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.21.14 #7472

Closed
wants to merge 140 commits into from
Closed

Release/0.21.14 #7472

wants to merge 140 commits into from

Conversation

litetex
Copy link
Member

@litetex litetex commented Nov 30, 2021

Changelog

NewPipe / App

New

6 - Add a "add to playlist" option in the share menu #7194
14 - Add "Check for updates" button in update settings #7296
15 - Add support for y2u.be links #7304
17 - Support PeerTube short links #7353
23 - Show action to mark stream as watched all long press menus #7160

Improved

1 - Fix clicking timestamp shows Toast "Playing in popup mode" #7202
5 - Check if background player already active before displaying player toast #7224
7 - Added the 'Show Channel Details' menu item to the Queue long press menu #7222
13 - Use custom TextViews and EditTexts in all XML resources #7061 #7348
19 - [Feed] Save "Show watched items" toggle's status #7370
22 - Simple playback-speed-controls improvements #7363
24 - Rework feed new items handling #7050

Fixed

16 - Fixed shuffle button opacity UI bug #6844
25 - Prevent automatic replay after returning from background #7381
30 - [YouTube] Likes and dislikes extraction #7467 / TeamNewPipe/NewPipeExtractor#753

Development

2 - Update AndroidX Media library to 1.4.x #7148
3 - Deduplicated drawer code in MainActivity #7215
4 - Use the correct TAG in NavigationHelper #7196
8 - Clean up .gitignore files #7264
9 - Remove deprecated setUserVisibleHint #7265
10 - Update pager workaround code to Fragment 1.3.6 #7149
11 - Update some libraries #7263
12 - Update RecyclerView & Groupie libraries #7261
18 - Gradle: Replaced deprecated 'with' with 'using' #7395
20 - Update ExoPlayer to 2.14.2 #7005 and #7408
21 - Remove JCenter #5843
26 - Add gradle wrapper Sha256 #7418 and #7442
27 - Use DefaultLoadcontrol #7406
28 - Some code cleanup(s) #7412
29 - Better player error handling #7142

NewPipeExtractor

See TeamNewPipe/NewPipeExtractor#756

nschulzke and others added 30 commits September 23, 2021 21:39
Created a method in NavigationHelper that opens the channel fragment using an Intent to MainActivity instead of replacing fragments.
Fix clicking timestamp shows Toast "Playing in popup mode"
Update AndroidX Media library to 1.4.x
…player-type

Check if background player already active before displaying player toast
Add a "add to playlist" option in the share menu
Added the 'Show Channel Details' menu item to the Queue long press menu
…the selected text

This TextView class extends the AppCompatTextView class from androidx.

These changes (only in XML ressources) allow us to share the selected text by using ShareUtils.shareText, which opens the Android system chooser instead of the Huawei system chooser on EMUI devices.
…the selected text

This EditText class extends the AppCompatEditText class from androidx.

These changes (only in XML ressources) allow us to share the selected text by using ShareUtils.shareText, which opens the Android system chooser instead of the Huawei system chooser on EMUI devices.
litetex and others added 28 commits November 15, 2021 20:22
Now keeps the ``selectableItemBackground`` when highligthing an item.
…returning-from-background

Prevent automatic replay after returning from background
* Added a new setting so that player errors are reported (under Video and Audio > Player)
* Moved the player error logic to separate class specially created for this purpose
@litetex
Copy link
Member Author

litetex commented Nov 30, 2021

Wrong branch... Closing

@litetex litetex closed this Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.