Releases: omnt/OpenMobileNetworkToolkit
0.6
0.6 introduces a bunch of new exiting features as well as some under-the-hood changed and a lot of cleanup.
- MQTT Support is probably the most exiting new feature. It allows to manage a fleet of OMNT devices via MQTT, start / stop active testes and change configuration of the app.
- We also added an import/export feature for the app configuration.
- iperf3 and ping code was polished a lot and the UI got also some worl
- We added the Wifi status to the quick view
- Of course we update all depencies as well as the target SDK so everthing is ready for Android 16 \o/
- Also there are now shiny level bars for the cell information introduced by @mohsinnisar007
- One relatively big change is drop of CDMA code in favor of WCDMA as CDMA is deprecated in newer android versions, this change hopefully has no real world impact but we don't have CDMA network to test with ...
What's Changed
0.5
The 0.5 release is (again) a collection of a lot of different changes.
Most noticeable are some UX changes needed to prepare OMNT for Android 15/16, we hope it will look good on all the different screen sizes and camera cut outs. We also removed some functions from the menu which where not rely useful outside of our lab. We will bring them back eventually, the code is still there if you want to play with them or miss the super full menu.
We also like to thank @RkShaRkz for his contribution which might be not as visible as it should because of some account hickups on github.
What's Changed
- Documentation improvements by @errdemk in #35
- merge recent main changed to release branch by @PeterHasse in #38
- merge CloudCity changes to rel 0.5 by @PeterHasse in #44
- Fix Notification for LoggingService and Show Cell Parameter in Seperate Notification by @hajoha in #45
- Extend Notification by @hajoha in #47
New Contributors
Full Changelog: 0.4...0.5
38c3-0.5-pre
This is a pre release for 38c3 https://events.ccc.de/category/38c3/ signed for the c3gsm sim cards.
(This release will be removed when 0.5 will be released)
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.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
Assets 5
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.1 - 27c3
First public release. We are still fine tuning the release process so version names and release files might change.