Nicholas Wallace
e7e03697d6
Fix: shake to reset only during grace period or while playing
2025-02-02 12:49:08 -07:00
Nicholas Wallace
9e7a76bd97
Simplify nullable return
2025-02-01 15:32:34 -07:00
Nicholas Wallace
d4090d15be
Simplify default value assignment
2025-02-01 15:29:35 -07:00
Nicholas Wallace
973dca83a2
Add: function comments, autoformatting applied
2025-02-01 15:01:12 -07:00
advplyr
703ab710e9
Version bump v0.9.79-beta
2025-01-26 16:41:06 -06:00
advplyr
c79ecbb92e
Fix crash downloading with old server, check server version to append token on image requests #1450
2025-01-26 14:22:35 -06:00
advplyr
4b4a2b46c1
Merge branch 'master' into android_sleep_timer_cleanup
2025-01-26 09:36:48 -06:00
Nicholas Wallace
13b020732f
General cleanup, only disable auto-sleep temporarily
...
Auto sleep timer is only disabled until the end of
the current time period (e.g. when the sleep timer
would be disabled automatically).
2025-01-25 19:00:43 -07:00
advplyr
e21d37b20f
Remove con.android.systemui from valid media browsers #1446
2025-01-25 12:27:43 -06:00
Nicholas Wallace
161614f6c9
Fix: scale end of chapter time by playback speed
2025-01-24 22:18:03 -07:00
Nicholas Wallace
16472e1de8
Simplify increase/decrease sleep timer
2025-01-24 20:05:43 -07:00
Nicholas Wallace
d81e47204c
Auto formatted code and added function comments
2025-01-24 19:55:03 -07:00
advplyr
7c5c7d5632
Version bump v0.9.78-beta
2025-01-18 16:56:36 -06:00
advplyr
111e8d38dc
Remove token from image requests & fix download raw cover image #1328
2025-01-18 15:42:40 -06:00
advplyr
5d67c71791
Add epub reader setting to keep screen awake #1207
...
-----------
Co-authored-by: ISO-B <3048685+ISO-B@users.noreply.github.com>
2025-01-18 10:38:24 -06:00
advplyr
8268592e8e
Update cordova-plugin-screen-orientation, update postcss in nuxt config
2025-01-17 17:06:50 -06:00
advplyr
eb035c1023
Android gradle variables remove unused
2025-01-12 15:18:29 -06:00
advplyr
6dabc7a331
Update androidxCoreVersion to 1.12.0 and remove unnecessary gradle dependency
2025-01-12 15:03:29 -06:00
advplyr
20688d6395
Update to Capacitor 6 for package.json and android
2025-01-12 13:59:55 -06:00
advplyr
044dd7fea9
Update gradle, add jvmtoolchain, update kotlin version, address gradle warnings
2025-01-12 13:38:56 -06:00
advplyr
9243e90e90
Android atuo Reset serverItemsInProgress
2025-01-11 16:49:20 -06:00
advplyr
0dc7813c40
Fix force reload when server changes
2025-01-11 16:33:38 -06:00
advplyr
847bedb65c
Fix drawdown for paging with many of the same first letters, update series sequence ascending/descending string, universalize default drawdown grouping limit
2025-01-11 15:33:43 -06:00
advplyr
8e6e0cf673
Update loading library stats, filter non-audio items from search, prevent recent episodes from loading same podcast library item multiple times
2025-01-11 14:55:30 -06:00
advplyr
0da3045c73
Merge branch 'master' into feat_android_auto_browse
2025-01-11 11:10:24 -06:00
ISO-B
1766111e1d
Android Auto: Added comments to code
2024-11-18 20:20:00 +02:00
ISO-B
8caa08843e
Android Auto: Prevent crashing loop in case that app restarts while browsing content
2024-11-18 19:47:49 +02:00
ISO-B
a08ae6f977
Android Auto: Ensure that podcast are listed from newest to oldest
2024-11-18 19:46:22 +02:00
ISO-B
f68f31c80f
Android Auto: Streamlined browsing settings to single option
2024-11-17 21:16:39 +02:00
ISO-B
b7c8e72ce2
Android Auto: Podcast episodes show publish date
2024-11-17 21:15:16 +02:00
ISO-B
802c16c0df
Android Auto improvements. Icons, Start up
...
Icons:
- Static browsable list items everywhere have hardcoded icons
- Libraries use icons that are defined on server
Start up / Initial loading:
- Initial loading first loads libraries from server. After that personalized shelves and items in progress are fetched simultaneously. Top menu items are update after every stage.
- If network connection is not available when android auto starts app tries to do initial loading again when network connection becomes available again
2024-11-14 19:23:55 +02:00
ISO-B
b335fd30d1
Android Auto improvements
...
General:
- New top menu item Recent is added
- Library caches are cleared when switching server
Search:
- Is done using server API
- Latest search is cache to prevent need to make new request when returning from browsable item.
- Results are grouped by book, series, author and split by library
- Only searches libraries with audio content
Library personalized shelves:
- Recent books, series, authors, podcasts and episodes shelves are listed under Recent top menu
- Discovery shelves can be found under library many from corresponding library
2024-11-13 09:20:03 +02:00
ISO-B
eedcd188c3
Android Auto: Fixed and improved search
...
Search now queries data from server. Results are grouped by books, series and authors.
2024-11-08 12:49:47 +02:00
advplyr
4485d0833e
Version bump v0.9.77-beta
2024-11-05 16:26:10 -06:00
advplyr
a163a6af88
Fix:Android allow deleting local library item that doesnt exist on device #105
2024-11-04 16:45:21 -06:00
advplyr
38bb5af04b
Merge pull request #1358 from ISO-B/fix_check_files_before_playing
...
Ensure that there is files available before playing local content
2024-11-04 16:43:59 -06:00
ISO-B
11804d1cb8
Enhanced check for local audio tracks
...
When check is triggered code now checks that are files really exists
2024-11-04 13:54:02 +02:00
advplyr
d902417959
Fix:Android app crash when switching server while player open #1336
...
- Wrap requests in try/catch to prevent app crash for bad requests
2024-11-03 14:53:35 -06:00
ISO-B
8f181c74d4
Ensure that there is files available before playing local content
2024-10-29 22:51:29 +02:00
ISO-B
8134ec84c6
Enchancements for Android Auto library
...
- Hide libraries without audiobooks
- Sort books in series by sequence value
- Added option for selecting ASC or DESC sorting for series
- Order authors alphabetically
2024-10-27 21:55:17 +02:00
advplyr
e92f2177e8
Fix:Simple storage dependency version, update kotlin version to 2, update androidx dependencies
2024-09-16 16:59:12 -05:00
ISO-B
e4a3cc5290
Added Android Auto browsing settings
2024-09-16 23:06:49 +03:00
ISO-B
a3a58a25ef
Added better library browsing for Android Auto
...
Each library has 3 options: Library, Series and Collection. Library is grouped by authors
2024-09-13 22:51:54 +03:00
advplyr
d45cbbba98
Merge pull request #1302 from RaHoni/navigate_with_volume
...
Make it possible to turn the page with volume keys
2024-09-08 16:07:29 -05:00
advplyr
8c77a19eb6
Update android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt
2024-08-31 09:33:24 -05:00
Rich T
3918696477
Do not call setIconBitmap instead of setIconUri if book is local
2024-08-30 18:15:47 -07:00
RaHoni
8a6a2b8577
Make it possible to turn the page with volume keys
2024-08-30 21:48:00 +02:00
advplyr
8bc5932889
Version bump v0.9.76-beta
2024-08-13 10:26:08 -05:00
advplyr
f405947ad8
Add:Random library sort #1285
2024-08-13 10:18:23 -05:00
advplyr
d18537cf04
Version bump v0.9.75-beta & targetSdkVersion bump to 34
2024-08-12 17:24:05 -05:00
advplyr
6380d7cc02
Fix local episode play-item event, set PodcastEpisode size and AudioTrack FileMetadata for downloads
2024-06-12 18:01:44 -05:00
Marcos Carvalho
574dda5286
Fix android build
2024-05-24 08:10:25 +01:00
Marcos Carvalho
d788623509
Initial work
2024-05-23 22:33:06 +01:00
advplyr
6672a21049
Version bump v0.9.74-beta
2024-05-19 16:58:20 -05:00
advplyr
e94d6fdc1e
Update:Android notification image to not resize #657
2024-04-19 16:32:16 -05:00
advplyr
43ec35fe67
Fix:Android device info client version
2024-04-05 16:39:24 -05:00
advplyr
ad08cc69f4
Version bump 0.9.73-beta
2024-03-03 14:15:32 -06:00
advplyr
f4f7252537
Update wording for enable seeking on media controls settings, remove restart required help text, map translations
2024-02-25 14:44:40 -06:00
advplyr
430d200151
Update android disable media control seek setting to update in realtime
2024-02-25 14:11:28 -06:00
advplyr
7be82d03f3
Merge branch 'master' into disable-widget-ios-scrubing
2024-02-25 12:51:58 -06:00
fidoriel
b6fea85ef4
fix compile android
2024-02-21 10:16:47 +01:00
advplyr
7e3b3f55ae
Fix:Android auto not loading server items #1081
2024-02-20 17:05:07 -06:00
fidoriel
41a65c0f9d
add setting for widget scrubbing
2024-02-20 21:58:31 +01:00
advplyr
81d7b1cfd7
Version bump 0.9.72-beta
2024-02-10 16:35:01 -06:00
advplyr
3bb76cecac
Fix:Android respect offline mode on app restart
2024-02-04 17:46:56 -06:00
advplyr
e3f82bb237
Fix:Include device info with sync local-all request
2024-02-04 17:27:57 -06:00
advplyr
c9fb98f033
Fix:Android crash on startup due to SimpleStorage #1040
...
- Update SimpleStorage to 1.5.5-SNAPSHOT
2024-01-29 16:46:39 -06:00
advplyr
f928df146a
Version bump 0.9.71-beta
2024-01-01 12:56:12 -06:00
advplyr
14b04a14b6
Add:Year in review cards to stats page
2023-12-25 15:35:29 -06:00
advplyr
cf7271dc57
Version bump 0.9.70
2023-12-18 17:10:07 -06:00
advplyr
023c83ee78
Version bump 0.9.69-beta
2023-12-16 16:24:07 -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
6621f8b2ee
Add:Language code setting and translations #448
2023-12-03 17:37:01 -06:00
advplyr
e8abb18350
Version bump v0.9.68-beta
2023-11-25 13:26:12 -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
advplyr
17ff2ed5f4
Version bump 0.9.67-beta
2023-11-17 15:27:02 -06:00
advplyr
6fe470cfc1
Update:Android remove folder scanning and ffmpegkit
2023-11-16 14:52:11 -06:00
advplyr
93cb319e97
Merge pull request #906 from Sapd/oauth2-support
...
OAuth2 Support
2023-11-11 14:49:49 -06:00
advplyr
e9f523d7cb
Fix:Android downloading finished item not marked as finished #903
2023-11-07 16:04:01 -06:00
advplyr
30d4e709f0
Merge branch 'master' into oauth2-support
2023-11-05 10:58:17 -06:00
advplyr
04e468b43d
Fix:Android seeking from notification widget on multi-track books #894
2023-10-31 16:20:28 -05:00
Denis Arnst
8b631f7860
oauth2 support on Android
2023-10-13 23:14:52 +02:00
advplyr
46f558d6e0
Update axios requests to nativeHttp, add openid connect auth button
2023-09-25 17:30:39 -05:00
advplyr
00bed39733
iOS version bump 0.9.66
2023-09-17 14:12:08 -05:00
advplyr
2048795c92
Version bump 0.9.66-beta
2023-09-17 13:35:08 -05:00
advplyr
57d1fbfa83
Disable CapacitorHttp and add plugin to replace axios calls #781
2023-09-15 17:35:44 -05:00
advplyr
27bbe40874
Update to capacitor v5, update to latest gradle and android target 34
2023-09-14 18:05:49 -05:00
advplyr
60da6093f3
Update:Android auto include explicit indicator #611
2023-09-12 17:14:28 -05:00
advplyr
72f687b079
Fix:Android auto loading podcast episodes #832
2023-09-11 12:25:51 -05:00
advplyr
0ce3c8bcbd
Fix:Remove local playback sessions started offline, refresh open player timestamps when device gains focus
2023-09-10 17:51:53 -05:00
advplyr
e634132a39
Fix:Android sync server progress to local progress #808
2023-09-10 13:37:41 -05:00
advplyr
5810a83c66
Fix:Android internal storage downloads audio files multiple times #791
2023-07-26 18:02:25 -05:00
advplyr
852702112a
Update:Enable CapacitorHttp to patch XMLHttpRequest to use native libraries, fixes cors #781
2023-07-12 17:13:57 -05:00
advplyr
d6a1eba657
Fix:Android file provider to use application id
2023-06-25 14:29:02 -05:00
advplyr
b7b746fb2a
Version bump 0.9.65-beta
2023-06-24 15:38:56 -05:00
advplyr
c8053355df
Add:Open/close RSS feed for library items
2023-06-24 14:45:25 -05:00
advplyr
13d32dc1f7
Fix:Android internal file paths using file provider
2023-06-19 15:09:12 -05:00
advplyr
0d1312e497
Fix:Android auto filter out ebook only from downloaded tab
2023-06-19 14:03:29 -05:00
advplyr
ff4f8324e7
Update:Syncing playback time when media item is open in player
2023-06-19 12:37:44 -05:00