aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/io/trygvis/soilmoisture/DefaultSoilMoistureService.java
Commit message (Expand)AuthorAgeFilesLines
* o Supporting re-activation of the MainActivity. Must initialize the local dat...Trygve Laugstøl2015-06-291-2/+16
* o Activating the sensor view.Trygve Laugstøl2015-01-301-0/+3
* o Major refactoring on the BtPromise, mainly internal. Renaming BtPromise to...Trygve Laugstøl2015-01-281-14/+14
* o Adding 'recently seen' on BtDevice. Updated when scanning.Trygve Laugstøl2015-01-271-2/+13
* o Adding a way to append promises to promises.Trygve Laugstøl2015-01-201-19/+71
* BtPromise: Letting the finally know if the promise was a success or failure.Trygve Laugstøl2015-01-181-4/+17
* BtPromise: Adding a distinction between successful and failure.1.0Trygve Laugstøl2015-01-181-22/+41
* o Trying to fix issues where there is a miss match between the clicked index ...Trygve Laugstøl2015-01-171-2/+6
* o Not disconnecting when the promise is done.Trygve Laugstøl2015-01-171-58/+79
* o Major refactoring of the BT promise.Trygve Laugstøl2015-01-161-33/+4
* o Reading values from the soil sensor.Trygve Laugstøl2015-01-111-53/+178
* o Adding a way to prepend callbacks on the promise's queue. Needed for device...Trygve Laugstøl2015-01-041-14/+55
* o Adding a method to run a transaction in the BtService's database.Trygve Laugstøl2015-01-041-1/+17
* o Adding SoilMonitors support in core and view. Still more to do.Trygve Laugstøl2015-01-041-0/+218