Skip to content

Commit 0d90ad9

Browse files
committed
Fix mobile app node activation persistence and scrolling functionality - Implement AsyncStorage persistence for node activation state (nodeType, code, pseudonym) - Add restore logic on wallet unlock to maintain activation across sessions - Prevent activation state reset during auto-lock - Enable touch-based scrolling in all ScrollView components (tabs, modals, registration) - Add scrollEnabled, bounces, showsVerticalScrollIndicator props to all ScrollViews - Rename 'history' tab to 'node' tab with translations for all 11 languages - Update version to 1.0.6 (versionCode 7)
1 parent 0f3758a commit 0d90ad9

2 files changed

Lines changed: 138 additions & 33 deletions

File tree

applications/qnet-mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ android {
8989
applicationId "com.qnetmobile"
9090
minSdkVersion rootProject.ext.minSdkVersion
9191
targetSdkVersion rootProject.ext.targetSdkVersion
92-
versionCode 6
93-
versionName "1.0.5"
92+
versionCode 7
93+
versionName "1.0.6"
9494
}
9595
signingConfigs {
9696
debug {

0 commit comments

Comments
 (0)