forked from iandl/mqttitude
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored preferences, Updated info preferences, Added 0.4.14 APK
- Loading branch information
Alexander Rust
committed
Jan 26, 2014
1 parent
27556d2
commit aa5eb85
Showing
13 changed files
with
458 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,11 +50,25 @@ | |
<string name="preferencesBackgroundUpdatesIntervalSummary">Minutes between automatic reporting</string> | ||
<string name="preferencesBackroundUpdates">Automatic location reporting</string> | ||
<string name="preferencesBackgroundUpdatesSummary">Report location automatically</string> | ||
|
||
<string name="preferencesLocatorBackgroundDisplacement">Locator displacement</string> | ||
<string name="preferencesLocatorBackgroundDisplacementSummary">Distance between location updates</string> | ||
<string name="preferencesLocatorBackgroundInterval">Locator interval</string> | ||
<string name="preferencesLocatorBackgroundIntervalSummary">Minutes between location updates</string> | ||
|
||
|
||
|
||
<string name="preferencesInfo">Information</string> | ||
<string name="preferencesRepositoryTitle">Repository</string> | ||
<string name="preferencesRepositorySummary">Explore the code at Github</string> | ||
<string name="preferencesMailTitle">Contact</string> | ||
<string name="preferencesMailSummary">Contact the developers directly via mail</string> | ||
<string name="preferencesRepository">Source Code</string> | ||
<string name="preferencesRepositorySummary">github.com/binarybucks/mqttitude</string> | ||
<string name="preferencesTwitter">Twitter</string> | ||
<string name="preferencesTwitterSummary">twitter.com/mqttitude</string> | ||
|
||
<string name="preferencesDonate">Donate Bitcoins</string> | ||
<string name="preferencesDonateSummary">1DYpxrXRLQe5eLnT2FncyxjuQGBgWjtX2t</string> | ||
|
||
<string name="preferencesMailTitle">Mail</string> | ||
<string name="preferencesMailSummary">[email protected]</string> | ||
<string name="connectivityConnecting">"Connecting"</string> | ||
<string name="connectivityConnected">"Connected"</string> | ||
<string name="connectivityDisconnecting">"Disconnecting"</string> | ||
|
@@ -80,15 +94,15 @@ | |
<string name="submit_confirm_message">tbd</string> | ||
<string name="submit_confirm_button">tbd</string> | ||
<string name="preferencesContactSettings">Contacts</string> | ||
<string name="preferencesContactsEnabledTitle">Contact locations</string> | ||
<string name="preferencesContactsEnabledSummary">Show contact locations</string> | ||
<string name="preferencesContactsEnabledTitle">Subscribe</string> | ||
<string name="preferencesContactsEnabledSummary">Subscribe to receive messages</string> | ||
<string name="preferencesContactsTopic">Subscribe topic</string> | ||
<string name="preferencesContactsTopicSummary">Topic for contact location updates</string> | ||
<string name="preferencesContactsTopicSummary">Topic on which messages are received</string> | ||
<string name="publish">Report</string> | ||
<string name="preferencesIncludeBatterySummary">Include the device battery level in reports</string> | ||
<string name="preferencesIncludeBatteryTitle">Include battery</string> | ||
<string name="contactsLinkCloudStorageEnabledSummary">Store contacts in synced address book</string> | ||
<string name="contactsLinkCloudStorageEnabledTitle">Update address book (beta)</string> | ||
<string name="contactsLinkCloudStorageEnabledSummary">Store contact links in Google address book</string> | ||
<string name="contactsLinkCloudStorageEnabledTitle">Update address book</string> | ||
<string name="preferencesAutostartSummary">Automatically start on device boot</string> | ||
<string name="preferencesAutostartTitle">Autostart</string> | ||
<string name="description">Description</string> | ||
|
@@ -103,9 +117,8 @@ | |
<string name="waypointAdd">Add waypoint</string> | ||
<string name="actionModeOneSelected">1 item selected</string> | ||
<string name="actionModeMoreSelected">items selected</string> | ||
<string name="currentLocationNotAvailable">The current location is not available</string> | ||
|
||
|
||
<string name="currentLocationNotAvailable">The current location is not available</string> | ||
|
||
<string-array name="connect_options_security"> | ||
<item>None</item> | ||
<item>TLS</item> | ||
|
@@ -141,5 +154,32 @@ | |
<string name="title_activity_activity_wizzard">Wizzard</string> | ||
<string name="title_test_list">tests</string> | ||
<string name="title_test_detail">test Detail</string> | ||
|
||
<string name="keyDeviceName">deviceName</string> | ||
<string name="keyBrokerHost">brokerHost</string> | ||
<string name="keyBrokerPort">brokerPort</string> | ||
<string name="keyBrokerPassword">brokerPassword</string> | ||
<string name="keyBrokerUsername">userUsername</string> | ||
<string name="keyBrokerAuth">brokerAuth</string> | ||
<string name="keyBrokerSecurity">brokerSecurity</string> | ||
<string name="keyBrokerSecuritySslCaPath">brokerSecuritySslCaPath</string> | ||
<string name="keyPubAutoEnabled">backgroundUpdates</string> | ||
<string name="keyPubAutoInterval">backgroundUpdatesInterval</string> | ||
<string name="keyPubTopic">topic</string> | ||
<string name="keyPubRetain">retain</string> | ||
<string name="keyPubQos">qos</string> | ||
<string name="keyPubIncludeBattery">includeBattery</string> | ||
<string name="keyNotificationEnabled">notificationEnabled</string> | ||
<string name="keyNotificationGeocoderEnabled">notificationGeocoder</string> | ||
<string name="keyNotificationLocationEnabled">notificationLocation</string> | ||
<string name="keyNotificationTickerPublish">notificationTickerOnPublishEnabled</string> | ||
<string name="keyNotificationTickerGeofence">tickerOnWaypointTransitionEnabled</string> | ||
<string name="keyTrackingUsername">notificationTickerOnPublishEnabled</string> | ||
<string name="keySubEnabled">subEnabled</string> | ||
<string name="keySubTopic">subTopic</string> | ||
<string name="keyContactsLinkCloudStorageEnabled">contactsLinkCloudStorageEnabled</string> | ||
<string name="keyAdvancedConnectionPreferencesEnabled">advancedMode</string> | ||
<string name="keyAutostartOnBootEnabled">autostartOnBoot</string> | ||
<string name="keyLocatorBackgroundDisplacement">backgroundDisplacement</string> | ||
<string name="keyLocatorBackgroundInterval">backgroundInterval</string> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.