Removed AndroidAuthenticator tree, preferring to have that code in-app
authorkenstir <kenstir@gmail.com>
Wed, 20 Nov 2013 00:47:52 +0000 (19:47 -0500)
committerkenstir <kenstir@gmail.com>
Wed, 20 Nov 2013 00:47:52 +0000 (19:47 -0500)
20 files changed:
Open-ILS/src/AndroidAuthenticator/.classpath [deleted file]
Open-ILS/src/AndroidAuthenticator/.gitignore [deleted file]
Open-ILS/src/AndroidAuthenticator/.project [deleted file]
Open-ILS/src/AndroidAuthenticator/AndroidManifest.xml [deleted file]
Open-ILS/src/AndroidAuthenticator/libs/android-support-v4.jar [deleted file]
Open-ILS/src/AndroidAuthenticator/libs/org.opensrf2_serialized_reg.jar [deleted file]
Open-ILS/src/AndroidAuthenticator/project.properties [deleted file]
Open-ILS/src/AndroidAuthenticator/res/drawable-hdpi/evergreen_launcher_icon.png [deleted file]
Open-ILS/src/AndroidAuthenticator/res/drawable-hdpi/ic_launcher.png [deleted file]
Open-ILS/src/AndroidAuthenticator/res/drawable-ldpi/evergreen_launcher_icon.png [deleted file]
Open-ILS/src/AndroidAuthenticator/res/drawable-mdpi/evergreen_launcher_icon.png [deleted file]
Open-ILS/src/AndroidAuthenticator/res/drawable-mdpi/ic_launcher.png [deleted file]
Open-ILS/src/AndroidAuthenticator/res/drawable-xhdpi/evergreen_launcher_icon.png [deleted file]
Open-ILS/src/AndroidAuthenticator/res/drawable-xhdpi/ic_launcher.png [deleted file]
Open-ILS/src/AndroidAuthenticator/res/layout/activity_login.xml [deleted file]
Open-ILS/src/AndroidAuthenticator/res/values-v11/styles.xml [deleted file]
Open-ILS/src/AndroidAuthenticator/res/values-v14/styles.xml [deleted file]
Open-ILS/src/AndroidAuthenticator/res/values/strings.xml [deleted file]
Open-ILS/src/AndroidAuthenticator/res/values/styles.xml [deleted file]
Open-ILS/src/AndroidAuthenticator/res/xml/authenticator.xml [deleted file]

