You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set Default Browser Setting: Added an option under General settings to set Yue Browser as the default system browser with dynamic status check using RoleManager (Android 10+) and system settings fallback. Fully localized in English and Indonesian.
Block External App Redirects Setting: Added a Privacy & Security toggle to prevent redirects or link clicks from launching external apps (e.g. Facebook, Play Store) and force them to load inside the browser. Fully localized in English and Indonesian.
🐛 Bug Fixes
Background WebView Crash Recovery: Handle WebView rendering process crashes programmatically in onRenderProcessGone by scheduling an automatic page reload, and manage WebView resources during Activity pause/resume.
Media Player False Notifications: Added validation to prevent empty media player notifications from appearing before media playback has actually started.
Incognito Back History Restoration: Fixed an issue where incognito tabs lost their navigation history (back/forward state) after being restored from the background.
🗑️ Removed
REQUEST_INSTALL_PACKAGES Permission: Removed the sensitive APK installation permission to comply with Google Play Store policies.