aboutsummaryrefslogtreecommitdiffstats
path: root/main/libs
Commit message (Collapse)AuthorAgeFilesLines
* upgrade support library to avoid conflict with actionbarBananeweizen2014-05-181-0/+0
| | | | All projects must use the same library version, otherwise it will not build.
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-135-0/+0
|
* upgrade to butterknife 5.0.0Michael Keppler2014-04-212-0/+0
|
* upgrade commons lang to 3.3.2Michael Keppler2014-04-209-1/+3
|
* Upgrade to RxJava 0.17.6Samuel Tardieu2014-04-203-0/+0
|
* Do not use AndroidObservableSamuel Tardieu2014-04-054-0/+0
| | | | This lets us return to an unmodified version of RxJava.
* Remove now useless changes to RxJavaSamuel Tardieu2014-04-013-0/+0
|
* fix #3703: NoSuchMethodError in Android < 2.3Samuel Tardieu2014-03-313-0/+0
|
* Upgrade to RxJava 0.17.1 + cgeo patchSamuel Tardieu2014-03-224-0/+0
| | | | | | | | | | There is an ongoing problem with RxJava, discussed at https://github.com/Netflix/RxJava/issues/979 This version includes a patch available at https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63 fixup! Upgrade to RxJava 0.17.1
* Use RxJava async utilsSamuel Tardieu2014-03-111-0/+0
|
* Update to RxJava 0.17.0Samuel Tardieu2014-03-113-0/+0
|
* Update to RxJava 0.17.0-RC6Samuel Tardieu2014-02-272-0/+0
|
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-184-0/+0
|
* Update for RxJava 0.17.0-RC1Samuel Tardieu2014-02-164-0/+0
| | | | | | | | | This is the release candidate version, which is being currently tested at Netflix. In a few days, I'll update with the final version. This release cleans up some bits of RxJava by integrating the subscription inside a subscriber (which is an observer holding a subscription) and fixes a leak with recurring tasks.
* Upgrade RxJava to 0.16.1Samuel Tardieu2014-01-263-0/+0
|
* fix commons lang source lookupBananeweizen2014-01-191-1/+1
|
* update commons lang and rxjava libsBananeweizen2014-01-1910-1/+1
|
* update to android annotations 3.0.1Bananeweizen2014-01-192-0/+0
|
* Upgrade v4 support librarySamuel Tardieu2014-01-081-0/+0
|
* Use RxJava for status updates rather than own observersSamuel Tardieu2014-01-082-0/+0
|
* update librariesBananeweizen2013-12-183-0/+0
|
* findbugs: more cleanupBananeweizen2013-12-081-0/+0
| | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings
* refactoring: upgrade to commons collections 4.0Bananeweizen2013-11-275-0/+1
|
* refactor: upgrade to butterknife 4Bananeweizen2013-11-272-0/+0
|
* refactoring: update to butterknife 3.0Bananeweizen2013-10-122-0/+0
|
* 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
|