From a8f7cb108fe1b0d922afb3b9b7d5b1c19af53f38 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 16 Aug 2012 17:03:24 -0700 Subject: Changed package name to dsub since there is a app called sub droid already --- subsonic-android/res/layout-land/download.xml | 4 ++-- subsonic-android/res/layout-port/download.xml | 4 ++-- .../res/layout/download_button_bar_flipper.xml | 4 ++-- subsonic-android/res/layout/download_slider.xml | 2 +- subsonic-android/res/values/strings.xml | 14 +++++++------- subsonic-android/res/xml/searchable.xml | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) (limited to 'subsonic-android/res') diff --git a/subsonic-android/res/layout-land/download.xml b/subsonic-android/res/layout-land/download.xml index 5f4f3915..01a9b68d 100644 --- a/subsonic-android/res/layout-land/download.xml +++ b/subsonic-android/res/layout-land/download.xml @@ -165,7 +165,7 @@ - - + diff --git a/subsonic-android/res/layout-port/download.xml b/subsonic-android/res/layout-port/download.xml index d74fa553..e2a198a2 100644 --- a/subsonic-android/res/layout-port/download.xml +++ b/subsonic-android/res/layout-port/download.xml @@ -4,7 +4,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent"> - - + - - + diff --git a/subsonic-android/res/layout/download_slider.xml b/subsonic-android/res/layout/download_slider.xml index eefe3dca..ad05c856 100644 --- a/subsonic-android/res/layout/download_slider.xml +++ b/subsonic-android/res/layout/download_slider.xml @@ -1,5 +1,5 @@ - - Sub Droid + DSub OK Save Cancel @@ -13,14 +13,14 @@ Unpin Delete - Sub Droid home + DSub home Media library Search Playlists Now playing Welcome! - Welcome to Sub Droid! The app is currently configured to use the Subsonic demo server. After you\'ve + Welcome to DSub! The app is currently configured to use the Subsonic demo server. After you\'ve set up your personal server (available from subsonic.org), please go to Settings and change the configuration to connect to it. Select server Shuffle play @@ -40,7 +40,7 @@ Playlists Help - Welcome to Sub Droid! + Welcome to DSub! Back Close file:///android_asset/html/en/index.html @@ -118,7 +118,7 @@ Error - Sub Droid settings + DSub settings Test connection Servers Unused 1 @@ -175,7 +175,7 @@ Search history cleared Other settings Scrobble to Last.fm - Remember to set up your Last.fm user and password on the Sub Droid server + Remember to set up your Last.fm user and password on the DSub server Hide from other Hide music files from other apps. Takes effect next time Android scans your phone for music. @@ -199,7 +199,7 @@ Reading from server. Reading from server. Done! - Incompatible versions. Please upgrade Sub Droid Android app. + Incompatible versions. Please upgrade DSub Android app. Incompatible versions. Please upgrade Subsonic server. Wrong username or password. Not authorized. Check user permissions in Subsonic server. diff --git a/subsonic-android/res/xml/searchable.xml b/subsonic-android/res/xml/searchable.xml index b6ad1a49..fd68a3ed 100644 --- a/subsonic-android/res/xml/searchable.xml +++ b/subsonic-android/res/xml/searchable.xml @@ -4,6 +4,6 @@ android:hint="@string/search.title" android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" android:voiceLanguageModel="web_search" - android:searchSuggestAuthority="github.daneren2005.subdroid.provider.SearchSuggestionProvider" + android:searchSuggestAuthority="github.daneren2005.dsub.provider.SearchSuggestionProvider" android:searchSuggestSelection=" ?" > \ No newline at end of file -- cgit v1.2.3