Skip to content

SafeBox 1.1.2

Compare
Choose a tag to compare
@harrytmthy harrytmthy released this 20 Aug 08:48
· 45 commits to main since this release
da82150

This patch release improves SafeBox's responsiveness and consistency by aligning .apply() behavior with EncryptedSharedPreferences.


What's Fixed

  • Real-time Read After Apply
    getXxx() calls now reflect the latest changes immediately after .apply() is invoked, without waiting for persistence. This resolves unexpected defaults when reading values right after edit. (#54)

This foundational change sets the stage for smarter, more efficient persistence in v1.2.0.