Wykres commitów

1296 Commity (6fa6588ecaff851c83cbb5b7746dec7275382c14)

Autor SHA1 Wiadomość Data
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
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 2f50728372 update todo list 2020-02-24 18:38:51 -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 b61d15c9c9 pull latest builds from device code 2020-02-24 09:57:42 -08:00
geeksville 93c47e44fa protobuf updates for new power management state machine 2020-02-22 15:17:46 -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