Commit graph

4029 commits

Author SHA1 Message Date
James Rich
607e5fd7c4
2.3.14 2025-06-10 07:11:49 -05:00
Benjamin Faershtein
e7657c4763
feat: Added map filter + small waypoint fix (#2065)
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-06-10 12:03:30 +00:00
github-actions[bot]
67b7ccfe06
chore(l10n): New Crowdin Translations (#2070)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-10 11:34:32 +00:00
renovate[bot]
651edf61a1
chore(deps): update mesh_service_example/src/main/proto digest to b448d4a (#2069)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 11:34:21 +00:00
renovate[bot]
6f02be4bb1
chore(deps): update app/src/main/proto digest to b448d4a (#2068)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 11:34:10 +00:00
renovate[bot]
9c7019d866
chore(deps): update com.google.devtools.ksp to v2.1.21-2.0.2 (#2066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 11:33:55 +00:00
James Rich
c20c212e49
docs: Updated screenshots for Fdroid (#2067) 2025-06-09 21:18:31 -05:00
github-actions[bot]
ddea111088
chore(l10n): New Crowdin Translations (#2054)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-09 15:52:15 -05:00
James Rich
4767e48fe2
feat(#2060): Enforce valid names for UserConfig (#2063) 2025-06-09 12:46:22 -05:00
Łukasz Kosson
f5b34d6408
fix: cancel new message notification when message is marked as read (#2057)
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-06-09 12:45:20 -05:00
Łukasz Kosson
e781d6774b
feat: allow hiding offline and/or non-direct nodes from list and map (#2052)
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-06-09 12:44:53 -05:00
James Rich
6becdf137b
refactor: Consolidate DropdownMenu into RegularPreference (#2059) 2025-06-08 19:38:30 +00:00
James Rich
72ab461661
fix: update start destination to NodesGraph when connected (#2058) 2025-06-08 14:28:48 -05:00
github-actions[bot]
22109e59a6
chore(l10n): New Crowdin Translations (#2053)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-07 18:13:09 -05:00
renovate[bot]
9278f58636
chore(deps): update mesh_service_example/src/main/proto digest to db60f07 (#2049)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-07 22:09:07 +00:00
github-actions[bot]
d076b05789
chore(l10n): New Crowdin Translations (#2047)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-07 16:56:44 -05:00
renovate[bot]
fd171adb18
chore(deps): update app/src/main/proto digest to db60f07 (#2048)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-07 16:52:34 -05:00
Benjamin Faershtein
5b6c8483e8
feat: add waypoint expiration picker (#2051) 2025-06-07 20:50:30 +00:00
James Rich
89462be97a
fix: ensure bg loc permissions, unbind service (#2050) 2025-06-07 15:42:29 -05:00
James Rich
d8e9c30399
2.6.13 2025-06-07 06:02:10 -05:00
James Rich
8d279afb10
Refactor: Migrate app build.gradle to Kotlin DSL (#2046) 2025-06-07 05:43:50 -05:00
renovate[bot]
5cce554e82
chore(deps): update gradle to v8.14.2 (#2044)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 16:33:26 -05:00
renovate[bot]
8881e86fad
chore(deps): update mesh_service_example/src/main/proto digest to cec9223 (#2043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 16:32:55 -05:00
renovate[bot]
382aa741f1
chore(deps): update design digest to 90014f4 (#2037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 16:32:31 -05:00
renovate[bot]
2ca17ea9f9
chore(deps): update app/src/main/proto digest to cec9223 (#2036)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 16:32:10 -05:00
renovate[bot]
ae2db636fe
chore(deps): update com.google.firebase:firebase-crashlytics-gradle to v3.0.4 (#2041)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 16:31:52 -05:00
renovate[bot]
53112b7cdf
chore(deps): update com.google.firebase:firebase-bom to v33.15.0 (#2045)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 16:31:19 -05:00
James Rich
94cdc1c17a
fix: detekt 2025-06-06 16:04:44 -05:00
James Rich
2a05fc072d
refactor: organize navigation (#2042) 2025-06-06 15:45:26 -05:00
James Rich
c757224269
feat: add MeshServiceExample project to repo (#2038)
Co-authored-by: niccellular <79813408+niccellular@users.noreply.github.com>
2025-06-06 15:43:32 -05:00
github-actions[bot]
833e6f04dd
chore(l10n): New Crowdin Translations (#2033)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-06 15:43:06 -05:00
Łukasz Kosson
9a371ee9cd
feat: show per-message SNR, RSSI and hop count (#2040)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-06-06 15:41:25 -05:00
James Rich
639213145b
2.6.12 2025-06-05 11:21:13 -05:00
github-actions[bot]
c3f554a562
chore(l10n): New Crowdin Translations (#2030)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-05 09:48:17 -05:00
renovate[bot]
93116e9301
chore(deps): update lifecycle to v2.9.1 (#2026)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-04 20:24:31 +00:00
renovate[bot]
26acbf4c3f
chore(deps): update androidx.fragment:fragment-compose to v1.8.8 (#2023)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-04 20:13:17 +00:00
renovate[bot]
b6c7956b8d
chore(deps): update androidx.fragment:fragment-ktx to v1.8.8 (#2024)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-04 20:07:53 +00:00
renovate[bot]
7c233f981e
chore(deps): update appcompat to v1.7.1 (#2025)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-04 20:01:50 +00:00
renovate[bot]
07787865c3
chore(deps): update androidx.compose:compose-bom to v2025.06.00 (#2027)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-04 14:54:01 -05:00
James Rich
6153cfdab1
Refactor: Use FLAG_ACTIVITY_SINGLE_TOP for MainActivity intents (#2022) 2025-06-04 19:20:30 +00:00
James Rich
a05c48479d
2.6.11 2025-06-04 09:38:00 -05:00
github-actions[bot]
4e6e11a2ed
chore(l10n): New Crowdin Translations (#2017)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-04 09:35:29 -05:00
James Rich
858fb9dd4c
Refactor: Nest NodeDetailScreen and related routes in a NodeDetailGraph (#2018) 2025-06-04 09:33:23 -05:00
James Rich
0645096e28
2.6.10 2025-06-04 06:54:32 -05:00
James Rich
3216559035
fix: connections ui and unmessageable logic (#2016) 2025-06-04 06:53:22 -05:00
github-actions[bot]
b7f5ba78b7
chore(l10n): New Crowdin Translations (#2014)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-04 06:34:13 -05:00
github-actions[bot]
5392c458d1
chore: update firmware releases list from Meshtastic API (#2015)
Co-authored-by: jamesarich <2199651+jamesarich@users.noreply.github.com>
2025-06-04 06:33:58 -05:00
github-actions[bot]
f0f1a13bfd
chore(l10n): New Crowdin Translations (#1998)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-03 20:00:48 -05:00
github-actions[bot]
06cea5976b
chore: update device hardware list from Meshtastic API (#2005)
Co-authored-by: jamesarich <2199651+jamesarich@users.noreply.github.com>
2025-06-03 20:00:28 -05:00
James Rich
8bbc5bfc56
revert: do not clear databases on disconnect (#2011)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-03 19:58:52 -05:00