From 1d5f1c320ee67cfadd62aeef056a043bee75096d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 5 Feb 2013 20:46:33 +0100 Subject: Simplified certificates and urls: only 1 certificate, and no :443 port in eip. Downloads certificate and eip from web, and loads provider from assets. KeyStore not created with latest version of BouncyCastle. Looking forward to file a bug and look for a solution. --- .classpath | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index 3f9691c5..a5824471 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,9 @@ - - - - - - - - + + + + + + + + + -- cgit v1.2.3 From 7cd61e51f9f50b2a8f8258ee829ae313281e5f4b Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Tue, 5 Feb 2013 17:50:16 -0700 Subject: Removed bad .classpath build path requirement of Windows Android support sdk --- .classpath | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index a5824471..177f415d 100644 --- a/.classpath +++ b/.classpath @@ -1,9 +1,8 @@ - - - - - - - - - + + + + + + + + -- cgit v1.2.3 From 5f66e5765f52aab1907939018e40578e939dbc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Wed, 20 Mar 2013 17:35:39 +0100 Subject: Ready to use with Android JellyBean (api 16) --- .classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index 177f415d..e449cbf9 100644 --- a/.classpath +++ b/.classpath @@ -2,7 +2,7 @@ - + -- cgit v1.2.3 From 8cf70d4f69db6326407956a44a54c7fe5530a22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=A1lvez=20Vizca=C3=ADno?= Date: Mon, 27 May 2013 20:44:03 +0200 Subject: First version of the README and ant build.xml This is the first commit of this branch. It contains the README file with instructions for different user targets (Compiling, Running on the emulator and Debugging from console), and the ant build.xml file. debug.sh is an experimental script, because it uses "sleep" to synchronize between Emulator and adb install and run. If you want to use it, please look for that "sleep" lines and update their numbers according to your experience. --- .classpath | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index e449cbf9..dfadf670 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,9 @@ + - + -- cgit v1.2.3