Commit Graph

115 Commits

Author SHA1 Message Date
Antoine_Jaury_KSK 7e7680cdc3 Merge pull request 'new: add documentation for first release' (#1) from release/1.0.0 into develop
Reviewed-on: #1
2026-07-08 17:32:07 +02:00
Antoine Jaury f3f98dff12 docs: add initial CHANGELOG and reference it in README 2026-07-08 17:29:04 +02:00
Antoine Jaury 81694493dd enhance: add delay to SubtitleList drag behavior for smoother seeking 2026-07-08 17:17:00 +02:00
Antoine Jaury 87c66e07d5 refactor: use environment variable for DEVELOPMENT_TEAM in iOS project configuration 2026-07-08 17:08:28 +02:00
Antoine Jaury 850da4f7f7 refactor: add Wasm dependency resolution 2026-07-08 17:08:28 +02:00
Antoine Jaury 8702e29171 enhance: read Sentry DSN from local.properties to support private configuration 2026-07-08 17:08:28 +02:00
Antoine Jaury 2957227f69 refactor: improve PlaybackModule lifecycle management with onClose 2026-07-08 17:08:03 +02:00
Antoine Jaury 4f23e0eb54 refactor: improve navigation animations 2026-07-08 17:08:03 +02:00
Antoine Jaury d6d99fb142 refactor: improve player lifecycle 2026-07-08 17:08:03 +02:00
Antoine Jaury 2399a440dd refactor: extract MainScaffold for better separation of navigation chrome logic 2026-07-08 17:08:03 +02:00
Antoine Jaury 7d8ba628e0 refactor: extract PlayerTopBar into a standalone composable 2026-07-08 17:08:03 +02:00
Antoine Jaury 33c464f1ed enhance: add shadow to TopBars 2026-07-08 17:08:03 +02:00
Antoine Jaury b836f90392 refactor: move selectMainTab logic to MutableList<Route> extension function 2026-07-08 17:08:03 +02:00
Antoine Jaury d9a3fefbbb docs: enhance README with project description, architecture, and improved structure 2026-07-08 17:08:03 +02:00
Antoine Jaury 9bf83a32b1 new: add Apache 2.0 license files 2026-07-08 17:08:03 +02:00
Antoine Jaury 6a10c0c510 new: extract Records feature module 2026-07-08 17:08:03 +02:00
Antoine Jaury 0151d92b6a new: extract WebView feature module 2026-07-08 17:08:02 +02:00
Antoine Jaury f6a12ad84a new: add offline fallback support for WebView 2026-07-08 17:08:02 +02:00
Antoine Jaury b063dfaff6 new: add loading overlay for WebView widget while pages load 2026-07-08 17:08:02 +02:00
Antoine Jaury bb10764178 fix: update URL for "About" page 2026-07-08 17:08:02 +02:00
Antoine Jaury c0d73f86c0 new: replace in-memory record repository with JSON-backed implementation 2026-07-08 17:08:02 +02:00
Antoine Jaury 7fc9011d78 new: enable StrictMode in debug builds 2026-07-08 17:08:02 +02:00
Antoine Jaury 6361fa6e74 refactor: migrate package structure from fr.ajaury.gwenedeg to bzh.ajaury.chombev 2026-07-08 17:08:02 +02:00
Antoine Jaury 272cefa5fd refactor: prepare first version release 2026-07-08 17:08:02 +02:00
Antoine Jaury 1bb38ae081 new: integrate Google Services for app distribution 2026-07-08 17:07:07 +02:00
Antoine Jaury e19a4d1f9f new: integrate GlitchTip for crash logging 2026-07-07 22:08:57 +02:00
Antoine Jaury a272431c37 new: integrate pages for deepen and about 2026-07-07 22:08:57 +02:00
Antoine Jaury a74e9396e6 refactor: simplify formatting for playback speed and text scale labels 2026-07-07 22:08:56 +02:00
Antoine Jaury f8b82bcd99 new: add documentation for subtitle format, phonetics, and translation structure 2026-07-07 22:08:56 +02:00
Antoine Jaury 743697202e new: add phonetic marker toggle to subtitles preferences 2026-07-07 22:06:37 +02:00
Antoine Jaury 9dc5d27c19 new: mark liaison characters 2026-07-07 22:06:37 +02:00
Antoine Jaury 91f11ac800 new: mark muted characters 2026-07-07 22:06:37 +02:00
Antoine Jaury ea7dfe6470 new: add adjustable break between phrases in playback settings 2026-07-07 22:06:37 +02:00
Antoine Jaury b6e7a6a665 new: add adjustable subtitle text size in player and preferences UI 2026-07-07 22:06:37 +02:00
Antoine Jaury f3ade9483d refactor: use string resources for text and content descriptions 2026-07-07 22:06:37 +02:00
Antoine Jaury bf059d5519 new: add app icon and display it in the records screen 2026-07-07 22:06:36 +02:00
Antoine Jaury 8d3da32454 refactor: rename project to "Chom Bev" 2026-07-07 22:06:36 +02:00
Antoine Jaury f90552ed62 new: add emoji associated with records in records and player UI 2026-07-07 22:06:36 +02:00
Antoine Jaury b0a18814b5 chore: update library versions 2026-07-07 22:06:36 +02:00
Antoine Jaury bd25dee1f0 refactor: use SSoT for playback speed 2026-07-07 22:06:36 +02:00
Antoine Jaury d2283ae347 new: persist preferences across sessions 2026-07-07 22:06:36 +02:00
Antoine Jaury beb1973978 refactor: prefer using Duration than milliseconds 2026-07-07 22:06:36 +02:00
Antoine Jaury 16bb6b4c6b fix: handle buffering state in playback state management as playing 2026-07-07 22:06:36 +02:00
Antoine Jaury 3847f46adb new: add playback speed control 2026-07-07 22:06:36 +02:00
Antoine Jaury 9aaffdc363 new: add navigation guards for previous/next sentence in player controls 2026-07-07 22:06:36 +02:00
Antoine Jaury a8bdc26e3c refactor: centralize common dependencies in build-logic module 2026-07-07 22:06:36 +02:00
Antoine Jaury 4d397ac5e8 new: modularize data.playback into a dedicated module 2026-07-07 22:06:36 +02:00
Antoine Jaury d483174ddc refactor: move Record model to data.records module 2026-07-07 22:06:36 +02:00
Antoine Jaury 0d7503f029 new: modularize data.preferences 2026-07-07 22:06:36 +02:00
Antoine Jaury ddab9b642d new: introduce build-logic module to centralize Gradle configuration 2026-07-07 22:06:36 +02:00