aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_sensor.xml
Commit message (Collapse)AuthorAgeFilesLines
* o Activating the sensor view.Trygve Laugstøl2015-01-301-6/+35
|
* o Adding 'recently seen' on BtDevice. Updated when scanning.Trygve Laugstøl2015-01-271-15/+19
| | | | | | 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.
* o Reading values from the soil sensor.Trygve Laugstøl2015-01-111-0/+21
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.