v1.0.0
Release v1.0.0
Boox Rich Annotation - Initial Release
📦 Downloads
Choose the appropriate APK for your device:
Recommended
- BooxRichAnnotation-v1.0.0-universal.apk (4.5 MB)
- Works on all Boox devices
- If unsure, download this one
Architecture-Specific (Smaller size)
-
BooxRichAnnotation-v1.0.0-arm64-v8a.apk (4.5 MB)
- For newer Boox devices (64-bit ARM)
- Tab Ultra, Tab X, Note Air 2 Plus, etc.
-
BooxRichAnnotation-v1.0.0-armeabi-v7a.apk (4.5 MB)
- For older Boox devices (32-bit ARM)
- Older Note, Nova, Poke models
✨ Features
- 📚 Browse all your ebooks (EPUB, MOBI, AZW/AZW3)
- 🔍 Search books by title or author
- 🎨 Export rich annotations with colors and styles
- 📥 Download annotations as structured JSON
- 🔄 Real-time refresh
- ⚡ E-ink optimized theme
- 🎯 Automatic deduplication of edited annotations
📋 Requirements
- Android 7.0 (API 24) or higher
- Onyx Boox device with kreader app installed
🚀 Installation
- Download the appropriate APK
- Enable "Install from Unknown Sources" in Settings
- Open the APK file to install
- Launch the app
🎨 Annotation Styles Supported
- Highlight (filled)
- Underline (straight)
- Dashed underline
- Wavy underline
- Redact
- Mute
📝 JSON Export Format
{
"title": "Book Title",
"authors": "Author Name",
"format": "epub",
"annotations": [
{
"quote": "Selected text...",
"pageNumber": 42,
"chapter": "Chapter Name",
"createdAt": 1781261518476,
"color": "#a020f0",
"style": "highlight",
"note": "Optional note text"
}
]
}🔐 Permissions
- QUERY_ALL_PACKAGES - To access Onyx content provider (Android 11+)
- WRITE_EXTERNAL_STORAGE - For file downloads (Android 9 and below only)
📱 Tested On
- Onyx Boox Tab Mini C (Android 11)
🐛 Known Issues
None reported yet. Please open an issue if you encounter any problems.
📄 License
MIT License - Free and open source
Full Changelog: Initial release