At 10:36 AM on June 11, 2026, Build 18 was uploaded to the Google Play Console, designated as version 6.5. This release marks the transition phase of the v6 series. After the rapid feature rich updates of v6.4, including alternative app store expansion and AdMob UMP integration, v6.5 was conceived as a stabilization milestone consolidating security changes, refining performance characteristics, and resolving lingering bugs before beginning development on the major v7 series.
Security Consolidation: Hardening the Core
As an application grows in complexity, its attack surface inevitably expands. The security updates in v6.5 focus on protecting user data at rest and in transit.
Local Database Encryption: InstaSavvy stores metadata about downloaded files and user settings in a local database. While Android sandbox mechanisms isolate this data from other applications on the device, rooting a device or extracting files via backup exploits could expose this database. v6.5 implemented SQLCipher based encryption for the SQLite database, encrypting all table names, indexes, and row data using keys derived from Android's Keystore system.
Secure API Headers: During media extraction, the app communicates with social network endpoints. v6.5 updated the header construction pipeline to ensure that sensitive authorization values are wiped from memory immediately after the request completes, reducing the risk of credentials persisting in process memory dumps.
Repackaging Protection: Building on the application integrity verification introduced in version 6.4, v6.5 optimized the startup signature verification checks to prevent tampering while avoiding performance regressions during app initialization.
Performance Analysis: Maximizing Frame Rate
A key focus of v6.5 was maintaining a consistent 60 frames per second (fps) scroll rate in the media gallery.
- Image Decoder Optimization: Decoding large high resolution images can block the main UI thread, causing stutter. v6.5 optimized the image loading pipeline by downscaling images at decode time to match the layout containers exactly, lowering CPU and memory usage during grid scrolling.
- Garbage Collection Optimization: Constant object allocation inside scrolling lists triggers Android's Garbage Collector (GC), creating brief stutters. v6.5 refactored list adapters to reuse layout containers and views efficiently, minimizing allocations.
- Startup Latency Reductions: Initialization processes for background services were deferred until after the home screen completed its initial layout draw, reducing startup wait times.
Resolving Edge Cases
Several bug fixes were deployed in v6.5, addressing edge cases reported by users on specific device brands. These included resolving layout alignment inconsistencies on devices running custom vendor interfaces and correcting notification channel categories to behave consistently with user defined notification settings.
About Nyxel Software Developer
Nyxel Software Developer operates as an independent studio in Indonesia. We focus on building privacy first mobile apps that respect your device's limits. Download InstaSavvy from Google Play. For help, visit our Contact page.

