2503 Commits

Author SHA1 Message Date
andrekir
e6e85d6403 2.3.4 2024-04-09 07:29:04 -03:00
andrekir
4f29e7a3ff feat: add new timezone device config
closes #957
2024-04-09 07:26:32 -03:00
Andre K
19553b56e3 feat: update Slovenian localization strings (#961) 2024-04-09 07:19:07 -03:00
Jonathan Bennett
828696aca7 Add option to delete single node from nodeDB (#958) 2024-04-09 07:18:38 -03:00
andrekir
2ebfc05200 chore: update proto submodule to v2.3.4 2024-04-09 06:54:25 -03:00
andrekir
5b43089392 refactor: simplify RadioConfigViewModel packet processing 2024-04-07 19:50:27 -03:00
andrekir
54435fc031 refactor: move DebugFragment to separate ViewModel 2024-04-07 17:41:18 -03:00
andrekir
76151e153f refactor: move error message handling to ServiceRepository 2024-04-07 16:44:45 -03:00
andrekir
cf239e3634 refactor: move tracerouteResponse logic to service 2024-04-07 16:26:47 -03:00
Davis
e887336da3 Long press node in map jumps to node in node list (#955)
* Fix scrolling to node and blinking

* Show node in list, instead of opening DM
2024-04-06 08:36:01 -03:00
renovate[bot]
4c5112399a chore(deps): update mil.nga:mgrs to v2.1.3 2024-04-06 08:16:14 -03:00
renovate[bot]
9f7b4f583f chore(deps): update androidx.compose:compose-bom to v2024.04.00 2024-04-06 08:15:56 -03:00
andrekir
b9d7e35207 feat: update Spanish localization strings 2024-04-06 08:03:25 -03:00
andrekir
ed0658b353 feat: update Chinese localization strings 2024-04-06 08:01:45 -03:00
andrekir
e794655df7 feat: update German localization strings 2024-04-06 08:01:19 -03:00
andrekir
a7a9d543da docs: add tx_power unit (dBm) 2024-04-06 07:58:06 -03:00
andrekir
d18589ea1a docs: update contact email 2024-04-06 07:58:05 -03:00
andrekir
f633ed74cb refactor: align channel PSK Base64 flags with other platforms
closes #937
2024-04-01 22:55:21 -03:00
andrekir
d3d4b960c8 2.3.3 2024-04-01 19:47:40 -03:00
andrekir
9024d36985 refactor: handle ActivityNotFoundException when opening URIs 2024-04-01 19:45:56 -03:00
andrekir
6e3e173096 refactor: add fixed position admin messages 2024-04-01 19:32:28 -03:00
andrekir
2c916f88ca refactor: node popup menu param from position to NodeInfo 2024-04-01 18:34:32 -03:00
andrekir
c746ca0fa0 feat: update Slovak localization strings 2024-04-01 18:24:05 -03:00
andrekir
f6f38435ff feat: update Norwegian localization strings 2024-04-01 18:23:15 -03:00
andrekir
f7fb2a6d59 feat: update Croatian localization strings 2024-04-01 18:22:02 -03:00
andrekir
6afd20b874 refactor: remove assert for NodeDB max size of 256 nodes 2024-04-01 17:48:29 -03:00
andrekir
cb7ef639c0 refactor: sort node list by lastHeard in database query 2024-03-31 16:45:07 -03:00
Benjamin Faershtein
ff36b21298 fix: lastHeard 0 hour issue (#939) 2024-03-31 16:42:33 -03:00
Davis
675c6a6b22 Feature: Filter node list (#920)
* Filter node list with text field against shortname and longname

* Show filter hint

* Reference "this" node from model instead of list position
2024-03-31 16:39:35 -03:00
renovate[bot]
30019ba02a chore(deps): update com.google.firebase:firebase-bom to v32.8.0 2024-03-31 16:05:12 -03:00
renovate[bot]
9302ac70c4 chore(deps): update androidx.compose:compose-bom to v2024.03.00 2024-03-31 15:50:15 -03:00
renovate[bot]
37bcecc954 chore(deps): update composeoptions to v1.5.11 2024-03-31 15:40:50 -03:00
andrekir
eab0e8e414 chore: update proto submodule to v2.3.3 2024-03-31 15:16:10 -03:00
andrekir
61be6e9985 2.3.2 2024-03-26 08:27:00 -03:00
andrekir
85a5867d49 fix: typo 2024-03-26 08:26:21 -03:00
andrekir
e3f495e352 fix: add LinearLayoutManager wrapper for RecyclerView bug workaround 2024-03-26 08:06:10 -03:00
andrekir
8ec8654d60 refactor: replace DownloadButton Image with Icon 2024-03-26 08:05:13 -03:00
andrekir
464f787b24 refactor: remove warning_default_psk string 2024-03-26 08:04:44 -03:00
andrekir
ab7f09fc8a feat: add Croatian (hr) locale and translations 2024-03-26 08:03:47 -03:00
andrekir
199c9750d6 chore: update proto submodule to v2.3.2 2024-03-25 13:02:26 -03:00
andrekir
e2c377107c refactor: improve NodeDB initialization 2024-03-20 08:40:32 -03:00
andrekir
be741a9200 2.3.1 2024-03-19 08:58:06 -03:00
andrekir
ded6aae1a7 fix: add LinkedCoordinates placeholder when position is invalid 2024-03-19 08:57:23 -03:00
andrekir
cff4f02958 chore: update proto submodule to v2.3.1 2024-03-19 08:44:40 -03:00
andrekir
0948f8e042 fix: don't mix MQTT topics 2024-03-19 08:39:35 -03:00
andrekir
ee61b79aa3 refactor: remove channel disambiguation suffix 2024-03-18 08:34:56 -03:00
andrekir
a3a914abce refactor: disable code shrinking and optimization 2024-03-18 08:21:27 -03:00
andrekir
12c8a2dc77 fix: add ProGuard rule to keep eclipse.paho.client logging class
reference: MissingResourceException - Error locating the logging class (MQTT Library)

fixes #915
2024-03-18 08:19:35 -03:00
andrekir
d21e735ae7 fix: missing ModuleConfig handling 2024-03-18 08:17:35 -03:00
andrekir
40aae19b45 feat: add MQTT mapReportSettings config 2024-03-13 20:50:57 -03:00