aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: iterate directly over collection itemsSamuel Tardieu2013-01-291-14/+5
* Return Parcel objects to the global pool after useSamuel Tardieu2013-01-291-2/+3
* Remove unnecessary importsSamuel Tardieu2013-01-291-4/+0
* Refactoring: remove unnecessary private qualifierSamuel Tardieu2013-01-291-1/+1
* Refactoring: remove unnecessary this qualifierSamuel Tardieu2013-01-291-3/+3
* Fix whitespace at end of line in czech translationsSamuel Tardieu2013-01-281-15/+15
* Added bunch of missing czech translationstriakcz2013-01-281-12/+214
* lint cleanupsBananeweizen2013-01-2833-1016/+1255
* Merge pull request #2432 from ray4423/translate_jaBananeweizen2013-01-271-47/+100
|\
| * Update Japanese translationRay2013-01-271-47/+100
* | Refactoring: simplify and optimize code by avoiding toArraySamuel Tardieu2013-01-271-4/+2
* | #1791: remove reset coords dialogBananeweizen2013-01-272-80/+49
* | refactoring: move some more dialogs into new packageBananeweizen2013-01-2712-18/+29
* | #1791: refactor live map hint activity into a dialogBananeweizen2013-01-275-108/+66
* | Do not repeat the work done in superclass in overriden methodSamuel Tardieu2013-01-272-17/+1
* | Fix typo in AddressListActivitySamuel Tardieu2013-01-273-6/+6
* | Make our dir chooser return the same thing as the OI oneSamuel Tardieu2013-01-272-9/+5
* | Isolate intent extras into a new classSamuel Tardieu2013-01-2716-89/+105
* | 0 is a valid waypoint idSamuel Tardieu2013-01-262-4/+4
* | 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-235-91/+83
|\
| * #1791: remove selfmade dialog buttonBananeweizen2013-01-234-85/+71
| * New german strings and small changesLars2013-01-231-6/+12
* | 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-232-80/+97
|\ \
| * | Fixed TODO ... saving waypoint has common progress for alltriakcz2013-01-222-80/+97
* | | 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-203-2/+3
* | | | 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