aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeo.java
Commit message (Expand)AuthorAgeFilesLines
* fix #1704: Filter applied to single cache requestBananeweizen2012-06-031-6/+1
* refactoring: have more physical units code in one placeBananeweizen2012-06-031-8/+3
* Refactoring: cleanup application startupSamuel Tardieu2012-05-301-3/+2
* Remove default strings as they only pollute the screenSamuel Tardieu2012-05-301-2/+1
* Get message from the notification serverSamuel Tardieu2012-05-301-0/+71
* Recognize the build kindSamuel Tardieu2012-05-291-1/+2
* Refactoring: get version information once and for allSamuel Tardieu2012-05-291-9/+3
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+9
* new: for some activities, don't re-open them when resuming the appBananeweizen2012-05-181-3/+8
* Always start GeoData provider from UI threadSamuel Tardieu2012-05-141-14/+9
* refactoring: remove waypoints activityBananeweizen2012-05-061-7/+7
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-4/+3
* Merge remote-tracking branch 'SammysHP/icons'Bananeweizen2012-04-301-3/+3
|\
| * Import Android drawables (from API version 8)SammysHP2012-04-271-3/+3
* | Remove fix for Android 1.5 and Apache Commons Lang librarySamuel Tardieu2012-04-301-8/+0
* | Make direction an observable propertySamuel Tardieu2012-04-301-2/+0
* | Refactoring: reorder logicSamuel Tardieu2012-04-281-11/+8
* | Refactoring: remove useless assignmentsSamuel Tardieu2012-04-281-3/+1
* | Refactoring: use for each loop when possibleSamuel Tardieu2012-04-271-2/+1
* | Fix warnings introduced by earlier commitsSamuel Tardieu2012-04-271-4/+0
* | Remove Now from methods of IGeoDataSamuel Tardieu2012-04-271-14/+14
* | Use IGeoData to provide GPS enabled information on home screenSamuel Tardieu2012-04-271-51/+28
* | Use the IGeoData interface and Observer pattern to update locationSamuel Tardieu2012-04-271-67/+31
|/
* Convert some fields to local variablesSamuel Tardieu2012-04-221-3/+1
* increase compiler warnings level (and fix some)Bananeweizen2012-04-201-1/+1
* fix #1347: no more caching of localized texts in enumsStephan Merker2012-04-201-27/+0
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-171-1/+1
* refactorings: preparations to make #1303 easierBananeweizen2012-04-121-3/+1
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-7/+7
* crash on application startBananeweizen2012-04-121-2/+2
* updates for SDK v17Bananeweizen2012-04-071-1/+1
* Clicking on the navigation info will open navigation preferencesSamuel Tardieu2012-04-011-0/+8
* Close #1208: indicate if GPS is disabled in settingsSamuel Tardieu2012-04-011-8/+69
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-7/+8
* Live Map strategy. Closes #1183blafoo2012-03-071-2/+7
* refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-041-7/+9
* Refactoring to use common constant for ft per meter and usage of StringUtilsTorsten Keil2012-03-031-1/+1
* Expand what QR codes are recognized and provide better feedback to thecampbeb2012-02-241-11/+9
* QR scan to search intentcampbeb2012-02-241-8/+25
* refactoring: code cleanupBananeweizen2012-02-211-1/+2
* Relocated constants to new class Constantsblafoo2012-02-111-3/+2
* Database handling changes. Fixes #1050 and #1076blafoo2012-02-081-4/+0
* Changed database handlingblafoo2012-02-081-0/+4
* refactoring: remove duplicate methodBananeweizen2012-01-311-2/+2
* Visual Loginblafoo2012-01-271-122/+16
* Merge from Ghostblafoo2012-01-261-0/+134
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-1/+1
* WaypointType cleanupblafoo2012-01-211-0/+4
* fix: NPE in main screen if GPS is lateBananeweizen2012-01-041-1/+3