Commit Graph
456 Commits
Author SHA1 Message Date
Nicholas Wallace 0347e18d5b Autoformat DeviceClasses.kt 2025-04-14 19:08:17 -07:00
Nicholas Wallace 76c4ec542b Build direct path to shared storage folder 2025-04-13 14:45:32 -07:00
Nicholas Wallace 80bf3f12b6 Moving folder to shared storage 2025-04-11 14:46:40 -07:00
Nicholas Wallace d25b9a8d73 Always download to internal app storage 2025-04-11 14:32:49 -07:00
Nicholas Wallace e11b8cb66c Initial internal download continue incomplete download 2025-04-07 19:04:29 -07:00
Nicholas Wallace 7e2ac27eba Fix: cover printout for book 2025-03-17 19:56:43 -07:00
Nicholas Wallace 640d8cdd41 Combine cover download logic 2025-03-16 17:21:44 -07:00
Nicholas Wallace 841527eb74 Simplify AbsDownloader download item creation 2025-03-16 17:06:58 -07:00
Nicholas Wallace f31a8f0482 Revert "Refactor AbsDownloader"
This reverts commit 4a09238a8e.
2025-03-16 15:37:24 -07:00
Nicholas Wallace 5d8574eb87 Simplify local library item creation in folder scanner 2025-03-11 19:19:31 -07:00
Nicholas Wallace 19b1f3b631 Remove: unused json file from FolderScanner 2025-03-01 15:49:26 -07:00
Nicholas Wallace 4a09238a8e Refactor AbsDownloader 2025-02-28 22:07:24 -07:00
Nicholas Wallace ee0ab43fc5 Auto formatting AbsDownloader.kt 2025-02-28 20:37:08 -07:00
Nicholas Wallace feef527bed Delet unused file 2025-02-28 19:48:18 -07:00
Nicholas Wallace 2b615a51fb Remove: unused AudioProbeResult.kt 2025-02-08 12:45:05 -07:00
Nicholas Wallace f0c92be5f2 Auto format FolderScanner.kt 2025-02-08 12:41:30 -07:00
Nicholas Wallace 20206d6e14 Remove: unused functions from LocalMediaItem.kt 2025-02-08 12:01:38 -07:00
Nicholas Wallace 7c6e098014 Remove: local library only item from playback and syncing media 2025-02-08 11:18:46 -07:00
Nicholas Wallace 1e0f1f329f Clean local only when checking if files exist 2025-02-08 10:41:58 -07:00
Nicholas Wallace b2ebeafed5 Autoformatting files 2025-02-08 10:36:03 -07:00
advplyr e194df455b Merge pull request #1469 from nichwall/download_manager_cleanup
Download manager cleanup
2025-02-07 17:13:51 -06:00
Nicholas Wallace 1141c6f7a5 Remove read timeout for connection 2025-02-06 18:28:22 -07:00
Nicholas Wallace 5a1951b495 InternalDownloadManager autoformatting and comments 2025-02-06 18:26:13 -07:00
Nicholas Wallace 3b3f94124a Iniital refactor and adding comments 2025-02-06 18:16:56 -07:00
Nicholas Wallace bb56a55143 Fix: end time default value 2025-02-06 17:58:10 -07:00
Nicholas Wallace 853a12b0dd Revert "Simplify default value assignment"
This reverts commit d4090d15be.
2025-02-06 17:45:33 -07:00
advplyr 02b83f02d6 Merge pull request #1464 from nichwall/sleep_timer_cleanup_2
Android Sleep Timer cleanup part 2
2025-02-02 16:04:52 -06:00
Nicholas Wallace e4e7679414 Fix: sleep timer gets stuck at 1 second 2025-02-02 14:23:58 -07:00
Nicholas Wallace 5fd21c8393 Change: sleep timer EoC cutoff to be 10 seconds 2025-02-02 13:00:28 -07:00
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
advplyrandISO-B 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 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