diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-01-17 18:15:52 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-01-17 18:15:52 +0100 |
commit | bc09707edf110da018a68be4d16bdfcee8af600f (patch) | |
tree | 1f8a6032244f2384372f2c37e220f6946aa4e483 /app/src/main/res | |
parent | 5f880d3816526157c5d411896707b971af48212b (diff) | |
download | io.trygvis.soilmoisture-android-bc09707edf110da018a68be4d16bdfcee8af600f.tar.gz io.trygvis.soilmoisture-android-bc09707edf110da018a68be4d16bdfcee8af600f.tar.bz2 io.trygvis.soilmoisture-android-bc09707edf110da018a68be4d16bdfcee8af600f.tar.xz io.trygvis.soilmoisture-android-bc09707edf110da018a68be4d16bdfcee8af600f.zip |
o Not disconnecting when the promise is done.
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.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0764a26..2dc3820 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -33,5 +33,8 @@ <string name="current_value">Current value</string> <string name="show_all">Show all</string> <string name="group_by_device">Group by device</string> + <string name="dialog_probe_device">Probe device?</string> + <string name="yes">Yes</string> + <string name="no">No</string> </resources> |