Commit graph

1937 commits

Author SHA1 Message Date
Garth Vander Houwen
5134e1d65d
Merge pull request #498 from meshtastic/channelkey_editor
Use a segmented picker so you can see the disabled role
2024-02-16 21:44:21 -08:00
Garth Vander Houwen
3409de0da4 Use a segmented picker so you can see the disabled role 2024-02-16 21:43:29 -08:00
Garth Vander Houwen
b781d66b08
Merge pull request #497 from meshtastic/channelkey_editor
Channel key editor
2024-02-16 21:24:08 -08:00
Garth Vander Houwen
a18905eedb Show the whole key 2024-02-16 21:20:19 -08:00
Garth Vander Houwen
069239e1b8 Channel Key validation 2024-02-16 21:11:57 -08:00
Garth Vander Houwen
2b8118b3f4
Merge pull request #496 from meshtastic/2.2.23_Working_Changes
2.2.23 working changes
2024-02-16 18:14:49 -08:00
Garth Vander Houwen
526f05a0b6 Clean up store and forward logging, fix up node list padding. 2024-02-16 18:06:52 -08:00
Garth Vander Houwen
61ad1c4490 less meters 2024-02-16 17:05:14 -08:00
Garth Vander Houwen
9e2358a3c8
Merge pull request #495 from meshtastic/2.2.23_Working_Changes
Save smart postion user default
2024-02-16 16:56:46 -08:00
Garth Vander Houwen
8768a472c7
Merge pull request #491 from Austinpayne/feature/dl-tile-icon
feature: add icon when downloading tiles for offline use
2024-02-16 16:56:27 -08:00
Garth Vander Houwen
bdb38b426e Save smart postion user default 2024-02-16 16:54:56 -08:00
Garth Vander Houwen
61f42b14bf
Merge pull request #494 from meshtastic/2.2.23_Working_Changes
Clean up height of node list items
2024-02-16 16:42:39 -08:00
Garth Vander Houwen
f3d51d9fcc Clean up height of node list items 2024-02-16 16:42:17 -08:00
Garth Vander Houwen
9197546c0e
Merge pull request #493 from meshtastic/2.2.23_Working_Changes
Merge taktracker
2024-02-16 10:44:40 -08:00
Garth Vander Houwen
3d14ca3364 Merge taktracker 2024-02-16 10:43:52 -08:00
Garth Vander Houwen
fccf65a944
Merge pull request #492 from meshtastic/2.2.23_Working_Changes
2.2.23 Working Changes II
2024-02-16 10:02:11 -08:00
Garth Vander Houwen
524103f5ec Try and make temp have even less digits, make another attempt at clearing the database with less crashing 2024-02-16 10:01:08 -08:00
Austin Payne
b1aee0a7d6 feature: add icon when downloading tiles for offline use
It can be difficult to tell when the app is in progress of downloading map tiles
for offline use, especially when hitting a slow server like USGS or on a slow
network. Adds a download circle icon to indicate download progress to the
user. Also helpfully informs when a zoom level is outside the range.
2024-02-15 21:41:18 -07:00
Garth Vander Houwen
f9b370aa1a
Merge pull request #490 from meshtastic/2.2.23_Working_Changes
2.2.23 working changes
2024-02-15 20:21:57 -08:00
Garth Vander Houwen
61ad8c0f38
Merge pull request #488 from nagumii/main
Added Hebrew translation
2024-02-15 20:21:17 -08:00
Garth Vander Houwen
688f7f6b4c Translated strings 2024-02-15 20:19:39 -08:00
Garth Vander Houwen
2d53cc73e4 Merge remote-tracking branch 'refs/remotes/origin/2.2.23_Working_Changes' 2024-02-15 20:15:20 -08:00
Garth Vander Houwen
c566f38acb Add hebrew language 2024-02-15 20:15:05 -08:00
Garth Vander Houwen
c60e3392c0
Merge pull request #487 from Austinpayne/improvement/tile-load-1x
improvement: avoid duplicate map tile loading
2024-02-15 20:12:34 -08:00
Austin Payne
950aa4a514 chore: remove dead OfflineTileManager code 2024-02-15 21:12:00 -07:00
Austin Payne
3c0e56aeaf improvement: avoid duplicate map tile loading
Previously a map tile cache miss would cause 2x loading of the tile: once from
the remote tile server (which is then written to disk) and once from disk
during the default MKTileOverlay.loadTile function. Instead we now directly
implement loadTile so that we can avoid the duplicate loading and simply
return the fetched remote tile after it is cached, which leads to a
noticeable improvement in offline map performance.
2024-02-15 21:12:00 -07:00
Garth Vander Houwen
231a160c1e Let duty cycle restricted messages be retried 2024-02-15 20:09:33 -08:00
Garth Vander Houwen
36f7ae16c6 Go nuclear on the core data database, delete the data, destroy it and then reset the context. Somehow this does not crash. 2024-02-15 19:57:26 -08:00
nagumii
904fd79f9e
Update Localizable.strings
Finalized translation of wantconfig.
2024-02-15 20:40:51 +02:00
nagumii
b967a617e6
Create Localizable.strings
hebrew
2024-02-15 14:38:41 +02:00
Garth Vander Houwen
0758aaea56 Clean up the node list 2024-02-14 21:43:29 -08:00
Garth Vander Houwen
b388a2babf Bump version 2024-02-13 21:31:13 -08:00
Garth Vander Houwen
402e0d584f
Merge pull request #485 from meshtastic/2.2.22_Working_Changes
2.2.22 working changes
2024-02-13 19:12:38 -08:00
Garth Vander Houwen
b16b029128 Show retry button for DM's 2024-02-13 18:58:29 -08:00
Garth Vander Houwen
bdce50cc20 Only show retry for ack error 5 and 3 2024-02-13 18:47:07 -08:00
Garth Vander Houwen
0cfe986c84
Merge pull request #486 from Austinpayne/feature/retry-button
feature: add simple retry mechanism
2024-02-13 18:39:20 -08:00
Garth Vander Houwen
a2476a212f Only show client history to S&F routers 2024-02-13 14:23:07 -08:00
Garth Vander Houwen
caef40addc Handle incoming store and forward messages 2024-02-13 14:21:49 -08:00
Garth Vander Houwen
d4ff24cb16 Add some padding to the share location button 2024-02-13 10:58:07 -08:00
Austin Payne
6849977239 feature: add simple retry mechanism 2024-02-12 23:56:33 -07:00
Garth Vander Houwen
3f4f493d69 Try and reduce device switching crashing a bit 2024-02-12 22:31:03 -08:00
Garth Vander Houwen
c14ff8d075 Merge remote-tracking branch 'refs/remotes/origin/2.2.22_Working_Changes' 2024-02-12 22:09:36 -08:00
Garth Vander Houwen
48ef2e656c Add node info broadcast interval 2024-02-12 22:09:22 -08:00
Garth Vander Houwen
ae6a74189f
Merge pull request #480 from Austinpayne/fix/map-options-resizing
fix: inverted map options sheet resizing
2024-02-12 18:38:16 -08:00
Garth Vander Houwen
b69ca32bcd
Merge pull request #481 from Austinpayne/fix/offline-overfetching
fix: don't fetch tiles greater than specified upper bound
2024-02-12 18:37:20 -08:00
Garth Vander Houwen
60f830259f
Merge pull request #482 from Austinpayne/fix/dl-tiles-twice
fix: map tiles being downloaded remotely twice
2024-02-12 18:35:55 -08:00
Garth Vander Houwen
8f50e7f447
Merge pull request #484 from Austinpayne/fix/slow-typing
fix: slow typing speed when lots of messages
2024-02-12 18:05:09 -08:00
Garth Vander Houwen
1108f8d362 Additional store and forward cleanup 2024-02-12 18:00:04 -08:00
Garth Vander Houwen
c23e18316d Store and Forward updates 2024-02-12 16:35:29 -08:00
Austin Payne
8cd7905379 fix: inverted map options sheet resizing 2024-02-11 21:58:36 -07:00