aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* Refactor so all waypoint operations are done through the Cache object.campbeb2012-03-057-19/+101
| | | | Check for editing a waypoint when adding. Save cache after waypoint operations so finalDefined is set correctly.
* Merge pull request #1225 from stephanme/fix1204Bananeweizen2012-03-041-0/+2
|\ | | | | fix #1204: keep screen on during GPX-import
| * fix #1204: keep screen on during GPX-import Stephan Merker2012-03-041-0/+2
| | | | | | | | - is achieved by keeping screen on for all progress dialogs using Progress class
* | refactoring: cleanupsBananeweizen2012-03-042-8/+10
| | | | | | | | * remove unused resources * fix some comments, layout, logging and other stuff
* | Fix some unit tests. Does anyone besides me run them?Bananeweizen2012-03-044-10/+16
|/
* performance refactoringsBananeweizen2012-03-0413-59/+80
| | | | | | * avoid creating message objects, there is a pool * only get GCVotes for filtered caches, not for all * don't use GepointParser in LocParser, we know those are pure floats * String concatenation
* refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-0419-66/+68
|
* Merge pull request #1223 from RoadRunner-/refactoring#1Bananeweizen2012-03-034-23/+17
|\ | | | | Refactoring to use common constant for ft per meter and usage of StringUtils
| * Refactoring to use common constant for ft per meter and usage of StringUtilsTorsten Keil2012-03-034-23/+17
| |
* | refactoring: use Android resource for copy context menuBananeweizen2012-03-041-9/+9
|/
* fix #281: Public consumer & secret key for Twitter / Terms of useBananeweizen2012-03-031-2/+3
|
* fix #126: .trim() usageBananeweizen2012-03-033-8/+8
| | | | * removed trim from UI * if you find anything not trimmed now, it needs to be added in parsing
* fix #1151: Clicking "Spotted in" on trackable screen can give ExceptionBananeweizen2012-03-031-42/+25
|
* Merge pull request #1220 from campbeb/fixcalendarcallBananeweizen2012-03-032-2/+27
|\ | | | | Fix check for calendar add-on installed
| * Fix check for calendar add-on installedcampbeb2012-03-032-2/+27
| |
* | refactoring: performance cleanupsBananeweizen2012-03-0311-39/+35
| |
* | refactoring: never set listId of cache to TEMPORARY_IDBananeweizen2012-03-038-42/+35
| | | | | | | | | | | | | | * TEMPORARY_LIST_ID is already set in constructor * setting it again afterwards can be wrong due to merging with caches from DB * setting listId is not necessary during parsing at all, it is set when storing, moving or importing.
* | Merge pull request #1218 from campbeb/fix1156M@®k2012-03-033-2/+3
|\ \ | |/ |/| Fix #1156 - Refresh waypoints on map after being edited
| * remove working commentcampbeb2012-03-031-1/+1
| |
| * Refresh waypoints on map after being editedcampbeb2012-03-033-2/+3
| |
* | Merge pull request #1217 from campbeb/fix1207Bananeweizen2012-03-021-1/+4
|\ \ | | | | | | Fix #1207 - Update progress when removing from history and refresh list when done
| * | Update progress when removing from history and refresh list when donecampbeb2012-03-031-1/+4
| |/
* | Merge pull request #1213 from rsudev/issue1211Bananeweizen2012-03-022-5/+0
|\ \ | |/ |/| Fixes #1211, Remove osmarender map layer
| * Fixes #1211, Remove osmarender map layerrsudev2012-03-022-5/+0
| |
* | Fixes #1216, Live map: Grid JSON now containes real GC codesrsudev2012-03-021-8/+1
| | | | | | - in a first step just removed the id translation
* | Changed format of JSON key. Fixes #1212blafoo2012-03-021-5/+10
|/
* refactoring: don't load caches in loopsBananeweizen2012-03-013-12/+18
|
* Displaying changed caches in the Live Map. Improves #1184blafoo2012-02-294-36/+60
|
* Moved methods to better fitting classesblafoo2012-02-295-156/+159
|
* Merge pull request #1199 from campbeb/fixmarkerBananeweizen2012-02-283-14/+10
|\ | | | | Improve offline logging
| * Improve offline loggingcampbeb2012-02-282-11/+5
| | | | | | | | | | - Don't mark found when logging offline - Handle data changed to show status message - Set cache logged offline
| * Improve offline loggingcampbeb2012-02-281-3/+5
| | | | | | | | | | - Don't mark found when logging offline - Handle data changed to show status message - Set cache logged offline
* | Removed uneccessary import statementblafoo2012-02-281-1/+0
| |
* | Improved PNG parsingblafoo2012-02-282-20/+102
|/
* Merge remote-tracking branch 'rsudev/issue1185'Bananeweizen2012-02-282-4/+3
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/CacheType.java
| * Fixes #1185, ?-icon for new live maprsudev2012-02-282-3/+2
| | | | | | | | - introduces a new icon for 'unknown' - correct usage of unknown in cgeopopup
* | refactoring: have unknown type use unknown iconBananeweizen2012-02-281-2/+2
|/
* Avoid NPEblafoo2012-02-271-1/+3
|
* Avoid NPEblafoo2012-02-271-2/+1
|
* Captcha setting disabled for PMs. Closes #1177blafoo2012-02-272-1/+2
|
* Progress bar during searchByViewport()-call. Fixes #1182blafoo2012-02-271-0/+2
|
* refactoring: move isFinalDefined to WayPoint classBananeweizen2012-02-272-22/+15
|
* #1195: address selection as real ListActivityBananeweizen2012-02-279-181/+209
| | | * includes some renaming of other list related code for clarity
* fix #1190: "Send to" for the text fields in cache detailsBananeweizen2012-02-261-13/+21
|
* fix #1002: Filter Mysteries when solvedBananeweizen2012-02-262-0/+34
|
* removed GC_LIVE_MAP typeBananeweizen2012-02-262-3/+0
| | | | | * it falsifies the type of already stored caches (during merge) * leads to empty icons in cache list * never referenced anywhere after setting it
* missing part in fix of #695Bananeweizen2012-02-261-15/+20
| | | * handling of icons for unknown cache types
* fix #1186: all popup dialog elements shown for all cachesBananeweizen2012-02-261-62/+49
|
* Merge pull request #1191 from rsudev/issue1178aBananeweizen2012-02-262-23/+18
|\ | | | | Refactor list retrieval, complements fix for #1178
| * Refactor list retrieval, complements fix for #1178rsudev2012-02-262-23/+18
| |