diff --git a/mobile/.gitignore b/mobile/.gitignore index 2f94c701..20b44cb9 100644 --- a/mobile/.gitignore +++ b/mobile/.gitignore @@ -18,6 +18,9 @@ bin/ gen/ out/ +# private ant configs +ant.properties + # Local configuration file (sdk path, etc) local.properties diff --git a/mobile/.idea/.name b/mobile/.idea/.name index d884b924..b4e0055b 100644 --- a/mobile/.idea/.name +++ b/mobile/.idea/.name @@ -1 +1 @@ -IITC-Mobile \ No newline at end of file +IITC_Mobile \ No newline at end of file diff --git a/mobile/.idea/libraries/android_support_v4.xml b/mobile/.idea/libraries/android_support_v4.xml new file mode 100644 index 00000000..90805f27 --- /dev/null +++ b/mobile/.idea/libraries/android_support_v4.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/mobile/.idea/misc.xml b/mobile/.idea/misc.xml index 3b54f562..31e23495 100644 --- a/mobile/.idea/misc.xml +++ b/mobile/.idea/misc.xml @@ -3,8 +3,31 @@ + + + + + + + + Android 4.3 Platform + + + + + + + diff --git a/mobile/.idea/modules.xml b/mobile/.idea/modules.xml index c7429177..cbb8eea5 100644 --- a/mobile/.idea/modules.xml +++ b/mobile/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/mobile/.idea/vcs.xml b/mobile/.idea/vcs.xml index 2e0588cc..21cbaa60 100644 --- a/mobile/.idea/vcs.xml +++ b/mobile/.idea/vcs.xml @@ -1,7 +1,6 @@ - diff --git a/mobile/IITC-Mobile.iml b/mobile/IITC-Mobile.iml deleted file mode 100644 index 3da809e3..00000000 --- a/mobile/IITC-Mobile.iml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - MANIFEST_FILE_PATH - RESOURCES_DIR_PATH - ASSETS_DIR_PATH - NATIVE_LIBS_DIR_PATH - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mobile/mobile.iml b/mobile/IITC_Mobile.iml similarity index 66% rename from mobile/mobile.iml rename to mobile/IITC_Mobile.iml index 25a68b77..7647439e 100644 --- a/mobile/mobile.iml +++ b/mobile/IITC_Mobile.iml @@ -2,24 +2,18 @@ - - - MANIFEST_FILE_PATH - RESOURCES_DIR_PATH - ASSETS_DIR_PATH - NATIVE_LIBS_DIR_PATH - - + - + + diff --git a/mobile/build.gradle b/mobile/build.gradle deleted file mode 100644 index 2fa22689..00000000 --- a/mobile/build.gradle +++ /dev/null @@ -1,35 +0,0 @@ -buildscript { - repositories { - mavenCentral() - } - dependencies { - classpath 'com.android.tools.build:gradle:0.4' - } -} -apply plugin: 'android' - -dependencies { -} - -android { - compileSdkVersion 17 - buildToolsVersion "17" - - defaultConfig { - minSdkVersion 14 - targetSdkVersion 17 - } - sourceSets { - main { - manifest.srcFile 'AndroidManifest.xml' - java.srcDirs = ['src'] - resources.srcDirs = ['src'] - aidl.srcDirs = ['src'] - renderscript.srcDirs = ['src'] - res.srcDirs = ['res'] - assets.srcDirs = ['assets'] - } - - instrumentTest.setRoot('tests') - } -} diff --git a/mobile/proguard-project.txt b/mobile/proguard-project.txt deleted file mode 100644 index ff7f7030..00000000 --- a/mobile/proguard-project.txt +++ /dev/null @@ -1,16 +0,0 @@ -# view res/xml/preferences.xml #generated:4 --keep class com.cradle.iitc_mobile.IITC_AboutDialogPreference { (...); } - -# view AndroidManifest.xml #generated:23 --keep class com.cradle.iitc_mobile.IITC_Mobile { (...); } - -# view AndroidManifest.xml #generated:56 --keep class com.cradle.iitc_mobile.IITC_SearchableActivity { (...); } - -# view AndroidManifest.xml #generated:50 --keep class com.cradle.iitc_mobile.IITC_PreferenceActivity { (...); } - -# view res/layout/activity_main.xml #generated:6 --keep class com.cradle.iitc_mobile.IITC_WebView { (...); } - --keep class com.cradle.iitc_mobile.IITC_JSInterface { (...); } \ No newline at end of file