| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reduce memory usage for cache lists | Bananeweizen | 2013-02-14 | 7 | -72/+107 |
| | | | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs | ||||
| * | Detail View: moved list box under offline box | koem | 2013-02-14 | 1 | -41/+34 |
| | | |||||
| * | new: filter by cache origin (website) | Bananeweizen | 2013-02-13 | 4 | -0/+50 |
| | | |||||
| * | Merge branch 'release' | Bananeweizen | 2013-02-13 | 2 | -1/+39 |
| |\ | | | | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/CacheDetailActivity.java main/src/cgeo/geocaching/cgeotrackable.java | ||||
| | * | fix #2475: don't crash at link anchors | Bananeweizen | 2013-02-13 | 3 | -3/+42 |
| | | | |||||
| | * | Version Info | mucek4 | 2013-02-07 | 1 | -2/+2 |
| | | | |||||
| | * | Change log update release branch | Lars | 2013-02-06 | 1 | -0/+6 |
| | | | |||||
| * | | new var instead of reassigning input parameter | koem | 2013-02-13 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch 'master' into chooselist | koem | 2013-02-13 | 175 | -1164/+4370 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into oc_icons | koem | 2013-02-12 | 66 | -8/+28 |
| | |\ \ | | | | | | | | | | | | | | | | | - changed icons - repaired test class | ||||
| | * | | | Unit-Tests ++ | koem | 2013-02-12 | 5 | -14/+19 |
| | | | | | | | | | | | | | | | | | - and Maintenance Icon Color changed to alert-red | ||||
| | * | | | merge conflict | koem | 2013-02-11 | 1 | -16/+16 |
| | |\ \ \ | |||||
| | * | | | | Icons for OC | koem | 2013-02-11 | 174 | -1165/+4366 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons | ||||
| * | | | | | Merge branch 'master' into chooselist | koem | 2013-02-13 | 4 | -2/+22 |
| |\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | | Merge pull request #2470 from marco-jacob/updateMapIcons | Marco Jacob | 2013-02-11 | 1 | -1/+3 |
| | |\ \ \ \ | | | | | | | | | | | | | fixes #2436 - new colletion type needs remove on old cache instance | ||||
| | | * | | | | fixes #2436 - new colletion type needs remove on old cache instance | Marco Jacob | 2013-02-11 | 1 | -1/+3 |
| | | | |/ / | | |/| | | |||||
| | * | | | | Fix #2348, Cache description is missing for OC0537 | rsudev | 2013-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Added failing testcase and fixed modifiedsince in query-string | ||||
| | * | | | | Fix #2441, Owner information not shown for OC.de caches | rsudev | 2013-02-11 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | Extended oc connector to return owner state as well | ||||
| | * | | | | #2441: cache owner information for OC | Bananeweizen | 2013-02-11 | 1 | -0/+8 |
| | |/ / / | |||||
| * | | | | Merge branch 'master' into chooselist | koem | 2013-02-11 | 2 | -17/+17 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | #2347: fix bad attribute mapping | Bananeweizen | 2013-02-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | remove blanks | Schorti | 2013-02-08 | 1 | -16/+16 |
| | |/ / | | | | | | | | | | removing blanks | ||||
| * | | | Merge branch 'master' into chooselist | koem | 2013-02-08 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Fix #2459, Attended is not detected as found for OC | rsudev | 2013-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Extended parser to detect the additional logtype | ||||
| * | | | issue #275 - Move to other list from cache screen | koem | 2013-02-08 | 14 | -92/+323 |
| |/ / | | | | | | | and: choose list when storing | ||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-02-06 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #2451, bad pattern for cache count parsing | Bananeweizen | 2013-02-06 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: minor rename of resources | Bananeweizen | 2013-02-05 | 4 | -2/+2 |
| | | | |||||
| * | | Use a standard Callable interface for lazy initialized lists | Samuel Tardieu | 2013-02-03 | 2 | -22/+27 |
| | | | |||||
| * | | Restrict LazyInitializedList to the List interface | Samuel Tardieu | 2013-02-03 | 6 | -23/+29 |
| | | | | | | | | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList. | ||||
| * | | Make LazyInitializedList<E> a List<E> | Samuel Tardieu | 2013-02-03 | 3 | -56/+20 |
| | | | |||||
| * | | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 99 | -492/+492 |
| | | | |||||
| * | | Remove useless import | Samuel Tardieu | 2013-02-03 | 1 | -1/+0 |
| | | | |||||
| * | | Refactoring: use static initialization | Samuel Tardieu | 2013-02-03 | 1 | -5/+5 |
| | | | |||||
| * | | Remove obsolete javadoc | Samuel Tardieu | 2013-02-03 | 1 | -11/+0 |
| | | | |||||
| * | | Use two methods to do two different things | Samuel Tardieu | 2013-02-03 | 1 | -99/+93 |
| | | | | | | | | | | | Checking the parameters nullness to determine the function to perform is a bad practice. | ||||
| * | | Refactoring: simplify variable computation | Samuel Tardieu | 2013-02-03 | 1 | -14/+3 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #2444: wrong "light theme" French translation | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| | | | |||||
| | * | Revert "Keep the Waypoint Ids stable. Fixes #2341" | Samuel Tardieu | 2013-01-29 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | This reverts commit 6335693959709d1d1f6cd08379e70b726731809a. The fix caused problems that were partially fixed in the master branch, but the changes are too broad to integrate in the release branch. | ||||
| * | | Restore background color for light theme | Samuel Tardieu | 2013-02-03 | 1 | -0/+1 |
| | | | |||||
| * | | don't load image urls when getting OC cache lists | Bananeweizen | 2013-02-03 | 1 | -5/+5 |
| | | | |||||
| * | | respect exclude options when searching OC caches | Bananeweizen | 2013-02-03 | 1 | -7/+20 |
| | | | |||||
| * | | Adding missing german translation | Lars | 2013-02-02 | 1 | -0/+2 |
| | | | |||||
| * | | Remove background attributes on layouts | Samuel Tardieu | 2013-02-02 | 29 | -44/+15 |
| | | | | | | | | | | | | | If a background attribute is set on both a layout and a theme, the background is drawn twice. Since our themes define a background color, there is no need to set it on individual layouts too. | ||||
| * | | #2347: map common cache attributes of opencaching | Bananeweizen | 2013-02-02 | 2 | -3/+388 |
| | | | |||||
| * | | change wording from "GC code" to "geo code" | Bananeweizen | 2013-02-01 | 17 | -48/+30 |
| | | | |||||
| * | | new: log images for opencaching.de | Bananeweizen | 2013-02-01 | 2 | -7/+33 |
| | | | |||||
| * | | Merge pull request #2438 from RomNexus6/patch-37 | Bananeweizen | 2013-02-01 | 1 | -0/+4 |
| |\ \ | | | | | | | updated translation-it to jan-30 | ||||
| | * | | updated translation-it to jan-30 | RomNexus6 | 2013-01-31 | 1 | -0/+4 |
| | | | | | | | | | | jan-30 included | ||||
