Commit graph

24 commits

Author SHA1 Message Date
Dr-Blank
747dbdb46f
fix: bad state when reading player for theme and new login 2024-10-05 21:02:14 -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
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
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
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
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
bf53ec9299
fix android notification icon missing for media playback (#25) 2024-09-24 00:17:36 -04:00
Dr.Blank
792448b0ef
feat: downloads support (#22)
* feat: enhance download manager with improved logging and task handling

* feat: add total size calculation for library items and improve download manager functionality

* refactor: simplify parameters in queueAudioBookDownload and improve logging message in deleteDownloadedItem
2024-09-22 22:05:28 -04:00
Dr-Blank
61aeaf429f
feat: add deeplinking support for oauth login 2024-09-16 23:51:50 -04:00
Dr-Blank
d0f1f01dde
change name to vaani 2024-08-23 04:21:46 -04:00
Dr-Blank
3e405b795d
feat: Add useCurrentPlayerThemeThroughoutApp setting to ThemeSettings 2024-08-20 11:52:35 -04:00
Dr-Blank
74e0d77cf9
Update theme settings in app_settings_provider.dart 2024-08-20 11:39:26 -04:00
Dr-Blank
c24541f1cd
downloads and offline playback 2024-08-20 08:36:39 -04:00
Dr-Blank
f24e63d852
use logging package 2024-06-28 06:01:56 -04:00
Dr-Blank
be7f5daa88
playback reporting 2024-06-15 23:43:08 -04:00
Dr-Blank
b98188d7fb
sleeptimer 2024-06-06 15:35:30 -04:00
Dr-Blank
4a430209af
Refactor chapter seeking logic in AudiobookPlayerSeekChapterButton 2024-05-22 03:49:14 -04:00
Dr-Blank
01b3dead49
migrate to just audio 2024-05-17 11:04:20 -04:00
Dr-Blank
3ecdaadc3f
custom palette generator 2024-05-11 04:06:25 -04:00
Dr-Blank
5e152a0baf
Refactor onboarding to single page
bottom navigation bar
2024-05-10 17:49:47 -04:00
Dr-Blank
d9345cad2b
fix onboarding to single page 2024-05-10 04:11:39 -04:00
Dr-Blank
6c60d1c6ed
kickoff library item 2024-05-09 23:23:50 -04:00
Dr-Blank
f8597f7430
routes 2024-05-09 00:41:19 -04:00
Dr-Blank
a720c977c2
something 2024-05-08 05:03:49 -04:00