aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Add documentation of what is an unset waypoint idSamuel Tardieu2013-01-261-3/+5
* | Do not use a N² algorithm when merging waypoints setsSamuel Tardieu2013-01-261-23/+16
* | The waypoint id must be kept when merging dataSamuel Tardieu2013-01-261-0/+3
* | fix #2430: waypoints not loaded from websiteSamuel Tardieu2013-01-261-2/+2
* | Renumber columns cache to remove holeSamuel Tardieu2013-01-231-75/+41
* | Remove the now unused "own" column in caches tableSamuel Tardieu2013-01-231-1/+0
* | Refactoring: simplify codeSamuel Tardieu2013-01-231-22/+8
* | Merge branch 'master' of github.com:cgeo/c-geo-opensource into upstreamSamuel Tardieu2013-01-232-71/+67
|\ \
| * | #1791: remove selfmade dialog buttonBananeweizen2013-01-232-71/+67
* | | Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-2316-34/+69
|\ \ \ | |/ / |/| |
| * | fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-2315-33/+65
| |/
* | Refactoring: do not use a mutable variableSamuel Tardieu2013-01-231-5/+2
* | Refactoring: code simplification and naming styleSamuel Tardieu2013-01-231-19/+10
* | Merge remote-tracking branch 'triakcz/fix_upload_dialog' into upstreamSamuel Tardieu2013-01-231-80/+96
|\ \
| * | Fixed TODO ... saving waypoint has common progress for alltriakcz2013-01-221-80/+96
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-01-233-8/+26
|\ \ \ | | |/ | |/|
| * | fix #2317: NPE while backuping dataSamuel Tardieu2013-01-233-8/+26
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-01-231-3/+6
|\ \ \ | |/ /
| * | Merge branch 'release-fix' of https://github.com/Portree-Kid/c-geo-opensource...Samuel Tardieu2013-01-231-3/+6
| |\ \
| | * | Keep the Waypoint Ids stable. Fixes #2341Portree-Kid2013-01-221-3/+6
| * | | backport #2186 to have unit tests green on release branchBananeweizen2013-01-221-0/+4
| |/ /
* | | fix #2421: crash when resuming c:geoSamuel Tardieu2013-01-221-1/+1
* | | Merge remote-tracking branch 'rsudev/flexible_tiles' into upstreamSamuel Tardieu2013-01-201-24/+73
|\ \ \
| * | | Added clarifying comment regarding tile calculationrsudev2013-01-191-1/+3
| * | | Extend zoom calculation to nxm tilesetsrsudev2013-01-171-25/+72
* | | | Reuse code to fill a cache detailSamuel Tardieu2013-01-202-82/+47
* | | | Lint fixesBananeweizen2013-01-201-1/+1
* | | | Do not create an intermediate empty array when copyingSamuel Tardieu2013-01-191-2/+2
* | | | Refactoring: remove unnecessary unboxingSamuel Tardieu2013-01-191-1/+1
* | | | Refactoring: use contains() where appropriateSamuel Tardieu2013-01-191-1/+1
* | | | Refactoring: remove redundant variablesSamuel Tardieu2013-01-192-4/+2
* | | | Refactoring: simplify if statementSamuel Tardieu2013-01-191-5/+1
* | | | Remove unnecessary qualifiers to thisSamuel Tardieu2013-01-191-3/+3
* | | | Add missing @Override annotationsSamuel Tardieu2013-01-191-0/+2
* | | | Do not hardcode "/sdcard/" to make lint happySamuel Tardieu2013-01-191-1/+3
* | | | Fix typo in log stringSamuel Tardieu2013-01-191-1/+1
* | | | New facility for logging large textual data while developingSamuel Tardieu2013-01-191-0/+32
* | | | Merge branch 'release' into upstreamSamuel Tardieu2013-01-192-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | fix #2412: login fail with unhelpful message on unvalidated accountSamuel Tardieu2013-01-192-0/+6
* | | | Merge pull request #2388 from YraFyra/copystuffcampbeb2013-01-191-4/+5
|\ \ \ \
| * | | | Possibility to copy gc-code and cache nameYraFyra2013-01-111-4/+5
* | | | | Send message to cacheowner and cachers in logsYraFyra2013-01-172-1/+9
* | | | | fix #2404: Remove spaces when editing coordinatesBananeweizen2013-01-171-17/+17
| |_|/ / |/| | |
* | | | Fix XML schema locationSamuel Tardieu2013-01-161-5/+3
* | | | Use XML serializer to generate proper XMLSamuel Tardieu2013-01-162-189/+159
| |_|/ |/| |
* | | fix #2394: view pager jumps back to details on device rotationSamuel Tardieu2013-01-132-3/+16
* | | Check the HTTP response data for nullnessSamuel Tardieu2013-01-131-5/+11
* | | Add javadoc to BaseUtils#getResponseDataSamuel Tardieu2013-01-131-0/+16
* | | Readding entries to a LRUSet already updates their freshnessSamuel Tardieu2013-01-131-4/+2
* | | Readding an entry to a LRUSet already updates its freshnessSamuel Tardieu2013-01-131-2/+1