aboutsummaryrefslogtreecommitdiffstats
path: root/main/libs/android-support-v4.jar
Commit message (Collapse)AuthorAgeFilesLines
* Remove android-support-v4.jar from libsSamuel Tardieu2014-06-011-0/+0
|
* 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 v4 support librarySamuel Tardieu2014-01-081-0/+0
|
* update librariesBananeweizen2013-12-181-0/+0
|
* Downgrade v4 support librarySamuel Tardieu2012-11-181-0/+0
| | | | | This reverts commit eb20785a1088e1ce760f1fdbce3021270062f8dd and restore a support library working fine with our target SDK.
* cleanup: update librariesBananeweizen2012-11-171-0/+0
| | | | | * replace android support by current version * update http client * remove 2 unused libraries
* fix #1462: Update support libraryBananeweizen2012-05-011-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
* 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)