Added
- ⌨️ Keyboard Mode: Control keyboard behavior for better input experience
- Default: Use system default keyboard
- Force Numeric: Always show numeric keyboard for PIN-like inputs
- Smart Detection: Automatically detect input type and show appropriate keyboard
- Configurable from settings screen
- 📊 Status Bar Options for External App Mode: Fine-grained control over status bar placement
- "On External App (Overlay)": Show custom status bar overlay on top of the external app
- "On Return Screen": Display status bar on the "External App Running" screen
- Choose one or both options based on your needs
Fixed
- 🐛 Status Bar System: Resolved debug and stability issues with status bar display
- 🐛 PIN Code Max Failed Attempts: Fixed counter issue preventing proper lockout behavior
Technical
- Enhanced
SettingsScreenwith keyboard mode selector (Default/Numeric/Smart) - Improved
ExternalAppOverlaywith configurable status bar visibility - Added
@keyboard_mode,@status_bar_on_overlay, and@status_bar_on_returnstorage keys - Better input handling with context-aware keyboard detection
- Fixed PIN attempt counter persistence and validation logic