| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: convert details context menu to XML resource | Bananeweizen | 2013-09-20 | 1 | -46/+32 |
| | | |||||
| * | remove unused drawing code | Bananeweizen | 2013-09-20 | 1 | -6/+1 |
| | | |||||
| * | make cache list compass views update every 5 degrees | Bananeweizen | 2013-09-20 | 1 | -2/+2 |
| | | | | * previously used 10 degrees steps, leading to notable jumps | ||||
| * | lint: call super methods in onDetachedFromWindow | Bananeweizen | 2013-09-20 | 2 | -1/+3 |
| | | |||||
| * | fix #3304: Use event date instead of current date for logging | Bananeweizen | 2013-09-20 | 1 | -0/+4 |
| | | |||||
| * | typo | Bananeweizen | 2013-09-19 | 1 | -1/+1 |
| | | |||||
| * | Do not try to hide an unpublished cache to its owner | Samuel Tardieu | 2013-09-17 | 2 | -2/+1 |
| | | | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo. | ||||
| * | refactoring: create named classes for different locus functionality | Bananeweizen | 2013-09-17 | 4 | -5/+23 |
| | | |||||
| * | refactoring: remove GPX parser warning | Bananeweizen | 2013-09-17 | 1 | -2/+1 |
| | | | | * if files cannot be parsed, an error is logged by the importer anyway | ||||
| * | Reinstate original Twitter API tokens | Samuel Tardieu | 2013-09-17 | 1 | -2/+2 |
| | | | | | | This partically reverts commit f3e6e0cde4e59a58afc7046c05aa4d9a96cfbd38 now that the callback is correctly configured on twitter.com. | ||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-17 | 2 | -1/+22 |
| |\ | |||||
| | * | fix #3234: trackable in hands of cacher problems | Samuel Tardieu | 2013-09-17 | 2 | -1/+22 |
| | | | |||||
| * | | avoid exception on log parsing for non logged in user | Bananeweizen | 2013-09-15 | 1 | -0/+10 |
| | | | |||||
| * | | assertion badly triggered in tests of UTFGridPosition | Bananeweizen | 2013-09-15 | 1 | -3/+6 |
| | | | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong | ||||
| * | | Do not mark overriden activity methods as final | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | Since we use view injection, it will create a derived AboutActivity_ which will try to override the onCreate method itself, leading to a loader error. | ||||
| * | | Do not retry loading a page after 404 from gc.com | Samuel Tardieu | 2013-09-15 | 5 | -8/+27 |
| | | | | | | | | | | | | | When a page cannot be found, geocaching.com returns with a 404. Retrying while logged in would not change anything, and we should not consider ourselves as logged as guest because of this error. | ||||
| * | | fix #3286: move selected caches to a new list not possible | Samuel Tardieu | 2013-09-15 | 1 | -0/+1 |
| | | | | | | | | | | | The new list needs to be registered as a concrete list so that moving caches into it is allowed. | ||||
| * | | fix #3285: delete from list is not possible | Samuel Tardieu | 2013-09-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | By creating the temporary list, it is recognized as a concrete list towards which caches can be moved. This also fixed #3287. | ||||
| * | | refactoring: add nullness annotations | Samuel Tardieu | 2013-09-15 | 1 | -2/+4 |
| | | | |||||
| * | | refactoring: do not create explicit handlers when not needed | Samuel Tardieu | 2013-09-15 | 3 | -52/+31 |
| | | | | | | | | | | | | | When no information is to be carried to the handler, if the handler is called from one place it is simpler to use runOnUiThread rather than to construct an explicit handler. | ||||
| * | | Add comment about using streaming version of base64 | Samuel Tardieu | 2013-09-15 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/network/HtmlImage.java | ||||
| | * | Use Base64 class from our HTTP library | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The Android one is available from SDK level 8 only and we require level 7 for c:geo. Related to #3262. | ||||
| | * | Merge remote-tracking branch 'upstream/issue-3260' into release | Samuel Tardieu | 2013-09-15 | 1 | -5/+3 |
| | |\ | |||||
| * | | | Use Apache commons IOUtils rather than our own | Samuel Tardieu | 2013-09-15 | 7 | -30/+8 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-15 | 2 | -17/+46 |
| |\ \ \ | |/ / | |||||
| | * | | fix #3262: c:geo does not handle inline images | Samuel Tardieu | 2013-09-15 | 2 | -17/+46 |
| | | | | |||||
| * | | | refactoring: add missing final | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | refactoring: do not duplicate code path, partition list instead | Samuel Tardieu | 2013-09-15 | 2 | -16/+17 |
| | | | | |||||
| * | | | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 22 | -23/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html | ||||
| * | | | Remove arbitrary inter-caches delay | Samuel Tardieu | 2013-09-15 | 1 | -23/+0 |
| | | | | |||||
| * | | | refactoring: remove duplicated strings | Bananeweizen | 2013-09-15 | 1 | -6/+6 |
| | | | | |||||
| * | | | refactoring: remove duplicated code | Bananeweizen | 2013-09-15 | 3 | -64/+23 |
| | | | | | | | | | | * AuthorizeTwitterPreference and AuthorizeOcPreference do the same | ||||
| * | | | refactoring: typos, formatting, visibility | Bananeweizen | 2013-09-15 | 6 | -17/+17 |
| | | | | |||||
| * | | | Add note about Waypoint natural ordering | Samuel Tardieu | 2013-09-15 | 2 | -0/+6 |
| | | | | |||||
| * | | | fix #3244: Event cache pop-up should show the date of the event | Bananeweizen | 2013-09-14 | 2 | -0/+14 |
| | | | | |||||
| * | | | refactoring: adjust method name to purpose | Samuel Tardieu | 2013-09-14 | 1 | -6/+6 |
| | | | | |||||
| * | | | Merge branch 'release' | Bananeweizen | 2013-09-14 | 1 | -2/+3 |
| |\ \ \ | |/ / | |||||
| | * | | fix #3250: Strip HTML before using translate | Bananeweizen | 2013-09-14 | 1 | -2/+3 |
| | | | | |||||
| * | | | fix #3257: Switch from history to other list by title click | Bananeweizen | 2013-09-14 | 2 | -17/+22 |
| | | | | |||||
| * | | | refactoring: StoredList | Bananeweizen | 2013-09-14 | 4 | -12/+53 |
| | | | | | | | | | | * try more encapsulation instead of ID comparisons all time | ||||
| * | | | refactoring: do not use default encoding | Samuel Tardieu | 2013-09-14 | 3 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | For headers and mount point parsing, we use UTF-8, which is almost certainly the default on the platform, even if only the ASCII plane is likely to be used. | ||||
| * | | | refactoring: further qualify resource to silent lint warning | Samuel Tardieu | 2013-09-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | refactoring: use typed empty list instead of a List<Object> | Samuel Tardieu | 2013-09-14 | 1 | -2/+1 |
| | | | | | | | | | | | | | It will remove one recently introduced warning. | ||||
| * | | | refactoring: add more annotations | Samuel Tardieu | 2013-09-14 | 2 | -2/+11 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-14 | 1 | -3/+13 |
| |\ \ \ | |/ / | |||||
| | * | | fix #3277: NPE when saving a scaled image | Samuel Tardieu | 2013-09-14 | 1 | -3/+13 |
| | | | | |||||
| * | | | refactoring: add more annotations | Samuel Tardieu | 2013-09-14 | 2 | -0/+4 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-14 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | fix #3276: NPE because of a null log types | Samuel Tardieu | 2013-09-14 | 1 | -2/+2 |
| | | | | |||||
