diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..be19332 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +#built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Windows thumbnail db +Thumbs.db + +# OSX files +.DS_Store + +# Android Studio +*.iml +.idea +#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. +.gradle +build/ +.navigation +captures/ +output.json + +#NDK +obj/ +.externalNativeBuild diff --git a/android/app/src/main/java/foam/starwisp/StarwispBuilder.java b/android/app/src/main/java/foam/starwisp/StarwispBuilder.java index 4c9fab5..68bb33e 100644 --- a/android/app/src/main/java/foam/starwisp/StarwispBuilder.java +++ b/android/app/src/main/java/foam/starwisp/StarwispBuilder.java @@ -811,7 +811,7 @@ public void onProgressChanged(SeekBar v, int a, boolean s) { //ClipDrawable d1 = (ClipDrawable) ld.findDrawableByLayerId(R.id.seekprogress); //int c=(int)((a/100.0f)*255.0f); //int mc = 255-c; - //d1.setColorFilter(Color.argb(127,c,mc,mc), PorterDuff.Mode.SRC_OVER); + // d1.setColorFilter(Color.argb(127,c,mc,mc), PorterDuff.Mode.SRC_OVER); CallbackArgs(ctx,ctxname,v.getId(),Integer.toString(a)); } diff --git a/android/app/src/main/jni/Application.mk b/android/app/src/main/jni/Application.mk index b285e9b..17e4c08 100644 --- a/android/app/src/main/jni/Application.mk +++ b/android/app/src/main/jni/Application.mk @@ -1,3 +1,2 @@ APP_STL := stlport_static #APP_PLATFORM := android-19 # will need to change post-kitkat - \ No newline at end of file