Alexander--
971a83fd55
Merge remote-tracking branch 'newpipe/dev' into rebase
2020-02-06 02:44:08 +06:59
Tobias Groza
28b4342d91
Merge pull request #3035 from Stypox/recaptcha
...
Fix ReCaptcha activity and correctly save obtained cookies
2020-02-02 22:16:21 +01:00
Stypox
eec0ae3bb8
Remove unused imports and clean up comment style
2020-02-02 21:48:45 +01:00
Stypox
f0493335ff
Merge branch 'dev' into recaptcha
2020-02-02 21:36:15 +01:00
Stypox
e276a743f5
Fix addYoutubeCookies functions (Yt changed things lately)
2020-02-02 21:33:07 +01:00
Stypox
8d17802ce1
Merge pull request #2954 from XiangRongLin/1907renamePlaylist
...
Rename local playlist by long-clicking in BookmarkFragment.
2020-02-02 14:34:54 +01:00
Xiang Rong Lin
71b0311bb1
Use AlertDialog.Builder instead of BookmarkDialog class for the same look.
...
Use "rename" string instead of "save" string.
2020-02-02 12:54:43 +01:00
Stypox
8ed77bbb17
Merge branch 'dev' of github.com:TeamNewPipe/NewPipe into recaptcha
2020-02-01 18:27:00 +01:00
Stypox
afcbe6c016
Remove left-behind Log
2020-02-01 18:24:16 +01:00
Stypox
55d7a645f8
Try to extract cookies just before closing recaptcha activity
...
Even if the page didn't auto-close
2020-02-01 18:24:16 +01:00
Stypox
f41d13e559
Move "Done" button and make it theme conpliant in ReCaptcha
2020-02-01 18:24:16 +01:00
Stypox
c218bddf25
Improve formatting
2020-02-01 18:24:16 +01:00
Stypox
45aaf0c230
Remove space between "Done" button and ReCaptchaActivity title
2020-02-01 18:24:16 +01:00
Stypox
3b648428b4
Fix ReCaptchaActivity crash and save cookies correctly
2020-02-01 18:24:16 +01:00
Stypox
100dd99c19
Add "Done" drawable (only white since it is used on toolbar)
2020-02-01 18:24:16 +01:00
Stypox
827f0498a1
Change recaptcha string names to match style
2020-02-01 18:24:16 +01:00
Markus Richter
87d563b0db
fixes #3021 , see also https://github.com/TeamNewPipe/NewPipe-legacy/pull/21
2020-02-01 18:24:16 +01:00
Xiang Rong Lin
1c873141fe
Move more log statements into "if (DEBUG)"
2020-02-01 16:36:45 +01:00
XiangRongLin
e013e64482
Merge branch 'dev' into 1907renamePlaylist
2020-02-01 16:29:21 +01:00
Xiang Rong Lin
3abe2423c0
Move log statement into "if (DEBUG)"
2020-02-01 16:27:53 +01:00
Tobias Groza
86063da85b
Merge pull request #2921 from B0pol/dev
...
Add language selector to change the app language
2020-02-01 15:47:13 +01:00
TobiGr
13b747263a
Improve formatting
2020-02-01 15:35:33 +01:00
bopol
953fd580f7
fix toast on app language change
...
I forgot to change the key here when I renamed it
2020-02-01 15:30:51 +01:00
bopol
649e188b67
Merge remote-tracking branch 'upstream/dev' into dev
...
merging dev
2020-02-01 15:11:01 +01:00
TobiGr
5913ec6c95
Merge remote-tracking branch 'Weblate/dev' into dev
2020-02-01 14:32:21 +01:00
Tobias Groza
89eac71067
Merge pull request #3004 from harshlele/ask-overlay-perm-settings
...
ask for display over other apps permission in settings
2020-02-01 14:28:02 +01:00
TobiGr
8a417a127f
Fix formatting and use lamda functions
2020-02-01 13:41:03 +01:00
bopol
a74f0873a3
fix wrong language shown many popup dialogs
...
Changed android.R.string.ok, which is "OK", into R.string.finish, which is also OK, but from our strings
Then for a small amount of languages that don't have Android translation, it will show the good string.
2020-02-01 09:44:49 +01:00
nautilusx
684628defb
Translated using Weblate (German)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-31 18:06:46 +01:00
Abu Sarim Hindi
590bdb3e21
Translated using Weblate (Urdu)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-30 22:00:38 +01:00
Hosted Weblate
585fe0abdc
Merge branch 'origin/dev' into Weblate.
2020-01-29 22:50:16 +01:00
Abu Sarim Hindi
bef9e416ae
Translated using Weblate (Urdu)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-29 22:50:13 +01:00
Gergely Szarka
43a3af4c2d
Translated using Weblate (Hungarian)
...
Currently translated at 67.4% (355 of 527 strings)
2020-01-29 22:50:11 +01:00
bopol
eaed951dbd
app language: refactoring
...
renamed NewPipe's language into App language, and same for all the
concerning thing (keys, comments…)
we now call assureCorrectAppLanguage(CONTEXT) in activities needing it
instead of changeAppLanguage(getAppLocale(CONTEXT), RESOURCES)
changeAppLanguage becomes private.
2020-01-29 21:21:00 +01:00
Tobias Groza
1f4a7e88fa
Merge pull request #3032 from mqus/fix_subtitles
...
Fixes #3021
2020-01-29 15:10:05 +01:00
Markus Richter
b6108a45bd
fixes #3021 , see also https://github.com/TeamNewPipe/NewPipe-legacy/pull/21
2020-01-29 13:48:02 +01:00
Abu Sarim Hindi
6e24bc1080
Translated using Weblate (Urdu)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-28 22:01:31 +01:00
Alexander--
909d1bbccc
Rename FireTvUtils to AndroidTvUtils and isFireTv() to isTV()
...
Because those methods are no longer exclusive to Amazon devices
2020-01-29 03:16:33 +06:59
Alexander--
b1a2612958
Merge remote-tracking branch 'newpipe/dev' into rebase
2020-01-29 03:10:16 +06:59
Harshal Lele
f99ac44a99
reformatted code
2020-01-28 20:54:24 +05:30
Harshal Lele
c4c50d25cd
reformatted and commented code
2020-01-28 20:14:35 +05:30
Igor Nedoboy
a92027536e
Translated using Weblate (Russian)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-28 12:49:24 +01:00
Hosted Weblate
bcfcfc920d
Merge branch 'origin/dev' into Weblate.
2020-01-28 04:20:51 +01:00
Abu Sarim Hindi
4e70d4f868
Translated using Weblate (Urdu)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-28 04:20:45 +01:00
Ryan
e933bb1a5f
Translated using Weblate (Korean)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-28 04:20:44 +01:00
Laura Arjona Reina
f552892fe6
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-28 04:20:41 +01:00
Sithananthan
a45dedee08
Translated using Weblate (Tamil)
...
Currently translated at 43.3% (228 of 527 strings)
2020-01-28 04:20:41 +01:00
bopol
74cfefe8a3
update prettytime dependency
...
see https://github.com/TeamNewPipe/NewPipe/pull/2921#issuecomment-572601812
It will add Esperanto, add bengali, update vietnamese
pretty time is the library used in the home page: … days ago
2020-01-27 19:32:40 +01:00
B0pol
36c1097883
Merge branch 'dev' into dev
2020-01-27 19:24:18 +01:00
Tobias Groza
a201361d8c
Merge pull request #2310 from christophehenry/add-kodi-share-player
...
Add send to Kodi button to player next to share button
2020-01-27 10:46:59 +01:00