NewPipe/app/src/main/java/org/schabi/newpipe
XiangRongLin 50a026183d Make Localization.relativeTime testable
Problem is global state in static variable prettyTime. But for performance reasons on Android that is preferred.
Now allow injecting prettyTime dependency by making init function public.
2021-01-06 14:48:34 +01:00
..
about Use Objects.requireNonNull(). 2021-01-02 09:36:33 +05:30
database [FIX] - Use of a Data class instead of overriding equals method 2020-12-07 10:53:33 +01:00
download Use view binding in DownloadActivity. 2020-12-19 04:19:59 +05:30
fragments Merge pull request #5221 from B0pol/notifications 2021-01-01 18:05:43 +01:00
info_list [media.ccc.de] Add live stream kiosk 2020-12-27 13:26:49 +01:00
ktx Add a workaround for a possible null offset ID. 2020-12-10 15:23:30 +05:30
local dynamically get package name 2020-12-20 13:52:20 +01:00
player Merge pull request #5221 from B0pol/notifications 2021-01-01 18:05:43 +01:00
report Use view binding in ErrorActivity. 2020-12-19 04:21:59 +05:30
settings Use Objects.requireNonNull(). 2021-01-02 09:36:33 +05:30
streams Fix typos 2020-12-07 13:35:37 +03:00
util Make Localization.relativeTime testable 2021-01-06 14:48:34 +01:00
views Lint: Inner class may be static 2020-11-18 18:02:33 -05:00
ActivityCommunicator.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
App.java Make Localization.relativeTime testable 2021-01-06 14:48:34 +01:00
BaseFragment.java Upgrade LeakCanary 2020-05-25 11:03:07 +02:00
CheckForNewAppVersion.java Update NewPipe's API url for new app's version check 2020-12-15 18:57:36 +01:00
DownloaderImpl.java Lint: Make a bunch of stuff final 2020-11-18 17:50:00 -05:00
ExitActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
ImageDownloader.java Use AndroidX preference 2020-09-06 12:52:42 +02:00
MainActivity.java Make Localization.relativeTime testable 2021-01-06 14:48:34 +01:00
NewPipeDatabase.java Use final where possible 2020-08-16 10:25:09 +02:00
PanicResponderActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
ReCaptchaActivity.java Use WebViewClientCompat in ReCaptchaActivity. 2020-12-19 13:21:57 +05:30
RouterActivity.java Use ServiceCompat.stopForeground(). 2020-12-19 16:52:17 +05:30