aboutsummaryrefslogtreecommitdiffstats
path: root/main/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: clean up classpathBananeweizen2013-05-291-7/+0
| | | | | | | * Remove all manually maintained lib entries, this is not necessary since ADT 17. * If you get compile errors afterwards, update to ADT 22.0.1 and SDK 22.0.1. * Has been tested with Eclipse and Ant build.
* refactoring: class path changed with ADT 22Bananeweizen2013-05-191-0/+1
| | | | * If you run into compile errors after this change, please upgrade to ADT 22 and Android SDK 22.
* #2684: use view injection libraryBananeweizen2013-05-011-0/+5
| | | | * If you have compile errors after pulling, please consult the issue on github.
* refactoring: move third party code into new source pathBananeweizen2013-04-221-0/+5
| | | * makes it more easy to ignore warnings in third party code
* cleanup: update librariesBananeweizen2012-11-171-3/+1
| | | | | * replace android support by current version * update http client * remove 2 unused libraries
* ignore compile errors in generated codeBananeweizen2012-06-271-1/+5
|
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-231-3/+1
|
* Try to buildSamuel Tardieu2012-05-111-2/+1
|
* Add latest stable Apache HTTPClient librariesSamuel Tardieu2012-05-111-0/+6
| | | | This is necessary for #583.
* Compatibility for mapsforge 0.2.4 offline mapsrsudev2012-04-301-0/+1
|
* Switch to mapsforge version 0.3.0rsudev2012-04-301-1/+1
|
* updates for SDK v17Bananeweizen2012-04-071-0/+1
| | | | * changed classpath with android libs * new version of android support lib
* 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.