1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-27 15:43:21 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe
plasticanu 40815086ad
Fix crash when the user clicks download then quits the history fragment (#9143)
* Fix crash when the user clicks download then quits the history fragment

* add a nonnull annotation to the context parameter in the DownloadDialog constructor.

* Revert "Merge branch 'TeamNewPipe:dev' into fix/HistoryFragmentDownloadDialogCrash"

This reverts commit 968d7a7603.

* Revert "Merge branch 'TeamNewPipe:dev' into fix/HistoryFragmentDownloadDialogCrash"

This reverts commit 968d7a7603, reversing
changes made to 52963ba37d.

Reverted merge

jlhzxc

* update project to the latest dev branch

* Revert "update project to the latest dev branch"

This reverts commit fb3ed83d51.

revert changes to build files

* Revert "Revert "Merge branch 'TeamNewPipe:dev' into fix/HistoryFragmentDownloadDialogCrash""

This reverts commit f9e1835e71.
2022-10-26 11:22:32 +02:00
..
about Add Link to FAQ in the app (#9164) 2022-10-26 09:59:51 +02:00
database Remove unused methods in HistoryRecordManager. 2022-08-06 05:09:54 +05:30
download Fix crash when the user clicks download then quits the history fragment (#9143) 2022-10-26 11:22:32 +02:00
error Use Collectors.joining(). 2022-08-06 06:54:21 +05:30
fragments Merge pull request #8946 from HybridAU/add_play_queue_button_to_video_details_fragment 2022-10-06 18:55:50 +02:00
info_list Fix crash when the user clicks download then quits the history fragment (#9143) 2022-10-26 11:22:32 +02:00
ktx Add reusable classes extending AnimatorListenerAdapter. 2022-08-05 06:08:13 +05:30
local Merge pull request #8734 from Stypox/feed-group-factory 2022-10-09 19:35:47 +02:00
player Merge pull request #8946 from HybridAU/add_play_queue_button_to_video_details_fragment 2022-10-06 18:55:50 +02:00
settings Use ListAdapter in PreferenceSearchAdapter. 2022-08-18 19:52:51 +05:30
streams Use toArray() with zero-length arrays. 2022-08-05 06:50:55 +05:30
util Add play queue button to video details fragment 2022-09-14 21:00:44 +08:00
views Remove deprecated method calls in FocusAwareCoordinator. 2022-07-21 09:01:19 +05:30
App.java Use List.of(). 2022-07-20 04:39:11 +05:30
BaseFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
DownloaderImpl.java Use Collectors.joining(). 2022-08-06 06:54:21 +05:30
ExitActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
MainActivity.java Removed the "(beta)"-tag from services (#8637) 2022-07-24 15:57:23 +03:00
NewPipeDatabase.java Notifications about new streams 2021-09-07 13:30:16 +03:00
NewVersionWorker.kt Convert NewVersionWorker to Kotlin 2022-03-03 13:34:35 -05:00
PanicResponderActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
QueueItemMenuUtil.java Use List.of(). 2022-07-20 04:39:11 +05:30
RouterActivity.java Merge pull request #8651 from Isira-Seneviratne/Use_limiting_methods 2022-07-20 15:06:45 +02:00