summaryrefslogtreecommitdiff
path: root/altosdroid/res/values/strings.xml
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-08-02 22:09:24 +1200
committerMike Beattie <mike@ethernal.org>2012-08-02 22:09:24 +1200
commit359d7353fd7b7d4d537db04c5e89724502333ff8 (patch)
tree0535ae90a79cbed6ba32700dafefe20197179358 /altosdroid/res/values/strings.xml
parentc5304ac976dd44344a0b70ae3622e1f2d112a147 (diff)
AltosDroid: Begin re-working Bluetooth code
* Move to using explicit 'magic' UUID, rather than java reflection * Re-work UI to make it more useful for testing * Use Insecure RFCOMM only, and remove code that differentiates. Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosdroid/res/values/strings.xml')
-rw-r--r--altosdroid/res/values/strings.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/altosdroid/res/values/strings.xml b/altosdroid/res/values/strings.xml
index 0b2f9227..249550fb 100644
--- a/altosdroid/res/values/strings.xml
+++ b/altosdroid/res/values/strings.xml
@@ -21,12 +21,12 @@
<string name="send">Send</string>
<string name="not_connected">You are not connected to a device</string>
<string name="bt_not_enabled_leaving">Bluetooth was not enabled. Leaving Bluetooth Chat.</string>
- <string name="title_connecting">connecting...</string>
+ <string name="title_connecting">connecting…</string>
<string name="title_connected_to">connected: </string>
<string name="title_not_connected">not connected</string>
<!-- DeviceListActivity -->
- <string name="scanning">scanning for devices...</string>
+ <string name="scanning">scanning for devices…</string>
<string name="select_device">select a device to connect</string>
<string name="none_paired">No devices have been paired</string>
<string name="none_found">No devices found</string>
@@ -35,9 +35,9 @@
<string name="button_scan">Scan for devices</string>
<!-- Options Menu -->
- <string name="secure_connect">Connect a device - Secure</string>
- <string name="insecure_connect">Connect a device - Insecure</string>
- <string name="discoverable">Make discoverable</string>
+ <string name="connect_device">Connect a device</string>
+ <string name="telemetry_service_control">Control Service</string>
+ <string name="telemetry_service_bind">(Un)Bind Service</string>
<!-- Service -->
<string name="telemetry_service_label">AltOS Telemetry Service</string>
@@ -45,10 +45,6 @@
<string name="telemetry_service_stopped">Telemetry Service Stopped</string>
-
- <string name="telemetry_service_control">Start/Stop Service</string>
- <string name="telemetry_service_bind">Bind/Unbind Service</string>
-
<string name="activity_telemetry_service_controller">App/Service/Local Service Controller</string>
<string name="telemetry_service_controller">This demonstrates how you can implement persistent services that
may be started and stopped as desired.</string>