Commit graph

17 commits

Author SHA1 Message Date
Jarne Demeulemeester
76121925d7
Modularize the codebase (#230)
* Split app into core and app:phone

* Use global versionCode and versionName

* Clean up gradle dependencies

* Use string formatting inside getString function

* Move proguard file to app:phone

* Move app_navigation and BasePlayerActivity to app:phone

* Add buildTypes to core gradle and remove buildFeatures

* Add suffix core to core namespace

* Split code into 4 more modules: data, preferences, player:core and player:video

* Clean up some gradle files

* Clean up data gradle

* Remove duplicate Constants.kt

* Use AppPreferences in more places

* Split off strings

* Remove unused animations

* Make about_libraries strings non-translatable

* Move mpv assets to player:video module

* Make AppPreferences a Singleton
2023-01-13 23:51:20 +01:00
newton181
08698a81a4 Translated using Weblate (Spanish)
Currently translated at 100.0% (150 of 150 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es/
2022-12-17 16:01:34 +01:00
renovate[bot]
fa5d73faa3
Update dependency org.jellyfin.sdk:jellyfin-core to v1.4.0 (#215)
* Update dependency org.jellyfin.sdk:jellyfin-core to v1.4.0

* Remove ACCESS_WIFI_STATE permission

* Fix adding server

* Remove server already added error

Add the address if server already exists in database but the address doesn't

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
2022-12-10 21:24:11 +01:00
Jarne Demeulemeester
6e9adca9d6
More mpv options (#205)
* Add mpv options: hwdec, hwdec-codecs, vo, gpu-api

* Add audio output option

* Use AppPreferences in companion object to set the vo

* Remove unused strings

* Use strings for mpv prefs

* Change default ao to audiotrack

* Clean up preferred language settings
2022-11-25 21:50:20 +01:00
mau671
99e5c82eb8 Translated using Weblate (Spanish)
Currently translated at 100.0% (139 of 139 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es/
2022-10-18 21:08:21 +02:00
newton181
555a727221 Translated using Weblate (Spanish)
Currently translated at 100.0% (138 of 138 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es/
2022-10-05 02:14:25 +02:00
newton181
1ab45cdaae Translated using Weblate (Spanish)
Currently translated at 100.0% (135 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es/
2022-09-16 02:01:22 +02:00
newton181
9b9f5dd440 Translated using Weblate (Spanish)
Currently translated at 100.0% (134 of 134 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es/
2022-08-30 23:42:03 +02:00
cesarblancg
ce434cfa32 Translated using Weblate (Spanish)
Currently translated at 100.0% (126 of 126 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es/
2022-06-23 00:02:33 +02:00
Jarne Demeulemeester
7cdc74d2e7
Split gesture option into volume & brightness and zoom (#121) 2022-06-11 13:45:26 +02:00
roand0617
acff42af42 Translated using Weblate (Spanish)
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es/
2022-04-25 07:42:38 +02:00
newton181
0799fd44ba
Update new strings for spanish (#107)
* Update new strings

Refactored to match with default string file, minor fiexs and new strings translated.

* Use normal string items instead of string-arrays

Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
2022-04-23 12:17:18 +02:00
Jarne Demeulemeester
a7e63eb1bb
Add options to disable player gestures and remember screen brightness 2022-03-28 14:07:31 +02:00
lsrom
28014eaadf
Add Czech localization (#50)
* Remove unused string

* Add czech localization

Co-authored-by: Jarne Demeulemeester <32322857+jarnedemeulemeester@users.noreply.github.com>
2021-10-24 18:11:19 +02:00
jarnedemeulemeester
69503f504d
Remove hardcoded strings from dialogs 2021-10-23 13:35:37 +02:00
newton181
e991fab24e
Enhace translations and add new key for search hint (#45)
* Make search hint translatable

* Add new key in string file for search hint

* Enhace and update spanish translations
2021-10-20 20:05:37 +02:00
newton181
21c354df0b
Translate to spanish string files
This commit translate to spanish (Spain, México and LatAm) the string file.
2021-09-10 15:42:56 -05:00