diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7a071c1..dd64640 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,9 @@ - + + + - * Large screen devices (such as tablets) are supported by replacing the ListView - * with a GridView. - *

- * Activities containing this fragment MUST implement the {@link Callbacks} - * interface. - */ public class LiveListFragment extends Fragment implements AbsListView.OnItemClickListener { // TODO: Rename parameter arguments, choose names that match diff --git a/app/src/main/java/org/openlp/android2/fragments/ServicelistFragment.java b/app/src/main/java/org/openlp/android2/fragments/ServicelistFragment.java index f7099a4..7f29943 100644 --- a/app/src/main/java/org/openlp/android2/fragments/ServicelistFragment.java +++ b/app/src/main/java/org/openlp/android2/fragments/ServicelistFragment.java @@ -1,3 +1,23 @@ +/****************************************************************************** + * OpenLP - Open Source Lyrics Projection * + * --------------------------------------------------------------------------- * + * Copyright (c) 2011-2014 Raoul Snyman * + * Portions copyright (c) 2011-2014 Tim Bentley, Johan Mynhardt * + * * + * --------------------------------------------------------------------------- * + * This program is free software; you can redistribute it and/or modify it * + * under the terms of the GNU General Public License as published by the Free * + * Software Foundation; version 2 of the License. * + * * + * This program is distributed in the hope that it will be useful, but WITHOUT * + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * + * more details. * + * * + * You should have received a copy of the GNU General Public License along * + * with this program; if not, write to the Free Software Foundation, Inc., 59 * + * Temple Place, Suite 330, Boston, MA 02111-1307 USA * + *******************************************************************************/ package org.openlp.android2.fragments; import android.app.Activity; diff --git a/app/src/main/res/values/defaultValues.xml b/app/src/main/res/values/defaultValues.xml index d34652e..a78c6f2 100644 --- a/app/src/main/res/values/defaultValues.xml +++ b/app/src/main/res/values/defaultValues.xml @@ -7,8 +7,6 @@ password - 3000 3000 - 5000 14 diff --git a/app/src/main/res/values/httpClientTimeoutValues.xml b/app/src/main/res/values/httpClientTimeoutValues.xml index 874fdce..048503a 100644 --- a/app/src/main/res/values/httpClientTimeoutValues.xml +++ b/app/src/main/res/values/httpClientTimeoutValues.xml @@ -6,11 +6,11 @@ 8000 10000 - - 3000 - 4000 - 5000 - 8000 - 10000 - + + 3000 + 4000 + 5000 + 8000 + 10000 + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 83bb2ae..8b5d4ac 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -28,23 +28,21 @@ Change the Service text size Connection Timeout Connection timed out - Select a value (milliseconds) + Select a value (milliseconds) Enable Custom Timeouts Check to modify timeout settings - Socket Timeout - Select a value (milliseconds) None - Active Profile - Tap to manage + Active Profile - Tap to manage Server Hostname or IP - Not set + Not set + Cancel List of available profiles Tap to add a new profile Tap to edit properties New Server Server Profile Title - Port Use HTTPS Specify whether HTTPS should be used Userid @@ -53,5 +51,15 @@ Remove this configuration Tap to set active Save and Activate - Active Profile + Active Profile + Reset Display + Blank display to Blank + Blank display to Theme + Blank display to Desktop + Select the required blank type + Enter Alert Text + Unauthorised Access, please enter valid userid and password + Process + Unable to load page - check network settings + Port diff --git a/app/src/main/res/xml/pref_general.xml b/app/src/main/res/xml/pref_general.xml index c17e9bc..1fef444 100644 --- a/app/src/main/res/xml/pref_general.xml +++ b/app/src/main/res/xml/pref_general.xml @@ -19,14 +19,6 @@ android:entries="@array/socketValueEntries" android:entryValues="@array/socketValues" android:defaultValue="@integer/connectionTimeoutDefaultValue"/> -