Just pushed a new tag v0.3.0
This version includes:
- User-friendly popup messages: no verbose outputs on happy-case events. Full logs are still produced for debugging support.
- Wifi is not managed: The plugin will not attempt to turn Wifi on anymore and instead will prompt the user to do so. This is introduced to allow using bluetooth when internet is not available; this way user can turn on wifi and disregard no connectivity notice and proceed to bluetooth connection.
- Bluetooth operations are allowed only when bluetooth on: To prevent accidental operations.
- More custom events: Below you'll find the full list.
- Bugfixes and various improvements: Mainly to disallow actions and be more communicative.
Events as of v0.2.0
BTGotoNextChapter: Navigate to the next chapter.
BTGotoPrevChapter: Navigate to the previous chapter.
BTDecreaseFontSize: Reduce the font size by 1.
BTIncreaseFontSize: Increase the font size by 1.
BTToggleBookmark: Toggle bookmarks on and off.
BTIterateRotation: Rotate the screen orientation 90 degrees.
BTBluetoothOff: Turn off Bluetooth.
BTRight: Go to the next page.
BTLeft: Go to the previous page.
New events in v0.3.0:
BTPrevBookmark: Navigate to the previous bookmark in the document.
BTNextBookmark: Navigate to the next bookmark in the document.
BTLastBookmark: Jump to the last bookmark by creation date.
BTToggleStatusBar: Toggle the display of the status bar.
BTIncreaseBrightness: Increase the frontlight brightness by 10 units.
BTDecreaseBrightness: Decrease the frontlight brightness by 10 units.
BTToggleNightMode: Toggle between dark mode (night mode) and light mode.
BTIncreaseWarmth: Increase the warmth of the frontlight by 2 units.
BTDecreaseWarmth: Decrease the warmth of the frontlight by 2 units.