aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* refactoring: minor rename of resourcesBananeweizen2013-02-054-2/+2
* Use a standard Callable interface for lazy initialized listsSamuel Tardieu2013-02-032-22/+27
* Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-036-23/+29
* Make LazyInitializedList<E> a List<E>Samuel Tardieu2013-02-033-56/+20
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-0399-492/+492
* Remove useless importSamuel Tardieu2013-02-031-1/+0
* Refactoring: use static initializationSamuel Tardieu2013-02-031-5/+5
* Remove obsolete javadocSamuel Tardieu2013-02-031-11/+0
* Use two methods to do two different thingsSamuel Tardieu2013-02-031-99/+93
* Refactoring: simplify variable computationSamuel Tardieu2013-02-031-14/+3
* Merge branch 'release' into upstreamSamuel Tardieu2013-02-031-1/+1
|\
| * fix #2444: wrong "light theme" French translationSamuel Tardieu2013-02-031-1/+1
| * Revert "Keep the Waypoint Ids stable. Fixes #2341"Samuel Tardieu2013-01-291-6/+3
* | Restore background color for light themeSamuel Tardieu2013-02-031-0/+1
* | don't load image urls when getting OC cache listsBananeweizen2013-02-031-5/+5
* | respect exclude options when searching OC cachesBananeweizen2013-02-031-7/+20
* | Adding missing german translationLars2013-02-021-0/+2
* | Remove background attributes on layoutsSamuel Tardieu2013-02-0229-44/+15
* | #2347: map common cache attributes of opencachingBananeweizen2013-02-022-3/+388
* | change wording from "GC code" to "geo code"Bananeweizen2013-02-0117-48/+30
* | new: log images for opencaching.deBananeweizen2013-02-012-7/+33
* | Merge pull request #2438 from RomNexus6/patch-37Bananeweizen2013-02-011-0/+4
|\ \
| * | updated translation-it to jan-30RomNexus62013-01-311-0/+4
* | | Merge pull request #2437 from triakcz/czech_translationBananeweizen2013-02-011-42/+226
|\ \ \
| * | | Finished czech translationtriakcz2013-01-301-47/+196
| * | | Updated czech translationtriakcz2013-01-301-1/+36
* | | | new: spoiler support for opencaching.deBananeweizen2013-02-012-1/+75
| |/ / |/| |
* | | fix #2392: Global cache type filter not applied for OC-cachesBananeweizen2013-01-311-0/+1
* | | refactoring: simplify cache type checksBananeweizen2013-01-314-3/+20
* | | fix #2352: String "Listed on geocaching.com" missing for translationBananeweizen2013-01-303-2/+9
* | | fix #2353: "This description contains table elements..."Bananeweizen2013-01-3012-12/+14
* | | Remove unused importSamuel Tardieu2013-01-291-2/+0
* | | 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