Hosted Weblate
35a706f745
Merge branch 'origin/dev' into Weblate.
2020-04-09 08:58:43 +02:00
Xiang Rong Lin
3855e488cb
Save and restore playback parameters into/from preferences
...
Playback parameters are speed, pitch and skip silence.
Remove parameters being passed on as intent to the player, since the parameters can be restored from the preferences instead.
# Conflicts:
# app/src/main/java/org/schabi/newpipe/player/BasePlayer.java
2020-04-05 17:46:49 +02:00
opusforlife2
37e45e0984
Translated using Weblate (English)
...
Currently translated at 99.8% (559 of 560 strings)
2020-04-04 09:17:30 +02:00
Grady Clark
8cab790030
- Will now use ReactiveX instead of AsyncTask, when removing watched videos.
...
- Removed redundant file 'local_playlist_control'
- Fixed grammer issue
2020-04-03 19:49:41 +02:00
Grady Clark
66c95f901d
Added the ability to remove all watched videos from local playlists
...
Changes:
- local_playlist_control.xml
* A copy of playlist_control.xml
* To hold the 'Remove Watched Videos' buttton
- local_playlist_header.xml
* Changed the include layout to now include local_playlist_control.xml
- strings.xml
* added string 'remove_watched' with value 'Remove Watched'
- LocalPlaylistFragment.java
* Added the functionality to remove watched videos,
to the 'Remove Watched Videos' button in local_playlist_control.xml.
In the background via AsyncTask.
This will also change the playlist's thumbnail, if the thumbnail video is removed.
Tested on:
- Pixel
2020-04-03 19:47:31 +02:00
TobiGr
a9a43538be
Merge remote-tracking branch 'Weblate/dev' into dev
2020-04-02 23:37:14 +02:00
Mauricio Colli
45194061b3
Make the drawer layout adapt to any status bar size
...
This improves the drawer specifically for phones that have a notch.
2020-04-02 11:05:19 -03:00
opusforlife2
8b73d2d39f
Translated using Weblate (English)
...
Currently translated at 99.8% (559 of 560 strings)
2020-03-31 18:15:23 +02:00
Mauricio Colli
5169ef1f00
Remove unused drawer header views and resources
2020-03-26 19:21:31 -03:00
Mauricio Colli
10faa45182
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
bopol
c54ac32732
mute button color for queue
2020-03-21 21:51:11 +01:00
Mauricio Colli
27fc0d5900
Make duration plurals naming consistent
2020-03-19 09:44:13 -03:00
bopol
85e16afaa0
use val instead of val, make sentence more natural
2020-03-19 09:44:12 -03:00
bopol
0ae4d1369d
use plural string for feed_group_dialog_selection_count
2020-03-19 09:44:11 -03:00
bopol
d0f2a02277
delete «seconds» plural string in favor of «dynamic_seek_duration_description» to avoid weblate conflicts
2020-03-19 09:44:10 -03:00
Tobias Groza
f8cc3180e8
Merge pull request #2309 from mauriciocolli/feed
...
Feed order and subscriptions groups
2020-03-14 18:15:57 +01:00
Mauricio Colli
97f5490c13
Add help dialog to feed screen
...
Help to a possible confusion or simply awareness that NewPipe has both
ways to load the feed.
2020-03-14 13:24:25 -03:00
Mauricio Colli
ac44ed0862
Localize duration strings used in feed settings using plurals
2020-03-14 00:12:53 -03:00
Mauricio Colli
b62142db82
Detect if the subscription list should be shown as a grid
...
Also used proper string keys for the preferences, left a TODO to fix it
in other places later.
2020-03-14 00:12:52 -03:00
Mauricio Colli
d8b9d353aa
Add a confirmation dialog when deleting a feed group
2020-03-14 00:12:50 -03:00
Mauricio Colli
d1d5f6821f
Implement feed groups manual sorting
...
Now, the user can sort its groups to his liking even after he created
them.
Also updated the database diagram to reflect the table's new column.
2020-03-14 00:12:45 -03:00
Mauricio Colli
2c783ff911
Stick info header when selecting subscriptions in the feed group dialog
...
- Avoid creating plural translation by using a different wording
2020-03-14 00:12:42 -03:00
Mauricio Colli
5ea323ce02
New option to use dedicated feed sources for services that support it
...
YouTube, for example, has a dedicated feed which was built to be used
like this. It comes with some caveats though, like lacking enough
information about the items and returning a limited amount of them.
Nonetheless, a nice option for users that like speedy updates but don't
mind this issue.
2020-03-14 00:12:39 -03:00
Mauricio Colli
b2f317ab7c
Load only the selected group and customizable updated status timeout
...
Now only the subscriptions from the selected group by the user will be
loaded.
Also add an option to decide how much time have to pass since the last
refresh before the subscription is deemed as not up to date. This helps
when a subscription appear in multiple groups, since updating in one
will not require to be fetched again in the others.
2020-03-14 00:12:38 -03:00
Mauricio Colli
2948e4190b
Change feed groups header title and icon from feed representing "All"
2020-03-14 00:12:37 -03:00
Mauricio Colli
20a4bb0936
Implement new feed and subscriptions groups
...
- Introduce Groupie for easier lists implementations
- Use some of the new components of the Android Architecture libraries
- Add a bunch of icons for groups, using vectors, which still is
compatible with older APIs through the compatibility layer
2020-03-14 00:12:31 -03:00
Mauricio Colli
d247d32221
Change share title as well to differentiate multiple builds
2020-03-13 20:11:24 -03:00
bopol
200121477c
Fix seek duration not showing
2020-03-13 23:12:10 +01:00
Tobias Groza
c668620c97
Merge pull request #3196 from mauriciocolli/fix-app-glitch
...
Fix visual glitch when exiting the app
2020-03-13 22:39:52 +01:00
Tobias Groza
f7822a448e
Merge pull request #3133 from Stypox/gradle-app-id-suffix
...
Change app id based on current git branch
2020-03-11 22:41:52 +01:00
Stypox
8fa29ffc19
Merge pull request #3165 from karkaminski/mute_button
...
Mute button
2020-03-08 10:29:25 +01:00
Mauricio Colli
ecb1b45280
Fix visual glitch when exiting the app
2020-03-07 15:55:55 -03:00
karol
83c7c4a68e
mute/unmute text change in action bar
2020-03-04 18:53:17 +01:00
Stypox
d5c29bf1b5
Merge pull request #3160 from XiangRongLin/b3127
...
Hide 5, 15, 25 second seek options if inexact seek is enabled
2020-03-03 21:58:18 +01:00
Stypox
4bb6a146e8
Update app/src/main/res/values/strings.xml
2020-03-03 21:51:46 +01:00
Stypox
0a87f13ceb
Merge pull request #3107 from comradekingu/patch-11
...
Spelling: Some devices are incompatible
2020-03-03 21:08:30 +01:00
Xiang Rong Lin
efb67b0fd4
Change toast string resource to be useable with different languages
2020-03-03 19:50:50 +01:00
Xiang Rong Lin
e3fff4356a
Show a toast when seek duration was rounded up
2020-03-03 19:40:10 +01:00
Xiang Rong Lin
288a61895c
Update inexact seek summary
2020-03-03 19:40:10 +01:00
karol
c79f09c119
mute button in actionbar, no color change
2020-03-02 22:52:58 +01:00
Marcel Dopita
91aa65e717
Support display cutout
...
Fixes #2682
2020-02-26 17:47:22 +01:00
Stypox
d46cd265f5
Merge branch 'dev' into gradle-app-id-suffix
2020-02-23 10:04:19 +01:00
Stypox
a3bce7f7ca
Change app id based on current git branch
...
This enables to install multiple builds from different branches at once
2020-02-23 09:46:42 +01:00
Tobias Groza
7da28f28e5
Merge branch 'dev' into unhook-save-restore
2020-02-23 00:19:44 +01:00
bopol
9f9b53c067
remove unecessary «few» and «many» for plural string in english
2020-02-20 18:55:22 +01:00
Allan Nordhøy
91bd0be39e
Spelling: Some devices are incompatible
2020-02-17 14:54:45 +01:00
bopol
54f71c623a
use plural string for dynamic_seek_duration_description
2020-02-17 10:12:08 +01:00
B0pol
09d36a5dbc
Merge branch 'dev' into localisation
2020-02-17 09:27:03 +01:00
Tobias Groza
fbcee61e04
Apply suggestions from code review
...
Co-Authored-By: Stypox <stypox@pm.me>
2020-02-16 22:41:56 +01:00
bopol
e62e34fd5c
created default_localization_key
2020-02-16 22:41:32 +01:00
Stypox
3b57135a6e
Merge branch 'dev' into patch-10
2020-02-16 21:58:44 +01:00
bopol
5b541cc9fb
resolve merge conflicts
2020-02-15 14:53:05 +01:00
B0pol
ea54520e0b
Merge branch 'dev' into localisation
2020-02-15 14:14:33 +01:00
bopol
f089cd027e
Multiple localization fixes
...
With the extractor PR, fixes title & description shown in the wrong language.
Fixed views / spectators counts possibly in the wrong language
Fixed live spectators not showing full count on detail page
Fixed LIVE shown on players, it shows translated instead
Fixed Videos string in search / three dots not available in Weblate
(because it was videos, but there already was a plural string named videos, in Weblate)
Subscriber count is always giving the short count.
We can't get exact number since this YouTube update: https://support.google.com/youtube/thread/6543166
But only short count (B, M, k), so showing full number, eg for 1.9M: 1,900,000, is wrong because the number could be 1,923,490 or 1,897,789…
Added a « sytem default » option to content language and country language selector.
It's the one selected by default (not en-GB anymore then), and correspond to the
language of the system / country of the system
By system I mean phone, tablet, TV…
Fixed russian showing - before time ago (eg 19hrs ago)
This is a workaround fix, I opened an issue on prettytime library repo.
Fixed russian plurals:
other was used instead of many for videos and subscribers
Fixed seek_duration english only
2020-02-15 12:40:23 +01:00
chr56
5151c6cb54
fix wrong langcode of Chinesein settings_keys.xml
2020-02-15 18:39:41 +08:00
Tobias Groza
67af05e504
Use "Report error" instead of "Report Error"
...
Co-Authored-By: Stypox <stypox@pm.me>
2020-02-14 19:12:59 +01:00
Allan Nordhøy
a75deb6ba2
Reverted changes
2020-02-09 16:29:51 +01:00
Stypox
4b8474b0ac
Merge branch 'dev' into unhook-save-restore
2020-02-09 13:10:35 +01:00
Allan Nordhøy
85acc53d40
Spelling: Video thumbnail shown
2020-02-07 18:06:09 +01:00
Allan Nordhøy
f319e3e75a
Spelling: Treat the NewPipe makers to something you like
2020-02-07 18:01:45 +01:00
Allan Nordhøy
3abc660eb3
Spelling: Install the fresh NewPipe version.
2020-02-07 17:57:38 +01:00
Allan Nordhøy
4c13dda1f9
Spelling: Could not establish secure connection
2020-02-07 17:55:37 +01:00
Allan Nordhøy
294c35b2fb
Spelling: the settings
...
Co-Authored-By: Tobias Groza <TobiGr@users.noreply.github.com>
2020-02-07 17:51:14 +01:00
Stypox
244009a1cd
Change "Unlink" to "Unhook" in unhook_checkbox string
...
"Unlink" is not an english word, and "Unhook" is used everywhere in the code
2020-02-02 15:54:31 +01:00
Stypox
0f22833ad5
Save and restore whether pitch and tempo are unhooked or not
...
Fixes #1536
2020-02-02 15:52:35 +01:00
Stypox
f95d51b307
Merge branch 'dev' of github.com:TeamNewPipe/NewPipe into recaptcha
2020-02-01 18:27:00 +01:00
Stypox
0cc890a1d1
Move "Done" button and make it theme conpliant in ReCaptcha
2020-02-01 18:24:16 +01:00
Stypox
61d102dc75
Change recaptcha string names to match style
2020-02-01 18:24:16 +01:00
bopol
c5e6bb58bc
Merge remote-tracking branch 'upstream/dev' into dev
...
merging dev
2020-02-01 15:11:01 +01:00
bopol
edc9d47da7
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
Harshal Lele
e1145f16f2
ask for display over other apps permission in settings
2020-01-25 22:30:49 +05:30
bopol
105981b2eb
made system translatable + renamed it to system's language
2020-01-14 19:11:46 +01:00
bopol
055365a449
added Occitan to the selector
2020-01-14 14:26:53 +01:00
bopol
f8a7aac40d
fixed indonesian, see https://stackoverflow.com/questions/13291578/how-to-localize-an-android-app-in-indonesian-language
2020-01-14 14:15:42 +01:00
B0pol
382e69273e
Merge branch 'dev' into dev
2020-01-14 11:11:45 +01:00
TobiGr
3d93ecd6ec
Use Integer value directly for formatted string
...
a
2020-01-13 20:25:32 +01:00
Kamil Szczęk
2c8222fd55
Style corrected
2020-01-11 15:19:24 +01:00
Kamil Szczęk
d071891b2a
Add a snackbar to allow user to undo file deletion
2020-01-11 15:09:01 +01:00
Kamil Szczęk
986acc5fc5
Reorder buttons in clear downloads dialog
2020-01-11 15:09:01 +01:00
Kamil Szczęk
e4295fb3fa
Use a dialog option instead of a checkbox
2020-01-11 15:09:01 +01:00
Kamil Szczęk
707e4f7167
Add option to remove downloaded files when clearing finished downloads
2020-01-11 15:09:01 +01:00
bopol
11d06dc86d
remove todo as it's already done
2020-01-10 16:03:24 +01:00
B0pol
e0a39efa2b
Merge branch 'dev' into dev
2020-01-09 10:07:22 +01:00
bopol
3ad0e313ca
changed the way to change language, now is «NewPipe's language» selector
2020-01-09 09:40:05 +01:00
Allan Nordhøy
bca547ce44
\'Storage Access Framework\'
2020-01-09 04:38:47 +01:00
Allan Nordhøy
6bc697f926
Continue ending playback queue
2020-01-09 04:36:39 +01:00
Allan Nordhøy
694013c9df
Spelling: Language reworked 2
2020-01-08 21:55:17 +01:00
Allan Nordhøy
d316bbad44
Select your favorite
...
Co-Authored-By: Stypox <stypox@pm.me>
2020-01-08 18:22:17 +01:00
Allan Nordhøy
e2e0a9bfa2
Spelling: Could not, PeerTube, HTTPS, URL
2020-01-08 17:51:35 +01:00
bopol
dea1e0dcb9
Update localizations settings
...
1) now, on « content language » change, it will also change the app language
2) added Esperanto to the list of language in content language
2020-01-04 21:38:27 +01:00
k1rakishou
0395dc6e9e
Add a setting for the lock screen thumbnail feature
2020-01-02 15:00:31 +01:00
yausername
2b4190d85d
made instance list url non translatable
2019-12-31 20:10:51 +05:30
Xiang Rong Lin
8970a663ec
Rename "seek_duration_default_key" and use it in BasePlayer
2019-12-13 07:14:17 +01:00
Xiang Rong Lin
17146c2c13
Rename adjustable seek duration setting
...
Change from "Seek duration" to "Fast-forward/-rewind seek duration"
2019-12-13 07:14:17 +01:00
Xiang Rong Lin
550364906d
Add new preference for seek duration.
...
Add new ListPreference under settings/ video & audio for the duration of a seek.
With options for 5, 10, 15, 20, 25, 30 seconds.
2019-12-13 07:14:17 +01:00
TobiGr
13306b5c1b
Merge remote-tracking branch 'Weblate/dev' into dev
2019-12-12 20:58:22 +01:00
Marco vR
7e78197b37
Avoid duplicated code & dark navbar for DarkTheme
2019-12-11 10:04:57 +01:00
Peter Hindes
d8e6a5cb33
Merge branch 'dev' into dev
2019-12-10 09:59:12 -07:00
Peter Hindes
054279d553
Update app/src/main/res/values/strings.xml
...
Co-Authored-By: Stypox <stypox@pm.me>
2019-12-10 09:37:57 -07:00
yausername
a0151f2a68
more grammar fix
2019-12-10 12:36:56 +05:30