Commit Graph

3255 Commits

Author SHA1 Message Date
renovate[bot]
287d0178bc chore(deps): update org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.2 2024-09-08 07:22:41 -03:00
renovate[bot]
6e5f7b6673 chore(deps): update protobuf_version to v4.28.0 2024-09-08 07:16:21 -03:00
andrekir
716b75c6be feat: implement AdminMessage session_passkey handling 2024-09-04 09:31:15 -03:00
andrekir
3182fad723 refactor: tag LocSource.LOC_EXTERNAL to Android GPS positions 2024-09-04 09:20:51 -03:00
andrekir
c37afe5849 refactor: extract utility functions from Map screen 2024-09-01 12:30:57 -03:00
andrekir
95f2e09217 refactor: update component to use FlowRow for RTL support 2024-09-01 12:21:55 -03:00
andrekir
3e8449ec05 refactor: rename map component to MapButton 2024-09-01 12:17:55 -03:00
andrekir
b17bdd4fb8 feat(NodeDetails): add loading state indicator and pager tabs 2024-09-01 12:03:32 -03:00
andrekir
df2847dd6f fix(MqttConfig): position precision padding 2024-08-31 09:13:54 -03:00
andrekir
888c1aec6d fix: import DeviceProfile Config descriptor 2024-08-31 09:03:19 -03:00
andrekir
300904d337 chore(detekt): enable UnusedImports rule 2024-08-31 09:00:15 -03:00
renovate[bot]
61030019f6 chore(deps): update com.google.firebase:firebase-bom to v33.2.0 2024-08-31 08:41:01 -03:00
renovate[bot]
8dfebe68cd chore(deps): update plugin com.google.devtools.ksp to v2.0.20-1.0.24 2024-08-31 08:31:16 -03:00
renovate[bot]
a4c8dff5fd chore(deps): update kotlin_version to v2.0.20 2024-08-31 08:28:36 -03:00
renovate[bot]
f2e664de39 chore(deps): update androidx.compose:compose-bom to v2024.08.00 2024-08-31 08:23:55 -03:00
Robert-0410
9f136fb31b feat: Telemetry charts (#1198) 2024-08-31 08:05:42 -03:00
andrekir
cb2ea2804a 2.4.4 2024-08-29 08:10:09 -03:00
andrekir
1712c5074f fix: position precision slider movement 2024-08-29 08:10:09 -03:00
andrekir
3a97e6dbcb refactor: remove BACKGROUND_LOCATION permission 2024-08-29 08:10:09 -03:00
andrekir
b4cdbf0617 feat: add ShortTurbo default channel name 2024-08-25 11:06:14 -03:00
andrekir
dd00f79241 feat: add fromRadio client notification 2024-08-25 10:55:55 -03:00
andrekir
f85bcac5aa feat: add MQTT client proxy PKI topic 2024-08-25 10:44:18 -03:00
andrekir
807ddf4fd6 refactor: update Japan frequency range
reference: https://github.com/meshtastic/firmware/pull/4446
2024-08-25 10:41:43 -03:00
andrekir
d6146a5ab3 fix(SecurityConfig): add missing cancel button action 2024-08-25 10:41:17 -03:00
andrekir
d30a4d146a feat: add SHORT_TURBO modem preset 2024-08-25 10:40:34 -03:00
andrekir
45578d27f8 fix(configRoute): add configType to argument 2024-08-25 09:41:48 -03:00
andrekir
cd05f8d565 feat: add SecurityConfig 2024-08-25 09:32:31 -03:00
andrekir
eba48a4feb chore: update proto submodule to v2.5.0 2024-08-25 07:57:35 -03:00
andrekir
19e0f7d8b3 refactor: update EditDeviceProfileDialog using dynamic fields 2024-08-25 07:54:52 -03:00
andrekir
0b7718f8d5 refactor: write to proto DataStore using dynamic field updates 2024-08-25 06:54:32 -03:00
andrekir
7b44fea81c 2.4.3 2.4.3 2024-08-22 20:14:19 -03:00
Andre K
b5d82ba95b feat: add Catalan (ca) locale and translations (#1204) 2024-08-22 20:12:41 -03:00
andrekir
fa85955e85 refactor: extract EditBase64Preference from EditChannelDialog
closes #944
2024-08-22 19:58:37 -03:00
andrekir
d387c7bd04 refactor(map): wrap Context functions with remember 2024-08-20 18:23:40 -03:00
andrekir
c0955e7687 feat: add dialog to handle WiFi Credential QR code scan errors 2024-08-20 18:19:38 -03:00
andrekir
0f4377f7b9 fix(ChannelSettingsItemList): add listSaver to rememberSaveable 2024-08-20 18:18:42 -03:00
James Rich
da2a9f82fc Fix: Colored transparent precision circles around nodes on map (#1190) 2024-08-20 17:04:36 -03:00
andrekir
94ff201822 refactor: use ACTION_TIME_TICK receiver for time updates 2024-08-18 11:38:32 -03:00
andrekir
f5cc7cf4ad feat(NetworkConfig): add QR code scan for WiFi credentials
closes #1192
2024-08-18 10:25:00 -03:00
andrekir
3a11ca9a1c refactor: add shortName to traceroute response
closes #1164
2024-08-18 09:34:47 -03:00
andrekir
ddad40a969 refactor: add more granular Position precision options
closes #1186
2024-08-18 08:32:20 -03:00
andrekir
7e0cfff67b feat: add methods to retrieve MeshPackets and Telemetry from specific nodes 2024-08-18 06:58:44 -03:00
James Rich
efc2a32915 chore: Add issue templates and disable blank issues
This commit adds feature request and bug report templates to the repository. It also disables the ability to create blank issues, requiring
 users to use one of the provided templates.
2024-08-18 06:54:39 -03:00
andrekir
160f02018f fix(config): use rememberSaveable to retain state across configuration changes
closes #1193
2024-08-18 06:42:41 -03:00
andrekir
6d4b0b60f8 refactor: rename admin factory reset method
references:
- https://github.com/meshtastic/protobufs/pull/539
- https://github.com/meshtastic/firmware/pull/4427
2024-08-18 06:36:24 -03:00
andrekir
d1cba7b7b2 chore: update proto submodule to v2.4.3 2024-08-18 06:30:39 -03:00
renovate[bot]
3c7a4b2f5f chore(deps): update gradle to v8.10 2024-08-18 06:27:06 -03:00
andrekir
6b4603af9d 2.4.2 2.4.2 2024-08-10 08:55:12 -03:00
andrekir
ab86e4741f fix: add background location prominent disclosure to address Google Play rejection 2024-08-10 08:52:41 -03:00
andrekir
28a71d89a9 feat: update Crowdin localization strings 2024-08-10 08:49:11 -03:00