Wykres commitów

1235 Commity (28fec09a54815544e580f0684293829f56e99a04)

Autor SHA1 Wiadomość Data
Kevin Hester 28fec09a54 fix message not allowed to be queued while sleeping (I think) 2021-04-02 13:56:09 +08:00
Kevin Hester 7e21d63044 cope with malformatted broadcasts 2021-04-02 13:55:41 +08:00
Kevin Hester 7d898481a6 fix autobug for devices that don't have URL sharing support 2021-03-31 19:45:31 +08:00
Kevin Hester 091b18a5bb fix autobug - apparently EXTRA_DEVICE can be null on some implementations 2021-03-31 19:40:33 +08:00
Kevin Hester d9a2a469bc TCP link basically works 2021-03-30 23:19:05 +08:00
Kevin Hester 04f4a2a342 TCPInterface (for accessing the native-simulator) kinda works 2021-03-29 21:09:27 +08:00
Kevin Hester 9e42634402 cleanup mockinterface detection 2021-03-29 20:45:11 +08:00
Kevin Hester 5b653d29f8 reformat per coding conventions 2021-03-29 20:33:06 +08:00
Kevin Hester 2c75d0dee7 WIP add concept of interface factories 2021-03-29 20:29:38 +08:00
Kevin Hester 2ec15bf7b1 remove support for the old address prefs key (deprecated pre 1.0) 2021-03-29 19:56:32 +08:00
Kevin Hester 8b70bf1a14 add WIP TCPInterface 2021-03-29 19:47:24 +08:00
Kevin Hester 1ebc710006 Split StreamInterface from SerialInterface, so it can be a TCPInterface baseclass 2021-03-29 19:10:52 +08:00
Kevin Hester d510576fa8 fix warnings 2021-03-29 19:08:42 +08:00
Kevin Hester 804a9f8886 1.2.17 2021-03-28 12:31:48 +08:00
Kevin Hester bfd9b65cc8 oops typos 2021-03-28 11:05:39 +08:00
Kevin Hester 9e146e9b93 stop autobug spam about spiffs writing on misformattted devices 2021-03-28 10:54:33 +08:00
Kevin Hester 0b957a7b1c fix autobug 2021-03-28 10:42:19 +08:00
Kevin Hester 6a840c95ca fix autobug NPE 2021-03-28 10:33:59 +08:00
Kevin Hester 32cef96e16 some operations should be allowed before isConnected (autobug) 2021-03-27 18:15:57 +08:00
Kevin Hester 51f66f715f fix warning 2021-03-27 17:31:32 +08:00
Kevin Hester d3556ea9f9 Merge branch 'dev1.2' of https://github.com/geeksville/Meshtastic-Android into dev1.2
# Conflicts:
#	app/src/main/java/com/geeksville/mesh/service/MeshService.kt
2021-03-27 17:29:46 +08:00
Kevin Hester 48163ac7ab 1.2.16 2021-03-27 17:26:58 +08:00
Kevin Hester 5a64d1520c don't generate redundant node change broadcasts for rx positions 2021-03-27 16:14:57 +08:00
Kevin Hester 9a7e46c5df fill in for local device that happens to not have GPS signal (even if has GPS) 2021-03-27 15:50:16 +08:00
Kevin Hester d41cef5d38 rate limit check here is not needed here, better just to limit the position broadcast interval 2021-03-27 13:26:07 +08:00
Kevin Hester 07c41bfaed ignore nop position updates from the local device 2021-03-27 13:25:01 +08:00
Kevin Hester 23a0590186 update libs 2021-03-27 13:14:28 +08:00
Kevin Hester 3c457a118d cleanup lastHeard in node info (instead of position.time) 2021-03-27 10:55:16 +08:00
Kevin Hester bff21e0026 cleanup lastHeard in node info (instead of position.time) 2021-03-27 10:53:39 +08:00
Kevin Hester 3be55f8c7f @anothercarolina substantially improved the Spanish translations! 2021-03-27 09:58:38 +08:00
Kevin Hester 0088f40eb0 fix location-fill in problem not working (ht @hansi) 2021-03-25 11:55:55 +08:00
Kevin Hester 84f19cc137 not translatable 2021-03-25 11:54:46 +08:00
Kevin Hester 58a0c3eab2
Merge pull request #268 from slavino/patch-2
Slovak translation update
2021-03-25 10:47:23 +08:00
Slavomir Hustaty 6e4bbf77eb
Slovak translation update 2021-03-24 09:06:12 +01:00
Kevin Hester 9e5172ddd9
Merge pull request #267 from geeksville/dev1.2
1.2.14
2021-03-24 15:22:21 +08:00
Kevin Hester 0425f829c8 Merge remote-tracking branch 'root/master' into dev1.2 2021-03-24 15:22:06 +08:00
Kevin Hester 868ed3f88c 1.2.14 2021-03-24 15:20:27 +08:00
Kevin Hester 2b4b063ca7 fix problem noticed by @havealoha, device region not fetched the first time app is run 2021-03-24 15:19:26 +08:00
Kevin Hester 10d6537972 Disable the "set default channel" button if already on the default channel 2021-03-24 14:28:11 +08:00
Kevin Hester b44a104be2
Merge pull request #266 from geeksville/dev1.2
Dev1.2
2021-03-24 13:53:05 +08:00
Kevin Hester 8f32c39c5f 1.2.13 2021-03-24 13:52:11 +08:00
Kevin Hester 5f6cb7637c Merge remote-tracking branch 'root/master' into dev1.2
# Conflicts:
#	app/src/main/java/com/geeksville/mesh/MainActivity.kt
2021-03-24 13:49:46 +08:00
Kevin Hester 37de9de8a1 fix warning 2021-03-24 13:48:32 +08:00
Kevin Hester ad7a189c51 add default channel button 2021-03-24 13:48:26 +08:00
Kevin Hester 78bedde4ec
Merge pull request #264 from danielnemenyi/url-fix
Fix expired link
2021-03-24 13:47:36 +08:00
Kevin Hester a6fe6b2bbf
Merge branch 'master' into url-fix 2021-03-24 13:47:30 +08:00
Kevin Hester fa17822f93
Merge pull request #265 from vfurman-gh/master
Show rssi/snr in the user info
2021-03-24 13:46:33 +08:00
Kevin Hester 12ea70174e fix autobug when changing channels 2021-03-23 13:40:03 +08:00
Kevin Hester dd9a2b99d7 fix autobug NPE 2021-03-23 13:21:51 +08:00
Kevin Hester cea7755aa4 ignore BLE errors while closing 2021-03-23 13:17:36 +08:00