Wykres commitów

501 Commity (e6abd9d1a5ae9b51b7e47ea293bf2e3bbc98ed8c)

Autor SHA1 Wiadomość Data
geeksville 848fcbe53b Fix #16: Show currently selected radio even if it is sleeping 2020-04-20 08:12:51 -07:00
geeksville 62a64dd782 new cleaner approach of not whacking services seems to aprox work 2020-04-20 07:46:06 -07:00
geeksville dabda9d29e manually specify okhttp3 version - use something newer with less api warnings 2020-04-19 20:34:45 -07:00
geeksville cde3f2dec2 WIP - doesn't yet build, but changing to set the device addresses the correct way 2020-04-19 20:06:11 -07:00
geeksville 513f56f88f 0.4.5 some old phones complain about permissions they don't understand 2020-04-19 20:03:38 -07:00
geeksville 3380cb0b8a 0.4.4 2020-04-19 19:35:57 -07:00
geeksville 1e47895904 fix a couple of old/rare autobugs 2020-04-19 18:12:11 -07:00
geeksville 39eb6664da we now save node & msg db across service invocations 2020-04-19 17:25:20 -07:00
geeksville 4f24794001 wix warnings 2020-04-19 16:24:47 -07:00
geeksville fdd3b48364 don't let users try to send texts if we don't have a node id 2020-04-19 12:31:27 -07:00
geeksville 547e59754d Fix #15: we now always get the node db from the service, even if radio
is not currently connected.
2020-04-19 12:15:42 -07:00
geeksville ca1ada085e use parcelize to eliminate boilerplate code 2020-04-19 12:00:41 -07:00
geeksville 613e4f7ec4 make aidl interface strongly typed 2020-04-19 11:56:06 -07:00
geeksville 5784138c96 Fix #11: we now keep a record of past messages in the persistent service state 2020-04-19 11:47:34 -07:00
geeksville a10e02ecdf old versions of androids never grant new permissions. Don't warn user about this. 2020-04-19 09:49:43 -07:00
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 840dbd491e #14: WIP split out the bonding code so it can be shared with new impl 2020-04-18 11:45:11 -07:00
geeksville 0a93f37071 Add new Russian strings from @Eugene 2020-04-16 20:39:37 -07:00
geeksville 8dc0430368 mark our URLs as verified android app links, so the user doesn't get prompt to open 2020-04-15 18:39:01 -07:00
geeksville 9c157a52cc 0.4.0 2020-04-15 14:10:48 -07:00
geeksville 18248bd86a add a "report a bug" button 2020-04-15 14:10:40 -07:00
geeksville f2f7c630c3 Turn on clickable auto linking for URLs that appear in our app. 2020-04-15 13:44:31 -07:00
geeksville 2baa42d963 Finding the activity via the application might return null? (autobug)
instead capture it in a closure when we know it is guaranteed valid.
2020-04-15 13:21:29 -07:00
geeksville 7fa168ab2c 0.3.9 - fix channel setting autobug and update to latest google libs 2020-04-15 07:52:00 -07:00
geeksville 55f9208f47 add notes from @jeksys wrt build 2020-04-15 07:31:53 -07:00
geeksville ba4291f4fd remove dead code 2020-04-13 17:01:39 -07:00
geeksville f21d603026 turn on minifimication 2020-04-13 17:01:29 -07:00
geeksville 7ea8dfe2cc 0.3.8 2020-04-13 16:28:49 -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 069c0646f4 fix autobug with setting channels - for now allow only while device is awake 2020-04-13 16:00:48 -07:00
geeksville d32d47287a fixes in hopes of fixing an autobug that occurred on a Galaxy S20+ 2020-04-13 15:44:37 -07:00
geeksville 9aaa159bd0 We shouldn't ask for myId until _after_ we have the nodedb (we need it) 2020-04-13 15:42:36 -07:00
geeksville eff21e6e80 don't leak location data into logs 2020-04-13 15:23:46 -07:00
geeksville 4f0ba0da97 hmm - it seems that the TestLab will allow location permissions requests 2020-04-12 17:20:42 -07:00
geeksville 0447bc2858 stop asking for filesystem access, we only need it during development 2020-04-12 17:13:13 -07:00
geeksville 51a1245068 hotfix 0.3.7 - don't ask for permissions in simulation, boolean was backwards 2020-04-12 16:58:37 -07:00
geeksville ef5c59705e zxing qr code generator technically requires hw accel 2020-04-12 16:21:48 -07:00
geeksville bde3f377e2 update build tools 2020-04-12 16:19:01 -07:00
geeksville 2c50f27d22 Update zxing lib, to hopefully fix a an autobug 2020-04-12 16:11:16 -07:00
geeksville d1afb6fac6 don't leak personal data into logs 2020-04-12 10:56:45 -07:00
geeksville 83c491078d Don't leak user names or positions into logs 2020-04-12 10:21:31 -07:00
geeksville 1348d897c5 0.3.6 2020-04-12 10:02:44 -07:00
geeksville 1a6cebb07e add instrumentation for @killeramoeba problem. send logs to crashlytics 2020-04-12 09:50:54 -07:00
geeksville 873eb0ca18 0.3.5 2020-04-12 08:58:27 -07:00
geeksville e4363d04d5 fix autobug - it seems someone out there is running some really old device code 2020-04-12 08:58:09 -07:00
geeksville 3c27021d8b update to latest mapbox sdk in hopes of fixing an autobug in their lib 2020-04-12 08:48:37 -07:00
geeksville e953100e72 @artemisoftnian added Spanish! 2020-04-11 13:42:12 -07:00