aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Collapse)AuthorAgeFilesLines
* Use of Logtype instead of intblafoo2011-12-1418-323/+282
|
* Preserve log order #881blafoo2011-12-141-5/+7
|
* fix: last location parsing fix was not correctBananeweizen2011-12-131-1/+1
|
* fix #888: creating calendar entry on event date doesn't workBananeweizen2011-12-131-6/+8
|
* #887: FC on viewing imageBananeweizen2011-12-131-1/+1
| | | Please test, as I cannot reproduce the bug itself.
* new: accept OpenCaching zipped GPX files in importBananeweizen2011-12-125-4/+36
|
* fix #879: sort event only list by date by defaultBananeweizen2011-12-111-0/+27
|
* refactoring: CacheListAdapter (and some other minor things)Bananeweizen2011-12-115-39/+32
|
* refactoring: use an interface for the filtersBananeweizen2011-12-118-59/+72
|
* refactoring: use alertbuilder for filter menu instead of fake contextBananeweizen2011-12-111-142/+67
| | | menu
* Friend logsblafoo2011-12-108-24/+141
|
* fix #877: global search cannot handle blanks at endBananeweizen2011-12-101-20/+18
|
* fix #873: Move attributes to detail-pageSammysHP2011-12-101-6/+6
| | | See #841.
* Refactoring: Move attribute view generation to own inner classSammysHP2011-12-101-198/+202
| | | Preparation for #841.
* fix #874: Not all description for GC2Q0B4Bananeweizen2011-12-101-9/+19
|
* #612: Incorrect storage time in cache details (experimental change)Bananeweizen2011-12-101-1/+1
|
* fix: correct handling of GK trackables, fixes #840Bananeweizen2011-12-101-4/+4
|
* fix: move to other list doesn't work, fixes #872Bananeweizen2011-12-101-33/+29
|
* Correct language for CacheSize and CacheTypeblafoo2011-12-095-15/+41
|
* 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
|
* fix: allow adding to calendar also on date of eventBananeweizen2011-12-071-1/+1
|
* refactoring: minor cleanups using CodePro AnalytixBananeweizen2011-12-0714-110/+125
|
* RegEx enhancement due to GC.com updateblafoo2011-12-061-1/+1
|
* NPE in testsblafoo2011-12-061-1/+3
|
* fix: avoid NPE in GC votingBananeweizen2011-12-062-4/+4
|
* Merge branch 'master' of ↵Bananeweizen2011-12-063-6/+84
|\ | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| * Fix NPE introduced in 56f8a3c0feb91eba6313955cb57a6d10c111ac29SammysHP2011-12-061-1/+1
| |
| * New: Remember last used page and move waypoints to the leftSammysHP2011-12-063-5/+83
| | | | | | See #842.
* | fix: exception in OKAPI client when cache size is nullBananeweizen2011-12-061-6/+6
|/
* fix: offline info missing in all list viewsBananeweizen2011-12-062-36/+21
|
* Fix #864: FC in cgeoinitSammysHP2011-12-041-4/+4
|
* Fix #862: No text in Viewager after opening cache from LiveMap or Nearby listSammysHP2011-12-041-1/+9
|
* refactoring: remove all accesses to preferences besides central SettingsBananeweizen2011-12-046-50/+76
| | | class
* refactoring: move twitter stuff into separate packageBananeweizen2011-12-044-10/+20
|
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-0428-178/+108
|
* 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-0326-128/+124
|
* Remove cgeowaypoint from CacheDetailActivity and use context menu for ↵SammysHP2011-12-031-16/+19
| | | | | click-listener. cgeowaypoint cannot be removed at the moment because it is used as popup in CachesOverlay.
* Merge pull request #850 from SammysHP/newindicator2SammysHP2011-12-031-59/+9
|\ | | | | New viewpager-indicator
| * New viewpager-indicatorSammysHP2011-11-301-59/+9
| | | | | | See #847
* | Merge pull request #846 from rsudev/waypoint_context_menuSammysHP2011-12-031-2/+51
|\ \ | | | | | | Implementing #845, extended wp context menu
| * | Implementing #845, 2nd partrsudev2011-12-021-4/+22
| | | | | | | | | - added context menu for edit and caches around
| * | Implementing #845, extended wp context menursudev2011-11-291-1/+32
| | |
* | | refactoring: clean some TODOs in the codeBananeweizen2011-12-025-21/+14
| | |
* | | refactoring: more Findbugs cleanupsbananeweizen2011-12-0113-64/+73
| | | | | | | | | | | | * Used Findbugs 2.0 RC1. You are encouraged to also give it a try to find issues in the new version before release.
* | | fix: handle trackable loading with unsaved trackable, fixes #851Bananeweizen2011-12-011-1/+2
| | |
* | | New trail icon for maps-options-menuSammysHP2011-12-011-3/+3
| | | | | | | | | Also add original photoshop files.
* | | refactoring of cgGeo.java, see #355Bananeweizen2011-11-3018-282/+177
| |/ |/| | | | | * pure refactoring, no functional changes (even if the code looks very different now)