Meshtastic-Apple/Meshtastic/Helpers
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
..
Map improvement: avoid duplicate map tile loading 2024-02-15 21:12:00 -07:00
Mqtt Fix duplicate contact bug, reduce mqtt client proxy logging 2023-10-10 21:41:15 -07:00
BLEManager.swift Handle incoming store and forward messages 2024-02-13 14:21:49 -08:00
BluetoothManager.swift Rename Project to satisfy app review 2022-06-24 08:00:18 -07:00
EmojiOnlyTextField.swift SwiftLint Whitespace fixes 2023-03-06 10:33:18 -08:00
LocalNotificationManager.swift Add path to notifications 2024-01-20 14:05:29 -08:00
LocationHelper.swift Remove unused location code 2023-12-12 23:01:26 -08:00
LocationsHandler.swift Add app smart position and setting 2024-02-05 21:46:16 -08:00
MeshLogger.swift SwiftLint Whitespace fixes 2023-03-06 10:33:18 -08:00
MeshPackets.swift Handle incoming store and forward messages 2024-02-13 14:21:49 -08:00
NetworkManager.swift Lint 2023-08-26 23:17:30 -07:00
Preferences.swift Rename Project to satisfy app review 2022-06-24 08:00:18 -07:00