| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implements #750, use preference activity | koem | 2013-07-09 | 3 | -5/+5 |
| | | |||||
| * | fix #2937: Merging of personal note not OK | Bananeweizen | 2013-07-05 | 1 | -2/+2 |
| | | |||||
| * | Fixes #2923, Menu slow to open in cache details | rsudev | 2013-06-27 | 2 | -2/+20 |
| | | | | | Removed costly scan of installed packages for launchable apps | ||||
| * | new: only show streetview menu if available | Bananeweizen | 2013-06-21 | 1 | -2/+21 |
| | | |||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 14 | -18/+55 |
| | | |||||
| * | fix #2877: empty trackables page | Bananeweizen | 2013-06-13 | 1 | -0/+3 |
| | | |||||
| * | refactoring: remove duplicated code, add tests | Bananeweizen | 2013-06-08 | 1 | -27/+25 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 2 | -4/+4 |
| | | |||||
| * | refactoring: avoid more compiler warnings | Bananeweizen | 2013-05-30 | 1 | -2/+2 |
| | | |||||
| * | refactoring: make periodic handler use weak references | Samuel Tardieu | 2013-05-25 | 1 | -11/+22 |
| | | | | | | | | | | | | PeriodicHandler now uses weak references to keep a link to the looper that requested it. This way, it will not prevent the source from being garbage collected even though a delayed message may be queued in the handler. Also, at the next iteration, the periodic handler will notice that its starter looper has been garbage collected and will stop itself if it has not been already. | ||||
| * | doc: enhance containsHtml() description | Samuel Tardieu | 2013-05-23 | 1 | -3/+4 |
| | | |||||
| * | #1348: use buffered io | Bananeweizen | 2013-05-11 | 1 | -2/+5 |
| | | |||||
| * | refactoring: make handler abstract | Bananeweizen | 2013-05-10 | 1 | -6/+16 |
| | | | | | * needs overridden methods * add documentation | ||||
| * | fixes #2533 - added image scaling | Marco Jacob | 2013-04-28 | 1 | -1/+37 |
| | | | | | | | | | modifications suggested by Bananeweizen next recommended changes and scaling now on leaving ImageSelectActivity fixed wrong spelling | ||||
| * | refactoring: make API of AsyncTaskWithProgress more explicit | Bananeweizen | 2013-04-07 | 1 | -20/+79 |
| | | |||||
| * | #1798: refactoring, extract common asynctask with progress | Bananeweizen | 2013-03-29 | 1 | -0/+80 |
| | | |||||
| * | Fixes #2538 - German Umlauts in image caption and description | koem | 2013-03-18 | 1 | -26/+0 |
| | | | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class | ||||
| * | Fixes #2538 - German umlauts for image upload | koem | 2013-03-13 | 1 | -1/+1 |
| | | |||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 2 | -1/+6 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | ImageUpload - fine-tuning | rsudev | 2013-02-18 | 1 | -2/+2 |
| | | | | | | | Removed test code and comments Some error-handling Localizability | ||||
| * | Merge remote-tracking branch 'campbeb/fix6a' into 6b | rsudev | 2013-02-18 | 1 | -0/+25 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java | ||||
| | * | Convert non-Latin characters in uploaded text to HTML equivalents | campbeb | 2013-01-19 | 1 | -0/+25 |
| | | | | | | | | | Add new HtmlUtil function for this as it needs to occur in multiple places | ||||
| * | | Use a standard Callable interface for lazy initialized lists | Samuel Tardieu | 2013-02-03 | 1 | -19/+24 |
| | | | |||||
| * | | Restrict LazyInitializedList to the List interface | Samuel Tardieu | 2013-02-03 | 1 | -9/+0 |
| | | | | | | | | | | | 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 | 1 | -49/+13 |
| | | | |||||
| * | | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -6/+6 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-01-23 | 1 | -0/+24 |
| |\ \ | |||||
| | * | | fix #2317: NPE while backuping data | Samuel Tardieu | 2013-01-23 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous fix for #2317 was incomplete, as the dependency of the CentralBackupAgent onto Settings caused a NPE because Settings static initializations require that an application has been created, which is apparently not the case when a backup is launched by the OS. The preference name has been isolated into a no-dependency package so that the CentralBackupAgent does not depend on an application existing anymore. | ||||
| * | | | Do not hardcode "/sdcard/" to make lint happy | Samuel Tardieu | 2013-01-19 | 1 | -1/+3 |
| | | | | |||||
| * | | | New facility for logging large textual data while developing | Samuel Tardieu | 2013-01-19 | 1 | -0/+32 |
| | | | | |||||
| * | | | Use XML serializer to generate proper XML | Samuel Tardieu | 2013-01-16 | 1 | -0/+41 |
| | | | | | | | | | | | | | Do not cook up XML by hand when proper methods exist. | ||||
| * | | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 1 | -8/+11 |
| |\ \ \ | |/ / | | / | |/ |/| | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| * | | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -3/+3 |
| | | | |||||
| * | | Do not depend on mapsforge in non-maps related classes | Samuel Tardieu | 2013-01-10 | 1 | -0/+20 |
| | | | | | | | | | | | | | This feels like an inversion of dependencies to depend on mapsforge in non-maps related classes. As closeQuietly() is useful, we can import it into our utility class without requiring this dependency. | ||||
| * | | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -5/+5 |
| | | | |||||
| * | | fix #2328: Have a wrapper around Matcher to avoid String related memory | Bananeweizen | 2013-01-05 | 1 | -0/+91 |
| | | | | | | | issues | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-01-01 | 1 | -0/+13 |
| |\ \ | |/ | |||||
| | * | fix #2316: race condition in LeastRecentlyUsedSet | Samuel Tardieu | 2013-01-01 | 1 | -0/+13 |
| | | | | | | | | | | | | | removeAll() must be synchronized as well. Otherwise, the documentation states that it uses a (unsynchronized) iterator to perform the removal, which causes race conditions. | ||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -1/+1 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | Refactoring: remove unnecessary enum qualifiers | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: clone() overrides could need CloneNotSupportedException | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 1 | -8/+4 |
| | | | |||||
| * | | #2083: target level 17 changes | Bananeweizen | 2012-11-19 | 3 | -12/+12 |
| |/ | | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes | ||||
| * | fix #2167: Not possible to open OP caches | Bananeweizen | 2012-11-18 | 1 | -2/+10 |
| | | |||||
| * | refactoring: lazy initialized lists | Bananeweizen | 2012-11-18 | 1 | -5/+28 |
| | | | | | * change more users to only take Iterable interface * return unmodifiable list only | ||||
| * | #1973: better thread safety | Bananeweizen | 2012-11-11 | 1 | -2/+6 |
| | | |||||
| * | fix #1973: Logs gone after online logging | Bananeweizen | 2012-11-11 | 1 | -0/+68 |
| | | |||||
| * | Implements #1676, custom themes | rsudev | 2012-11-03 | 1 | -0/+64 |
| | | | | | | | - Adds the selection of a base folder for map themes to settings - Reworks the map menu to allow selection of a custom theme - Implements a reusable version of listDir to get a list of files | ||||
| * | fix #1991: TB: Last activity wrong in case last activity is today | Bananeweizen | 2012-10-05 | 1 | -2/+2 |
| | | |||||
| * | #2034: additional unit test | Bananeweizen | 2012-10-02 | 1 | -1/+1 |
| | | | | * replace control character by space instead of empty string | ||||
