aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated warningsblafoo2012-05-1013-16/+21
|
* Disable add/remove to watchlist for cache ownersblafoo2012-05-101-1/+12
|
* Refactoring: updateCache()blafoo2012-05-103-9/+13
|
* Open waypoint context menu on single tap. campbeb2012-05-101-1/+1
| | | Fixes bug in #1537.
* Final fix #1401rsudev2012-05-101-3/+3
|
* Fix #1520: display gc.com resources present on trackable descriptionsSamuel Tardieu2012-05-102-1/+7
| | | | | | URLs without scheme and host in trackable description were not fetched from geocaching.com as the connector did not acknowledge that it can handle trackables by geocode.
* #1430: refactoring as discussedBananeweizen2012-05-103-24/+28
|
* Merge pull request #1525 from SammysHP/watchlistBananeweizen2012-05-091-2/+10
|\ | | | | Fix #1430: Watchlist state toggling not recorded
| * Fix #1430: Watchlist state toggling not recordedSammysHP2012-05-091-2/+10
| | | | | | This adds a call to store the cache in the cache/database. Not really nice, but it works.
* | #1527: TB list not visible in white themeBananeweizen2012-05-102-1/+29
| |
* | Fixes issue #1519, multiple pop-upsrsudev2012-05-091-2/+2
| |
* | Fix #1395: use "shared" pseudo-geocode for smileys imageSamuel Tardieu2012-05-091-10/+14
| |
* | #1478: more cleanup of cache listsBananeweizen2012-05-096-253/+168
| |
* | GC.com update 08.05.2012blafoo2012-05-095-363/+454
|/
* Refactoring: Move some strings into GCConstantsSammysHP2012-05-083-14/+20
| | | | | Fix: issue with gc.com update Tests are not green because mocked data was not updated.
* Merge pull request #1518 from RomNexus6/patch-20Lars2012-05-081-0/+8
|\ | | | | aligned with english from May 07, 2012
| * aligned with english from May 07, 2012RomNexus62012-05-081-0/+8
|/
* Merge pull request #1514 from marco-jacob/issue#1511-loopGoogleMapsLimitBananeweizen2012-05-073-13/+19
|\ | | | | Fixes issue #1511 endless loop downloading static maps on demand
| * Fixes issue #1511 endless loop downloading static maps on demandMarco Jacob2012-05-073-13/+19
| |
* | #1478: Lists don't stay sortedBananeweizen2012-05-082-22/+27
| |
* | fix #1516: Navigate from "Any destination" not workingBananeweizen2012-05-072-13/+6
|/
* Fix: update stored caches in database when logged, too.blafoo2012-05-071-2/+1
|
* Typo correctionLars2012-05-071-1/+1
|
* Revert "Merge pull request #1510 from campbeb/fix1498"Samuel Tardieu2012-05-071-1/+1
| | | | | | | This reverts commit 9fe5380612eef5a10ffc18ca6409788e174bbf24, reversing changes made to 08fcbb42d1fd4ca3b6e2fb608007feec9aa4e23d. Requested by the commit author.
* Change log updateLars2012-05-071-0/+3
|
* Refactoring: Collections.emptyList() is cheap and needs no cachingSamuel Tardieu2012-05-071-6/+1
|
* New german string status_cacheLars2012-05-071-0/+1
|
* new: show days since last spotted for trackablesBananeweizen2012-05-076-99/+104
|
* Refactoring: remove redundant local variablesSamuel Tardieu2012-05-063-12/+6
| | | | | Redundant local variables are assigned once and only used to return the value. Returning the value directly is as readable and more concise.
* Refactoring: do not make private methods finalSamuel Tardieu2012-05-061-3/+3
| | | | | "final" brings nothing here as private methods cannot be overriden since they are not visible even by the children classes if any.
* Refactoring: remove unused fieldSamuel Tardieu2012-05-061-5/+3
|
* Refactoring: remove redundant initializerSamuel Tardieu2012-05-061-1/+1
| | | | The "null" value is never used.
* Catch divergent messages firstSamuel Tardieu2012-05-061-2/+2
| | | | | | The GPXImporterTest fails intermittently. In order to catch the difference more precisely, compare the messages as soon as possible and check their count only at the end.
* Fix #1503: ensure view changes are handled in the UI threadSamuel Tardieu2012-05-062-15/+22
| | | | | A Handler ensures that only the UI thread will update elements of the cache adapter.
* fix: search not workingBananeweizen2012-05-061-1/+1
| | | * was disabled by previous refactoring
* refactoring: remove some of the TODOsBananeweizen2012-05-0615-133/+88
|
* refactoring: remove waypoints activityBananeweizen2012-05-0612-505/+54
| | | | | * replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities
* Merge pull request #1507 from campbeb/fix1435try2Bananeweizen2012-05-061-55/+74
|\ | | | | Fix #1435 by refactoring the save/refresh/drop architecture
| * Fix #1435 by refactoring the save/refresh/drop architecture to matchcampbeb2012-05-061-55/+74
| | | | | | that of CacheDetailActivity
* | refactoring: addition to #1509 to unify distance codeBananeweizen2012-05-063-19/+31
| |
* | Merge pull request #1509 from campbeb/fixMore1468Bananeweizen2012-05-051-1/+3
|\ \ | | | | | | Don't reset distance in popups to "--" when updating U/I elements
| * | Don't reset distance in popups to "--" when updating U/I elementscampbeb2012-05-061-1/+3
| |/
* | Merge pull request #1506 from campbeb/addMoreVerboseBananeweizen2012-05-052-3/+7
|\ \ | | | | | | Add additional progress message when loading caches
| * | Add additional status message when loading caches so that "Render View"campbeb2012-05-062-3/+7
| |/ | | | | isn't displayed for so long
* | workaround for #1504Bananeweizen2012-05-061-39/+28
| | | | | | | | * should be sufficient as fix * to be reviewed by samueltardieu
* | Merge pull request #1510 from campbeb/fix1498campbeb2012-05-051-1/+1
|\ \ | |/ |/| Use Edit intent instead of Insert intent for adding calendar on Android 4
| * Use Edit instead of Insert intent for adding calendar on Android 4campbeb2012-05-061-1/+1
|/
* Merge pull request #1505 from YraFyra/masterrsudev2012-05-054-4/+9
|\ | | | | Swedish translation + Mapsforge versions
| * Update swedish and fixed Mapsforge versionsYraFyra2012-05-054-4/+9
|/ | | | | Updated swedish translation with new labels. Also updated other translations with new Mapsforge version numbers as used in English.
* fix #1459: Refactoring navigation menuBananeweizen2012-05-0543-317/+240
|