Skip to content

Orion Store v1.0.7: Dimension X Patch

Choose a tag to compare

@RookieEnough RookieEnough released this 27 Dec 16:35
· 42 commits to main since this release

🚨Critical Service Hotfix

Build 2025.12 • Emergency Patch

This is an urgent hotfix following the release of v1.0.6. While v1.0.6 successfully introduced our new native architecture, it exposed a critical compatibility issue with external network dependencies that required immediate remediation.

Transparency Report: The validation gap in v1.0.6 was attributed to a temporary reduction in Quality Assurance operational capacity due to my unforeseen health constraints. This temporarily impacted cognitive bandwidth during the final staging phase, causing specific edge cases in the native bridge to slip through our standard testing protocols. We have accelerated this patch to rectify those oversights immediately.

Community Credit: We extend a massive thank you to @Shadyteal2 for the immediate incident report following the v1.0.6 deployment. Your rapid feedback was instrumental in identifying these critical regressions, allowing us to isolate the issues and deploy this patch within the hour.

⚡ Critical Fix: Ad Network Protocol

  • Unity SDK Synchronization: We identified a race condition in the native bridge introduced in v1.0.6 where the Ad Network's initialization handshake was timing out due to updated upstream security protocols.
    • The Issue: The "Fuel the Code" feature was incorrectly flagging the network as "Busy" because the video buffer couldn't lock the main thread in time.
    • The Fix: We have rewritten the initialization logic to implement a smart buffering sequence. This ensures the native plugin synchronizes correctly with the external Ad Server before the UI renders, resolving the connection failures.

📺 Android TV Optimization

  • Viewport Correction: Adjusted the rendering engine for the TV Tab. Screenshot containers now strictly enforce 16:9 landscape aspect ratios to prevent asset distortion on large screens.
  • Workflow Clarity: Changed the primary action button for TV applications from "Download" to "Get from Source". This better reflects the sideloading nature of TV apps (ADB/USB) and prevents user confusion regarding direct installation support.

🎨 UI & Layout Engine

  • View Hierarchy Optimization: Performed a pass on the About/Profile Tab to remove redundant vertical padding. The layout is now significantly more compact, reducing scroll travel on smaller displays.
  • Toast Z-Index Fix: Corrected the coordinate calculation for notification toasts. They now properly respect the device's Safe Area Insets, preventing overlap with the status bar or hardware notches.

This update is mandatory for proper network functionality. Check the Releases to pull the latest changes to build.

— RookieZ