aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
* o Using new code for GET_VALUE.Trygve Laugstøl2015-06-291-0/+2
|
* o Activating the sensor view.Trygve Laugstøl2015-01-301-0/+2
|
* o Adding 'recently seen' on BtDevice. Updated when scanning.Trygve Laugstøl2015-01-271-0/+1
| | | | | | 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.
* BtPromise: Adding a distinction between successful and failure.1.0Trygve Laugstøl2015-01-181-0/+1
| | | | | | | 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.
* o Not disconnecting when the promise is done.Trygve Laugstøl2015-01-171-0/+3
| | | | | o All user code can assume that they're already connected to the device, simplifying the life cycle. o When starting, send a 'new device' even for all stored devices.
* o Adding SoilMonitors support in core and view. Still more to do.Trygve Laugstøl2015-01-041-0/+2
|
* o Initial import of Soil Moisture app.Trygve Laugstøl2014-12-311-0/+35