aboutsummaryrefslogtreecommitdiffstats
path: root/main/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Use Commons Lang 3.1 librarySamuel Tardieu2011-12-021-1/+1
| | | | See discussion in issue #854.
* New: Horizontal scrollable pages for cache-details using a ViewPager.SammysHP2011-11-231-0/+1
| | | | | | | This moves most of the code from "cgeodetail" into a new class "CacheDetailActivity". Some important parts are rewritten and the code is much more structured. This closes #83 "Redesign detail-view". Some minor changes will be added later (e.g. removing old files, improve log-count-display)
* Use the latest Android build toolsSamuel Tardieu2011-10-221-1/+1
| | | | | | | This change is caused by the latest version of the Eclipse ADT and the Android SDK (version 14). The Eclipse and ANT class path has been unified as bin/classes.
* Use Apache Commons CollectionUtils instead of reinventing oneSamuel Tardieu2011-10-091-0/+1
|
* additional test for whitespace replacement performancebananeweizen2011-09-301-10/+10
|
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+10
This prepares the inclusion of tests into the same repository.