Skip to content

Commit fc85d07

Browse files
committed
Update version to 2.2.0
1 parent e774697 commit fc85d07

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)