v2.0.2: F-Droid compatibility, UI improvements, CI/CD enhancements, and icon updates#37
Merged
HalFinneyIsMyHomeBoy merged 5 commits intomainfrom Dec 10, 2025
Merged
v2.0.2: F-Droid compatibility, UI improvements, CI/CD enhancements, and icon updates#37HalFinneyIsMyHomeBoy merged 5 commits intomainfrom
HalFinneyIsMyHomeBoy merged 5 commits intomainfrom
Conversation
…lay for testing scripts. Remove redundant tests that are already covered by the local relay. Fix test-all.sh to require local relay and add more detailed error messages.
- Add MobileNostrPairing.foss.tsx for F-Droid builds (removes react-native-vision-camera dependency) - Fix LoadingScreen safe area background color - Update and optimize Android launcher icons - Bump version to 2.0.2 (version code 32)
Closed
HalFinneyIsMyHomeBoy
approved these changes
Dec 10, 2025
Contributor
HalFinneyIsMyHomeBoy
left a comment
There was a problem hiding this comment.
Tested manually, and with automated scripts.
Approved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v2.0.2 Release
🔓 F-Droid Compatibility
MobileNostrPairing.foss.tsxfor F-Droid buildsBarcodeZxingScanfor both iOS and Android platforms🎨 UI Improvements
📱 App Icons
🔧 CI/CD Improvements
Technical
Changes
New Files
screens/MobileNostrPairing.foss.tsx- FOSS-compatible version of MobileNostrPairingModified Files
screens/LoadingScreen.tsx- Added background color to safe area containerpackage.json- Version bump to 2.0.2android/app/build.gradle- Version bump to 2.0.2 (version code 32)ios/BoldWallet.xcodeproj/project.pbxproj- Version bump to 2.0.2 (build 32)CHANGELOG.md- Added v2.0.2 release notesCI/CD Files (from updating-test-pipeline merge)
.github/workflows/bbmtlib-test.yml- Added Docker caching and improved test pipelineBBMTLib/scripts/start-local-relay.sh- Enhanced with Docker caching supportBBMTLib/scripts/test-all.sh- Improved error messages and local relay requirements