Commit Graph

14 Commits

Author SHA1 Message Date
virtus eb675057ee feat: Update keystore handling in build workflow to save decoded keystore in the correct directory
Build Android APK / build-apk (push) Failing after 12m30s
2026-04-08 18:36:17 +07:00
virtus 68837362e1 feat: Simplify keystore decoding process in build workflow using inline Python script
Build Android APK / build-apk (push) Failing after 13m51s
2026-04-08 18:20:45 +07:00
virtus 7ce286b63b feat: Enhance build workflow to resolve release tag input dynamically and improve release handling 2026-04-08 18:16:49 +07:00
virtus 9cb33264bb feat: Update build workflow to make release tag optional and handle conditional release uploads 2026-04-08 18:14:23 +07:00
virtus 7a56b3bfc6 feat: Update build workflow to require release tag input for manual triggering 2026-04-08 18:10:31 +07:00
virtus 46b5d18868 feat: Update build workflow to support manual triggering and tag creation events 2026-04-08 18:07:11 +07:00
virtus 080afb7e8c feat: Refactor keystore decoding to Python for improved error handling and normalization 2026-04-08 17:45:32 +07:00
virtus 8195887d3c feat: Enhance Android release signing process with improved keystore validation and error handling
Build Android APK / build-apk (push) Failing after 2m35s
2026-04-08 17:24:53 +07:00
virtus 5f95073d5c feat: Enhance Android release signing process and add verification script
Build Android APK / build-apk (push) Failing after 9m6s
2026-04-08 14:48:28 +07:00
virtus bd4d6895bf feat: Update build workflow to handle APK release and upload to Gitea
Build Android APK / build-apk (push) Successful in 13m55s
2026-04-08 09:10:56 +07:00
virtus 77429a1de3 feat: Improve error handling for Android SDK license acceptance in build workflow
Build Android APK / build-apk (push) Failing after 14m14s
2026-04-07 19:05:14 +07:00
virtus d48e384767 feat: Add Android SDK setup and package installation steps in build workflow
Build Android APK / build-apk (push) Failing after 2m17s
2026-04-07 19:01:41 +07:00
virtus 8dcd092c5e feat: Update Flutter setup step to display version
Build Android APK / build-apk (push) Failing after 2m51s
2026-04-07 18:56:09 +07:00
virtus 6946083aee feat: Enhance chapter list and TTS functionality
Build Android APK / build-apk (push) Failing after 4m37s
- Introduced ChapterListQuery and ChapterListPage classes for better chapter management.
- Updated chapterListProvider to handle pagination and canonical ID resolution.
- Improved ReaderScreen with enhanced TTS features, including auto-scroll to active paragraph and better handling of TTS state.
- Added TtsPlayerWidget with compact mode and improved UI for TTS controls.
- Enhanced TtsService to manage speech segments and background mode for TTS.
- Implemented battery optimization checks for TTS background mode on Android.
- Updated main.dart to ensure proper error handling in a zoned environment.
2026-04-07 18:49:29 +07:00