aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix tab issue in build.xmlKenny Root2009-06-021-2/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@263 df292f66-193f-0410-a5fc-6d59da041ff2
* Add "clean" and "tests" ant tasks into build.xmlKenny Root2009-06-021-0/+35
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@262 df292f66-193f-0410-a5fc-6d59da041ff2
* Add in SDK 1.5 generated tests subdirKenny Root2009-05-051-3/+3
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@218 df292f66-193f-0410-a5fc-6d59da041ff2
* Tweak build.xml for new variable names and to quelch complaints about UTF-8 ↵Kenny Root2009-05-051-2/+2
| | | | | | comments git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@216 df292f66-193f-0410-a5fc-6d59da041ff2
* Update Ant build system for SDK 1.5Kenny Root2009-05-051-206/+209
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@215 df292f66-193f-0410-a5fc-6d59da041ff2
* Bug scrubKenny Root2009-01-201-3/+3
| | | | | | | * Try to be better about unsynchronized accesses * Don't expose references to arrays in our beans * Make sure we don't dereference null pointers * Update version string before calling aapt
* Get rid of ant-contrib.jarKenny Root2009-01-191-25/+28
|
* oops, disabled the build.xml update-version for my local build but was ↵Jeffrey Sharkey2008-12-291-2/+0
| | | | caught in last submit, reverting
* * Added "bumpy arrows" so that arrow keys trigger vibration, useful for ↵Jeffrey Sharkey2008-12-291-1/+2
| | | | | | | | | laggy connections. Also added preference to turn off if desired. * Created windowNoTitle style to prevent brief flashing of title bar on ConsoleActivity, instead of requesting programatically. * Slight padding change to EULA screen.
* * Added automatic version number insertion via AntKenny Root2008-10-301-0/+301
* Removed unused cruft * Changed Class to Object in PromptHelper.java