File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ android {
3333
3434 defaultConfig {
3535 applicationId = " xyz.malkki.neostumbler"
36- versionCode = 49
37- versionName = " 2.1.10 "
36+ versionCode = 50
37+ versionName = " 2.2.0-rc1 "
3838
3939 androidResources {
4040 // Configure supported languages here to avoid including incomplete translations in the
Original file line number Diff line number Diff line change 1+ UI / UX
2+ - Migrated to Material 3 style UI
3+ - Changed icons to Material Symbols
4+ - Improved UI for larger screens
5+ - Removed the title bar from the map screen
6+ - Added support for dark map styles
7+ - Fixed map attribution dialog not using the selected theme
8+ - GPS status is no longer shown when the device doesn't have a GPS receiver
9+
10+ Passive data collection
11+ - Invalid duplicate cell towers are filtered from passively created reports when using multiple SIMs
12+ - Passive data collection now creates reports more aggressively by checking if the previous report contains same type of data
13+
14+ Technical
15+ - Broadcasts are now handled asynchronously for better performance
16+ - Added corruption handler to passive scan state store
17+
18+ Other
19+ - Updated translations
You can’t perform that action at this time.
0 commit comments