aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/io/trygvis/soilmoisture/SensorActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* o Activating the sensor view.Trygve Laugstøl2015-01-301-8/+107
|
* o Major refactoring on the BtPromise, mainly internal. Renaming BtPromise ↵Trygve Laugstøl2015-01-281-1/+0
| | | | to BtSequence and BtSequencer.
* o Adding 'recently seen' on BtDevice. Updated when scanning.Trygve Laugstøl2015-01-271-0/+134
o Removing BtScanResult, it was never used. o Getting MainActivity to listen on device property changed so the UI is properly updated. o Adding a status bar with color to indicate if the device is available, connected or not seen.