NewPipe-app-android/app/src/main/java/org/schabi/newpipe/local
litetex 08d5dfa49c Removed updateRelativeTimeViews when the activity is paused
We don't need to call ``updateRelativeTimeViews`` when the activity is paused, because the user likely won't  notice it.
Despite that onResume already calls ``updateRelativeTimeViews`` so there is no need to do that twice.
2021-07-16 21:04:32 +02:00
..
bookmark Migrate rest of AlertDialogs to AppCompat 2021-04-04 10:26:38 -04:00
dialog Migrate rest of AlertDialogs to AppCompat 2021-04-04 10:26:38 -04:00
feed Removed updateRelativeTimeViews when the activity is paused 2021-07-16 21:04:32 +02:00
history convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
holder Correctly save stream progress at the end of a video 2021-06-09 15:53:51 +02:00
playlist convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
subscription Refactoring by Android Studio 2021-06-23 14:30:01 +02:00
BaseLocalListFragment.java Annotate some overridden methods and parameters as NonNull 2021-06-19 18:37:02 -04:00
HeaderFooterHolder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
LocalItemBuilder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
LocalItemListAdapter.java Fix trying to delete object not in list (#6127) 2021-05-12 14:33:00 +02:00