You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use [TelephonyCallback](https://developer.android.com/reference/android/telephony/TelephonyCallback) instead of [PhoneStateListener](https://developer.android.com/reference/android/telephony/PhoneStateListener)
9
+
- Bump gradle to 8.5.0
10
+
- Bump lib depencies
11
+
- disable Radio Settings if Carrier Permissions are not available
12
+
- minor documentation update
13
+
14
+
### Fixed
15
+
- Fix Bug if DP is not available, resulting in a crash
16
+
- Fix Bug if two Sim Cards are available, see [Issue 22](https://github.com/omnt/OpenMobileNetworkToolkit/issues/22)
Copy file name to clipboardexpand all lines: app/src/main/java/de/fraunhofer/fokus/OpenMobileNetworkToolkit/SettingPreferences/MobileNetworkSettingsFragment.java
Copy file name to clipboardexpand all lines: docs/ping.md
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
[ICMP](https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol) allows a high level analysis of the current network conditions. The input field allows entering the target IP address as well as options of the ICMP command. If logging is enabled, the results of the ICMP test are pushed to the InfluxDB and can be viewed in the dashboards. The most relevant KPIs gathered here are:
0 commit comments