aboutsummaryrefslogtreecommitdiffstats
path: root/main/libs
Commit message (Collapse)AuthorAgeFilesLines
* Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-151-0/+0
|
* Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-153-1/+0
| | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* refactoring: make commons.* sources available in IDEBananeweizen2013-09-124-0/+2
|
* #2866: Use Android Annotations to implement standard patternsBananeweizen2013-06-091-0/+0
|
* update to recent android http libraryBananeweizen2013-06-011-0/+0
|
* #2684: use view injection libraryBananeweizen2013-05-011-0/+0
| | | | * If you have compile errors after pulling, please consult the issue on github.
* fix #2314: mapsforge errouts with no sdcardSamuel Tardieu2013-01-011-0/+0
|
* fix #2174: missing symbols in mapsforge JAR fileSamuel Tardieu2012-11-181-0/+0
|
* Rebuild mapsforge library from scratchSamuel Tardieu2012-11-181-0/+0
| | | | See #2174 for discussion.
* Downgrade v4 support librarySamuel Tardieu2012-11-181-0/+0
| | | | | This reverts commit eb20785a1088e1ce760f1fdbce3021270062f8dd and restore a support library working fine with our target SDK.
* fix #2171: MapsForge-related crash on Android 4.2Samuel Tardieu2012-11-181-0/+0
| | | | | MapsForge crashes on Android 4.2. A local patch has been applied to be able to use OSM maps.
* cleanup: update librariesBananeweizen2012-11-174-0/+0
| | | | | * replace android support by current version * update http client * remove 2 unused libraries
* Fixes #2148, Themes not rendered with absolute path in XML filersudev2012-11-101-0/+0
| | | | | Updated mapsforge library to interpret file based references in render theme definitions always as relative.
* Implements #1676, custom themesrsudev2012-11-031-0/+0
| | | | | | - Adds the selection of a base folder for map themes to settings - Reworks the map menu to allow selection of a custom theme - Implements a reusable version of listDir to get a list of files
* patched mapsforge lib fix for #1582Portree-Kid2012-05-241-0/+0
|
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-234-0/+0
|
* Try to buildSamuel Tardieu2012-05-111-0/+0
|
* Add latest stable Apache HTTPClient librariesSamuel Tardieu2012-05-116-0/+0
| | | | This is necessary for #583.
* fix #1462: Update support libraryBananeweizen2012-05-011-0/+0
|
* Compatibility for mapsforge 0.2.4 offline mapsrsudev2012-04-301-0/+0
|
* Switch to mapsforge version 0.3.0rsudev2012-04-302-0/+0
|
* updates for SDK v17Bananeweizen2012-04-071-0/+0
| | | | * changed classpath with android libs * new version of android support lib
* update to latest Android support packageBananeweizen2012-02-261-0/+0
| | | | * the version of that file will always stay "v4" * needs to be checked for updates manually and periodically
* Fixes #790rsudev2012-02-121-0/+0
| | | | - applies a patch to mapsforge to fix the hittest order (mapsforge issue 192)
* fix for mapsforge landscape issuersudev2012-01-271-0/+0
|
* Use Commons Lang 3.1 librarySamuel Tardieu2011-12-021-0/+0
| | | | See discussion in issue #854.
* Update to latest support-package (rev. 4)SammysHP2011-11-261-0/+0
|
* New: Horizontal scrollable pages for cache-details using a ViewPager.SammysHP2011-11-231-0/+0
| | | | | | | 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 Apache Commons CollectionUtils instead of reinventing oneSamuel Tardieu2011-10-091-0/+0
|
* Move sources into the main directorySamuel Tardieu2011-09-163-0/+0
This prepares the inclusion of tests into the same repository.