Commit graph

139 commits

Author SHA1 Message Date
Dr.Blank
77f7a7e3b5
add instructions to add keystore 2024-12-08 03:43:46 +05:30
Dr.Blank
6c50821682
Make shelfsdk a submodule (#66)
* make shelfsdk a submodule

* add contributing.md

* add submodule info

* update ci

* add submodule
2024-12-08 01:52:30 +05:30
Dr.Blank
247413def0
fastlane init (#65) 2024-12-08 01:50:00 +05:30
Dr.Blank
2a715f6fa8
remove manage external storage permission 2024-12-07 21:07:48 +05:30
Dr.Blank
c2cf999398
dart fix 2024-12-07 12:26:59 +05:30
Dr-Blank
3488ae97fb
fix overflow error for onboarding 2024-10-28 05:45:28 +05:30
Dr-Blank
11b768d41c
chore: bump version to 0.0.15+6 in pubspec.yaml 2024-10-11 12:01:14 -04:00
Dr.Blank
630219dfbe
fix: disable dependency metadata in APKs and App Bundles (#57) 2024-10-11 11:25:41 -04:00
Dr-Blank
781e266a5f
docs: update README for clearer instructions on joining Playstore testing 2024-10-07 14:28:51 -04:00
Dr-Blank
5b896e8b09
refactor: fade in images on home screen 2024-10-06 05:52:29 -04:00
Dr.Blank
09eafb2c28
fix: content behind miniplayer not visible (#53) 2024-10-06 05:45:14 -04:00
Dr-Blank
e8903081b7
chore: bump version to 0.0.14+5 in pubspec.yaml 2024-10-06 03:02:44 -04:00
Dr-Blank
747dbdb46f
fix: bad state when reading player for theme and new login 2024-10-05 21:02:14 -04:00
Dr-Blank
e7205ed874
chore: bump version to 0.0.13+4 in pubspec.yaml 2024-10-05 10:05:26 -04:00
Dr.Blank
ff83c2cc63
feat: multiple theming options (#50)
* refactor: consolidate theme definitions by removing separate dark and light theme files

* feat: integrate dynamic color support and enhance theme settings management

* feat: add theme settings route and update theme management in app settings

* feat: enhance theme management by integrating high contrast support in various components

* feat: implement mode selection dialog for theme settings and enhance button functionality

* refactor: update theme import paths and consolidate theme provider files

* feat: enhance theme management by integrating theme selection based on audiobook playback

* refactor: update default value for useMaterialThemeFromSystem to false in theme settings

* refactor: adjust high contrast condition order in theme settings for consistency

* refactor: rename useMaterialThemeOfPlayingItem to useCurrentPlayerThemeThroughoutApp for clarity

* refactor: correct spelling in system theme provider and replace with updated implementation

* refactor: extract restore backup dialog into a separate widget for improved readability

* refactor: reorganize settings sections for clarity and improve restore dialog functionality
2024-10-05 10:01:08 -04:00
Dr-Blank
758e4cdc83
refactor: update personalized view handling, improve GitHub issue link, and adjust VaaniLogo size 2024-10-05 04:48:52 -04:00
Dr-Blank
fa815ae206
refactor: update AuthenticatedUser model to require id and remove password, enhance server URI handling in AddNewServer widget 2024-10-04 02:31:51 -04:00
Dr-Blank
eda45efbce
chore: bump version to 0.0.12+3 in pubspec.yaml 2024-10-03 19:05:29 -04:00
Dr-Blank
33c57da78f
hotfix: add permission handling for external storage and update log file naming 2024-10-03 19:04:36 -04:00
Dr-Blank
5d2b9fd43e
chore: bump version to 0.0.11+2 in pubspec.yaml 2024-10-03 06:38:07 -04:00
Dr-Blank
2175e6d06c
refactor: formatting 2024-10-03 06:34:50 -04:00
Dr-Blank
b81473998e
fix: reset activeLibraryId on 'Try again' button press in HomePage 2024-10-03 06:33:48 -04:00
Dr.Blank
19c5385b58
fix: enable cleartext traffic in AndroidManifest.xml (#47) 2024-10-03 06:31:55 -04:00
Dr.Blank
35a2d7cfce
feat: error reporting with logs (#45)
* feat: add ability to get logs file from ui

* test: add unit test for log line parsing in logs_provider

* refactor: update all logs to obfuscate sensitive information

* feat: generate dynamic zip file name for logs export

* feat: enhance logging in audiobook player and provider for better debugging

* refactor: extract user display logic into UserBar widget for offline access of settings and logs

* feat: add About section with app metadata and source code link in YouPage
2024-10-03 05:54:29 -04:00
Dr-Blank
7b0c2c4b88
chore: bump version to 0.0.10+1 in pubspec.yaml 2024-10-02 09:35:46 -04:00
Dr-Blank
02b6194d8f
ci: reorder Java setup in CI workflow for improved efficiency in case of test failure 2024-10-02 09:33:12 -04:00
Dr-Blank
be5eb3fd13
test: add TimeOfDay extension tests and enable test execution in CI 2024-10-02 09:32:05 -04:00
Dr.Blank
12100ffbcd
ui: better sleep timer ui in player and fix auto turn on settings (#43)
* refactor: enhance sleep timer functionality and improve duration formatting

* refactor: update sleep timer settings handling

* refactor: update cancel icon for sleep timer button

* refactor: implement isBetween method for TimeOfDay and simplify sleep timer logic

* refactor: update alwaysAutoTurnOnTimer default value and improve icon usage in settings

* refactor: remove unused IconButton and update sleep timer preset durations
2024-10-02 09:18:06 -04:00
Dr-Blank
933bfc5750
chore: update release drafter configuration to include UI changes category 2024-10-02 09:07:21 -04:00
Dr-Blank
4c5dc53169
refactor: update default speed options for player settings 2024-10-02 02:39:33 -04:00
Dr-Blank
ce74ead2b3
docs: update README with features and download instructions 2024-10-02 02:20:16 -04:00
Dr-Blank
e9b2fc074c
chore: add privacy policy document 2024-10-01 02:47:22 -04:00
Dr-Blank
e9c4b9cd86
chore: remove rxdart dependency from pubspec.yaml 2024-10-01 02:17:38 -04:00
Dr.Blank
29f4c93554
fix: notification logo not showing (#42) 2024-10-01 02:16:08 -04:00
Dr-Blank
3400b725f2
chore: update dependencies to latest versions 2024-09-30 23:18:02 -04:00
Dr-Blank
35d3bb362d
chore: bump version to 0.0.9+1 2024-09-30 05:44:52 -04:00
Dr.Blank
90913162cc
fix: speed selector wheel was not visible (#41) 2024-09-30 04:19:15 -04:00
Dr-Blank
a790a7e583
ci: add upload step for APKs in test workflow 2024-09-30 02:47:13 -04:00
Dr.Blank
67d6c9240b
Fix Shake Detector not working when app in background (#40)
* feat: update shake detection settings to reduce cooldown and feedback options

* fix: shake detector not detecting in background

* enhance shake action handling to avoid unnecessary feedback

* disable shake detector when player not playing anything

* refactor: remove outdated TODO regarding shake detection optimization

* refactor: comment out notifyListeners call in restartTimer method for clarity
2024-09-30 02:34:13 -04:00
Dr-Blank
6c0265fe5f
chore: bump version to 0.0.8+1 2024-09-28 04:37:27 -04:00
Dr-Blank
b8059cad4d
chore: update GitHub Actions workflow for APK and AAB builds 2024-09-28 04:34:40 -04:00
Dr.Blank
b229c4f2f5
feat: add shake detection functionality (#36)
* feat: add shake detection functionality and integrate vibration support

* feat: add shake detector settings page
2024-09-28 01:27:56 -04:00
Dr-Blank
2e3b1de529
chore: bump version to 0.0.7+1 2024-09-26 04:48:10 -04:00
Dr.Blank
150e5c9025
feat: add player settings page and enhance settings UI (#33) 2024-09-26 04:30:51 -04:00
Dr.Blank
8049a660e6
feat: new settings to configure when to report playback and when to mark item complete (#32) 2024-09-26 01:39:43 -04:00
Dr-Blank
7279fa0bd6
chore: bump version to 0.0.6+1 2024-09-25 03:23:44 -04:00
Dr.Blank
3cf0a0b124
feat: extensive settings for media controls through notification (#28)
* feat: add notification settings customisation options

* feat: add notification settings page and update routing
2024-09-25 03:13:42 -04:00
Dr.Blank
721b0a87fc
feat: enhance navigation handling by adding debug messages and settings page routing (#29) 2024-09-25 02:58:33 -04:00
Dr.Blank
bf53ec9299
fix android notification icon missing for media playback (#25) 2024-09-24 00:17:36 -04:00
Dr-Blank
84e5fd9d81
refactor: clamp download progress value to start from .05 2024-09-23 04:28:08 -04:00