Commit Graph

2145 Commits

Author SHA1 Message Date
andrekir
4a9be026e2 chore: prepare new strings for translation 2024-06-03 10:40:49 -03:00
andrekir
95120ee208 fix: AlertDialog button spacing 2024-06-03 10:40:47 -03:00
andrekir
814cf41f90 refactor: simplify wantConfig feedback 2024-06-03 10:17:20 -03:00
andrekir
88a6bcc09d feat: add hops_away sort option 2024-06-03 08:57:29 -03:00
andrekir
4ceb4c5199 feat: add nodelist sort options 2024-06-02 09:24:22 -03:00
andrekir
561fa8795c chore: update proto submodule to v2.3.11 2024-06-02 08:08:48 -03:00
andrekir
5b64f9eaa5 feat: add paxcounter threshold configs 2024-05-19 08:38:46 -03:00
andrekir
431a280816 chore: update proto submodule to v2.3.10 2024-05-19 08:25:26 -03:00
andrekir
dd22068c5f fix: clear DeviceProfile state before config export 2024-05-19 06:52:32 -03:00
andrekir
f822080d0c refactor: hide GPS satellites with empty values 2024-05-19 06:52:31 -03:00
andrekir
de3d74b979 refactor: show nodes with unknown user info
closes #912
2024-05-19 06:45:03 -03:00
andrekir
309ace79b6 feat: update Chinese Traditional localization strings 2024-05-19 06:43:08 -03:00
andrekir
c5d6c6efb3 feat: update Slovak localization strings 2024-05-19 06:42:47 -03:00
andrekir
e25c018be0 feat: update Polish localization strings 2024-05-19 06:42:17 -03:00
andrekir
03a19b4db9 chore: update proto submodule to v2.3.9 2024-05-19 06:36:39 -03:00
andrekir
167be6dfc3 fix: navController.navigate() to empty route 2024-05-12 09:20:40 -03:00
andrekir
37df3ce084 refactor: improve import feedback and use begin/commit transactions 2024-05-12 09:19:11 -03:00
andrekir
4047e8aebf feat: update Portuguese localization strings 2024-05-12 09:17:55 -03:00
andrekir
8bcd211a3e feat: update Russian localization strings 2024-05-12 09:16:39 -03:00
andrekir
e246fd9d56 chore: update proto submodule to v2.3.8 2024-05-12 09:14:09 -03:00
andrekir
c8191a899b feat: add Chinese Traditional (zh-TW) locale and translations 2024-05-12 09:11:03 -03:00
andrekir
3c544d4db3 feat: update Portuguese localization strings 2024-05-05 07:34:12 -03:00
andrekir
378c613233 feat: add led_heartbeat_disabled config 2024-05-05 07:22:44 -03:00
andrekir
a12c5052bc refactor: improve connection status feedback using new wantConfig state 2024-05-05 06:57:04 -03:00
andrekir
4203b28a45 fix: don't show notifications for sent messages 2024-04-30 19:51:00 -03:00
andrekir
1b40a14aa1 chore: update proto submodule to v2.3.7 2024-04-30 19:45:39 -03:00
andrekir
1e168bff9b feat: update Slovak localization strings 2024-04-29 18:13:31 -03:00
andrekir
40d62dd390 feat: update Czech localization strings 2024-04-29 18:13:16 -03:00
Andre K
ecaf35d7f3 feat: add ActionMenu option to mute contacts (#1003) 2024-04-28 16:18:16 -03:00
andrekir
b409c17fe8 chore: update proto submodule to v2.3.6 2024-04-21 09:31:24 -03:00
andrekir
280896c08e refactor: simplify SignalInfo string separator 2024-04-21 09:03:40 -03:00
andrekir
0187bc4c72 refactor: simplify position requests 2024-04-21 08:49:09 -03:00
andrekir
d7812c5777 fix #973: ignore data from traceroute requests 2024-04-21 08:48:40 -03:00
prokrypt
a84d77e4ae Make sure IP Address radio button stays enabled for valid IP (#984) 2024-04-21 08:46:19 -03:00
Dayle Drinkwater
0d6e7a3a24 Forget node menu changes (#983)
* Move 'Forget Node' option to move it away from Traceroute.

Add confirmation dialog to 'Forget Node'

* Move debug for 'Forget Node'
2024-04-21 08:45:37 -03:00
Dayle Drinkwater
47b2ecc8aa Hops Away implementation (#966)
* Initial Hops Away feature

* Generate our own hopsAway, comparing hopStart to hopLimit

* Remove import of hopsAway from device nodeInfo, as this only shows 0 when hopStart isn't included on packets (with this info, we can't differentiate between a node which is Hops Away but on old firmware, or nodes which are on new firmware but direct. Both are 0)

Check if hopStart is 0 but hopLimit is not 0, if true set hopsAway to -1.

Show nodes with hopsAway with -1 with a (!) appended to the RSSI details, to show this probably isn't true. (eg they are using old firmware)

Change the default of hopsAway to -1, until we know it is direct (0) or hops away (1+)

* tidy up: move from nested if else to when

* Revert Project_Default.xml

* Move hopsAway when block in to updateNodeInfo() block above it.

Move hopsAway var to end of NodeInfo Class.

Schema update due to change above.

* hopsAway now follows firmware implementation.
hopsAway now imported from radio (installNodeInfo)

* reformat

---------

Co-authored-by: andrekir <andrekir@pm.me>
2024-04-21 08:14:35 -03:00
andrekir
261af4be62 chore: update proto submodule to v2.3.5 2024-04-21 08:04:06 -03:00
andrekir
2a9914c44b feat: update Icelandic localization strings 2024-04-21 08:00:55 -03:00
andrekir
a90681b2ff feat: update Slovak localization strings 2024-04-21 08:00:34 -03:00
andrekir
c15c3d8c09 refactor(config): pass destNum via setFragmentResultListener 2024-04-15 17:56:47 -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
andrekir
b9d7e35207 feat: update Spanish localization strings 2024-04-06 08:03:25 -03:00