From 412255724d9d1ada3dbe975981483a786bdebd75 Mon Sep 17 00:00:00 2001 From: daneren2005 Date: Wed, 20 Nov 2013 16:19:34 -0800 Subject: Updated the error to be a little more helpful --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 09fe7c29..1a4f8556 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -362,7 +362,7 @@ This program requires network access. Please turn on Wi-Fi or mobile network. A network error occurred. Please check the server address or try again later. Resource not found. Please check the server address. - Didn\'t understand the reply. Please check the server address. + A problem occurred communicating with the server. Please check the server address and verify that you can connect using a regular browser on your device. Contacting server, please wait. -- cgit v1.2.3 From 773036c5bd8711e72ffe1958bed5f18d9745b73a Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 22 Nov 2013 19:08:39 -0800 Subject: Added setting for custom sort --- res/values/strings.xml | 2 ++ res/xml/settings.xml | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 1a4f8556..7647ac8a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -257,6 +257,8 @@ Holo Fullscreen Display Track # Display Track # in front of songs if one exists + Custom Sort + Sort directory listings to properly sort by disc number. Interferes with the servers sort albums by year. Network Max Audio bitrate - Wi-Fi Max Audio bitrate - Mobile diff --git a/res/xml/settings.xml b/res/xml/settings.xml index f83f361c..07a88c08 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -43,6 +43,12 @@ android:key="hideWidget" android:defaultValue="false"/> + +