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 = 51
37- versionName = " 2.2.0-rc2 "
36+ versionCode = 52
37+ versionName = " 2.2.0"
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+ - Improved UI layout for larger screens
4+ - Removed the title bar from the map screen
5+ - Added support for dark map styles
6+ - Fixed map attribution dialog not using the selected theme
7+ - GPS status is no longer shown when the device doesn't have a GPS receiver
8+
9+ Passive data collection
10+ - Invalid duplicate cell towers are filtered from passively created reports when using multiple SIMs
11+ - Passive data collection now creates more reports by checking if the previous report contains same type of data
12+
13+ Technical
14+ - Broadcasts are now handled asynchronously
15+ - Added corruption handler to passive scan state store
16+ - Updated dependencies
17+
18+ Other
19+ - Updated translations
You can’t perform that action at this time.
0 commit comments