aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/io/trygvis/soilmoisture/SmSensor.java
Commit message (Collapse)AuthorAgeFilesLines
* o Activating the sensor view.Trygve Laugstøl2015-01-301-0/+14
|
* o Adding a way to append promises to promises.Trygve Laugstøl2015-01-201-0/+5
| | | | | o Reading each sensors name when probing a device. o Enabling probing on long presses on already probed devices. Is probably useful to update the local information when other handsets has updated the device's values.
* o Trying to fix issues where there is a miss match between the clicked index ↵Trygve Laugstøl2015-01-171-0/+6
| | | | and the item actually clicked.
* o Reading values from the soil sensor.Trygve Laugstøl2015-01-111-8/+27
| | | | | | 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-041-1/+8
| | | | | | 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-041-0/+35