v8
- Startup Speed: Added engine warmup to pre-initialize internal browser processes.
- No Internet fix: Added an onLoadError handler to show a connection error message instead of a black screen if the app starts offline.
- Headphone support: Music now pauses automatically when you unplug headphones.
- Stability: The app will now automatically recreate the activity if the browser engine crashes or is killed by the OS.
- Added new locks
WifiManager.WIFI_MODE_FULL_HIGH_PERF,WifiManager.WIFI_MODE_FULL_LOW_LATENCYandPowerManager.PARTIAL_WAKE_LOCK- Low Latency lock ensures that clicking songs, searching, and UI updates are as fast as possible
- When the user puts the phone in their pocket (screen off), the High Performance lock takes over, providing the high-throughput connection required for an uninterrupted music stream
This should speed up startup times and create a smoother experience.