Performance
- APK size reduced from 40MB to ~30MB — dropped 32-bit ARM (armeabi-v7a), now arm64-only. Nearly all Android devices since 2017 are 64-bit.
FOSS compliance summary (since v0.7.0)
- Removed Firebase, Google MLKit, and all proprietary Google SDKs
- QR scanning uses jsQR (pure JavaScript)
- Notifications use polling + @notifee/react-native (Apache 2.0)
- Only remaining Google dependency:
play-services-locationfor battery-efficient background tracking (works with microG) - Fastlane metadata in project root
Full Changelog: v0.7.1...v0.7.2