aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/io/trygvis/android/bt/BtService.java
Commit message (Collapse)AuthorAgeFilesLines
* o Adding 'recently seen' on BtDevice. Updated when scanning.Trygve Laugstøl2015-01-271-0/+3
| | | | | | o Removing BtScanResult, it was never used. o Getting MainActivity to listen on device property changed so the UI is properly updated. o Adding a status bar with color to indicate if the device is available, connected or not seen.
* o Not disconnecting when the promise is done.Trygve Laugstøl2015-01-171-3/+6
| | | | | o All user code can assume that they're already connected to the device, simplifying the life cycle. o When starting, send a 'new device' even for all stored devices.
* o Reading values from the soil sensor.Trygve Laugstøl2015-01-111-1/+1
| | | | | | o Rewrote the database schema to match the new device+sensors model. o Storing samples in the database. o To be able to reuse BT callbacks, added a way to always to directly to the next step instead of waiting for an event.
* o Adding a method to run a transaction in the BtService's database.Trygve Laugstøl2015-01-041-0/+5
|
* o Adding a database of BT devices and soil devices, sensors and samples.Trygve Laugstøl2015-01-031-3/+5
|
* o Getting closer to something that actually work.Trygve Laugstøl2015-01-021-25/+25
|
* o Initial import of Soil Moisture app.Trygve Laugstøl2014-12-311-0/+55