aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/io/trygvis/android/Optional.java
Commit message (Collapse)AuthorAgeFilesLines
* o Major refactoring on the BtPromise, mainly internal. Renaming BtPromise ↵Trygve Laugstøl2015-01-281-45/+0
| | | | to BtSequence and BtSequencer.
* BtPromise: Adding a distinction between successful and failure.1.0Trygve Laugstøl2015-01-181-0/+45
o Chain can now call fail() instead of stop() to signal failure. o The finally handlers can be changed to get this info later. o Should probably make all callbacks take the BtDevice as a callback instead of BluetoothGatt and make the gatt instance available through the device. This way state can be kept in the device's tag. BtPromise: always discover services when operating inside a connection.