New Features
- Quit Toolbar Button - Added a configurable "Quit" button for the contextual tab bar. Shows a confirmation dialog; long-press skips confirmation. Disabled by default (enable via toolbar customization).
Improvements
-
Keyboard Height Calculation - Reworked keyboard visibility detection on Android 11+ to use animation-bounds-based height calculation. This works around Android bugs where live insets don't reflect the full keyboard height including suggestion bars.
-
Shutdown Routine - Completely overhauled app exit flow with proper cleanup sequence:
- Closes private/isolated tabs (clears browsing data)
- Stops Tor proxy if running
- Shuts down GeckoView engine cleanly
- Closes all databases
- Disposes providers before system exit
Bug Fixes
- Light Theme - Fixed light theme colors that were using dark mode values. Private tabs, isolated tabs, and Tor indicators now have proper light-mode palettes with correct contrast.