Wykres commitów

208 Commity (b1238156cf1b2f2a91618f0f0ef79df817da30ec)

Autor SHA1 Wiadomość Data
geeksville b1238156cf more analytics to track clicks in the app 2020-03-03 20:07:40 -08:00
geeksville 76d023d764 onCommit() is more selective than onActive(), so it turns off our btscan sideeffect faster 2020-03-03 20:07:19 -08:00
Kevin Hester a3764bbd93 release 0.0.9 2020-03-02 10:30:40 -08:00
Kevin Hester b753d52b93 don't incorrectly ask for CAMERA permission 2020-03-02 10:30:32 -08:00
Kevin Hester a9c9dac3ab Pull in geeksville-androidlib via git submodule 2020-03-02 10:02:50 -08:00
Kevin Hester 6de46fc8df Switch to submodule for protos 2020-03-02 09:53:23 -08:00
Kevin Hester 25765af9a7 remove protobufs and move into a submodule 2020-03-02 09:49:53 -08:00
Kevin Hester e43e687766 register our app to handle meshtastic urls 2020-03-02 08:54:57 -08:00
Kevin Hester 44ebac1758 channel qrs are now sharable and real 2020-03-02 08:41:16 -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 f660036482 0.0.8 2020-03-01 16:40:46 -08:00
Kevin Hester 222f906b44 for now use my local google-services settings (for crashlytics) 2020-03-01 16:39:53 -08:00
Kevin Hester 74c6c242e5 release 0.0.7 2020-03-01 16:39:53 -08:00
Kevin Hester b7c408d890 Finished updates to dev05 of Compose 2020-03-01 16:39:53 -08:00
Kevin Hester e2ceaf3a2d fix crashlytics bug - exposed because UIState lifecycle is different than activity 2020-03-01 16:39:53 -08:00
Kevin Hester 4d75e7e882 Add license and copyright 2020-03-01 16:39:53 -08:00
Kevin Hester 4360a8fa9a change to the new pretty outline buttons 2020-03-01 16:39:53 -08:00
Kevin Hester 332aa3b633 WIP update to Jetpack compose dev05 2020-03-01 16:39:53 -08:00
Kevin Hester e1753cfa18 fix BLE permissions error found by the autotester:
/// The following call might return null if the user doesn't have bluetooth access permissions
            val s: BluetoothLeScanner? = bluetoothAdapter.bluetoothLeScanner

            if(s == null) {
                ScanUIState.errorText = "This application requires bluetooth access. Please grant access in android settings."
            }
2020-02-29 14:14:52 -08:00
Kevin Hester 75b4b72ce1 fix build warnings 2020-02-29 13:42:15 -08:00
Kevin Hester 3fb4219ddd release 0.0.6 2020-02-29 13:21:16 -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 49ed2b8e1f add distance unit test and fix bug reported via crashyltics 2020-02-29 07:59:57 -08:00
Kevin Hester 3e29ebe0c0 Merge remote-tracking branch 'origin/dev' into dev 2020-02-28 20:11:32 -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
Kevin Hester 662d6db7a2 Update todo list while sitting in airplane 2020-02-28 20:10:42 -08:00
Kevin Hester 022d542b7c new notification status stuff seems to work 2020-02-28 20:09:00 -08:00
Kevin Hester 3f987136b2 show recent texts in notification 2020-02-28 14:11:42 -08:00
Kevin Hester 51949166c6 show recent texts in the notification 2020-02-28 14:07:04 -08:00
Kevin Hester f4dad37914 WIP in airplane - make notifications more useful 2020-02-28 13:53:16 -08:00
Kevin Hester 102ed1ddde Update todo list while sitting in airplane 2020-02-28 12:37:15 -08:00
geeksville d7825fd458 add a bogus google-services to prevent build complaints. 2020-02-27 14:52:17 -08:00
Kevin Hester c3260a3fd7 minor fixes to work with virgin build trees 2020-02-27 13:07:11 -08:00
geeksville c3d464929c add alpha testing instructions 2020-02-26 14:08:15 -08:00
geeksville b56edb0230 project links 2020-02-26 09:10:46 -08:00
geeksville 7080be08a7 protobuf updates 2020-02-26 09:07:55 -08:00
geeksville a568faac95 a little less ugly 2020-02-25 15:07:09 -08:00
geeksville dda035cceb oops supposed to be using a modelMapOf to have node list view update 2020-02-25 14:23:19 -08:00
geeksville 0cf0ef8caf release 0.0.4 2020-02-25 11:13:24 -08:00
geeksville 8089475622 only seed with test data if we are on the emulator 2020-02-25 10:48:54 -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