geeksville
|
6c0e56920d
|
fix part of #11 - show sender name in notification
|
2020-04-19 09:33:41 -07:00 |
|
geeksville
|
f13c05862d
|
update protos
|
2020-04-19 09:23:57 -07:00 |
|
geeksville
|
5036cb906b
|
#14: not ready - but I need to do other stuff - so disabling for now
|
2020-04-18 18:45:50 -07:00 |
|
geeksville
|
b4bf682df0
|
#14: WIP we now show the new GUI properly
|
2020-04-18 16:30:30 -07:00 |
|
geeksville
|
54d632eb84
|
some android stacks are buggy and need 500ms before returning BLE descriptors
|
2020-04-13 16:28:32 -07:00 |
|
geeksville
|
eff21e6e80
|
don't leak location data into logs
|
2020-04-13 15:23:46 -07:00 |
|
geeksville
|
d1afb6fac6
|
don't leak personal data into logs
|
2020-04-12 10:56:45 -07:00 |
|
geeksville
|
6ff84a1808
|
fix rare mystery bluetooth status 133 error
Thanks to comment by @pederovarela86
https://github.com/android/connectivity-samples/issues/18#issuecomment-374600798
|
2020-04-10 18:04:39 -07:00 |
|
geeksville
|
2ba398cc51
|
fix this autobug:
https://console.firebase.google.com/u/0/project/meshutil/crashlytics/app/android:com.geeksville.mesh/issues/9ca00f8a87bb62f10c78009f450b13b8
|
2020-04-10 17:49:43 -07:00 |
|
geeksville
|
69e6b285c6
|
we now allow changing BLE connection to different meshtastic devices on the fly
|
2020-04-09 13:28:44 -07:00 |
|
geeksville
|
606dc0fd07
|
turn off gestures - they are confusing with the map view
|
2020-04-07 12:32:42 -07:00 |
|
geeksville
|
f2d43332f7
|
Making app aware of device sleep states, Fix #4
|
2020-04-04 17:00:38 -07:00 |
|
geeksville
|
83c1bfda69
|
use coroutines in the mesh service to move processing out of the GUI thread
|
2020-04-04 14:37:44 -07:00 |
|
geeksville
|
1e34e77fe9
|
only force refresh of the BLE service table the first time we talk
|
2020-04-04 14:37:13 -07:00 |
|
geeksville
|
ab31542fd8
|
bootstrap the mesh service if someone sets our radio macaddr late
|
2020-03-30 17:36:09 -07:00 |
|
geeksville
|
088ba687d4
|
if we receive packets early in app start, wait to process them till we have a nodedb
|
2020-03-30 17:35:33 -07:00 |
|
geeksville
|
81a1283148
|
Android can cache BLE service descriptors. But our device descriptors
can change still (because 'progress'). So force android to reread those
descriptors while we are in alpha.
|
2020-03-30 16:44:48 -07:00 |
|
geeksville
|
28f488a394
|
log device errors via analytics
related to https://github.com/meshtastic/Meshtastic-esp32/issues/53
|
2020-03-24 13:48:00 -07:00 |
|
geeksville
|
04720e2f0e
|
fix crashlytics: if user shuts off bluetooth during scan, ignore failure
# Conflicts:
# app/src/main/java/com/geeksville/mesh/ui/BTScanScreen.kt
|
2020-03-12 12:03:40 -07:00 |
|
geeksville
|
9b2a6f3c92
|
track region/model/firmware version of running devices
# Conflicts:
# TODO.md
# app/src/main/java/com/geeksville/mesh/service/MeshService.kt
|
2020-03-12 11:58:10 -07:00 |
|
geeksville
|
444485658f
|
track # of users with radios
|
2020-03-12 11:54:22 -07:00 |
|
geeksville
|
49567562c0
|
track hw model so we know how many heltec vs ttgo etc
|
2020-03-12 11:54:22 -07:00 |
|
geeksville
|
fb2304ba82
|
track the # of nodes associated with each anonymous user, to know which
users are actually using the hardware vs tire kickers with the app.
|
2020-03-08 15:22:31 -07:00 |
|
geeksville
|
a506904ed9
|
set isConnected earlier, so quick calls from clients still work
|
2020-03-04 13:59:22 -08:00 |
|
geeksville
|
29d87bffb3
|
analytics tweaks
|
2020-03-04 11:16:43 -08:00 |
|
Kevin Hester
|
90cee2f202
|
add support for reconnecting if bluetooth gets disabled
|
2020-03-02 08:05:43 -08:00 |
|
Kevin Hester
|
9a2c22d0f6
|
we now generate real qr codes from the current channel
|
2020-03-02 07:46:03 -08:00 |
|
Kevin Hester
|
8c185a7718
|
add received packets binary file logging (to improve simulation)
|
2020-03-02 06:31:15 -08:00 |
|
Kevin Hester
|
b13e52d2eb
|
two items from todo list:
* startforegroundservice only if we have a valid radio
* when we select a new radio, restart the service
|
2020-03-02 06:25:17 -08:00 |
|
Kevin Hester
|
75b4b72ce1
|
fix build warnings
|
2020-02-29 13:42:15 -08:00 |
|
Kevin Hester
|
6a90881dd6
|
fix crashlytics auto report. oops error() is now a kotlin stdlib call
and therefore I was accidentally calling it instead of my Logging.error()
method. And that made some error logs incorrectly fatal.
|
2020-02-29 13:21:05 -08:00 |
|
Kevin Hester
|
a0db3e0ccd
|
new notification status stuff seems to work
|
2020-02-28 20:10:42 -08:00 |
|
Kevin Hester
|
42439c4b26
|
show recent texts in notification
|
2020-02-28 20:10:42 -08:00 |
|
Kevin Hester
|
aec7baae36
|
show recent texts in the notification
|
2020-02-28 20:10:42 -08:00 |
|
Kevin Hester
|
dcc676000c
|
WIP in airplane - make notifications more useful
|
2020-02-28 20:10:42 -08:00 |
|
geeksville
|
b5fc637f30
|
fix node id lookups
|
2020-02-25 10:30:10 -08:00 |
|
geeksville
|
2c8c7ac8d6
|
if phone ble stack is hosed restart it
|
2020-02-25 09:28:47 -08:00 |
|
geeksville
|
dac3610f7d
|
cleaner way to find ble services
|
2020-02-25 08:23:26 -08:00 |
|
geeksville
|
6f9316ce99
|
use new cleaner service wrapper
|
2020-02-25 08:10:23 -08:00 |
|
geeksville
|
65f51499cc
|
report unimplemented exception handler
|
2020-02-25 07:23:35 -08:00 |
|
geeksville
|
f55f40d624
|
fix crashlytics autoreport: if we lose comms while sending gps pos, mark
connection closed
|
2020-02-24 20:08:18 -08:00 |
|
geeksville
|
674b417c87
|
BLE software update works again
|
2020-02-24 18:10:25 -08:00 |
|
geeksville
|
601aeb83d7
|
BLE sw update kinda works again
|
2020-02-24 15:47:53 -08:00 |
|
geeksville
|
7ed5a3efac
|
make SafeBluetooth Closable
|
2020-02-24 15:34:17 -08:00 |
|
geeksville
|
e25e9a658d
|
report exceptions via crashytics
|
2020-02-24 15:33:35 -08:00 |
|
geeksville
|
637c37bc9b
|
add network ping testing
|
2020-02-19 18:51:59 -08:00 |
|
geeksville
|
b9848c458c
|
send gps info more often while testing
|
2020-02-19 15:28:15 -08:00 |
|
geeksville
|
b1753bf5a8
|
update our node lastseen any time someone sends us a packet through it
|
2020-02-19 11:35:16 -08:00 |
|
geeksville
|
5b83320a69
|
progress on keeeping gps off
|
2020-02-19 10:53:36 -08:00 |
|
geeksville
|
aab062b06f
|
new play store release
|
2020-02-18 20:19:40 -08:00 |
|