straw/app/src/main/java/org/schabi/newpipe
Stypox 5fea12d8eb
Small code improvements
Removed some non-translatable strings and just hardcoded them in the code, like it's being done for other string separators. This also deduplicates some code by using Localization.
Used some Kotlin feature to reduce code.
2022-02-26 10:40:24 +01:00
..
about Added credit to the project which inspired the preference search 2022-01-24 21:08:38 +01:00
database Merge branch 'dev' into pr2335 2022-01-24 10:25:07 +01:00
download Merge pull request #7452 from litetex/show-alert-when-file-manager-not-found 2021-12-14 20:01:02 +01:00
error Show error notification when new streams notifications failed 2021-12-31 20:04:56 +01:00
fragments Merge branch 'dev' into feature/notifications 2022-02-19 12:34:44 +01:00
info_list Added ability to see pinned comment 2021-12-24 11:29:34 -06:00
ktx Fixed SonarLint problems 2022-01-21 22:49:24 +01:00
local Small code improvements 2022-02-26 10:40:24 +01:00
player Fix fast seek overlay arc not correctly centered 2022-02-18 22:34:55 +01:00
settings Small code improvements 2022-02-26 10:40:24 +01:00
streams Android 10+ only allows SAF -> Respect that in the dialog 2021-12-08 20:22:26 +01:00
util Small code improvements 2022-02-26 10:40:24 +01:00
views Fixed "Changing the seeks duration does not update the displayed seconds" 2022-01-25 20:44:49 +01:00
App.java Merge branch 'dev' into feature/notifications 2022-02-19 12:34:44 +01:00
BaseFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
CheckForNewAppVersion.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
DownloaderImpl.java Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
ExitActivity.java Replaced System.Exit calls with FinishAffinity and Start Activity calls 2021-06-17 17:18:15 +01:00
MainActivity.java Merge branch 'dev' into pr2335 2021-12-31 19:20:18 +01:00
NewPipeDatabase.java Notifications about new streams 2021-09-07 13:30:16 +03:00
NewVersionManager.kt Respect expires header when checking for new version 2021-01-23 09:02:11 +01:00
PanicResponderActivity.java
QueueItemMenuUtil.java Load uploaderUrl when showing Channel Details from Play Queue 2022-01-25 11:00:34 +08:00
RouterActivity.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00