Isira Seneviratne
e7fed4245d
Use view binding in FeedGroupDialog.
2021-01-14 11:16:07 +05:30
Isira Seneviratne
b34ae8b502
Use view binding in SubscriptionFragment.
2021-01-14 11:16:06 +05:30
Isira Seneviratne
c7582e9b23
Use view binding in FeedFragment.
2021-01-14 11:16:05 +05:30
Isira Seneviratne
a350d46344
Use view binding in SearchFragment.
2021-01-14 11:16:04 +05:30
Isira Seneviratne
220d97ba1b
Use view binding in ChannelFragment.
2021-01-14 11:16:03 +05:30
Isira Seneviratne
5137c87cb5
Use view binding in DownloadDialog.
2021-01-14 11:16:01 +05:30
Isira Seneviratne
6e41282714
Use view binding in LicenseFragment.
2021-01-14 11:16:00 +05:30
Isira Seneviratne
839a4e08d2
Use view binding in MainFragment.
2021-01-14 11:15:58 +05:30
Isira Seneviratne
b9768516f0
Return ViewBinding instead of View in BaseListFragment's getListHeader() and getListFooter() methods.
2021-01-14 11:15:57 +05:30
Isira Seneviratne
9d322b9fdc
Return ViewBinding instead of View in BaseLocalListFragment's getListHeader() and getListFooter() methods.
2021-01-14 11:15:54 +05:30
Robin
dca7d7a531
Merge pull request #5358 from XiangRongLin/testable_prettytime
...
Make Localization.relativeTime testable
2021-01-13 22:44:11 +01:00
Isira Seneviratne
bd7be70214
Use view binding (PlayerPopupCloseOverlayBinding) in VideoPlayerImpl.
2021-01-13 20:44:00 +01:00
Isira Seneviratne
000ddb0110
Use view binding (PlayerBinding) in VideoPlayer.
2021-01-13 20:43:56 +01:00
XiangRongLin
88346df803
Add comment about unexpected assertion
2021-01-13 17:25:00 +01:00
Tobias Groza
5bf5b040b7
Merge pull request #5310 from khimaros/list-play-kodi
...
add list item to play video on kodi
2021-01-13 17:02:56 +01:00
bopol
0ed0f2af63
update extractor version
2021-01-10 15:54:01 +01:00
bopol
b3dbd44db3
Merge remote-tracking branch 'upstream/dev' into sepiasearch
2021-01-10 15:53:20 +01:00
nadiration
100d7b10d9
Update settings_keys.xml
...
Changed the Somali language name from Af-Soomaali to Soomaali which is common and more user friendly when users are looking for Somali language in the list (since they aren't expecting it starts with A as in Af-Soomaali).
I contributed the language to the project on Weblate and I think this is name is better.
2021-01-09 18:39:43 +03:00
Robin
6a3bdf52cb
Merge pull request #5331 from mbarashkov/hardware-keyboard-space-shortcut
...
In Fullscreen playback, toggle play/pause with hardware space button
2021-01-07 17:09:27 +01:00
Mikhail Barashkov
534dfa14dc
When in Fullscreen playback mode, toggle play/pause with the hardware Space button.
2021-01-07 17:32:16 +02:00
XiangRongLin
6a03ac88d3
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
khimaros
f218a99c38
pass serviceId instead of item, reduce duplication
2021-01-02 11:24:33 -08:00
TiA4f8R
f7624f1793
Disable sending metrics to Google in Android System Webview
...
Fixes TeamNewPipe/NewPipe#5335
2021-01-02 14:39:31 +01:00
Isira Seneviratne
55c770cd1b
Use Objects.requireNonNull().
2021-01-02 09:36:33 +05:30
Stypox
3ff50a604f
Merge pull request #5221 from B0pol/notifications
...
Dynamically get package name
2021-01-01 18:05:43 +01:00
TacoTheDank
30cd5ebe30
Update displayed licenses
2020-12-31 19:26:41 -05:00
Robin
621b6e981f
Merge pull request #5317 from XiangRongLin/timestamp
...
Fix urls with timestamps not being played
2020-12-31 12:46:40 +01:00
Robin
23a16f1987
Merge pull request #5065 from TacoTheDank/androidx-media-audioreactor
...
Use AndroidX Media compat in AudioReactor
2020-12-31 10:55:11 +01:00
khimaros
0030b426b0
address pull request feedback
2020-12-30 14:45:14 -08:00
TacoTheDank
0dae71b54a
Use AndroidX Media compat in AudioReactor
2020-12-30 17:10:57 -05:00
XiangRongLin
b7a4b259be
Fix urls with timestamps not being played
...
Else path is now executed, when a timestamp (item.getRecoveryPosition) is present
2020-12-30 21:07:30 +01:00
Stypox
97100ec577
Merge pull request #5301 from EricLemieux/fix-npe-play-button
...
Fix null pointer exception in play button method
2020-12-30 17:48:40 +01:00
khimaros
100ace08b8
add list item to play video on kodi
...
closes : #5157
2020-12-29 18:53:32 -08:00
Eric Lemieux
182b119449
Fix null pointer exception in play button method
...
When the play queue was null, and this method was called a null pointer
exception would be thrown. This change adds an additional check to see
if the play queue is not null before making additional changes.
2020-12-29 14:51:24 -05:00
Robin
4b5c558476
Merge pull request #5283 from urlordjames/brightfix
...
disable restoring brightness if brightness gesture is disabled
2020-12-29 17:37:53 +01:00
urlordjames
c02741e092
Fix #4481
2020-12-28 09:46:10 -05:00
TobiGr
d565daa7f9
Update extractor
2020-12-27 17:09:09 +01:00
TobiGr
c941f6b2e1
Release 0.20.8 (962)
2020-12-27 14:55:57 +01:00
TobiGr
76f734c0b2
Merge branch 'master' into dev
2020-12-27 14:53:15 +01:00
TobiGr
624a47b504
[media.ccc.de] Add live stream kiosk
2020-12-27 13:26:49 +01:00
TobiGr
dd9b0f8548
[media.ccc.de] Add "recent" kiosk
2020-12-27 01:30:29 +01:00
TobiGr
95abebe120
update version
2020-12-25 19:00:55 +01:00
TobiGr
23aa99aed4
Update NewPipe Extractor to v0.20.7
2020-12-25 19:00:28 +01:00
bopol
b446f1ec23
Merge pull request #5258 from TeamNewPipe/media.ccc.de_serviceColor
...
[media.ccc.de] Fix service color
2020-12-23 20:02:25 +01:00
TobiGr
295dcf8b77
[media.ccc.de] Fix service color
...
Caused by changing service name in TeamNewPipe/NewPipeExtractor#472
2020-12-23 19:58:09 +01:00
TobiGr
941baa0fe2
Add Somali (Af Soomaali)[so] to app language chooser
2020-12-23 16:47:36 +01:00
Tobias Groza
b91cfe1236
Merge pull request #5259 from Isira-Seneviratne/Fix_queue_display
...
Fix queue display in ServicePlayerActivity.
2020-12-23 16:13:47 +01:00
Isira Seneviratne
0fcece6e0e
Fix queue display in ServicePlayerActivity.
2020-12-23 20:06:02 +05:30
bopol
4510cbd4dd
Merge branch 'dev' into sepiasearch
2020-12-23 15:23:19 +01:00
bopol
8ce01f5b67
[peertube] implement sepia search
2020-12-23 15:14:26 +01:00