aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CacheDetailActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Friend logsblafoo2011-12-101-4/+18
* fix #873: Move attributes to detail-pageSammysHP2011-12-101-6/+6
* Refactoring: Move attribute view generation to own inner classSammysHP2011-12-101-198/+202
* fix #874: Not all description for GC2Q0B4Bananeweizen2011-12-101-9/+19
* Fix: black-text-detection works only partiallySammysHP2011-12-091-1/+1
* fix: remove images from short description when exporting to calendarBananeweizen2011-12-071-16/+27
* refactoring: minor cleanups using CodePro AnalytixBananeweizen2011-12-071-2/+1
* Fix NPE introduced in 56f8a3c0feb91eba6313955cb57a6d10c111ac29SammysHP2011-12-061-1/+1
* New: Remember last used page and move waypoints to the leftSammysHP2011-12-061-5/+44
* Fix #862: No text in Viewager after opening cache from LiveMap or Nearby listSammysHP2011-12-041-1/+9
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-7/+5
* Fix: Edit waypoint doesn't refresh view on resumeSammysHP2011-12-031-0/+1
* Rename some layout xml'sSammysHP2011-12-031-2/+2
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-6/+6
* Remove cgeowaypoint from CacheDetailActivity and use context menu for click-l...SammysHP2011-12-031-16/+19
* Merge pull request #850 from SammysHP/newindicator2SammysHP2011-12-031-59/+9
|\
| * New viewpager-indicatorSammysHP2011-11-301-59/+9
* | Merge pull request #846 from rsudev/waypoint_context_menuSammysHP2011-12-031-2/+51
|\ \
| * | Implementing #845, 2nd partrsudev2011-12-021-4/+22
| * | Implementing #845, extended wp context menursudev2011-11-291-1/+32
| |/
* | refactoring: more Findbugs cleanupsbananeweizen2011-12-011-2/+4
* | refactoring of cgGeo.java, see #355Bananeweizen2011-11-301-3/+3
|/
* first refactoring of cgGeo, see #355Bananeweizen2011-11-291-2/+2
* Fix #843: Waypoints not updatedSammysHP2011-11-281-0/+1
* new: show own rating in cache detailsbananeweizen2011-11-271-0/+5
* Fix #819: Bad format for event coordinates when added to calendarSammysHP2011-11-271-1/+1
* Fix: Refresh views after creating a logSammysHP2011-11-251-1/+2
* Fix #800: Refresh not stored cachesSammysHP2011-11-251-14/+34
* Fix #835: Unnecessary seperator in waypoint-byline if waypoint has no type.SammysHP2011-11-251-1/+3
* Use AsyncTask for long description and logs, better style of description.SammysHP2011-11-241-136/+152
* New: Horizontal scrollable pages for cache-details using a ViewPager.SammysHP2011-11-231-0/+2268