TobiGr
a991b2ad4d
Do not set reChaptache cookie when there is no cookie stored
...
In DownloaderImpl#getCookies(String url) the reChaptcha cookie is set if it is not null. For this reason, the cookie was set in every request.
2021-04-04 12:27:12 +02:00
Tobi
0552bece11
Merge pull request #5995 from XiangRongLin/fix_release
...
Fix release build by updating icon reference
2021-04-04 12:14:26 +02:00
XiangRongLin
be565a1985
Fix release build by updating icon reference
...
Was changed in DayNight Theme, but only in debug resource and not release resource.
2021-04-04 09:22:42 +02:00
Tobi
50aa08f8b7
Merge pull request #5927 from krlvm/daynight
...
Migrate to Android DayNight Theme, fix Light Theme, minor UI improvements
2021-04-03 20:29:24 +02:00
TobiGr
3c4437cbe5
Update extractor
2021-04-03 20:28:57 +02:00
krlvm
ef0999b9c3
Merge branch 'dev' into daynight
2021-04-03 00:08:26 +03:00
krlvm
0e314d248b
Fix Player controls colors on KitKat
...
AppCompatImageButton ignores "tint" theme attribute on API 19, therefore, they had to be specified directly, these attributes can be removed after the KitKat support is dropped.
2021-04-02 23:58:10 +03:00
krlvm
f49e91b3e3
Fix quality & caption popups colors on KitKat
2021-04-02 23:46:14 +03:00
Stypox
fa3867ebde
Merge pull request #5974 from fynngodau/related-items
...
Rename related streams to related items
2021-04-02 20:34:39 +02:00
krlvm
239a458800
Remove unused themes
2021-04-02 20:25:22 +03:00
PulkitGarg67
e3f174fc44
Functionality to rename playlist name from playlist interface
2021-04-01 21:30:15 +02:00
Saurav Rao
065fd7afab
NullPointerException on screen rotation during exit fix ( #5976 )
2021-04-01 15:07:21 +02:00
Fynn Godau
623532a86e
Use matching NPE version
2021-03-31 22:35:24 +02:00
Fynn Godau
36177cefaa
Rename related streams to related items
2021-03-31 22:33:22 +02:00
Tobi
3fa517cf20
Merge pull request #5935 from Stypox/fix-notification-settings
...
Fix hidden icon to the left of notification actions in settings
2021-03-31 22:18:26 +02:00
krlvm
536598aa01
Fix subscription picker colors on API 19
2021-03-31 20:17:58 +03:00
Tobi
1d5b2e9038
Merge pull request #5969 from Redirion/tnnlwrkarnd
...
Disable media tunneling on Hi3798MV200
2021-03-31 19:02:00 +02:00
Stypox
6cc33cd78f
Merge pull request #5867 from TacoTheDank/rearrange-libraries
...
Rearrange libraries
2021-03-31 18:18:23 +02:00
Stypox
c806cdb2c3
Merge pull request #5971 from sauravrao637/issueFix5968
...
App Crashes when no videos in last played and user interacts with playlistController fix
2021-03-31 18:11:30 +02:00
krlvm
1b3360ad18
Fix player controls colors on large screens
2021-03-31 19:07:27 +03:00
TacoTheDank
c9b999d7f6
Make the dependencies block much easier to read
2021-03-31 11:49:55 -04:00
TacoTheDank
fc9caba122
Update Android Studio
2021-03-31 11:44:43 -04:00
camo0112
3e232ba4d3
IssueFixed#5968
2021-03-31 20:48:02 +05:30
Robin
fb49dda602
Disabled tunneling on Hi3798MV200
2021-03-31 16:38:50 +02:00
krlvm
04573da1df
Fix Kiosk Selector colors in Light theme
2021-03-31 16:49:28 +03:00
Stypox
7e39224074
Merge pull request #5944 from Stypox/fix-search-menu
...
Fix some random NullPointerExceptions
2021-03-31 15:21:13 +02:00
Stypox
6ee9ed9afa
Merge pull request #5856 from Redirion/exo213
...
Update to ExoPlayer 2.13.2
2021-03-31 14:29:16 +02:00
wangear
abf7847743
Fix overlapping fonts and crash on tapping anywhere on video after long-pressing 'Popup' button ( #5813 )
...
* Overlapping fonts #5096
issue : #5096
* Overlapping fonts #5096
issue : #5096
changed :
- If additional textView is overlapped, only title view shows.
* Overlapping fonts #5096
issue : #5096
changed :
- Remove treeObserve and hiding logic.
- RelativeLayout -> ConstraintLayout.
- layout size fixed -> wrap_content.
- if text size is bigger, layout height bigger too.
* Overlapping fonts #5096
issue : #5096
changed :
- remove unusable variable
* Crash on tapping anywhere on video after long-pressing 'Popup' button #5804
issue : #5804
changed :
- checked null
- fixed NullPointerException.
2021-03-31 10:10:14 +02:00
Tobi
8d5c0e6990
Merge pull request #5360 from XiangRongLin/instrumented_tests
...
Run Instrumented tests in CI pipeline
2021-03-31 10:08:05 +02:00
Robin
34786ff077
Update to ExoPlayer 2.13.2
2021-03-31 10:05:44 +02:00
Stypox
ffd5ae0261
Merge pull request #5881 from TacoTheDank/about_revamp
...
About package internal revamp
2021-03-31 09:56:12 +02:00
Stypox
5e7b3c811f
Fix random NullPointerException in NotificationActionsPreference
2021-03-31 09:12:47 +02:00
Stypox
858361f0bb
Fix random NullPointerException in PlaylistFragment
2021-03-31 09:12:47 +02:00
Stypox
9f4fd09cfc
Fix random NullPointerException in SearchFragment
2021-03-31 09:12:45 +02:00
Tobi
2b408d4f90
Merge pull request #5866 from TacoTheDank/update-gradle-wrapper
...
Update gradle wrapper
2021-03-30 10:36:48 +02:00
TacoTheDank
6ceac4332d
Convert AboutFragment clickListeners to a function extension
2021-03-29 19:07:12 -04:00
TacoTheDank
90a647ac24
Converted the about package to Kotlin
2021-03-29 19:06:32 -04:00
TacoTheDank
8d53116840
Renamed things pertaining to the about package
2021-03-29 19:05:57 -04:00
krlvm
92e8c18177
Cleanup
2021-03-30 00:03:30 +03:00
krlvm
e2c2361a26
Fix FilePicker crash
2021-03-29 23:15:02 +03:00
krlvm
1b5061c36b
Fix ErrorActivity colors
2021-03-29 22:48:28 +03:00
krlvm
cf91ccd471
Fix Downloader colors
2021-03-29 21:35:00 +03:00
krlvm
abad71e292
Fix colors in setting fragments, cleanup
2021-03-29 21:19:17 +03:00
Tom
d913782da8
Allow the user to pause while a video is buffering ( #5929 )
...
Fix pause while buffering
Use getPlayWhenReady wrapper everywhere playWhenReady is checked
Remove duplicate `playPause()` code
2021-03-29 18:00:00 +02:00
krlvm
a83d5d5d3e
Fix Volume Off gesture overlay
2021-03-29 16:10:56 +03:00
krlvm
c0dc65c789
Fix Toolbar Search input pointer and cursor color
2021-03-29 14:47:46 +03:00
krlvm
e24d0d4952
Fix Subscription Picker's Toolbar colors
2021-03-29 14:44:29 +03:00
XiangRongLin
841133791a
Add instrumented tests to CI workflow
2021-03-29 10:18:12 +02:00
krlvm
ecf06582c6
Refactor Styles, disable colored navigation bar when we can't be sure that navigation bar buttons will have enough contrast (API < 27)
2021-03-28 22:51:44 +03:00
krlvm
65ead0e0c5
Red Splash Screen for API < 23
2021-03-28 22:35:03 +03:00