book-reader/app/src
Aryan 1f111034f1
Added customizable highlight color palette in epub (#6)
This introduces a user-configurable palette for text highlighting. The four default highlight colors can now be customized by the user from an expanded set of predefined colors.

Changes include:
- Added a `PaletteManagerDialog` to allow users to select and save their preferred highlight colors.
- Implemented `saveHighlightPalette` and `loadHighlightPalette` to persist the user's choices.
- The highlighting UI in both vertical and paginated readers now displays the active custom palette.
- Added new `HighlightColor` options.
- Updated JavaScript to support the expanded color set and improve highlight interaction logic.
2026-02-26 14:26:54 +05:30
..
androidTest/java/com/aryan/reader Initial commit 2026-02-24 17:37:40 +05:30
debug/java/com/aryan/reader/epubreader Initial commit 2026-02-24 17:37:40 +05:30
main Added customizable highlight color palette in epub (#6) 2026-02-26 14:26:54 +05:30
oss Initial commit 2026-02-24 17:37:40 +05:30
test/java/com/aryan/reader Initial commit 2026-02-24 17:37:40 +05:30