From 98e927fb0f760a0315873fc826abe7790ec38fbe Mon Sep 17 00:00:00 2001 From: hastarin Date: Fri, 24 May 2013 12:04:23 +1000 Subject: [PATCH] Have everything working now if you don't enable ProGuard. It will take time to determine how it needs to be configured but that's low priority really. --- mobile/.idea/misc.xml | 124 ------------------------------------ mobile/.idea/modules.xml | 2 +- mobile/IITC-Mobile.iml | 2 +- mobile/proguard-project.txt | 2 + 4 files changed, 4 insertions(+), 126 deletions(-) diff --git a/mobile/.idea/misc.xml b/mobile/.idea/misc.xml index 5997eabb..e0d90dd8 100644 --- a/mobile/.idea/misc.xml +++ b/mobile/.idea/misc.xml @@ -1,134 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - localhost - 5050 - - diff --git a/mobile/.idea/modules.xml b/mobile/.idea/modules.xml index 16ec7d18..c7429177 100644 --- a/mobile/.idea/modules.xml +++ b/mobile/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/mobile/IITC-Mobile.iml b/mobile/IITC-Mobile.iml index 26779940..57c35466 100644 --- a/mobile/IITC-Mobile.iml +++ b/mobile/IITC-Mobile.iml @@ -15,8 +15,8 @@ + - diff --git a/mobile/proguard-project.txt b/mobile/proguard-project.txt index f165b3bd..b77c728c 100644 --- a/mobile/proguard-project.txt +++ b/mobile/proguard-project.txt @@ -9,3 +9,5 @@ # 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