aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* aligned with last english additionsRomNexus62012-02-161-1/+17
|
* fix: caches from online search cannot be stored directly from the listBananeweizen2012-02-161-1/+3
|
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-1617-79/+79
| | | * otherwise they are not readable
* Merge remote-tracking branch 'seromenho/master'Bananeweizen2012-02-161-86/+207
|\ | | | | | | | | Conflicts: main/res/values-pt/strings.xml
| * pt-pt translation terminated.Ricardo Seromenho2012-02-161-22/+40
| |
| * updated values-ptRicardo Seromenho2012-02-101-3/+63
| |
| * Added more translations. 50% complete.Ricardo Seromenho2012-02-101-5/+31
| |
| * Update /main/res/values-pt/strings.xml. Updated until line 250.Ricardo Seromenho2012-02-101-79/+95
| |
* | Merge pull request #1117 from rsudev/issue1040brsudev2012-02-1510-20/+154
|\ \ | | | | | | Fix #1042, waypoint types
| * | - Copy type as well when copying waypointrsudev2012-02-142-1/+7
| | | | | | | | | - Make 'reference point' the default of new waypoints
| * | Fix #1040, waypoint typesrsudev2012-02-1210-20/+148
| | | | | | | | | Additionally introduces flag for 'final defined' in cache lists
* | | new: have bar code app in useful apps to better explain geocode scanBananeweizen2012-02-154-7/+12
| | |
* | | Revert "logout button"blafoo2012-02-145-28/+6
| | | | | | | | | | | | This reverts commit 03a7e62bb8186c553de1e06c92fceb18230a8941.
* | | Merge remote-tracking branch 'campbeb/implement1073'Bananeweizen2012-02-144-35/+187
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: main/res/values/strings.xml
| * | | remove old commentscampbeb2012-02-131-28/+2
| | | |
| * | | Add ability to copy coordinates (this required removing long press fromcampbeb2012-02-133-46/+91
| | | | | | | | | | | | | | | | cache owner and log author). Add warning text if attempting to translate a large amount of text.
| * | | Removed unused stringcampbeb2012-02-061-2/+0
| | | |
| * | | Add ability to copy and translate description, hint, and personal notecampbeb2012-02-062-14/+56
| | | |
| * | | Added qualifier to force classic mode of translate.google.com websitecampbeb2012-02-061-1/+2
| | | | | | | | | | | | (vice mobile mode)
| * | | Merge branch 'master' into implement1073campbeb2012-02-0626-127/+512
| |\ \ \
| * | | | Change clipboard function name to match what it doescampbeb2012-02-022-3/+3
| | | | |
| * | | | Implement #1073 - Translate and copy log entriescampbeb2012-01-312-0/+37
| | | | |
| * | | | Add translation utility class.campbeb2012-01-311-0/+27
| | | | | | | | | | | | | | | Adds method to build a URI for Google Translate.
| * | | | Add utility class for the clipboard.campbeb2012-01-311-0/+26
| | | | | | | | | | | | | | | Only current method is to store plain text.
* | | | | fix #972: also have existing OC caches marked as reliableBananeweizen2012-02-144-1/+21
| | | | |
* | | | | refactoring: don't suppress warnings on method levelBananeweizen2012-02-141-1/+0
| | | | |
* | | | | fix tests for stored listsBananeweizen2012-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | * count member shall not be accessible outside * use global app functions for getting current list item count
* | | | | Added missing line-breaks in changelogLars2012-02-131-4/+4
| | | | |
* | | | | Improved thread handling in live mapblafoo2012-02-133-48/+51
| |_|/ / |/| | |
* | | | Just one grammar correction and by the way a beautification for changelogLars2012-02-121-6/+6
| | | |
* | | | Fixes #790rsudev2012-02-121-0/+0
| | | | | | | | | | | | | | | | - applies a patch to mapsforge to fix the hittest order (mapsforge issue 192)
* | | | Check if calendar add-on is available. Fixes #1017blafoo2012-02-1217-29/+49
| | | |
* | | | logout buttonblafoo2012-02-125-6/+28
| | | |
* | | | Parse caches found correctly. Fixes #1107blafoo2012-02-122-3/+4
| | | |
* | | | Log is send but not saved in this caseLars2012-02-111-1/+1
| | | |
* | | | Log is being send but not saved in this caseLars2012-02-111-1/+1
| | | |
* | | | Identify c:geo as an ordinary webbrowser. Fixes #1025blafoo2012-02-115-86/+6
| | | |
* | | | Relocated constants to new class Constantsblafoo2012-02-117-16/+32
| | | |
* | | | Merge branch 'remove_cal_perms'SammysHP2012-02-117-146/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
| * | | | Remove R/W-calendar-permissionsSammysHP2012-01-272-146/+1
| | | | | | | | | | | | | | | After this change the calendar add-on is necessary to add events to the calendar.
* | | | | Merge pull request #1103 from campbeb/fix1045M@®k2012-02-102-6/+7
|\ \ \ \ \ | | | | | | | | | | | | Fix #1045
| * | | | | Remove old commentcampbeb2012-02-101-1/+0
| | | | | |
| * | | | | Fix #1045campbeb2012-02-102-5/+7
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When navigating to a cache, just use the Cache object instead of creating a SearchResult. InternalMap is the only navigation activity that uses the SearchResult and it can also just use the Cache object. Fix two bugs in CGeoMap.java - the Geocode that was passed in wasn't being used - title would be lost if map source was changed.
* | | | | Updating Swedish translationYraFyra2012-02-091-2/+6
|/ / / /
* | | | Database handling changes. Fixes #1050 and #1076blafoo2012-02-083-8/+4
| | | |
* | | | updated from english changesRomNexus62012-02-081-4/+11
| | | |
* | | | Changed database handlingblafoo2012-02-0832-817/+827
| | | |
* | | | cgData unit testsblafoo2012-02-072-2/+28
| |_|/ |/| |
* | | Merge pull request #1092 from rsudev/issue695rsudev2012-02-051-4/+28
|\ \ \ | | | | | | | | Fix #695
| * | | Fix #695rsudev2012-02-051-4/+28
| | | | | | | | | | | | Flag marker for caches with modified coords in cachelist