Commit graph

547 commits

Author SHA1 Message Date
Jarne Demeulemeester
d3b4fe6ea3
Servers database v2 (#177)
* New server db schema

Adds support for multiple addresses and users per server

* Fix crash when the only available server is deleted and app is restarted

* Set serverId as foreign key in User and ServerAddress

* Format using ktlint

* Bump ServerDatabase version to 2
2022-11-01 21:15:42 +01:00
CommanderRedYT
4ab0a96740 Translated using Weblate (German)
Currently translated at 97.8% (136 of 139 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/de/
2022-10-30 12:55:27 +01:00
Jarne Demeulemeester
ad5e722d44
Introduce klint (#186)
* Add ktlint plugin

* Make code ktlint compliant

* Make code ktlint compliant
2022-10-29 21:17:48 +02:00
Jcuhfehl
45ccea57af
Improve downloads management (#179)
* Fix deleted downloads

This commit fixes downloads getting deleted after a few weeks by android's cleanup system. This is fixed by downloading the files under the .download extension and renaming them when the download is completed.

* Add retry download feature

* Add indicator when download is ongoing

* Refactor download code

* Disable button on retry and clean up

Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
2022-10-29 15:08:43 +02:00
Jarne Demeulemeester
aa0aee4947
Upgrade dependencies
activity 1.6.0 -> 1.6.1
material 1.6.1 -> 1.7.0
navigation 2.5.2 -> 2.5.3
jellyfin 1.3.6 -> 1.3.7
aboutLibraries 10.5.0 -> 10.5.1

Includes some additional changes to the material shape appearance to keep the current look
2022-10-24 23:57:48 +02:00
CodeName393
265d52d566 Translated using Weblate (Korean)
Currently translated at 100.0% (139 of 139 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ko/
2022-10-23 07:19:38 +02:00
kimpig
d100f9f567 Translated using Weblate (Korean)
Currently translated at 100.0% (139 of 139 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ko/
2022-10-21 12:08:21 +02: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
mau671
cec3db3b6a Translated using Weblate (Spanish (Mexico))
Currently translated at 100.0% (139 of 139 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_MX/
2022-10-18 21:08:20 +02:00
mau671
4fd665c29a Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (139 of 139 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_419/
2022-10-18 21:08:20 +02:00
msycn
12bfc48262 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (139 of 139 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/zh_Hans/
2022-10-17 07:08:20 +02:00
Jarne Demeulemeester
77de164538
Make headers in search and favorite fragments translatable 2022-10-15 00:22:15 +02:00
Jarne Demeulemeester
aecd6dfeed
Upgrade glide to 4.14.2
glide 4.14.1 -> 4.14.2
2022-10-08 15:53:17 +02:00
kimpig
c4aecf20d7 Translated using Weblate (Korean)
Currently translated at 100.0% (138 of 138 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ko/
2022-10-07 15:14:26 +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
Jarne Demeulemeester
6bf3efed77
Make theme settings translatable 2022-10-03 23:51:07 +02:00
Jarne Demeulemeester
9e4c160265
Fix zoom gesture accidentally triggering swipe to seek 2022-10-01 23:13:43 +02:00
Jarne Demeulemeester
46f5277571
Add androidx.activity as a dependency and enable onBackInvokedCallback 2022-10-01 17:37:51 +02:00
Jarne Demeulemeester
50a0ca8a3c
Upgrade dependencies
kotlin 1.7.10 -> 1.7.20
aboutlibraries 10.4.0 -> 10.5.0
glide 4.13.2 -> 4.14.1
2022-10-01 15:44:55 +02:00
kimpig
490f4debcb Translated using Weblate (Korean)
Currently translated at 100.0% (135 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ko/
2022-09-26 07:10:22 +02:00
Jarne Demeulemeester
e40543c0f7
Add series name to episode sheet with navigation (#173)
Also limit the episode name to 3 lines
2022-09-25 23:58:50 +02:00
Yusuf
86ea79b0b4
Fix mpv subtitles cut off when zoomed in (#166)
* Fix MPV subtitles zoom in

Closes #162
Some .ass subtitles will still be broken due to their forced stylings unless stripped.

* Move everything in a single if statement

Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
2022-09-25 15:40:01 +02:00
Jarne Demeulemeester
1216322b4a
Upgrade jellyfin to 1.3.6
jellyfin 1.3.5 -> 1.3.6
2022-09-25 12:32:47 +02:00
Jarne Demeulemeester
2c3e78bb4b
Upgrade hilt to 2.44
hilt 2.43.3 -> 2.44
2022-09-24 15:22:20 +02:00
kimpig
0b3564401e Translated using Weblate (Korean)
Currently translated at 100.0% (135 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ko/
2022-09-21 18:10:21 +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
81c7aa0687 Translated using Weblate (Spanish (Mexico))
Currently translated at 100.0% (135 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_MX/
2022-09-16 02:01:21 +02:00
newton181
b3acbf8c8b Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (135 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_419/
2022-09-16 02:01:21 +02:00
Jarne Demeulemeester
39f3bd2656
Clean up 2022-09-11 16:42:52 +02:00
Jarne Demeulemeester
7c995f14bb
Target API level 33 (#123)
* Target API level 33

compileSdk 32 -> 33
buildToolsVersion 32.0.0 -> 33.0.0
targetSdk 32 -> 33

* Add monochrome icon

* Upgrade agp to 7.3.0-rc01

agp 7.2.2 -> 7.3.0-rc01

* Move namespace to build.gradle
2022-09-11 12:49:46 +02:00
Jarne Demeulemeester
0e3b42d8d1
[TV] Set correct navigation start destination (#161)
* [TV] Fix not loading to the addServerFragment on first launch

* Don't query the database when startDestination has already changed
2022-09-10 17:56:43 +02:00
Jarne Demeulemeester
7d1ee07963
Upgrade core and appcompat
core 1.8.0 -> 1.9.0
appcompat 1.5.0 -> 1.5.1
2022-09-10 00:09:40 +02:00
Jarne Demeulemeester
385f097beb
Fix crash when setting empty image cache size or seek increments 2022-09-08 13:29:26 +02:00
Jarne Demeulemeester
1f56408c14
Upgrade navigation to 2.5.2
navigation 2.5.1 -> 2.5.2
2022-09-08 10:44:07 +02:00
Robert Bridda
5d92751fed Translated using Weblate (Italian)
Currently translated at 99.2% (134 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/it/
2022-09-06 16:34:44 +02:00
CodeName393
1f94995826 Translated using Weblate (Korean)
Currently translated at 100.0% (135 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ko/
2022-09-02 08:34:43 +02:00
Zhang
61ccaf21ef Translated using Weblate (Chinese (Simplified))
Currently translated at 99.2% (134 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/zh_Hans/
2022-09-02 08:34:43 +02:00
ling
e7186300a5 Translated using Weblate (Chinese (Simplified))
Currently translated at 99.2% (134 of 135 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/zh_Hans/
2022-09-02 08:34:43 +02:00
Jarne Demeulemeester
efde19586c
Bump versionCode to 12 and versionName to 0.6.1 2022-08-30 23:51:28 +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
newton181
36d9750bd6 Translated using Weblate (Spanish (Mexico))
Currently translated at 100.0% (134 of 134 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_MX/
2022-08-30 23:42:03 +02:00
newton181
bec99b4353 Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (134 of 134 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_419/
2022-08-30 23:42:03 +02:00
Jarne Demeulemeester
b9874db1e1
Fix mpv external subtitles (#155)
* Fix external subtitles + new libmpv build

* Fix unable to go back to 1x speed
2022-08-30 23:41:55 +02:00
Jarne Demeulemeester
6ed2f2ff7b
Fix player crashing when no PlayerItems are passed 2022-08-30 10:13:02 +02:00
Jarne Demeulemeester
0399ac0bdb
Fix crash using swiping gesture if video is not loaded yet 2022-08-30 09:38:01 +02:00
Jarne Demeulemeester
09189e4f85
Add subtitles settings button to player settings (#153) 2022-08-28 11:48:41 +02:00
Jarne Demeulemeester
08ca3ef860
Fix only showing 1 discovered server 2022-08-27 19:31:04 +02:00
CodeName393
9225d069ae Translated using Weblate (Korean)
Currently translated at 100.0% (132 of 132 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ko/
2022-08-24 09:01:24 +02:00
NeroPcStation
af77f51c9f Translated using Weblate (Polish)
Currently translated at 96.9% (128 of 132 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/pl/
2022-08-24 09:01:24 +02:00
Jarne Demeulemeester
9ce2950ea1
Fix mpv subfont.ttf not loading (#147) 2022-08-23 20:16:45 +02:00
Jarne Demeulemeester
c19350fa36
Small layout improvements (#145)
* Remove unused code

* Ellipsize primary and secondary name in home_episode_item

* Fix play icon color
2022-08-22 23:56:03 +02:00
Yusuf
a5189eb4fa
Fix "pinch to zoom" for MPV (#144)
Closes #22
2022-08-22 19:08:35 +02:00
mau671
17676c0a60 Translated using Weblate (Spanish (Mexico))
Currently translated at 98.4% (130 of 132 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_MX/
2022-08-22 16:49:53 +02:00
mau671
6e4f80123c Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (132 of 132 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_419/
2022-08-22 16:49:53 +02:00
Jarne Demeulemeester
1d38e56aa8
Bump versionCode to 11 and versionName to 0.6.0 2022-08-21 22:35:04 +02:00
Jarne Demeulemeester
9813ff3ed7
Fix navigation reset on configuration change
For example when rotating
2022-08-21 22:01:38 +02:00
Jarne Demeulemeester
ae6c5321e8
Specify that WiFi is not required
This way it can run on TVs without WiFi (only ethernet)
2022-08-21 17:09:54 +02:00
Jarne Demeulemeester
8f117ccacb
Disable input elements in LoginFragment and AddServerFragment when loading
Fix a bug when adding a server keeps loading
Fix "Invalid username or password" error message
2022-08-21 16:59:33 +02:00
Jarne Demeulemeester
7b85df6e69
Display discovered servers on AddServerFragment (#143) 2022-08-21 16:45:57 +02:00
Jarne Demeulemeester
5d2409c93e
Display public users on login fragment (#142)
* Add public users to login fragment

* Display user image and hide recyclerview if no public users
2022-08-21 14:22:07 +02:00
Jarne Demeulemeester
37c8247231
Upgrade dependencies
gradle 7.5 -> 7.5.1
appcompat 1.4.2 -> 1.5.0
jellyfin 1.3.4 -> 1.3.5
aboutLibraries 10.3.1 -> 10.4.0
2022-08-20 15:15:08 +02:00
Jarne Demeulemeester
3b7473b7a5
Bring Android TV back (#141)
* Merge MainActivity and MainActivityTv

* Merge AddServerFragment and TvAddServerFragment

* Merge LoginFragment and TvLoginFragment

* Add new focus effect

* Add libraries to tv home

* Fix home empty when navigating back on mobile

* Add loading indicator to home fragment

* Add empty LibraryFragment

* Add focus outline to settings button

* Use DiffCallback for updating home fragment

* Visually upgrade MediaDetailFragment

* Make all home items focusable in touch mode

* Add new focus border to person item

* Add LibraryFragment layout for TV

(Whilst also making a clusterfuck of the navigation)

* Add missing try-catch in HomeViewModel

* Don't show CancellationException on AddServerFragment

* Fix a few crashes plus errors
2022-08-20 14:41:38 +02:00
CodeName393
bde1e44174 Translated using Weblate (Korean)
Currently translated at 100.0% (131 of 131 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ko/
2022-08-06 17:49:47 +02:00
CodeName393
8882a3836f Added translation using Weblate (Korean) 2022-08-05 16:53:11 +02:00
Jarne Demeulemeester
9fe014f09f
Upgrade hilt to 2.43.2
hilt 2.43.1 -> 2.43.2
2022-08-05 11:03:06 +02:00
Jarne Demeulemeester
5bdcd0c56a
Upgrade jellyfin sdk to 1.3.4
jellyfin 1.3.3 -> 1.3.4
2022-08-04 15:54:50 +02:00
Jarne Demeulemeester
5eb101323b
Enable Material You Dynamic colors (#138) 2022-08-03 09:21:01 +02:00
Jarne Demeulemeester
3c9d1dda73
Upgrade dependencies
core-splashscreen 1.0.0-rc01 -> 1.0.0
lifecycle 2.5.0 -> 2.5.1
navigation 2.5.0 -> 2.5.1
room 2.4.2 -> 2.4.3
jellyfin -> 1.3.2 -> 1.3.3
hilt 2.43 -> 2.43.1
2022-07-29 23:41:35 +02:00
Yusuf
53d1720ad0
Allow seeking video by swiping or tapping (#132)
* Allow seeking in players by tapping

* Allow seeking in players by swiping horizontally

* Small cleanup

Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
2022-07-29 18:48:47 +02:00
WaspEma
4a7f039664 Translated using Weblate (Italian)
Currently translated at 99.2% (128 of 129 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/it/
2022-07-27 08:49:43 +02:00
Jarne Demeulemeester
2866532e28
Upgrade ExoPlayer to 2.18.1
exoplayer 2.18.0 -> 2.18.1
2022-07-25 23:50:38 +02:00
Jarne Demeulemeester
cc0ab920fd
Move servers check to Activity (#136)
Remove MainViewModel
Change startDestination when no servers are found
2022-07-25 13:44:15 +02:00
Jarne Demeulemeester
ba584473dd
Upgrade jellyfin sdk to 1.3.2
jellyfin 1.3.1 -> 1.3.2
2022-07-25 12:57:58 +02:00
Jarne Demeulemeester
8552f0c469
Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
creepen123
932ea56335 Translated using Weblate (Russian)
Currently translated at 94.5% (122 of 129 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ru/
2022-07-22 17:49:41 +02:00
Jarne Demeulemeester
a01c92d89c
Upgrade hilt to 2.43
hilt 2.42 -> 2.43
2022-07-22 17:06:52 +02:00
Jarne Demeulemeester
ec6366508b
Layout improvements for larger screens (#134)
* Use NavigationRail on tablets

Width 600dp+

* Add next up item next to the description on tablets

Width 600dp+

* Add tv banners for debug and staging

* Clean up tv add server fragment

* Clean up tv login fragment
2022-07-22 16:29:25 +02:00
creepen123
08582e7680 Translated using Weblate (Russian)
Currently translated at 58.1% (75 of 129 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/ru/
2022-07-21 17:18:34 +02:00
creepen123
3639e161bf Added translation using Weblate (Russian) 2022-07-21 16:44:26 +02:00
Jiahao Lu
e2212e9554 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (129 of 129 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/zh_Hans/
2022-07-14 18:01:26 +02:00
hikaps
4696eb0d68
Add Network security config to trust user added CA (#130)
Co-authored-by: hikaps <n>
2022-07-13 19:14:16 +02:00
DaFray31
45b3e26a07 Translated using Weblate (French)
Currently translated at 96.8% (125 of 129 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/fr/
2022-07-11 23:01:25 +02:00
wangsleepingstar
6dee40a516 Translated using Weblate (Chinese (Simplified))
Currently translated at 96.8% (125 of 129 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/zh_Hans/
2022-07-11 23:01:25 +02:00
Jarne Demeulemeester
001f377570
Bump versionCode to 10 and versionName to 0.5.0 2022-07-10 17:01:22 +02:00
Jarne Demeulemeester
6c852c938f
Update some strings 2022-07-10 16:58:54 +02:00
Jarne Demeulemeester
fded5aa4b3
Remove some unused files 2022-07-09 16:21:11 +02:00
Jarne Demeulemeester
6bb784b2fe
Add error handling to device name updating
This fixes a crash
2022-07-09 13:57:25 +02:00
Jarne Demeulemeester
f46010eba2
Upgrade jellyfin-sdk to 1.3.1
jellyfin 1.3.0 -> 1.3.1

Minimum Jellyfin server 10.8.0 -> 10.8.1
2022-07-06 10:20:20 +02:00
Jarne Demeulemeester
e6add5d47c
Fix mpv crash 2022-07-05 09:08:30 +02:00
Jarne Demeulemeester
f400571e04
Customize the seeking increments (#128)
* Add the ability to customize the seeking increments

* Fix number keyboard image cache size

* Clean up fragment_settings_player.xml
2022-07-05 09:06:26 +02:00
Jarne Demeulemeester
22012873a0
Switch to new MenuProvider api 2022-07-03 15:21:29 +02:00
Jarne Demeulemeester
8e4c8d1f13
Use repeatOnLifecycle api in MainActivity 2022-07-03 14:57:46 +02:00
Jarne Demeulemeester
2b2041c569
Disable the connect and login buttons when the app is connecting / logging in 2022-07-03 14:29:23 +02:00
Jarne Demeulemeester
78458d661a
Upgrade dependencies
lifecycle 2.4.1 -> 2.5.0
navigation 2.4.2 -> 2.5.0
aboutlibraries 10.3.0 -> 10.3.1
2022-07-03 14:12:29 +02:00
Jarne Demeulemeester
bcdada538d
Upgrade ExoPlayer to 2.18 (#126)
* Upgrade ExoPlayer to 2.18

* Change the position polling from every 2 to every 5 sec

* Make internalMediaItems non-nullable

* Clean up mpv track names

* Reduce explayer ffmpeg extension size by not including all decoders

Removed decoders vorbis, opus, flac, pcm_mulaw, pcm_alaw, mp3, aac because these are already supported by Android.

* Clean up preferredLanguage preferences
2022-07-03 14:02:32 +02:00
Jarne Demeulemeester
6f0d5a13a8
Add support for external subtitles (#118)
* Add support for external subtitles in exoplayer

* Enable ASS/SSA external subtitles

* Enable VTT external subtitles

* Clean up

* Fix srt and vtt

Jellyfin currently converts vtt to srt without changing the codec tag. This makes the player unable to decode the subs because it thinks the file is vtt while in fact it is srt.

* Fix for vtt subs

Jellyfin return a srt stream when it should return a vtt stream
2022-07-02 17:00:00 +02:00
newton181
7dacb6e40d Translated using Weblate (Spanish (Mexico))
Currently translated at 100.0% (126 of 126 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_MX/
2022-06-30 21:07:08 +02:00
newton181
80084e523b Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (126 of 126 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_419/
2022-06-30 21:07:08 +02:00
WaspEma
348253f0a7 Translated using Weblate (Italian)
Currently translated at 56.3% (71 of 126 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/it/
2022-06-29 13:07:08 +02:00
WaspEma
ca81f99eca Added translation using Weblate (Italian) 2022-06-28 05:24:08 +02:00
DaFray31
fc9ec57254 Translated using Weblate (French)
Currently translated at 100.0% (126 of 126 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/fr/
2022-06-27 10:02:35 +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
38ca762d1d
ProGuard keep DownloadSeriesMetadata 2022-06-20 21:30:24 +02:00
Jarne Demeulemeester
16c2cd634d
Add paging support to LibraryFragment (#124)
* Add paging support to the LibraryFragment

* Fix error handling
2022-06-17 15:16:29 +02:00
Larvitar
82b235d3ae Translated using Weblate (Polish)
Currently translated at 100.0% (126 of 126 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/pl/
2022-06-15 10:57:35 +02:00
OxO
d1ca438e34 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/zh_Hans/
2022-06-15 10:57:35 +02:00
Jarne Demeulemeester
2a7a1488e7
Fix wrong translation 2022-06-12 14:09:44 +02:00
Jarne Demeulemeester
7467f89f82
Clean up some code 2022-06-11 21:51:30 +02:00
Jarne Demeulemeester
8c039a3c81
Upgrade to jellyfin-sdk 1.3.0 (#122)
Uses BaseItemKind to specify the item type
2022-06-11 21:39:08 +02:00
Jarne Demeulemeester
d1dcf9b343
Upgrade dependencies
kotlin 1.6.21 -> 1.7.0
core 1.7.0 -> 1.8.0
appcompat 1.4.1 -> 1.4.2
material 1.6.0 -> 1.6.1
aboutlibraries 10.2.0 -> 10.3.0
2022-06-11 14:29:19 +02:00
Jarne Demeulemeester
7cdc74d2e7
Split gesture option into volume & brightness and zoom (#121) 2022-06-11 13:45:26 +02:00
Jcuhfehl
c1740c1b68
Display downloaded episodes by series (#80)
* Display downloaded episodes by series

* Add offline playback to readme

* Remove accidentally commited changes

* Remove duplicate movie section in downloadviewmodel

* Fix issues with merging upstream

* Notify on download completion

* Fix trash icon color

* Update DownloadSeriesFragment to use new UiState system

* Clean up unused code

Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
2022-06-11 13:35:52 +02:00
Sayykii
795917d9d1 Translated using Weblate (Bulgarian)
Currently translated at 82.9% (102 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/bg/
2022-06-08 17:57:34 +02:00
Fülöp Tibor
f20fab4e86 Translated using Weblate (Hungarian)
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/hu/
2022-06-08 17:57:34 +02:00
Jarne Demeulemeester
751ee75c3e
Provide better error messages with stacktrace (#119)
* Provide better error messages with stacktrace

+ clean up
+ fix error details popup in MediaInfoFragment

* Simplify exception passing by sending complete exception to the dialog

* Use viewLifecycleOwner with repeatOnLifecycle
2022-06-06 14:41:37 +02:00
Sayykii
741083da40 Added translation using Weblate (Bulgarian) 2022-06-06 13:41:05 +02:00
Fülöp Tibor
8980742bc4 Added translation using Weblate (Hungarian) 2022-06-06 13:34:04 +02:00
Jarne Demeulemeester
a28fbce908
Upgrade androidx splashscreen and constraintlayout
splashscreen 1.0.0-beta02 -> 1.0.0-rc01
constraintlayout 2.1.3 -> 2.1.4
2022-05-21 18:11:45 +02:00
Jarne Demeulemeester
62c3dff843
Upgrade aboutlibraries to 10.2.0 2022-05-14 15:51:48 +02:00
Skratymir
bb41372204 Translated using Weblate (German)
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/de/
2022-05-10 16:49:24 +02:00
Jarne Demeulemeester
60e28067d8
Upgrade Android Gradle Plugin and Hilt
agp 7.1.3 -> 7.2.0
hilt 2.41 -> 2.42
2022-05-10 10:30:29 +02:00
Jarne Demeulemeester
b50b7b985f
Upgrade ExoPlayer to 2.17.1 (#116)
* Upgrade ExoPlayer to 2.17.1

* Upgrade ExoPlayer FFmpeg extension to 2.17.1

* Revert subtitle and audio track buttons changes

* Clean up layout files and code

* Clean up activity_player.xml

* Fix warnings about exo drawables overrides
2022-05-09 21:22:59 +02:00
Optinux
f26cf2cf1a Translated using Weblate (German)
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/de/
2022-05-09 16:28:36 +02:00
Cypral
127cd7b944 Translated using Weblate (French)
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/fr/
2022-05-08 07:46:52 +02:00
Cypral
f81c9b1514 Translated using Weblate (French)
Currently translated at 82.9% (102 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/fr/
2022-05-08 07:17:02 +02:00
Cypral
3f9c6747c0 Added translation using Weblate (French) 2022-05-08 03:00:20 +02:00
Jarne Demeulemeester
dc695d20d0
Upgrade dependencies
material 1.5.0 -> 1.6.0
jellyfin 1.1.2 -> 1.2.0
glide 4.13.1 -> 4.13.2
2022-05-06 08:36:45 +02:00
Jarne Demeulemeester
a785d6d3f8
Upgrade ExoPlayer to 2.16.1 (#115)
* Upgrade ExoPlayer to 2.26.1 and fix mpv player

* Re-enable ffmpeg extension
2022-05-02 21:44:22 +02:00
Larvitar
0b0bdab9d3 Translated using Weblate (Polish)
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/pl/
2022-04-30 00:01:22 +02:00
Larvitar
4d4cc5f60a Added translation using Weblate (Polish) 2022-04-30 00:01:22 +02:00
Jarne Demeulemeester
c6385caf0f
Fix trailing slash in baseUrl not loading images (#114) 2022-04-29 23:49:41 +02:00
Kuma
84bb1ac073 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/zh_Hans/
2022-04-26 20:42:38 +02:00
Jarne Demeulemeester
fa2f93ca8a
Simplify track name creation 2022-04-26 18:47:57 +02:00
Kuma
33da38de57 Added translation using Weblate (Chinese (Simplified)) 2022-04-25 19:51:23 +02:00
Márcio Medeiros
a57c450ecc Translated using Weblate (Portuguese (Brazil))
Currently translated at 74.7% (92 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/pt_BR/
2022-04-25 07:42:38 +02:00
Skratymir
d6f455d137 Translated using Weblate (German)
Currently translated at 59.3% (73 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/de/
2022-04-25 07:42:38 +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
mau671
f3ba6d6e0b Translated using Weblate (Spanish (Mexico))
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_MX/
2022-04-25 07:42:38 +02:00
mau671
8dec5455f6 Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (123 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/es_419/
2022-04-25 07:42:38 +02:00
Márcio Medeiros
563f0951e3 Added translation using Weblate (Portuguese (Brazil)) 2022-04-23 20:19:55 +02:00
Skratymir
5a18ec7527 Added translation using Weblate (German) 2022-04-23 19:59:12 +02:00
NIK679
92e4b8eafc
Add option to disable subtitle in mpv (#110)
* add empty subtitle track

* toggle selected variable

* does this work

* Revert "toggle selected variable"

This reverts commit 87589f1d34e741205674e66855b53d79a1f70adb.

* this should work

* this should work 2.0

* remove empty track if there are no subtitle tracks
2022-04-23 19:46:06 +02:00
Jarne Demeulemeester
2f808750f6 Translated using Weblate (Dutch)
Currently translated at 4.8% (6 of 123 strings)

Translation: Findroid/Android
Translate-URL: https://weblate.jdtech.dev/projects/findroid/android/nl/
2022-04-23 15:39:54 +02:00
Jarne Demeulemeester
45934cf044 Added translation using Weblate (Dutch) 2022-04-23 15:27:59 +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
43e523625b
Move string-arrays to different file (#111)
Weblate cannot translate string-arrays
2022-04-23 12:10:14 +02:00
Jarne Demeulemeester
904637c80d
Bump versionCode to 9 and versionName to 0.4.0 2022-04-11 20:49:59 +02:00
Jarne Demeulemeester
c8b6848e28
Don't display production year when it is null 2022-04-11 20:37:29 +02:00
Jarne Demeulemeester
3f83d07636
Use colorOnPrimary for spinners in buttons 2022-04-11 11:31:55 +02:00
Jarne Demeulemeester
50e4931676
Upgrade mpv 0.34.0 -> 0.34.1
& other dependencies.
Also enable vorbis audio codec & avi container
2022-04-11 00:43:35 +02:00