krlvm
e484339cca
Merge branch 'dev' into daynight
2021-04-03 00:08:26 +03:00
krlvm
24247fd6a6
Fix quality & caption popups colors on KitKat
2021-04-02 23:46:14 +03:00
krlvm
dfb983c3cf
Remove unused themes
2021-04-02 20:25:22 +03:00
Fynn Godau
c9766d25ef
Rename related streams to related items
2021-03-31 22:33:22 +02:00
krlvm
e9c60eff85
Cleanup
2021-03-30 00:03:30 +03:00
krlvm
5b7c87ee79
Fix FilePicker crash
2021-03-29 23:15:02 +03:00
krlvm
561d5675f7
Fix Downloader colors
2021-03-29 21:35:00 +03:00
krlvm
c906cb57ee
Fix colors in setting fragments, cleanup
2021-03-29 21:19:17 +03:00
krlvm
62c3c7ac21
Fix Toolbar Search input pointer and cursor color
2021-03-29 14:47:46 +03:00
krlvm
a7d6ad5162
Fix Subscription Picker's Toolbar colors
2021-03-29 14:44:29 +03:00
krlvm
8002cc2771
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
7175f27da8
Fix File Picker Toolbar colors
2021-03-28 21:49:41 +03:00
krlvm
d6f9aace8c
Fix White text in Play Queue in Light Theme, remove shade
2021-03-28 21:38:15 +03:00
krlvm
69793049c3
Fix subscription selector V overlay color, add ripples
2021-03-28 19:50:45 +03:00
krlvm
67942a906a
Fix colors in PeerTube Settings Fragment
2021-03-28 19:36:07 +03:00
Mohammed Anas
6a9cae3de8
Add channel details option to long-press menu ( #5851 )
...
Add dialog item to open channel details
Use `List` as type of `entries`
Put channel details item last
Only show channel option when channel is present
2021-03-28 18:32:40 +02:00
krlvm
0afdac5683
Fix Light Player Popups in Dark Theme, make Player Controls Overlay always Dark
2021-03-28 18:48:51 +03:00
krlvm
e4f2c58933
Set Search text cursor using accent color instead of drawable
2021-03-28 12:24:29 +03:00
krlvm
44f3a7484d
Follow system theme by default
2021-03-27 17:53:07 +03:00
krlvm
38eb8e40ea
Colored Navigation Bar in Splash Screen
2021-03-27 17:51:02 +03:00
krlvm
fd14c8cdce
Fix Dark elements in Light Theme
2021-03-27 17:46:05 +03:00
krlvm
1d51002173
Fix Dark toolbar text in Light theme
2021-03-27 01:28:28 +03:00
krlvm
610d0b272e
Make Navigation Bar buttons color black in Light Theme
2021-03-26 23:47:46 +03:00
krlvm
b3e2418b93
Migrate to DayNight Theme
2021-03-26 23:08:25 +03:00
Matskidis Giannis
bf6645e829
Show Toast when download starts
...
Add toast to inform the user that download started and add the right string in values.
2021-03-20 22:18:01 +01:00
bopol
a85e8a29ff
Use a list for night themes
...
Also remove unused strings
2021-03-18 12:12:04 +01:00
bopol
22b2f52f8c
Use a switch preference to follow device theme
2021-03-18 11:23:55 +01:00
bopol
a713ce2126
Add settings for device theme (dark & black)
...
fix bugs related to isLightThemeSelected not handling device themes
such as license having dark background when it should be white
2021-03-18 11:17:06 +01:00
Fynn Godau
39a3f03e79
Bandcamp support
2021-03-14 17:52:15 +01:00
Stypox
c43bca6007
Add report/solve-recaptcha button in error panel
...
It will be shown even when nothing could be loaded not due to a network error, and the user can choose to ignore or report it.
Also improve error reporting arguments
Also completely refactor error activity
Also improve some code here and there
2021-03-12 23:21:49 +01:00
TiA4f8R
37a96d063f
Add different error messages for SoundCloud and YouTube unavailable contents
...
Add new error strings for the six new exceptions created in the extractor and catch these exceptions. Extractor is, of course, updated with this PR.
2021-03-07 15:33:25 +01:00
mhmdanas
427ac4ef35
Fix indentation
2021-02-28 18:15:48 +03:00
mhmdanas
d9c4495e8e
Add Northern Kurdish to language selector
2021-02-28 18:10:34 +03:00
Stypox
9be970a4c4
Add crash button to debug settings
2021-02-22 21:59:04 +01:00
karol
469a5b1974
removed unused string key
2021-02-12 16:10:03 +01:00
XiangRongLin
2926cb7682
Respect expires header when checking for new version
...
It was called to many times and acted similar to a DOS attack.
2021-01-23 09:02:11 +01:00
TiA4f8R
9a65f02d5b
Fix crash when no browser is present and use an ACTION_CHOOSER intent in the app update notification ( #5429 )
...
Fix crash when no browser is present and use an ACTION_CHOOSER intent for app update notification
Show a Toast when no app is present on user's device to open a content in an app and in a browser and use an ACTION_CHOOSER intent with the ACTION_VIEW intent put as an extra intent in the update notification.
2021-01-18 21:45:36 +01:00
Stypox
e840d42fb9
Add content description to detail fragment tabs
2021-01-17 15:38:12 +01:00
Stypox
750c4ffbd3
Add preference to hide description tab in video details
2021-01-17 15:36:42 +01:00
Stypox
78a9811fe3
Add a secondary control panel to video detail fragment
...
It is shown when the user expands the description
It contains share, open in browser and play in kodi
2021-01-17 15:12:29 +01:00
TiA4f8R
a57fd69fb4
External sharing improvements
...
Improve NewPipe's share on some devices + fix crash when no browser is set on some devices
Catching ActivityNotFoundException when trying to open the default browser
Use an ACTION_CHOOSER intent and put as an extra intent the intent to
open an URI / share an URI when no default app is set.
Add a LinkHelper class which set a custom action when clicking web links
in the description of a content. This class also helps to implement a confirmation dialog when trying to open web links in an external app.
2021-01-16 13:23:06 +01:00
vkay94
37aa41afae
Add stream segments to player
2021-01-14 21:58:19 +01:00
Stypox
f6e2dd1480
Merge player classes into a single one
2021-01-14 10:25:44 +01:00
nadiration
0ff7170ab1
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
TobiGr
36aea35a92
[media.ccc.de] Add live stream kiosk
2020-12-27 13:26:49 +01:00
TobiGr
1984436b41
[media.ccc.de] Add "recent" kiosk
2020-12-27 01:30:29 +01:00
bopol
d7cab6a8d8
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
eddc12693a
[media.ccc.de] Fix service color
...
Caused by changing service name in TeamNewPipe/NewPipeExtractor#472
2020-12-23 19:58:09 +01:00
TobiGr
ced3898499
Add Somali (Af Soomaali)[so] to app language chooser
2020-12-23 16:47:36 +01:00
TobiGr
fc342bd458
Fix typo in "playlist_ctrl_seperator_margin"
...
Rename to "playlist_ctrl_separator_margin"
2020-12-23 12:36:41 +01:00