Commit graph

389 commits

Author SHA1 Message Date
Andre Kirchhoff
12f864bae3
fix restrictions to provide location to mesh 2022-01-14 18:49:08 -03:00
andrekir
2bc12fe9d6 update play-services-location 2022-01-09 23:22:47 -03:00
andrekir
4bd5ea5aa4 enable hasCompanionDeviceApi 2022-01-09 00:26:19 -03:00
andrekir
2441e1bada add provideLocation service start/stop 2022-01-03 21:59:30 -03:00
Jm Casler
b91c54f8b6
Merge pull request #330 from meshtastic/processQueued
fix processing queued packets
2021-12-26 13:39:40 -08:00
andrekir
e093a29191 fix processing queued packets 2021-12-25 19:30:45 -03:00
Andre Kirchhoff
6a5fcbe9db
add lastHeard to installNodeInfo 2021-12-25 18:37:18 -03:00
Kevin Hester
091f8d8acf work with newer emulator images 2021-07-26 10:11:17 -07:00
Kevin Hester
e186abce79 fix autobug 2021-06-11 09:48:20 -07:00
Kevin Hester
5b069f93bc remove concept of "early received packets" we no longer need it 2021-06-11 09:45:04 -07:00
Kevin Hester
9c1316ea09 WIP - work with background location being optional 2021-06-10 10:58:45 -07:00
Kevin Hester
793b75b67b less logspam 2021-05-10 08:46:11 +08:00
Kevin Hester
1eb4bf43d4 fix leakage of (slightly) possibly PII data 2021-05-10 08:37:39 +08:00
Kevin Hester
59e430d30d WIP color fixes 2021-05-09 09:02:53 +08:00
Kevin Hester
c74ee428ed fix position overide problem with fixedPosition nodes thx @havealoha 2021-04-15 12:16:56 +08:00
Kevin Hester
384cb5cdc0 stop autobug spam about misformatted spiffs partitions 2021-04-03 09:05:11 +08:00
Kevin Hester
0f384fc62f fix autobug with channels being only one entry long 2021-04-03 08:27:07 +08:00
Kevin Hester
28fec09a54 fix message not allowed to be queued while sleeping (I think) 2021-04-02 13:56:09 +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
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
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
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
0088f40eb0 fix location-fill in problem not working (ht @hansi) 2021-03-25 11:55:55 +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
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
12ea70174e fix autobug when changing channels 2021-03-23 13:40:03 +08:00
Kevin Hester
cea7755aa4 ignore BLE errors while closing 2021-03-23 13:17:36 +08:00
Kevin Hester
2327c5e693 fix autobug while shutting down interface 2021-03-23 13:07:32 +08:00
Kevin Hester
518241c3c9 less logspam 2021-03-23 13:05:50 +08:00
Vadim Furman
0d9f31f7fb Pipe rssi to the view 2021-03-22 21:10:58 -07:00
Kevin Hester
278d82e99a cleanly kill job if we get an exception during firmware update 2021-03-20 18:47:12 +08:00
Kevin Hester
c9d18b00a4 don't let user update firmware without setting a region. 2021-03-20 17:47:02 +08:00