Go to file
Kenny Root 0ab726dce5 Get tests working again 2011-08-14 23:23:59 -07:00
.settings Add Eclipse-specific files 2009-06-12 19:52:23 +00:00
assets/help Update in-program help files 2009-08-17 06:08:15 +00:00
jni Use Froyo East Asian width measurement and drop JNI lib 2010-10-08 01:08:02 -05:00
libs/armeabi Use Froyo East Asian width measurement and drop JNI lib 2010-10-08 01:08:02 -05:00
locale Add Ant commands to import and export translations 2010-10-27 12:18:06 -05:00
res Add a translation of American into English. 2011-06-17 18:17:07 +01:00
src Fix color picker 2011-08-13 16:57:13 -07:00
tests Get tests working again 2011-08-14 23:23:59 -07:00
.classpath Add "gen" to classpath for Eclipse to use in SDK 1.5 2009-05-05 17:53:33 +00:00
.gitignore Ignore editor backup files and local properties. 2011-06-17 18:16:48 +01:00
.project Get tests working again 2011-08-14 23:23:59 -07:00
AndroidManifest.xml Add backup service key for org.connectbot 2011-07-06 16:58:30 -07:00
LICENSE Change license for contributed works to APL 2.0 2010-02-08 00:02:13 +00:00
README Update README and build.xml for Eclair 2009-12-18 19:43:15 +00:00
build.properties Do elaborate dance to allow toggling Proguard to work 2010-09-19 03:13:12 -05:00
build.xml Add Ant commands to import and export translations 2010-10-27 12:18:06 -05:00
default.properties Update API version to 11 2011-05-13 22:46:18 -07:00
proguard.flags Update build.xml to use the SDK tools r7 format 2010-09-19 02:23:41 -05:00

README

Compiling
---------

To compile ConnectBot using Ant, you must specify where your Android SDK is via the local.properties file. Insert a line similar to the following with the full path to your SDK:

sdk.dir=/usr/local/android


ProGuard Support
----------------

Download the ProGuard distribution from its website at http://proguard.sourceforge.net/ and place the proguard.jar into the "tools" subdirectory in the ConnectBot root directory.

When running ant to build ConnectBot and engage ProGuard, use:

ant proguard release