Go to file
Kenny Root a1894f46e6 Add support for Google TV devices 2011-12-19 18:09:11 -06: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 Add support for Google TV devices 2011-12-19 18:09:11 -06:00
libs Add support for Google TV devices 2011-12-19 18:09:11 -06:00
locale Add Ant commands to import and export translations 2010-10-27 12:18:06 -05:00
res Update translations 2011-12-17 15:20:56 -08:00
src Move public key functions into Pubkey class 2011-10-15 14:51:52 -07:00
tests Externalize some strings 2011-12-17 16:58:51 -06:00
tools Add build upload script to repo 2011-08-30 23:51:29 -07:00
.classpath Move some manifest items to avoid lint warnings 2011-12-17 15:05:31 -06: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 support for Google TV devices 2011-12-19 18:09:11 -06: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
ant.properties Update build script to new tools 2011-10-19 01:03:51 -07:00
build.xml Add support for Google TV devices 2011-12-19 18:09:11 -06:00
proguard.cfg Shoot proguard in the head 2011-09-04 00:33:26 -07:00
project.properties Update build script to new tools 2011-10-19 01:03:51 -07: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