]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commitdiff
OI Safe: added fastscroll to PassList, fixed ant build to work with 2.0 SDK
authorrmceoin <rmceoin@72b678ce-9140-0410-bee8-679b907dd61a>
Wed, 28 Oct 2009 01:28:59 +0000 (01:28 +0000)
committerrmceoin <rmceoin@72b678ce-9140-0410-bee8-679b907dd61a>
Wed, 28 Oct 2009 01:28:59 +0000 (01:28 +0000)
git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2354 72b678ce-9140-0410-bee8-679b907dd61a

build.xml
res/layout/pass_list.xml

index 103b63adc07b369786fd79b57302a257b1de2434..f8d092f416f2aa7dd38ce5987687e378b51cc15f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -65,7 +65,6 @@ storepass=*password of keystore*
                else="${basedir}/${external-libs}" >\r
            <os family="windows"/>\r
        </condition>
-       <property name="googlemaps" value="${sdk-location}/add-ons/google_apis-3/libs" />\r
        \r
     <!-- Output directories -->\r
     <property name="outdir-classes" value="${outdir}/classes" />\r
@@ -161,7 +160,6 @@ storepass=*password of keystore*
         classname="com.android.ant.SetupTask"\r
         classpathref="android.antlibs"/>\r
        <setup import="false" />\r
--->\r
     <taskdef name="aaptexec"\r
         classname="com.android.ant.AaptExecLoopTask"\r
         classpathref="android.antlibs"/>\r
@@ -169,6 +167,7 @@ storepass=*password of keystore*
     <taskdef name="apkbuilder"\r
         classname="com.android.ant.ApkBuilderTask"\r
         classpathref="android.antlibs"/>\r
+-->\r
                \r
 <!-- 1.5 Changes END -->\r
 \r
@@ -220,6 +219,7 @@ storepass=*password of keystore*
     <!-- Compile this project's .java files into .class files. -->\r
     <target name="compile" depends="dirs,clear_layout, resource-src, aidl">\r
                <echo>using sdk --|${android-jar}|--</echo>\r
+               <echo>external-libs --|${external-libs}|--</echo>\r
                \r
         <javac encoding="ascii" target="1.5" debug="true" extdirs=""\r
                 \r
@@ -229,7 +229,6 @@ storepass=*password of keystore*
                <src path="./gen"/>\r
             <classpath>\r
                 <fileset dir="${external-libs}" includes="*.jar"/>
-               <fileset dir="${googlemaps}" includes="*.jar"/>\r
             </classpath>\r
          </javac>\r
     </target>\r
index f4225492ad81a68174fbc3c2defdb90a33818e34..fb9080c47eda305c85a4cbd54c4013112a8528eb 100644 (file)
@@ -23,6 +23,7 @@
     android:layout_height="wrap_content">\r
 \r
   <ListView android:id="@id/android:list"\r
+               android:fastScrollEnabled="true"\r
         android:layout_width="fill_parent"\r
         android:layout_height="wrap_content"/>\r
         \r