Releases: omnt/OpenMobileNetworkToolkit
0.4
Release [0.4] - Stralsund
Added
- WiFi Data logging and display on the home screen
- New Quick View on home screen for Cell Information
- Import / Export application settings
Changed
- code clean up around soon to be deprecated functions
- refactored code that causes warnings
- refactored data model for cell information
- Bump lib dependencies
- Bump gradle version
Fixed
- Fix crash where no UICC or Cell is available
- Wrong value in Wifi RSSI filed
Full changelog 0.3.1...0.4
0.3.1
Release [0.3.1]
Added
- Add Issue Template PR 21
Changed
- Use TelephonyCallback instead of PhoneStateListener
- Bump gradle to 8.5.0
- Bump lib depencies
- disable Radio Settings if Carrier Permissions are not available
- minor documentation update
Fixed
- Fix Bug if DP is not available, resulting in a crash
- Fix Bug if two Sim Cards are available, see Issue 22
0.3 - Herne
This release is mostly a maintenance release where we fixed bugs, updated dependencies, and got the Github CI pipeline working.
The most noticeable change is the live iPerf data display.
We also added the version number and some other information to the about page to make it easier to keep track of the installed version.
Added
- Github Action Workflow for APK Debug/Relase Build and SPDX File
- Documentation
- About page shows now version, git hash, build variant and signature hash
- xiami special code
Changed
- Fix / Workaround for InfluxDB Bug
- iPerf3 GUI
Chore
- Updated org.spdx.sbom to 0.8.0
- Updated androidx.appcompat:appcompat to 1.7.0
- Updated androidx.concurrent:concurrent-futures to 1.2.0
- Updated androidx.fragment:fragment to 1.8.0
- Updated androidx.appcompat:appcompat to 1.7.0
- Updated com.google.android.material:material to 1.12.0
- Updated com.influxdb:influxdb-client-java to 7.1.0
- Updated com.google.android.gms:play-services-location to 21.3.0
- Updated androidx.viewpager2:viewpager2 to 1.1.0
- Updated gradle to 8.8
- Updated com.android.tools.build:gradle to 8.4.2
Breaking Changes
- see PR 14
Full Changelog: 0.2...0.3
0.2 - osmodevcon24
Wohoo 0.2 what ever that means. We take the opportunity of the upcoming osmodevcon to make a new release of OMNT.
Besides that its nice occasion we have closed a lot of our issues and fixed some bugs making this a real new milestone.
What's Changed
A lot has changed since our last release. On the one hand we moved further in the process of shifting the development from our internal gitlab to this github repository.
Besides a lot of minor bugfixes (see the commit messages for that) some new features should be mentioned here:
- Improved 4G support. Now all cell parameters of 4G networks should be logged and displayed correctly
- Improved 2G same as 4G
- Logging status indicator in the actionbar
- Filter for Carrier Settings Readout
- Carrier Settings Apply button moved to Settings
- InfluxDB Cloud is now also supported to be used as logging target. This means we can log to Influx 1.x 2.x and 3.x
Full Changelog: https://github.com/omnt/OpenMobileNetworkToolkit/commits/0.2
0.1 - 27c3
First public release. We are still fine tuning the release process so version names and release files might change.