| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | fix #2034: GPX eport from c:geo can not be imported to c:geo | Bananeweizen | 2012-10-02 | 1 | -1/+6 |
| | | |||||
| * | Refactoring: use chained append() calls | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | | | | | Using chained append() calls is more efficient than building the intermediate string by successive concatenations. | ||||
| * | fix #2013: Template for cache owner | Bananeweizen | 2012-09-01 | 1 | -60/+117 |
| | | |||||
| * | fix #1996: Translate is opening browser instead of translate app | Bananeweizen | 2012-09-01 | 3 | -5/+93 |
| | | |||||
| * | Merge pull request #1954 from Buuhuu/master | Samuel Tardieu | 2012-08-13 | 1 | -2/+3 |
| |\ | | | | | Fixed Issue #1915 | ||||
| | * | Replace unnecessary replacement of + by %20 | Buuhuu | 2012-08-13 | 1 | -1/+1 |
| | | | |||||
| | * | Used Android's Html class to convert HTML formated text to contentual string ↵ | Buuhuu | 2012-08-09 | 1 | -2/+3 |
| | | | | | | | | | only. | ||||
| * | | refactoring: use non static members in UnknownTagsHandler | Bananeweizen | 2012-08-12 | 1 | -11/+13 |
| | | | |||||
| * | | Add handling for HTML lists | campbeb | 2012-08-09 | 1 | -0/+30 |
| |/ | |||||
| * | Warn the user if the description contains a <pre/> tag | Samuel Tardieu | 2012-06-04 | 1 | -6/+8 |
| | | | | | | | | | The content of a <pre/> tag is not rendered correctly by a TextView. The user will receive the same warning as the one presented when a <table/> tag is present. See #1719 for an example of a problematic description. | ||||
| * | fix #1658: show today literally | Bananeweizen | 2012-06-01 | 1 | -0/+18 |
| | | |||||
| * | Put angle-related utilities into their own package | Samuel Tardieu | 2012-06-01 | 1 | -0/+28 |
| | | | | | Also, use float instead of double for every angle computation. | ||||
