inital commit

This commit is contained in:
2011-07-20 15:14:19 +00:00
parent d2a371bb2e
commit 87417dfc81
62 changed files with 151930 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/search_progress"
android:visibility="invisible"
android:layout_alignParentRight="true"
/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@android:string/ok"
android:id="@+id/ok"
android:layout_toLeftOf="@id/search_progress"
/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="@string/address"
android:id="@+id/address"
android:layout_toLeftOf="@id/ok"
/>
</RelativeLayout>
<ListView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/address_list"
/>
</LinearLayout>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="@string/alarm_volume"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"/>
<SeekBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/alarm_volume"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>
</LinearLayout>

View File

@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<!-- <ImageView -->
<!-- android:layout_width="wrap_content" -->
<!-- android:layout_height="wrap_content" -->
<!-- android:src="@drawable/icon" -->
<!-- android:layout_alignParentLeft="true" -->
<!-- android:layout_alignParentTop="true" -->
<!-- android:id="@+id/icon"/> -->
<ScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/msg_scrollview"
android:layout_marginLeft="15dip"
android:layout_marginRight="15dip"
>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/msg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@android:string/ok"
android:id="@+id/ok_button"
android:layout_below="@id/msg"/>
</RelativeLayout>
</ScrollView>
</RelativeLayout>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
<ImageButton
android:id="@+id/widget_get_location_button"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/icon"
android:layout_marginBottom="15dip"/>
</LinearLayout>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:gravity="center_vertical"
android:id="@+id/ringer_enabled_checkbox"
android:focusable="false"
/>
<TextView
android:id="@id/android:id/text1"
android:layout_toRightOf="@id/ringer_enabled_checkbox"
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center_vertical"
android:paddingLeft="6dip"
android:paddingRight="6dip"
/>
</RelativeLayout>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginBottom="10dip"
android:layout_alignParentTop="true"
android:id="@+id/map_controls">
<TextView
android:text="@string/location_and_radius"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
/>
<ToggleButton
android:id="@+id/map_edit_toggle"
android:textOn="@string/editing_location"
android:textOff="@string/edit_location"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<TextView
android:text="@string/radius"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
<SeekBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/radius"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>
</LinearLayout>
<!--
ricky beta release 0rKmsWMM0D-IRAEgcSZEqwZCs_8AUwxjYjj0bnA
ricky 0rKmsWMM0D-KC9KXr1WbA5aEb-2ozQ0SHTvV46g
TWENTYCODES 0rKmsWMM0D-K15bEM_kwabPbNhsn4dp4rcq2q5Q
-->
<com.TwentyCodes.android.location.MapView
android:id="@+id/mapview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:apiKey="0rKmsWMM0D-K15bEM_kwabPbNhsn4dp4rcq2q5Q"
android:layout_alignParentBottom="true"
android:layout_below="@id/map_controls"
/>
</RelativeLayout>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="@string/music_volume"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"/>
<SeekBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/music_volume"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>
</LinearLayout>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="@string/notification_ringtone_options"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"/>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stretchColumns="0,1">
<TableRow >
<ToggleButton
android:id="@+id/notification_silent_toggle"
android:textOn="@string/silent_enabled"
android:textOff="@string/silent_disabled"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
<Button
android:id="@+id/notification_ringtone_button"
android:text="@string/select_tone"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
</TableRow>
</TableLayout>
<EditText
android:id="@+id/notification_ringtone"
android:editable="false"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<TextView
android:text="@string/volume"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<SeekBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/notification_ringtone_volume"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>
</LinearLayout>

View File

