Skip to content

Commit df55ea0

Browse files
committed
Update version to 2.2.0-rc1
1 parent 524f8a8 commit df55ea0

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 = 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
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+
- 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

0 commit comments

Comments
 (0)