aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/io/trygvis/android/bt
Commit message (Collapse)AuthorAgeFilesLines
* o Reading values from the soil sensor.Trygve Laugstøl2015-01-116-66/+215
| | | | | | 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 way to prepend callbacks on the promise's queue. Needed for ↵Trygve Laugstøl2015-01-044-59/+120
| | | | | | devices that give you [disconnect, connect] events when connecting. Yay. o Reading meta data from the Soil Moisture device.
* o Adding a method to run a transaction in the BtService's database.Trygve Laugstøl2015-01-042-12/+27
|
* o Adding SoilMonitors support in core and view. Still more to do.Trygve Laugstøl2015-01-041-0/+4
|
* o Adding a database of BT devices and soil devices, sensors and samples.Trygve Laugstøl2015-01-033-16/+142
|
* o Getting closer to something that actually work.Trygve Laugstøl2015-01-026-255/+301
|
* o Initial import of Soil Moisture app.Trygve Laugstøl2014-12-3110-0/+823