aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/io/trygvis/android/bt/BtPromise.java
Commit message (Expand)AuthorAgeFilesLines
* o Major refactoring on the BtPromise, mainly internal. Renaming BtPromise to...Trygve Laugstøl2015-01-281-519/+0
* o Adding 'recently seen' on BtDevice. Updated when scanning.Trygve Laugstøl2015-01-271-11/+1
* o Adding a way to append promises to promises.Trygve Laugstøl2015-01-201-0/+6
* BtPromise: Letting the finally know if the promise was a success or failure.Trygve Laugstøl2015-01-181-14/+15
* BtPromise: Adding a distinction between successful and failure.1.0Trygve Laugstøl2015-01-181-34/+46
* o Trying to fix issues where there is a miss match between the clicked index ...Trygve Laugstøl2015-01-171-0/+4
* o Not disconnecting when the promise is done.Trygve Laugstøl2015-01-171-34/+55
* o Major refactoring of the BT promise.Trygve Laugstøl2015-01-161-52/+64
* o Reading values from the soil sensor.Trygve Laugstøl2015-01-111-55/+124
* o Adding a way to prepend callbacks on the promise's queue. Needed for device...Trygve Laugstøl2015-01-041-0/+404