Commit graph

37 commits

Author SHA1 Message Date
Dr.Blank
bae99292a2
feat: add PlayingIndicatorIcon widget for animated playback indication (#80) 2025-04-23 16:23:57 +05:30
Dr.Blank
4ebf46d2fd
chore: remove deprecated apis (#74)
* dart format + remove withopacity

* remove unused imports
2025-04-10 19:42:08 +05:30
Dr.Blank
2fd4650bb8
upgrade to flutter 3.27.4 2025-03-25 22:01:16 +05:30
Dr.Blank
09eafb2c28
fix: content behind miniplayer not visible (#53) 2024-10-06 05:45: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
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
29f4c93554
fix: notification logo not showing (#42) 2024-10-01 02:16:08 -04:00
Dr.Blank
90913162cc
fix: speed selector wheel was not visible (#41) 2024-09-30 04:19:15 -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
150e5c9025
feat: add player settings page and enhance settings UI (#33) 2024-09-26 04:30:51 -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
405d625cdc
refactor: update cover image handling to use item IDs and simplify library item actions 2024-09-23 03:55:32 -04:00
Dr-Blank
e7dd4de515
feat: implement per book settings with player configuration and update methods 2024-09-17 23:19:05 -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
ec8304fdc3
chapter selection in player 2024-08-20 10:14:07 -04:00
Dr-Blank
c24541f1cd
downloads and offline playback 2024-08-20 08:36:39 -04:00
Dr-Blank
99fb8264f1
Update player height calculation to use full screen height 2024-06-20 02:37:24 -04:00
Dr-Blank
402e264137
intercept back button to minimize player first
and also navigate stack of branches like youtube
2024-06-20 00:58:12 -04:00
Dr-Blank
865a662b56
progress visibility on item page 2024-06-16 22:24:32 -04:00
Dr-Blank
be7f5daa88
playback reporting 2024-06-15 23:43:08 -04:00
Dr-Blank
fbd789f989
feat: Add duration_picker dependency to pubspec.yaml 2024-06-13 18:10:10 -04:00
Dr-Blank
b98188d7fb
sleeptimer 2024-06-06 15:35:30 -04:00
Dr-Blank
d372a6b096
search for books 2024-06-05 12:08:44 -04:00
Dr-Blank
a1e238fc25
player made shorter since can not intercept back gestures 2024-06-01 12:15:02 -04:00
Dr-Blank
9dcfbee201
speed selector modal 2024-05-22 02:13:01 -04:00
Dr-Blank
73e8f4bfa6
Refactor chapter seeking logic in AudiobookPlayerSeekChapterButton 2024-05-21 10:50:02 -04:00
Dr-Blank
b2130a53cc
Refactor chapter seeking logic in AudiobookPlayerSeekChapterButton 2024-05-20 07:45:06 -04:00
Dr-Blank
2f078742d0
Refactor chapter seeking logic in AudiobookPlayerSeekChapterButton 2024-05-19 10:02:39 -04:00
Dr-Blank
74dc9807d6
feat: Invalidate currently playing chapter when player position changes 2024-05-19 09:51:06 -04:00
Dr-Blank
36509913f2
player: add chapter skip buttons 2024-05-19 09:45:41 -04:00
Dr-Blank
d01855c218
player seek and chapter change 2024-05-19 08:53:21 -04:00
Dr-Blank
01b3dead49
migrate to just audio 2024-05-17 11:04:20 -04:00
Dr-Blank
a1dd0e9d3f
feat: Add audio_video_progress_bar dependency 2024-05-15 02:27:05 -04:00
Dr-Blank
7f5309d10a
feat: Add miniplayer 2024-05-14 10:11:25 -04:00
Dr-Blank
610d9a2aa0
basic audiobook player 2024-05-14 06:13:16 -04:00