Menu

Tree [43c182] master /
 History

HTTPS access


File Date Author Commit
 .settings 2009-06-12 Kenny Root Kenny Root [828e5f] Add Eclipse-specific files
 assets 2009-08-17 Kenny Root Kenny Root [496430] Update in-program help files
 jni 2010-10-08 Kenny Root Kenny Root [409d41] Use Froyo East Asian width measurement and drop...
 libs 2010-10-08 Kenny Root Kenny Root [409d41] Use Froyo East Asian width measurement and drop...
 locale 2010-10-27 Kenny Root Kenny Root [c5a270] Add Ant commands to import and export translations
 res 2011-06-17 Darren Salt Darren Salt [8bdb4f] Add a translation of American into English.
 src 2011-08-15 Kenny Root Kenny Root [fec545] Make TerminalView mode 644 again
 tests 2011-08-13 Kenny Root Kenny Root [0ab726] Get tests working again
 tools 2011-08-30 Kenny Root Kenny Root [43c182] Add build upload script to repo
 .classpath 2009-05-05 Kenny Root Kenny Root [b8e169] Add "gen" to classpath for Eclipse to use in SD...
 .gitignore 2011-06-17 Darren Salt Darren Salt [edc05a] Ignore editor backup files and local properties.
 .project 2011-08-13 Kenny Root Kenny Root [0ab726] Get tests working again
 AndroidManifest.xml 2011-07-06 Kenny Root Kenny Root [96ca3b] Add backup service key for org.connectbot
 LICENSE 2010-02-08 Kenny Root Kenny Root [2c7d42] Change license for contributed works to APL 2.0
 README 2009-12-18 Kenny Root Kenny Root [bada2a] Update README and build.xml for Eclair
 build.properties 2010-09-19 Kenny Root Kenny Root [ecdaa4] Do elaborate dance to allow toggling Proguard t...
 build.xml 2011-08-14 Kenny Root Kenny Root [94fd73] Remove custom ProGuard targets for SDK way
 default.properties 2011-08-14 Kenny Root Kenny Root [94fd73] Remove custom ProGuard targets for SDK way
 proguard.cfg 2011-08-14 Kenny Root Kenny Root [94fd73] Remove custom ProGuard targets for SDK way

Read Me

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