android/experimental/eagles051387/.classpath.in                                
                      |   15 ---
 android/experimental/eagles051387/.gitignore                                   
                      |    1 
 android/experimental/eagles051387/.project                                     
                      |   33 -------
 android/experimental/eagles051387/AndroidManifest.xml                          
                      |   23 -----
 android/experimental/eagles051387/lint.xml                                     
                      |    3 
 android/experimental/eagles051387/proguard-project.txt                         
                      |   20 ----
 android/experimental/eagles051387/project.properties                           
                      |   14 ---
 android/experimental/eagles051387/res/layout/main.xml                          
                      |    8 -
 android/experimental/eagles051387/res/layout/star_center_menu_list.xml         
                      |    6 -
 android/experimental/eagles051387/res/values/strings.xml                       
                      |    9 --
 
android/experimental/eagles051387/src/org/libreoffice/experimental/eagles051387/Main_Menu.java
       |   17 ----
 
android/experimental/eagles051387/src/org/libreoffice/experimental/eagles051387/StartCenterMenu.java
 |   42 ----------
 dev/null                                                                       
                      |binary
 13 files changed, 191 deletions(-)

New commits:
commit 438f5023c3f22b521974c6a1bb4d53b59255b724
Author: Tor Lillqvist <t...@iki.fi>
Date:   Wed Aug 22 17:26:33 2012 +0300

    Pining for the fjords
    
    Change-Id: If0915cfc755031d2cb6a6e822f5682bb7ced71ad

diff --git a/android/experimental/eagles051387/.classpath.in 
b/android/experimental/eagles051387/.classpath.in
deleted file mode 100644
index 10e58d3..0000000
--- a/android/experimental/eagles051387/.classpath.in
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="src" path="gen"/>
-       <classpathentry kind="con" 
path="com.android.ide.eclipse.adt.LIBRARIES"/>
-       <classpathentry kind="lib" 
path="@ANDROID_SDK_HOME@/platforms/android-10/android.jar">
-               <attributes>
-                       <attribute name="javadoc_location" 
value="file:@ANDROID_SDK_HOME@/docs/reference"/>
-               </attributes>
-               <accessrules>
-                       <accessrule kind="nonaccessible" 
pattern="com/android/internal/**"/>
-               </accessrules>
-       </classpathentry>
-       <classpathentry kind="output" path="bin/classes"/>
-</classpath>
diff --git a/android/experimental/eagles051387/.gitignore 
b/android/experimental/eagles051387/.gitignore
deleted file mode 100644
index cddd2a3..0000000
--- a/android/experimental/eagles051387/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.classpath
diff --git a/android/experimental/eagles051387/.project 
b/android/experimental/eagles051387/.project
deleted file mode 100644
index b3a56bf..0000000
--- a/android/experimental/eagles051387/.project
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>Experimental_Android_UI</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/android/experimental/eagles051387/AndroidManifest.xml 
b/android/experimental/eagles051387/AndroidManifest.xml
deleted file mode 100644
index fa4abf9..0000000
--- a/android/experimental/eagles051387/AndroidManifest.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android";
-    package="org.libreoffice.experimentalUI.eagles051387"
-    android:versionCode="1"
-    android:versionName="1.0" >
-
-    <uses-sdk android:minSdkVersion="10" />
-
-    <application
-        android:icon="@drawable/ic_launcher"
-        android:label="@string/app_name" >
-        <activity
-            android:name="org.libreoffice.experimental.eagles051387.Main_Menu"
-            android:label="@string/app_name" >
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN" />
-
-                <category android:name="android.intent.category.LAUNCHER" />
-            </intent-filter>
-        </activity>
-    </application>
-
-</manifest>
\ No newline at end of file
diff --git a/android/experimental/eagles051387/lint.xml 
b/android/experimental/eagles051387/lint.xml
deleted file mode 100644
index ee0eead..0000000
--- a/android/experimental/eagles051387/lint.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<lint>
-</lint>
\ No newline at end of file
diff --git a/android/experimental/eagles051387/proguard-project.txt 
b/android/experimental/eagles051387/proguard-project.txt
deleted file mode 100644
index f2fe155..0000000
--- a/android/experimental/eagles051387/proguard-project.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# To enable ProGuard in your project, edit project.properties
-# to define the proguard.config property as described in that file.
-#
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in ${sdk.dir}/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the ProGuard
-# include property in project.properties.
-#
-# For more details, see
-#   http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-#   public *;
-#}
diff --git a/android/experimental/eagles051387/project.properties 
b/android/experimental/eagles051387/project.properties
deleted file mode 100644
index b7c2081..0000000
--- a/android/experimental/eagles051387/project.properties
+++ /dev/null
@@ -1,14 +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-10
diff --git 
a/android/experimental/eagles051387/res/drawable-hdpi/ic_launcher.png 
b/android/experimental/eagles051387/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index 96a442e..0000000
Binary files 
a/android/experimental/eagles051387/res/drawable-hdpi/ic_launcher.png and 
/dev/null differ
diff --git 
a/android/experimental/eagles051387/res/drawable-ldpi/ic_launcher.png 
b/android/experimental/eagles051387/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644
index 9923872..0000000
Binary files 
a/android/experimental/eagles051387/res/drawable-ldpi/ic_launcher.png and 
/dev/null differ
diff --git 
a/android/experimental/eagles051387/res/drawable-mdpi/ic_launcher.png 
b/android/experimental/eagles051387/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index 359047d..0000000
Binary files 
a/android/experimental/eagles051387/res/drawable-mdpi/ic_launcher.png and 
/dev/null differ
diff --git 
a/android/experimental/eagles051387/res/drawable-xhdpi/ic_launcher.png 
b/android/experimental/eagles051387/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 71c6d76..0000000
Binary files 
a/android/experimental/eagles051387/res/drawable-xhdpi/ic_launcher.png and 
/dev/null differ
diff --git a/android/experimental/eagles051387/res/layout/main.xml 
b/android/experimental/eagles051387/res/layout/main.xml
deleted file mode 100644
index aaa71f3..0000000
--- a/android/experimental/eagles051387/res/layout/main.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<TextView xmlns:android="http://schemas.android.com/apk/res/android";
-    android:id="@+id/textview"
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent"
-    android:text="@string/menuOptions" >
-
-</TextView>
diff --git 
a/android/experimental/eagles051387/res/layout/star_center_menu_list.xml 
b/android/experimental/eagles051387/res/layout/star_center_menu_list.xml
deleted file mode 100644
index b5055f7..0000000
--- a/android/experimental/eagles051387/res/layout/star_center_menu_list.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<TextView xmlns:android="http://schemas.android.com/apk/res/android";
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent"
-    android:padding="10dp"
-    android:textSize="16sp"/>
\ No newline at end of file
diff --git a/android/experimental/eagles051387/res/values/strings.xml 
b/android/experimental/eagles051387/res/values/strings.xml
deleted file mode 100644
index 2aba582..0000000
--- a/android/experimental/eagles051387/res/values/strings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
-    <string name="menuOptions">Hello Welcome To LibreOffice For Android!
-        This is the start center. Please choose an application to begin
-        working on your document.</string>
-    <string name="app_name">LibreOffice For Android</string>
-
-</resources>
\ No newline at end of file
diff --git 
a/android/experimental/eagles051387/src/org/libreoffice/experimental/eagles051387/Main_Menu.java
 
