Orion Store V1.3.5 : The Eclipse Hotfix
Orion Store v1.3.5 : Hotfix
This hotfix fixes a few critical bugs and polishes the user experience on fresh installs and deep-link launches.
🐛 Bug Fixes
- Deep Link Reliability: Fixed a race condition where launching the app via a URL (e.g.
orionstore://app/...) would occasionally fail to find the app if the store data hadn't finished loading. Deep links are now queued and safely resolve once the app is fully ready. - Typographic Polish: Replaced standard quotes with proper typography in toast messages (
"..."→‘...’). - Cross-Platform Tab Leaking: Added defensive tag-based re-classification to prevent PC/Windows apps from incorrectly appearing in the Android "Top in Customization" rows if remote configuration has missing or misaligned platform metadata.
- Onboarding Experience: Fixed an issue on fresh installs where the Spotlight Tutorial, Notice Popup, and Modern UI Tutorial would all trigger and overlap at the same time. The onboarding sequence now intelligently coordinates them to appear one after the other.
- Maintenance Mode Stability: Disabled Pull-to-Refresh functionality when the store enters maintenance mode to prevent unnecessary server requests and UI flashes.