Vojtěch Šamla
7a1d70b71e
Translated using Weblate (Czech)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-31 14:04:56 +02:00
Jakub Gajdoš
785a5fb3bf
Translated using Weblate (Slovak)
...
Currently translated at 94.2% (528 of 560 strings)
2020-03-31 14:04:56 +02:00
TobiGr
4cf3a923fd
Merge branch 'master' into dev
2020-03-31 12:33:16 +02:00
TobiGr
ced8d7efed
Release 0.19.1
2020-03-31 00:24:13 +02:00
TobiGr
3e37be8543
Improve database migration SQL statement
2020-03-31 00:20:13 +02:00
Tobias Groza
cf9dd2f8fd
Merge pull request #3307 from mauriciocolli/hotfix-db-migration
...
Hotfix for the latest database migration
2020-03-30 23:37:13 +02:00
Mauricio Colli
9dab5aaa28
Add tests for database migration to version 3 handling null values
2020-03-30 15:50:47 -03:00
Mauricio Colli
a9a64634a9
Fix handling of null values in database migration to version 3
...
Some values prior to this version could be null, this wasn't handled
properly before.
2020-03-30 15:50:46 -03:00
CaptainCrumble
40f87770ce
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-30 17:33:56 +02:00
ssantos
73f84aa2af
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-30 17:33:54 +02:00
Alexander--
6253ff6a36
Merge remote-tracking branch 'newpipe/dev' into rebase
2020-03-30 16:54:51 +06:59
chr56
b589b3eea1
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-30 00:51:52 +02:00
ssantos
d4a9026d21
Translated using Weblate (German)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-30 00:11:01 +02:00
Tobias Groza
85316a6405
Merge pull request #3289 from B0pol/grid_moreinfo
...
add upload date on stream grid items
2020-03-29 23:49:39 +02:00
Tobias Groza
4a391960b7
Merge pull request #3267 from TeamNewPipe/release_0.19.0
...
Release 0.19.0
2020-03-29 18:57:28 +02:00
TobiGr
c9ec5552bf
release version 0.19.0 (900)
2020-03-28 20:32:20 +01:00
TobiGr
ade2e9ebdf
Add changelog
2020-03-28 20:32:20 +01:00
Tobias Groza
7c313bafe9
Merge pull request #3292 from vlt23/dev
...
Fix UI crash in Settings, Content (chinese language)
2020-03-28 20:31:47 +01:00
vlt23
f0eafe8160
Fix UI crash in Settings, Content (chinese language)
2020-03-28 20:12:17 +01:00
TobiGr
ae558b1daf
Update extractor version
2020-03-28 19:18:37 +01:00
Tobias Groza
f006b9a2ba
Merge pull request #3279 from mauriciocolli/fix-not-found-handling
...
Handle content not available exception more comprehensively
2020-03-28 19:10:43 +01:00
Mauricio Colli
5b8eef2ff1
Handle content not available exception more comprehensively
2020-03-28 14:54:52 -03:00
Tobias Groza
4214d617d3
Merge pull request #3283 from Stypox/fix-mute-button
...
Fix mute button inflation problems on API<21
2020-03-28 18:38:36 +01:00
Mauricio Colli
143656ecf4
Use correct class for getting a vector drawable in older APIs
2020-03-28 14:30:47 -03:00
Tobias Groza
6dd5893970
Merge pull request #3278 from mauriciocolli/fix-url-parsing-share
...
Fix url parsing from shared content
2020-03-28 18:15:26 +01:00
Mauricio Colli
574ad87128
Fix bug when searching for urls from shared content
2020-03-28 14:06:11 -03:00
Mauricio Colli
561a2c58a2
Introduce a proper way to find urls in a string input
2020-03-28 14:06:09 -03:00
WaldiS
7f5f4b5b90
Translated using Weblate (Polish)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-28 17:09:30 +01:00
ssantos
849905a830
Translated using Weblate (Portuguese)
...
Currently translated at 90.7% (508 of 560 strings)
2020-03-28 17:09:29 +01:00
Terry Louwers
3e54b53a95
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-28 17:09:29 +01:00
anonymous
c66c31e4ed
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-28 17:09:29 +01:00
bopol
49259455f9
add upload date on stream grid items
...
fixes #3175
2020-03-28 14:19:57 +01:00
opusforlife2
e0db71ff76
Add reminder to link Issues/PRs
2020-03-28 11:49:46 +00:00
Tobias Groza
6c1d4eb8f3
Merge pull request #3281 from mauriciocolli/fix-main-screen-menu-creation
...
Temporary fix for main screen menu visibility
2020-03-28 12:15:21 +01:00
opusforlife2
0ebfe5566f
Make feature request template easier to fill out
2020-03-28 10:54:20 +00:00
opusforlife2
634f18d48a
Update PULL_REQUEST_TEMPLATE.md
...
Minor modifications
2020-03-28 09:58:43 +00:00
Mauricio Colli
2243d21605
Temporary: Fix menu visibility when restoring state in the pager adapter
...
When restoring the state of the adapter, all the fragments' menu
visibility were set to false, effectively disabling the menu from the
user until he switched pages or another event that triggered the menu to
be visible again happened.
FragmentStatePagerAdapter is deprecated and should be replaced with its
ViewPager2 counterpart, until then, this should do it.
2020-03-27 11:30:38 -03:00
Terry Louwers
a58bb047f1
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:50:58 +01:00
anonymous
f7dc9c5fbb
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:50:56 +01:00
Terry Louwers
a41f9d3502
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:50:31 +01:00
anonymous
909a039cf7
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:50:29 +01:00
Terry Louwers
792f851aa2
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:48:08 +01:00
anonymous
9bbe0e219f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:48:06 +01:00
Terry Louwers
d3adb8d90f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:48:05 +01:00
Terry Louwers
fc5f2413bc
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:46:46 +01:00
anonymous
433284a386
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 10:46:42 +01:00
Terry Louwers
fca68fc055
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 09:34:55 +01:00
anonymous
4acd8781d6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 09:34:53 +01:00
Terry Louwers
87e219ec01
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 09:32:53 +01:00
Terry Louwers
85c2b24173
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-27 09:32:51 +01:00