diff --git a/Open-ILS/src/AndroidAuthenticator/.classpath b/Open-ILS/src/AndroidAuthenticator/.classpath
deleted file mode 100644 (file)
index 5176974..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
-       <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
-       <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="src" path="gen"/>
-       <classpathentry kind="output" path="bin/classes"/>
-</classpath>
diff --git a/Open-ILS/src/AndroidAuthenticator/.gitignore b/Open-ILS/src/AndroidAuthenticator/.gitignore
deleted file mode 100644 (file)
index a284b92..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#ignore class objects
-*.class
-*.dex
-bin/
-gen/
-.settings
-local.properties
-proguard-project.txt
diff --git a/Open-ILS/src/AndroidAuthenticator/.project b/Open-ILS/src/AndroidAuthenticator/.project
deleted file mode 100644 (file)
index a496b5e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>EvergreenAuthenticator</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>com.android.ide.eclipse.adt.ApkBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/Open-ILS/src/AndroidAuthenticator/AndroidManifest.xml b/Open-ILS/src/AndroidAuthenticator/AndroidManifest.xml
deleted file mode 100644 (file)
index 33341c4..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="org.evergreen_ils.auth"
-    android:versionCode="1"
-    android:versionName="1.0" >
-
-    <uses-sdk
-        android:minSdkVersion="8"
-        android:targetSdkVersion="18" />
-
-    <application
-        android:allowBackup="true"
-        android:icon="@drawable/evergreen_launcher_icon"
-        android:label="@string/app_label"
-        android:theme="@style/AppTheme" >
-
-        <activity
-            android:name=".AuthenticatorActivity"
-            android:label="@string/title_sign_in" >
-        </activity>
-
-        <service android:name=".AuthenticatorService">
-            <intent-filter>
-                <action android:name="android.accounts.AccountAuthenticator" />
-            </intent-filter>
-            <meta-data android:name="android.accounts.AccountAuthenticator"
-                       android:resource="@xml/authenticator" />
-        </service>
-
-    </application>
-    
-</manifest>
diff --git a/Open-ILS/src/AndroidAuthenticator/libs/android-support-v4.jar b/Open-ILS/src/AndroidAuthenticator/libs/android-support-v4.jar
deleted file mode 100644 (file)
index 9056828..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/libs/android-support-v4.jar and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/libs/org.opensrf2_serialized_reg.jar b/Open-ILS/src/AndroidAuthenticator/libs/org.opensrf2_serialized_reg.jar
deleted file mode 100644 (file)
index 84c9b94..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/libs/org.opensrf2_serialized_reg.jar and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/project.properties b/Open-ILS/src/AndroidAuthenticator/project.properties
deleted file mode 100644 (file)
index 91d2b02..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system edit
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-#
-# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
-#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
-
-# Project target.
-target=android-19
-android.library=true
diff --git a/Open-ILS/src/AndroidAuthenticator/res/drawable-hdpi/evergreen_launcher_icon.png b/Open-ILS/src/AndroidAuthenticator/res/drawable-hdpi/evergreen_launcher_icon.png
deleted file mode 100644 (file)
index 1f2baa4..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/res/drawable-hdpi/evergreen_launcher_icon.png and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/res/drawable-hdpi/ic_launcher.png b/Open-ILS/src/AndroidAuthenticator/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644 (file)
index 96a442e..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/res/drawable-hdpi/ic_launcher.png and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/res/drawable-ldpi/evergreen_launcher_icon.png b/Open-ILS/src/AndroidAuthenticator/res/drawable-ldpi/evergreen_launcher_icon.png
deleted file mode 100644 (file)
index a8da28a..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/res/drawable-ldpi/evergreen_launcher_icon.png and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/res/drawable-mdpi/evergreen_launcher_icon.png b/Open-ILS/src/AndroidAuthenticator/res/drawable-mdpi/evergreen_launcher_icon.png
deleted file mode 100644 (file)
index 63adfad..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/res/drawable-mdpi/evergreen_launcher_icon.png and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/res/drawable-mdpi/ic_launcher.png b/Open-ILS/src/AndroidAuthenticator/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644 (file)
index 359047d..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/res/drawable-mdpi/ic_launcher.png and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/res/drawable-xhdpi/evergreen_launcher_icon.png b/Open-ILS/src/AndroidAuthenticator/res/drawable-xhdpi/evergreen_launcher_icon.png
deleted file mode 100644 (file)
index 2c2adb1..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/res/drawable-xhdpi/evergreen_launcher_icon.png and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/res/drawable-xhdpi/ic_launcher.png b/Open-ILS/src/AndroidAuthenticator/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644 (file)
index 71c6d76..0000000
Binary files a/Open-ILS/src/AndroidAuthenticator/res/drawable-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/Open-ILS/src/AndroidAuthenticator/res/layout/activity_login.xml b/Open-ILS/src/AndroidAuthenticator/res/layout/activity_login.xml
deleted file mode 100644 (file)
index 18c2302..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-              android:orientation="vertical"
-              android:layout_width="fill_parent"
-              android:layout_height="fill_parent"
-              android:paddingLeft="17dp"
-              android:paddingRight="17dp"
-        >
-
-    <EditText android:id="@+id/accountName"
-              android:layout_width="match_parent"
-              android:layout_height="wrap_content"
-              android:layout_marginTop="20dp"
-              android:hint="@string/prompt_username"
-              android:inputType="textEmailAddress"
-              android:padding="10dp"
-            />
-
-    <EditText android:id="@+id/accountPassword"
-              android:layout_width="match_parent"
-              android:layout_height="wrap_content"
-              android:layout_marginTop="10dp"
-              android:inputType="textPassword"
-              android:hint="@string/prompt_password"
-              android:padding="10dp"
-            />
-
-    <Button android:id="@+id/submit"
-              android:layout_width="wrap_content"
-              android:layout_height="wrap_content"
-              android:layout_gravity="right"
-              android:layout_marginTop="16dp"
-              android:text="@string/action_sign_in"
-              android:paddingLeft="32dp"
-              android:paddingRight="32dp"/>
-
-</LinearLayout>
-
diff --git a/Open-ILS/src/AndroidAuthenticator/res/values-v11/styles.xml b/Open-ILS/src/AndroidAuthenticator/res/values-v11/styles.xml
deleted file mode 100644 (file)
index 3c02242..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<resources>
-
-    <!--
-        Base application theme for API 11+. This theme completely replaces
-        AppBaseTheme from res/values/styles.xml on API 11+ devices.
-    -->
-    <style name="AppBaseTheme" parent="android:Theme.Holo.Light">
-        <!-- API 11 theme customizations can go here. -->
-    </style>
-
-</resources>
diff --git a/Open-ILS/src/AndroidAuthenticator/res/values-v14/styles.xml b/Open-ILS/src/AndroidAuthenticator/res/values-v14/styles.xml
deleted file mode 100644 (file)
index a91fd03..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<resources>
-
-    <!--
-        Base application theme for API 14+. This theme completely replaces
-        AppBaseTheme from BOTH res/values/styles.xml and
-        res/values-v11/styles.xml on API 14+ devices.
-    -->
-    <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
-        <!-- API 14 theme customizations can go here. -->
-    </style>
-
-</resources>
diff --git a/Open-ILS/src/AndroidAuthenticator/res/values/strings.xml b/Open-ILS/src/AndroidAuthenticator/res/values/strings.xml
deleted file mode 100644 (file)
index 150f3b1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<resources>
-
-    <string name="app_name">EvergreenAuthenticator</string>
-    <string name="app_label">Evergreen</string>
-    <string name="gateway_url">http://bark.cwmars.org/osrf-gateway-v1</string>
-    <string name="action_sign_in">Sign in</string>
-    <string name="title_sign_in">Sign in</string>
-    <string name="prompt_password">Password</string>
-    <string name="prompt_username">Username</string>
-    
-</resources>
diff --git a/Open-ILS/src/AndroidAuthenticator/res/values/styles.xml b/Open-ILS/src/AndroidAuthenticator/res/values/styles.xml
deleted file mode 100644 (file)
index 6ce89c7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<resources>
-
-    <!--
-        Base application theme, dependent on API level. This theme is replaced
-        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-    -->
-    <style name="AppBaseTheme" parent="android:Theme.Light">
-        <!--
-            Theme customizations available in newer API levels can go in
-            res/values-vXX/styles.xml, while customizations related to
-            backward-compatibility can go here.
-        -->
-    </style>
-
-    <!-- Application theme. -->
-    <style name="AppTheme" parent="AppBaseTheme">
-        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
-    </style>
-
-</resources>
diff --git a/Open-ILS/src/AndroidAuthenticator/res/xml/authenticator.xml b/Open-ILS/src/AndroidAuthenticator/res/xml/authenticator.xml
deleted file mode 100644 (file)
index fd4c591..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
-                       android:accountType="org.evergreen_ils.opac"
-                       android:icon="@drawable/evergreen_launcher_icon"
-                       android:smallIcon="@drawable/evergreen_launcher_icon"
-                       android:label="@string/app_label"/>