Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.rjnr.pocketnode"
minSdk = 26
targetSdk = 35
versionCode = 6
versionName = "1.5.0"
versionCode = 7
versionName = "1.5.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v1.5.1:
- New first-run sync coachmark explaining what your phone is doing
- Help (?) icons on Home + sync mode picker, opening plain-language explainers
- New FAQ screen at Settings → Help & FAQ (10 entries, deep-linked from help icons)
- Sync mode picker rewritten as a bottom sheet with "Pick this if…" guidance per option
- Block height removed from Home (still on Node Status for power users)
- Sync card now shows progress as "Catching up from current to tip"
- Sync sheet survives Chrome explorer round-trip without losing the user's selection
- Node Status no longer freezes on stale block number after a sync mode change
- strings.xml infrastructure laid down for non-English locales (tracked in #132)
Loading