Commit graph

44 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
29d87bffb3 analytics tweaks 2020-03-04 11:16:43 -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
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
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
geeksville
bb2b11264d placeholder channel screen 2020-02-17 20:00:11 -08:00
geeksville
bdd6e5de6c gracefully handle when an esp32 bluetooth link slowly browns out 2020-02-17 18:46:20 -08:00
geeksville
b3026ba6be text message gui for sneding kinda works 2020-02-17 15:56:04 -08:00
geeksville
165df2c4de allow sending broadcasts and cope with missing mesh services 2020-02-17 15:39:49 -08:00
geeksville
ccdca3b146 provide current ID to service consumers 2020-02-17 13:14:53 -08:00
geeksville
7cfcda2a30 shitty version of the android gps code is in 2020-02-16 14:22:24 -08:00
geeksville
9dcfb59ee0 clean up user setting 2020-02-14 04:41:20 -08:00
geeksville
4e6d1be954 start mesh service on boot, store device macaddr in prefs 2020-02-12 15:57:35 -08:00
geeksville
55d4d769f8 update protos 2020-02-12 14:15:59 -08:00
geeksville
b17e7231c0 begin support for showing/sharing qr codes for channel settings 2020-02-11 19:20:24 -08:00
geeksville
eaa5af8fec experiment with trying to find the users name - no joy 2020-02-10 20:17:42 -08:00
geeksville
10b4d2395c deliver full node db when client app asks for it 2020-02-10 17:05:51 -08:00
geeksville
9a0da9ef67 @Parcelize is busted it seems - for now just use IDE generated code 2020-02-10 16:34:01 -08:00
geeksville
10ad07e136 we now fetch any new rxmessages when they arrive at the radio 2020-02-10 15:31:56 -08:00
Renamed from app/src/main/java/com/geeksville/mesh/MeshService.kt (Browse further)