| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #3837: parse new GPX waypoint types | Bananeweizen | 2014-05-14 | 1 | -0/+7 |
| | | |||||
| * | fix #3836: cache type is no longer recognized due to gc.com change | Samuel Tardieu | 2014-05-13 | 3 | -2/+14 |
| | | |||||
| * | fix #3795: filter invalid character references during import | Michael Keppler | 2014-04-29 | 2 | -1/+103 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Michael Keppler | 2014-04-28 | 2 | -42/+54 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/DataStore.java | ||||
| | * | fix #3750: gracefully handle file system access restrictions | Michael Keppler | 2014-04-28 | 2 | -42/+55 |
| | | | |||||
| * | | Use the same name as GPS manufacturers for local spoilers | Samuel Tardieu | 2014-04-26 | 1 | -2/+2 |
| | | | | | | | | | Garmin uses GeocachePhotos. This will ease the transfer of files. | ||||
| * | | #3778: remove reference from geo updater to details activity | Michael Keppler | 2014-04-26 | 1 | -13/+27 |
| | | | |||||
| * | | fix broken JavaDoc | Michael Keppler | 2014-04-26 | 1 | -5/+7 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Michael Keppler | 2014-04-26 | 1 | -22/+43 |
| |\ \ | |/ | |||||
| | * | #3778: avoid reference from location updater to maps UI | Michael Keppler | 2014-04-26 | 1 | -22/+43 |
| | | | |||||
| * | | fix #3677: more fields in GPX export | Michael Keppler | 2014-04-26 | 1 | -4/+49 |
| | | | |||||
| * | | fix #3791: have logs separated from caches | Michael Keppler | 2014-04-25 | 8 | -55/+58 |
| | | | |||||
| * | | Local spoilers are not real spoilers | Samuel Tardieu | 2014-04-24 | 1 | -3/+3 |
| | | | | | | | | | | | They should not be returned by getSpoilers() as they would be stored again. | ||||
| * | | close #3438: import external spoiler images | Jean Caffou | 2014-04-24 | 1 | -4/+22 |
| | | | |||||
| * | | Add the ability to send local images to external viewer | Samuel Tardieu | 2014-04-24 | 1 | -1/+1 |
| | | | | | | | | | This is needed for the implementation of #3438. | ||||
| * | | refactoring: add conversion utility methods between File and url | Samuel Tardieu | 2014-04-24 | 3 | -2/+50 |
| | | | |||||
| * | | Add more @NonNull annotations for overriden methods | Samuel Tardieu | 2014-04-24 | 2 | -2/+4 |
| | | | |||||
| * | | Initialize an Image object from a local file | Samuel Tardieu | 2014-04-24 | 1 | -0/+6 |
| | | | | | | | | | This will be used for the implementation of #3438. | ||||
| * | | Return an empty observable rather than null if local image is absent | Samuel Tardieu | 2014-04-24 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | This would not be a problem given the fact that we will always reference existing local images, but returning an empty observable is more consistent with the existing behaviour. Part of implementation of #3438. | ||||
| * | | Add local file loading capability | Samuel Tardieu | 2014-04-24 | 1 | -0/+14 |
| | | | | | | | | | This will be used in implementation of #3438. | ||||
| * | | Revert "fix #3759: OOM while loading caches" | Samuel Tardieu | 2014-04-24 | 2 | -98/+56 |
| | | | | | | | | | | | | | This reverts commit 2f3e8ddd18303123a1b81995357f27461fa1d586, as the symptom of the out of memory error might not be its cause, and it slows down the loading of lists. | ||||
| * | | #3784: comment PendingIntent of MapsWithMe | Michael Keppler | 2014-04-24 | 2 | -3/+3 |
| | | | |||||
| * | | Workaround for #3784, Crash when opening cache link | rsudev | 2014-04-23 | 1 | -1/+3 |
| | | | |||||
| * | | #3783: added icons for giga event | rsudev | 2014-04-23 | 1 | -1/+1 |
| | | | |||||
| * | | remove methods invoking only super method | Michael Keppler | 2014-04-23 | 5 | -28/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Michael Keppler | 2014-04-23 | 1 | -2/+6 |
| |\ \ | |/ | |||||
| | * | fix #3731: use formatted numbers when calling navigation | Michael Keppler | 2014-04-23 | 1 | -2/+6 |
| | | | | | | | | | Until now we used the raw number to string conversion, therefore giving much more than the usual 6 digits after the comma to other applications. | ||||
| * | | #3783: support giga event type | Michael Keppler | 2014-04-23 | 1 | -2/+3 |
| | | | | | | | New icons are still missing. | ||||
| * | | fix #3697: have attended as log type on day of event | Michael Keppler | 2014-04-22 | 2 | -20/+24 |
| | | | |||||
| * | | add missing flag initialization | Michael Keppler | 2014-04-22 | 1 | -0/+1 |
| | | | | | | | Thanks to Samuel for catching this mistake. | ||||
| * | | fix deprecation warning | Michael Keppler | 2014-04-22 | 1 | -24/+25 |
| | | | | | | | | | Second try not using static methods and instead moving everything into the listener class. | ||||
| * | | fix new deprecation warning | Michael Keppler | 2014-04-22 | 1 | -6/+9 |
| | | | |||||
| * | | handle missing orientation sensor | Michael Keppler | 2014-04-22 | 1 | -1/+26 |
| | | | | | | | | | | | If a device has no orientation sensor (like Genymotion emulator), then a SensorManager log entry is created each time we try to register a listener. Avoid the registration if there is no sensor. | ||||
| * | | new: integrate mapswithme | Michael Keppler | 2014-04-21 | 5 | -2/+119 |
| | | | |||||
| * | | work on #3780: do not reload caches to get their attributes | Samuel Tardieu | 2014-04-21 | 1 | -8/+1 |
| | | | | | | | | | The attributes are lazily loaded, so they will always be up-to-date. | ||||
| * | | Stop all images tab downloads in onDestroy() | Samuel Tardieu | 2014-04-21 | 2 | -9/+8 |
| | | | |||||
| * | | cleanup: remove unused import | Michael Keppler | 2014-04-20 | 1 | -1/+1 |
| | | | |||||
| * | | Take advantage of RxJava's renewed Android operators | Samuel Tardieu | 2014-04-20 | 12 | -114/+87 |
| | | | |||||
| * | | silence Findbugs warning | Michael Keppler | 2014-04-19 | 1 | -3/+3 |
| | | | | | | | | | Findbugs issues an unused object warning, therefore go without an object assignment and have the suppressWarnings at the method level. | ||||
| * | | fix remaining warnings or document them | Michael Keppler | 2014-04-19 | 4 | -5/+9 |
| | | | |||||
| * | | remove unneeded suppresswarnings | Michael Keppler | 2014-04-19 | 5 | -15/+21 |
| | | | | | | | | | | | Eclipse does not show a warning if the parameter is documented in the JavaDoc. If your IDE shows warnings about these parameters now after the change, consider upgrading. | ||||
| * | | fix some compiler warnings | Michael Keppler | 2014-04-19 | 1 | -3/+5 |
| |/ | |||||
| * | Help FindBugs another way | Samuel Tardieu | 2014-04-15 | 1 | -3/+3 |
| | | |||||
| * | Help FindBugs to understand that variable cannot be null | Samuel Tardieu | 2014-04-15 | 1 | -1/+2 |
| | | |||||
| * | fix #3755: crash when user enters invalid coordinates | Samuel Tardieu | 2014-04-15 | 1 | -40/+45 |
| | | |||||
| * | refactoring: factor out coordinates validity checks | Samuel Tardieu | 2014-04-15 | 2 | -2/+29 |
| | | |||||
| * | Fixes #3765, Somehting is strange with oc autorization | rsudev | 2014-04-14 | 1 | -3/+3 |
| | | | | | Corrected parameterization of OCPreferenceKeys | ||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-13 | 2 | -2/+2 |
| |\ | |||||
| | * | fix #3761: crash when long-clicking on a value field | Samuel Tardieu | 2014-04-13 | 2 | -2/+2 |
| | | | |||||
| * | | fix #3759: OOM while loading caches | Samuel Tardieu | 2014-04-13 | 1 | -56/+58 |
| | | | | | | | | | Caches are now loaded by chunks of 50. | ||||
