wb9688
b283dccdfd
Use DownloaderImpl in CheckForNewAppVersionTask
2020-04-02 20:13:05 +02:00
wb9688
cca687d481
Disable TodoComment in checkstyle.xml
2020-04-02 19:43:38 +02:00
wb9688
449749c211
Disable MissingSwitchDefault in checkstyle.xml
2020-04-02 16:48:58 +02:00
wb9688
4b196c6a8c
Use Checkstyle for org.schabi.newpipe.streams as well
2020-04-02 16:48:57 +02:00
wb9688
990b3b734c
Disable VisibilityModifier in checkstyle.xml
2020-04-02 15:57:50 +02:00
wb9688
9c8349a8ed
Move things back to its original place
2020-04-02 15:57:50 +02:00
wb9688
ac264464ef
Improve code style to be more consistent
2020-04-02 15:57:50 +02:00
wb9688
7ba5cbdbe6
Check code style with Checkstyle
2020-04-02 15:57:50 +02:00
Tobias Groza
31b4786db0
Merge pull request #3325 from kapodamy/int-overflow-2-fixes
...
Integer overflow fixes in downloader
2020-04-01 22:29:39 +02:00
kapodamy
43a95447f8
fix integer overflows
...
* available() method in ChunkFileInputStream.java
* free "ahead space" calculation in CircularFileWriter.java
2020-04-01 15:30:33 -03:00
kapodamy
4c806c8ab9
code cleanup
2020-04-01 15:30:32 -03:00
Tobias Groza
6133922cd3
Merge pull request #3259 from mauriciocolli/improve-drawer-layout
...
Improvements for the drawer header layout
2020-04-01 18:47:53 +02:00
Tobias Groza
ed13a97348
Merge pull request #3322 from Stypox/fix-mute-button
...
Fix mute button causing crashes on API 19
2020-04-01 18:30:10 +02:00
Stypox
459a68210e
Fix mute button causing crashes on API 19
...
Using rootView.getContext() because getApplicationContext() didn't work (it was probably missing information about theme)
2020-04-01 09:08:03 +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
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
bopol
49259455f9
add upload date on stream grid items
...
fixes #3175
2020-03-28 14:19:57 +01: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
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
Mauricio Colli
d78a2ead4f
Distribute the service indicator views in the drawer header layout
...
People have voted, and that was the chosen design.
2020-03-26 19:21:32 -03:00
Mauricio Colli
da662fc6f6
Remove unused drawer header views and resources
2020-03-26 19:21:31 -03:00
Mauricio Colli
1033192755
Align and enable autosizing for the app name text view in drawer header
...
- Use a proper drop up/down arrow icon.
- Move selected service views for better visibility.
- Show the selected service icon next to its name.
- Add a subtle fade background to the service name/icon for better
readability.
2020-03-26 19:21:30 -03:00
TobiGr
c478a4ee4e
Translation fixes
2020-03-26 23:09:49 +01:00
TobiGr
d752677d44
Weblate ...
2020-03-26 21:56:30 +01:00
TobiGr
647a8951be
Merge remote-tracking branch 'Weblate/dev' into dev
2020-03-26 21:45:46 +01:00
Xiang Xu
2069455fca
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-26 20:10:32 +01:00
MohammedSR Vevo
6d0b48c02b
Translated using Weblate (Kurdish)
...
Currently translated at 99.8% (559 of 560 strings)
2020-03-26 20:10:30 +01:00
B0pol
bada297176
Translated using Weblate (French)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-26 20:10:27 +01:00
wb9688
f5356c0e8a
Translated using Weblate (Dutch)
...
Currently translated at 97.1% (544 of 560 strings)
2020-03-26 20:10:26 +01:00
pjammo
81c51a0b93
Translated using Weblate (Italian)
...
Currently translated at 99.6% (558 of 560 strings)
2020-03-26 20:10:21 +01:00
Yaron Shahrabani
de1d075115
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-26 20:10:20 +01:00
anonymous
4ef4084d4b
Translated using Weblate (Croatian)
...
Currently translated at 89.6% (502 of 560 strings)
2020-03-26 20:10:19 +01:00