<activity
android:name="org.evergreen.android.views.splashscreen.SplashActivity"
- android:label="@string/ou_app_name"
+ android:label="@string/ou_app_label"
android:theme="@android:style/Theme.Light.NoTitleBar" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</activity>
<activity
android:name="org.evergreen.android.views.MainScreenDashboard"
- android:label="@string/ou_app_name"
+ android:label="@string/ou_app_label"
android:theme="@android:style/Theme.Light.NoTitleBar" >
</activity>
<activity
</activity>
<activity
android:name="org.evergreen.android.searchCatalog.SearchCatalogListView"
- android:label="@string/ou_app_name" >
+ android:label="@string/ou_app_label" >
</activity>
<activity android:name="org.evergreen.android.searchCatalog.AdvancedSearchActivity" >
</activity>
<activity
android:name="org.evergreen.android.barcodescan.CaptureActivity"
- android:label="@string/ou_app_name"
+ android:label="@string/ou_app_label"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="stateAlwaysHidden" >
</activity>
<activity
android:name="org.evergreen_ils.auth.AuthenticatorActivity"
- android:label="@string/ou_app_label">
+ android:label="@string/ou_account_label"
+ android:theme="@android:style/Theme.Light">
</activity>
- <service android:name="org.evergreen_ils.auth.AuthenticatorService">
+ <service
+ android:name="org.evergreen_ils.auth.AuthenticatorService"
+ android:exported="false">
<intent-filter>
<action android:name="android.accounts.AccountAuthenticator" />
</intent-filter>
android:paddingRight="17dp"
>
+ <TextView
+ android:id="@+id/textView1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/ou_account_sign_in_message"
+ android:textAppearance="?android:attr/textAppearanceLarge" />
+
+ <View
+ android:layout_width="fill_parent"
+ android:layout_height="1dip"
+ android:background="#000000"
+ android:layout_marginTop="5dp"
+ android:layout_marginBottom="5dp"
+ />
+
<EditText android:id="@+id/accountName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
<resources>
<!-- TODO: make this HTTPS -->
<string name="ou_gateway_url">http://bark.cwmars.org/osrf-gateway-v1</string>
- <string name="ou_app_name">C/W Mars Rover</string>
- <string name="ou_app_label">C/W Mars Rover</string>
+ <string name="ou_app_name">C/W Mars Library Rover</string>
+ <string name="ou_app_label">C/W Mars</string>
+ <string name="ou_account_label">C/W Mars Library</string>
+ <string name="ou_account_sign_in_message">Sign in to your\nC/W Mars Library Account</string>
</resources>
<string name="first_config_message">Please enter the Evergreen server url, username and password of your account.</string>
<string name="server_name">Library Catalog URL:</string>
<string name="username">Username:</string>
- <string name="hint_username">Library Card Number or Username</string>
+ <string name="hint_username">Card Number or Username</string>
<string name="password">Password:</string>
<string name="hint_password">Password or PIN</string>
<string name="action_sign_in">Sign in</string>
android:accountType="org.evergreen_ils.opac"
android:icon="@drawable/evergreen_launcher_icon"
android:smallIcon="@drawable/evergreen_launcher_icon"
- android:label="@string/ou_app_label"/>
+ android:label="@string/ou_account_label"/>