Meshtastic-Android/app
James Rich 2859bed416
feat #1611: Add confirmation dialog when changing to router role (#1636)
* 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.
2025-03-05 07:26:19 -06:00
..
schemas/com.geeksville.mesh.database.MeshtasticDatabase feat(config): implement excluded modules validation (#1460) 2025-01-02 06:38:33 -03:00
src feat #1611: Add confirmation dialog when changing to router role (#1636) 2025-03-05 07:26:19 -06:00
.gitignore gitignore 2020-02-19 10:54:29 -08:00
build.gradle feat: Introduce Version Catalog for Dependency Management (#1607) 2025-02-24 18:42:37 -06:00
google-services.json chore: simplify mock google-services.json workflow (#1313) 2024-10-14 08:13:35 -03:00
proguard-rules.pro chore: re-enable code shrinking and optimization 2024-09-19 18:17:30 -03:00