mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
* Add confirmation dialog for changing to router role Introduced a confirmation dialog that will be shown when changing the device role to "router". The confirmation dialog includes links to the "Device Role Documentation" and "Choosing The Right Device Role" blog post. The user must check a checkbox to confirm. * Update router role handling Modified the handling of the router role in `DeviceConfigItemList.kt` to avoid returning prematurely from the `onItemSelected` lambda. This ensures that the role is updated properly when a user selects the "ROUTER" role. * removes konami code check, remove testing code * Refactor router role confirmation text - Moves the router role confirmation text to strings.xml. - Updates to use `AnnotatedString.fromHtml` instead of `buildAnnotatedString` and `withLink`. - Changes from hard-coded strings to string resources. |
||
|---|---|---|
| .. | ||
| schemas/com.geeksville.mesh.database.MeshtasticDatabase | ||
| src | ||
| .gitignore | ||
| build.gradle | ||
| google-services.json | ||
| proguard-rules.pro | ||