@@ -0,0 +1,173 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<include
android:id="@+id/buttons"
layout="@layout/ringer_info_button_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@id/buttons"
>
<com.TwentyCodes.android.LocationRinger.ui.ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:id="@+id/scrollview"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/ringer_options"
android:layout_alignParentTop="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<!-- Ringer Options -->
<ToggleButton
android:textOn="@string/enable"
android:textOff="@string/disable"
android:id="@+id/ringer_toggle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<EditText
android:id="@+id/ringer_name"
android:hint="@string/ringer_name"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout
android:id="@+id/info"
android:layout_below="@id/ringer_options"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginBottom="10dip"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip">
<!-- Ringtone -->
<include android:id="@+id/ringtone_info"
layout="@layout/ringtone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
/>
<!-- Notification Ringtone -->
<include android:id="@+id/notification_ringtone_info"
layout="@layout/notification_ringtone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
/>
<!-- Media Volume -->
<include android:id="@+id/music_volume_info"
layout="@layout/music_volume"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
/>
<!-- Alarm Volume -->
<include android:id="@+id/alarm_volume_info"
layout="@layout/alarm_volume"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
/>
<!-- data options -->
<TextView
android:id="@+id/data_label"
android:text="@string/data"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"
android:visibility="gone"
/>
<ToggleButton
android:id="@+id/wifi_toggle"
android:textOn="@string/wifi_enabled"
android:textOff="@string/wifi_disabled"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
/>
<ToggleButton
android:id="@+id/bluetooth_toggle"
android:textOn="@string/bt_enabled"
android:textOff="@string/bt_disabled"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
/>
<!-- Update Interval -->
<include android:id="@+id/update_interval_info"
layout="@layout/update_interval"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
/>
</LinearLayout>
<!-- Location Options -->
<include android:id="@+id/map_info"
layout="@layout/map_info"
android:layout_width="match_parent"
android:layout_height="350dip"
android:layout_alignParentBottom="true"
android:layout_below="@id/info"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>
</RelativeLayout>
</com.TwentyCodes.android.LocationRinger.ui.ScrollView>
</RelativeLayout>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_above="@id/buttons"
android:textColor="#ffffff"
android:text="@string/add_a_feature"
android:layout_centerHorizontal="true"
android:id="@+id/add_a_feature_label"
android:background="#000000"
android:gravity="center"
/>
</RelativeLayout>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
<Button
android:background="@android:drawable/ic_menu_add"
android:id="@+id/add_feature_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="20dip"
/>
<Button
android:background="@android:drawable/ic_menu_save"
android:id="@+id/save_ringer_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<Button
android:background="@android:drawable/ic_menu_myplaces"
android:id="@+id/mark_my_location"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dip"
android:visibility="gone"
/>
<Button
android:background="@android:drawable/ic_menu_mylocation"
android:id="@+id/my_location"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginLeft="20dip"
android:visibility="gone"
/>
<Button
android:background="@android:drawable/ic_menu_mapmode"
android:id="@+id/map_mode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginLeft="20dip"
android:visibility="gone"
/>
<Button
android:background="@android:drawable/ic_menu_search"
android:id="@+id/search"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginLeft="20dip"
android:visibility="gone"
/>
</LinearLayout>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:background="@android:drawable/ic_menu_add"
android:id="@+id/add_ringer_button"
android:layout_alignParentBottom="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
/>
<ListView
android:layout_above="@id/add_ringer_button"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/ringer_list"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_above="@id/add_ringer_button"
android:textColor="#ffffff"
android:text="@string/add_a_ringer"
android:layout_centerHorizontal="true"
android:id="@+id/add_ringer_button_hint"
android:background="#000000"
android:gravity="center"
/>
</RelativeLayout>

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="@string/ringtone_options"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"/>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stretchColumns="0,1">
<TableRow >
<ToggleButton
android:id="@+id/ringtone_silent_toggle"
android:textOn="@string/silent_enabled"
android:textOff="@string/silent_disabled"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
<Button
android:id="@+id/ringtone_button"
android:text="@string/select_tone"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
</TableRow>
</TableLayout>
<EditText
android:id="@+id/ringtone"
android:editable="false"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<TextView
android:text="@string/volume"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<SeekBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/ringtone_volume"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>
</LinearLayout>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="@string/update_interval"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"/>
<Spinner
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/update_interval"
android:entries="@array/runtime_string"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>
</LinearLayout>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="accuracy">
<item>10</item>
<item>25</item>
<item>50</item>
<item>100</item>
</string-array>
<string-array name="accuracy_strings">
<item>High (10m)</item>
<item>Medium (25m)</item>
<item>Medium (50m)</item>
<item>Low (100m)</item>
</string-array>
</resources>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="features">
<item>@string/ringtone</item>
<item>@string/notification_ringtone</item>
<item>@string/alarm_volume</item>
<item>@string/music_volume</item>
<item>@string/bluetooth</item>
<item>@string/wifi</item>
<item>@string/update_interval</item>
</string-array>
</resources>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="ignore">
<item>150</item>
<item>200</item>
<item>250</item>
<item>300</item>
<item>400</item>
<item>500</item>
<item>1000</item>
</string-array>
<string-array name="ignore_strings">
<item>150 m</item>
<item>200 m</item>
<item>250 m</item>
<item>300 m</item>
<item>400 m</item>
<item>500 m</item>
<item>1000 m</item>
</string-array>
</resources>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="runtimes">
<item>5</item>
<item>10</item>
<item>15</item>
<item>30</item>
<item>45</item>
<item>60</item>
<item>90</item>
<item>120</item>
<item>240</item>
<item>480</item>
<item>600</item>
</string-array>
<string-array name="runtime_string">
<item>5 Minutes</item>
<item>10 Minutes</item>
<item>15 Minutes</item>
<item>30 Minutes</item>
<item>45 Minutes</item>
<item>1 Hour</item>
<item>1 Hour and 30 Minutes</item>
<item>2 Hours</item>
<item>4 Hours</item>
<item>8 hours</item>
<item>10 Hours</item>
</string-array>
</resources>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Location Ringer allows you to create location based ringer profiles called Ringers. Ringers allow you to have your phone automatically change basic settings based on where you are. For example you can have your phone automatically become silent when you go to work, or automatically enable your wireless when you get home.\n\nTo Start simply set your default settings in the Default Ringer, and create new ringers as they are needed.\n\nThe Default Ringer is applied when there are no applicable Ringers for your current location.</string>
<string name="app_name">Location Ringer beta</string>
<string name="silent_enabled">Silent Enabled</string>
<string name="silent_disabled">Silent Disabled</string>
<string name="edit_location">Edit Location</string>
<string name="editing_location">Editing Location</string>
<string name="ringer_options">Ringer Options</string>
<string name="enable">Enabled</string>
<string name="disable">Disabled</string>
<string name="ringtone_options">Ringtone Options</string>
<string name="volume">Volume</string>
<string name="notification_ringtone_options">Notification Ringtone Options</string>
<string name="data">Data</string>
<string name="wifi_enabled">Wifi Enabled</string>
<string name="wifi_disabled">Wifi Disabled</string>
<string name="bt_enabled">Bluetooth Enabled</string>
<string name="bt_disabled">Bluetooth Disabled</string>
<string name="location_and_radius">Location and Radius</string>
<string name="editing_location">Finish Editing Location</string>
<string name="edit_location">Edit Location</string>
<string name="update_interval">Update Interval</string>
<string name="save_ringer">Save Ringer</string>
<string name="map_editing_enabled">Map Editing Enabled</string>
<string name="map_editiing_disabled">Map Editing Disabled</string>
<string name="default_ringer">Default</string>
<string name="applying">Applying </string>
<string name="about">About</string>
<string name="accuracy">Accuracy</string>
<string name="editing">Editing</string>
<string name="new_ringer">New Ringer</string>
<string name="ignore_location">Ignore Location</string>
<string name="ignore_location_about">Ignore location when the reported accuracy is greater than the selected amount</string>
<string name="address">Address</string>
<string name="search">Search</string>
<string name="ringer_name">Ringer Name</string>
<string name="new_ringer">New Ringer</string>
<string name="backup">Backup</string>
<string name="restore">Restore</string>
<string name="start_service">Start Service</string>
<string name="stop_service">Stop Service</string>
<string name="settings">Settings</string>
<string name="cant_delete_default">Sorry, You can not delete the default</string>
<string name="music_volume">Media Volume</string>
<string name="alarm_volume">Alarm Volume</string>
<string name="other_volume_levels">Other Volume Levels</string>
<string name="toasty">Toasty</string>
<string name="toasty_about">Display a toast message when applying ringers</string>
<string name="accuracy_about">Minimum required accuracy to report</string>
<string name="update_interval_about">Amount of time between updates</string>
<string name="email">twentycodes@gmail.com</string>
<string name="email_about">Send an email with ideas or problems to help make this application even better! Good or bad we want to know what you think!</string>
<string name="contact_us">Contact Us</string>
<string name="version_info">Version Information</string>
<string name="start_on_boot">Start on boot</string>
<string name="start_on_boot_about">Enable Location Ringer to start on boot</string>
<string name="saving">Saving...</string>
<string name="loading">Loading...</string>
<string name="upgrading">Upgrading database...</string>
<string name="deleteing">Deleting ringer...</string>
<string name="gathering">Gathering Location...</string>
<string name="welcome">Welcome</string>
<string name="registered">Registered with Skyhook</string>
<string name="skyhook_error_registration">There was an error registering with Skyhook, please try again when you have an Internet connection.</string>
<string name="add_feature">Add Feature</string>
<string name="update_interval">Update Interval</string>
<string name="ringtone">Ringtone</string>
<string name="notification_ringtone">Notification Ringtone</string>
<string name="wifi">Wifi</string>
<string name="bluetooth">Bluetooth</string>
<string name="music_volume">Music Volume</string>
<string name="alarm_volume">Alarm Volume</string>
<string name="radius">Radius</string>
<string name="select_tone">Select Tone</string>
<string name="add_a_feature">Click the plus to add a feature</string>
<string name="add_a_ringer">Click the plus to add a ringer</string>
<string name="backup_and_restore">Backup and Restore</string>
<string name="backup_about">Backups your ringers and settings to external storage</string>
<string name="restore_about">Restores your ringers and settings from exteranal storage</string>
<string name="default_save_hint">This is the first time you edited your Default ringer. When you are done editing please click save to save.</string>
<string name="default_hint">Click Default to edit your default ringer.</string>
</resources>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference android:key="update_interval"
android:title="@string/update_interval" android:entryValues="@array/runtimes"
android:entries="@array/runtime_string" />
<ListPreference android:entryValues="@array/accuracy"
android:entries="@array/accuracy_strings" android:title="@string/accuracy"
android:key="accuracy" android:summary="@string/accuracy_about"></ListPreference>
<ListPreference android:entryValues="@array/ignore"
android:entries="@array/ignore_strings" android:key="ignore_location"
android:title="@string/ignore_location" android:summary="@string/ignore_location_about"></ListPreference>
<CheckBoxPreference android:key="toasty"
android:title="@string/toasty" android:summary="@string/toasty_about" android:defaultValue="false"></CheckBoxPreference>
<CheckBoxPreference android:key="start_on_boot"
android:title="@string/start_on_boot" android:summary="@string/start_on_boot_about"
android:defaultValue="false"></CheckBoxPreference>
<PreferenceScreen android:title="@string/about">
<com.TwentyCodes.android.LocationRinger.ui.TextViewPreference android:title="@string/hello"/>
</PreferenceScreen>
<PreferenceCategory android:title="@string/contact_us">
<Preference android:key="email" android:summary="@string/email_about"
android:title="@string/email"></Preference>
</PreferenceCategory><PreferenceCategory android:title="@string/version_info">
<com.TwentyCodes.android.LocationRinger.ui.VersionInformationPreference />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="72dip"
android:minHeight="72dip"
android:updatePeriodMillis="10000" android:initialLayout="@layout/ringer_list"/>