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
Copy file name to clipboardExpand all lines: docs/blog/2026-02-03-release-v1.4.4.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,14 @@ The headline feature of this release is **Gravity Scroll**, a revolutionary way
25
25
26
26
**Battery optimization**: The feature uses throttled sensor updates (10Hz) and frame processing (30fps) to minimize battery impact while maintaining smooth scrolling.
27
27
28
+
### 🛡️ Critical Data Loss Fix (MMKV Migration)
29
+
**Fixed random data loss issues** where history, bookmarks, and downloads would occasionally disappear when closing and reopening the app.
30
+
31
+
-**Root cause**: AsyncStorage has a 6MB limit on Android. When users accumulated large amounts of history and downloads, storage would fail silently, causing data loss on app restart.
32
+
-**Solution**: Migrated from AsyncStorage to **MMKV** - a faster, more reliable storage solution without size limits.
33
+
-**Zero data loss**: Seamless one-time migration automatically transfers all existing data (history, bookmarks, downloads) to the new storage on first app launch.
34
+
-**Better reliability**: MMKV is significantly faster and has no practical storage limits, preventing future data loss issues.
35
+
28
36
### 🔧 Android Enhancements
29
37
30
38
#### New Permissions
@@ -46,6 +54,7 @@ The headline feature of this release is **Gravity Scroll**, a revolutionary way
46
54
#### New Dependencies
47
55
-`react-native-sensors` (^7.3.6) - Access device accelerometer for tilt detection
48
56
-`react-native-orientation-locker` (^1.7.0) - Enhanced orientation control during reading
57
+
-`react-native-mmkv` (^3.x) - High-performance storage for reliable data persistence
49
58
50
59
#### Build Configuration
51
60
- Version bump: **Android 33 / 1.4.4**, **iOS 1.4.4**
@@ -56,9 +65,10 @@ The headline feature of this release is **Gravity Scroll**, a revolutionary way
56
65
- Run `cd ios && pod install` after pulling to pick up new native dependencies
57
66
- Gravity Scroll is opt-in - enable it from the reading settings to try hands-free reading
58
67
- For best results with Gravity Scroll, hold your device in a comfortable position and calibrate before use
68
+
-**Your data will be automatically migrated** on first launch - no action needed!
59
69
60
70
---
61
71
62
-
**Update now** to enjoy hands-free manga reading with Gravity Scroll! 📚✨
72
+
**Update now** to enjoy hands-free manga reading with Gravity Scroll and keep your data safe with MMKV storage! 📚✨
63
73
64
74
As always, if you encounter any issues, please report them in our issues channel. Happy reading! 🦋
0 commit comments