advplyr
efc6d68403
Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app
2023-12-15 16:05:53 -06:00
advplyr
7412d0899f
Fix:Syncing when media is open in audio player and playing on another device #984
...
- Local playback session IDs have been updated to UUIDs instead of prefixing local_play_
2023-12-15 16:05:19 -06:00
advplyr
42eb0a8384
Merge pull request #988 from burghy86/patch-2
...
Update it.json
2023-12-15 15:03:25 -06:00
burghy86
27e83e8ed9
Update it.json
2023-12-15 22:02:26 +01:00
advplyr
dd66042766
Update:Dont show chapter number infront of chapter title #981
2023-12-14 16:59:47 -06:00
advplyr
dc790d5450
Fix light mode for new podcast page
2023-12-14 16:55:17 -06:00
advplyr
01ac844024
Fix light theme on add podcast page
2023-12-14 16:39:55 -06:00
advplyr
c8064ac7bc
Rename page name from search to add-podcast
2023-12-14 16:25:59 -06:00
advplyr
f5da44dc6f
Merge pull request #986 from Hallo951/master
...
Update de.json
2023-12-14 08:15:26 -06:00
Hallo951
cbdff29684
Update de.json
2023-12-14 08:19:27 +01:00
advplyr
19d6c84113
Update:Light theme colors for track progress bar and ereader settings #916
2023-12-13 16:57:44 -06:00
advplyr
d9f4ed3d54
Merge pull request #983 from Nab0y/master
...
Fix Russian localization
2023-12-12 17:50:06 -06:00
advplyr
fdb26b7700
Update:Set device language to match the first server connected to #448
2023-12-12 17:50:04 -06:00
Dmitry Naboychenko
94cb7a65a2
Fix Russian localization
2023-12-12 22:34:53 +03:00
advplyr
9298065934
Add:Theme option setting #916
2023-12-11 18:11:17 -06:00
advplyr
1cf01a5d12
Add home page shelf translation strings #448
2023-12-11 17:42:29 -06:00
advplyr
e3aa96cbd5
Fix:Setting device language code
2023-12-11 17:27:26 -06:00
advplyr
c7678da664
Update:Setup css colors for themes, add light theme colors #916
2023-12-10 17:53:27 -06:00
advplyr
52701048ad
Merge pull request #967 from tonyedwardspz/master
...
Feature - Add a low feedback mode
2023-12-09 15:14:52 -06:00
advplyr
776c02828f
Fix latest page to show download indicator, update download button to be responsive right away
2023-12-09 14:57:44 -06:00
advplyr
69308413f6
Fix bad merge with master
2023-12-08 17:04:03 -06:00
advplyr
84e376a7cf
Remove commented out toasts
2023-12-08 17:03:08 -06:00
advplyr
1822b21af8
Remove socketConnected check on local items alert
2023-12-08 16:49:12 -06:00
advplyr
8b222435e6
Fix:Load local settings before attempting server connection #976
2023-12-08 16:10:57 -06:00
advplyr
fdd251ec2c
Merge pull request #975 from Jafeyyu/master
...
Improve Chinese translation
2023-12-08 16:01:24 -06:00
Tony Edwards
78170d4e10
Potential toasts for removal
2023-12-08 09:59:22 +00:00
Tony Edwards
837981b8b6
Removes download prompt on podcast ep page
2023-12-08 09:56:07 +00:00
Tony Edwards
be23c6703f
Shows media link status when connected to a server
2023-12-08 09:08:51 +00:00
Tony Edwards
0c72889917
Remove successfully connected media link message
2023-12-08 07:56:45 +00:00
Tony Edwards
02746bc35f
Fixes my introduced errors
2023-12-08 07:53:35 +00:00
Qi, Xiaoqiang
85a5c33bd8
Improve Chinese translation
2023-12-08 15:33:37 +08:00
Tony Edwards
5067c0f6d7
Removes download confirmation prompt
2023-12-08 07:30:54 +00:00
Tony Edwards
89938ab120
Removes download success toast
2023-12-08 07:25:51 +00:00
Tony Edwards
9a32396daa
Removes low feedback toggle
2023-12-08 07:19:23 +00:00
advplyr
ddb1796891
Update serverconfig to remove version before saving
2023-12-07 17:02:50 -06:00
advplyr
76253b7b9d
Merge pull request #969 from Sapd/sso-redirect-ri
...
SSO: Add redirect_uri to oAuth auth request
2023-12-07 16:08:19 -06:00
advplyr
74fef1d2f4
Make backwards compatible with server v2.6.0
2023-12-07 11:07:37 -06:00
advplyr
7306ffa709
Merge pull request #972 from JannikGohr/german_translation
...
Add German Translations
2023-12-06 17:45:41 -06:00
JannikGohr
6f289293cc
Continue german translation in strings/de.json
2023-12-07 00:09:34 +01:00
advplyr
783f924bb9
Add:Ebook library filters #971
2023-12-05 16:14:20 -06:00
Denis Arnst
044a35aacf
SSO: Removed isRest as requirement
...
Removed in the backend to increase compatibility with possible 3rd party oauth libraries people might use
2023-12-05 09:44:20 +01:00
Tony Edwards
78448894d2
Adds hiding audio book feedback promt/toast
2023-12-05 07:31:03 +00:00
Tony Edwards
aca348e783
Adds low feedback mode to podcast downloads
2023-12-05 07:31:03 +00:00
Tony Edwards
e6c1874cbb
Adds download success toasts to low feedback mode
2023-12-05 07:31:03 +00:00
Tony Edwards
1b06dbd78c
Adds basic low feedback mode implementation
2023-12-05 07:31:03 +00:00
advplyr
a26f37aa49
Add more translation strings, clean out unused strings #448
2023-12-04 17:53:36 -06:00
Denis Arnst
8af3c09458
SSO: Add redirect_uri to oAuth auth request
...
Also:
- Add client_id with the name of the app (for possible future use)
- Add response_type simply to provide all required oauth2 parameters for reference
- For the URL to be opened in Browser: Forward the callback/redirect_uri URL provided by the server
- Use a hardcoded variable for HTTPS enforcement, for easier debugging
2023-12-04 22:43:14 +01:00
advplyr
fed6579e08
Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app
2023-12-03 17:37:14 -06:00
advplyr
6621f8b2ee
Add:Language code setting and translations #448
2023-12-03 17:37:01 -06:00
advplyr
737b6d7c26
Merge pull request #964 from Sapd/seek-fix
...
Fix track skipping on iOS (Fixes #686 )
2023-11-30 17:06:33 -06:00