b/android/experimental/eagles051387/src/org/libreoffice/experimental/eagles051387/Main_Menu.java
deleted file mode 100644
index a254933..0000000
--- 
a/android/experimental/eagles051387/src/org/libreoffice/experimental/eagles051387/Main_Menu.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package org.libreoffice.experimental.eagles051387;
-
-import org.libreoffice.experimentalUI.eagles051387.R;
-import android.app.Activity;
-import android.os.Bundle;
-
-public class Main_Menu extends Activity
-{
-    /** Called when the activity is first created. */
-    @Override
-    public void onCreate(Bundle savedInstanceState)
-    {
-        super.onCreate(savedInstanceState);
-        setContentView(R.layout.main);
-        setContentView(R.layout.star_center_menu_list);
-    }
-}
\ No newline at end of file
diff --git 
a/android/experimental/eagles051387/src/org/libreoffice/experimental/eagles051387/StartCenterMenu.java
 
b/android/experimental/eagles051387/src/org/libreoffice/experimental/eagles051387/StartCenterMenu.java
deleted file mode 100644
index 3bbd03c..0000000
--- 
a/android/experimental/eagles051387/src/org/libreoffice/experimental/eagles051387/StartCenterMenu.java
+++ /dev/null
@@ -1,42 +0,0 @@
-package org.libreoffice.experimental.eagles051387;
-
-import org.libreoffice.experimentalUI.eagles051387.R;
-import android.app.ListActivity;
-import android.os.Bundle;
-import android.view.View;
-import android.widget.AdapterView;
-import android.widget.AdapterView.OnItemClickListener;
-import android.widget.ArrayAdapter;
-import android.widget.ListView;
-import android.widget.TextView;
-import android.widget.Toast;
-
-public class StartCenterMenu extends ListActivity
-{
-       static final String[] LOOPTIONS = new String[]
-       {
-               "Open", "Templates", "Text Document", "Spreadsheet", 
"Presentation", "Drawing", "database",
-               "Formula"
-       };
-
-       @Override
-       public void onCreate(Bundle savedInstanceState)
-       {
-         super.onCreate(savedInstanceState);
-
-         setListAdapter(new ArrayAdapter<String>(this, 
R.layout.star_center_menu_list, LOOPTIONS));
-
-         ListView lv = getListView();
-         lv.setTextFilterEnabled(true);
-
-         lv.setOnItemClickListener(new OnItemClickListener()
-         {
-           public void onItemClick(AdapterView<?> parent, View view, int 
position, long id)
-           {
-             // When clicked, show a toast with the TextView text
-             Toast.makeText(getApplicationContext(), ((TextView) 
view).getText(),
-                 Toast.LENGTH_SHORT).show();
-           }
-         });
-       }
-}
\ No newline at end of file
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to