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
Denis Arnst
59c71b71fb
Fix track skipping on iOS ( Fixes #686 )
...
When we seek into a different chapter, we will have to reset the progress of the current one before seeking to the new one.
2023-11-29 17:30:34 +01:00
advplyr
f89148b92e
iOS version bump 0.9.68
2023-11-25 15:03:14 -06:00
advplyr
88fbebe5c4
Fix:Error going to local library item page that is storing an old server library item id when server is now using new ids #953
2023-11-25 14:38:40 -06:00
advplyr
e8abb18350
Version bump v0.9.68-beta
2023-11-25 13:26:12 -06:00
advplyr
cc9dead1eb
Remove unused query property
2023-11-25 13:10:46 -06:00
advplyr
f9dd8188ee
Update:Clicking local podcast from home page will filter by downloaded episodes #958
2023-11-25 13:09:43 -06:00
advplyr
579785d2c6
Add:Downloaded filter for podcast episodes #959
...
Fix:More menu button not working for podcasts with some episodes downloaded
2023-11-25 12:56:29 -06:00
advplyr
257a1ceb51
Fix:Check network connection before redirecting local item to server item #958
2023-11-25 12:28:28 -06:00
advplyr
5c60cd136c
Fix password login to send empty string instead of null to support passwordless root user login
2023-11-25 11:17:35 -06:00
advplyr
2bfe548c52
Add:Monochrome app icon & capitalize app name #786
2023-11-22 14:00:55 -06:00
advplyr
164fd92a18
Fix:Android auto unable to play podcast episodes #832
2023-11-21 11:33:45 -06:00