aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-011-76/+0
|
* Handle git version differently to fix Eclipse builds.Torne (Richard Coles)2012-10-281-0/+5
| | | | | | | | | Unfortunately Eclipse appears to be too dumb to generate the version and build it correctly (even using an external build step it fails to rebuild resources afterward), so go back to having a dummy version checked into the repository. Run git update-index --assume-unchanged on the file before updating the version, so that git doesn't consider the file to have changed, instead.
* Fix broken git version generation.Torne (Richard Coles)2012-10-271-7/+7
| | | | | | The regex to edit res/values/notrans.xml no longer matched, so the version number wasn't being edited. Generate the version number into a separate resource file that isn't checked in instead, as this is neater.
* Remove target for clean since tests will clean tested projectKenny Root2012-10-241-7/+0
|
* Add targets for lint outputKenny Root2012-10-211-0/+18
|
* Move custom build stuff after SDK include statementKenny Root2012-10-211-43/+43
|
* Add vim modeline for my sanityKenny Root2012-10-211-0/+1
|
* Add support for Google TV devicesKenny Root2011-12-191-0/+17
|
* Fix translations layout argumentsKenny Root2011-10-201-1/+1
|
* Update build script to new toolsKenny Root2011-10-191-54/+61
|
* Fix the tests subdir clean targetKenny Root2011-10-151-5/+1
|
* Remove custom ProGuard targets for SDK wayKenny Root2011-08-141-48/+6
|
* Add Ant commands to import and export translationsKenny Root2010-10-271-0/+33
|
* Restore update-version ant taskKenny Root2010-09-191-8/+8
|
* Do elaborate dance to allow toggling Proguard to workKenny Root2010-09-191-1/+28
|
* Update build.xml to use the SDK tools r7 formatKenny Root2010-09-191-479/+35
| | | | | | | * Remove all the copied setup tasks and replace it with the "-post-compile" hook added in the SDK tools r7 template. * Move Proguard flags out to a separate file.
* Only match tags that start with v[0-9]*Kenny Root2010-09-181-2/+7
| | | | | Also ignore notrans.xml because it only contains our version information.
* Update build.xml to use dirty git descriptionsKenny Root2010-09-171-6/+4
|
* Update build.xml for GitKenny Root2010-08-211-16/+8
|
* More build.xml cleanupsKenny Root2009-12-181-1/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@447 df292f66-193f-0410-a5fc-6d59da041ff2
* Update README and build.xml for EclairKenny Root2009-12-181-152/+371
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@446 df292f66-193f-0410-a5fc-6d59da041ff2
* Update translationsKenny Root2009-08-111-2/+2
| | | | | | | | Split out things that shouldn't be translated into a separate file. Update the build.xml to change the version string in notrans.xml instead. Add Finnish and Vietnamese. Update other languages. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@384 df292f66-193f-0410-a5fc-6d59da041ff2
* Rollback proguard optimization settingsKenny Root2009-07-091-3/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@364 df292f66-193f-0410-a5fc-6d59da041ff2
* Go fasterKenny Root2009-07-091-2/+4
| | | | | | | * Remove checkBounds from vt320 which masks bugs * Inline markLine since we have no JIT to forklift it git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@362 df292f66-193f-0410-a5fc-6d59da041ff2
* Fix JTA author names in source file to be UTF-8 again, dump proguard stats ↵Kenny Root2009-06-271-0/+1
| | | | | | to bin/proguard.usage, remove SoftFont since CB does not use it git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@344 df292f66-193f-0410-a5fc-6d59da041ff2
* fix ProGuard syntax error in build.xmlKenny Root2009-06-271-1/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@343 df292f66-193f-0410-a5fc-6d59da041ff2
* Keep all ConnectBot classes when building with ProGuardKenny Root2009-06-271-0/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@340 df292f66-193f-0410-a5fc-6d59da041ff2
* Do not let ProGuard break compressionKenny Root2009-06-271-0/+2
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@338 df292f66-193f-0410-a5fc-6d59da041ff2
* Add proguard to build.xmlKenny Root2009-06-271-1/+41
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@337 df292f66-193f-0410-a5fc-6d59da041ff2
* 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