| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Mark method return as NonNull | Samuel Tardieu | 2014-05-13 | 1 | -2/+2 | |
| | | | | | | | | | The interface has changed in a recent commit. | |||||
| * | | Parse and load additional logs and rating in parallel | Samuel Tardieu | 2014-05-13 | 1 | -10/+25 | |
| | | | ||||||
| * | | Separate cache parsing and database saving code | Samuel Tardieu | 2014-05-13 | 2 | -43/+61 | |
| | | | | | | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs. | |||||
| * | | Load friends logs and own log in parallel | Samuel Tardieu | 2014-05-13 | 2 | -112/+121 | |
| | | | ||||||
| * | | Upgrade to RxJava 0.18.3 and use the new Scheduler interface | Samuel Tardieu | 2014-05-13 | 9 | -58/+41 | |
| | | | ||||||
| * | | refactoring: remove listener references to cachelistadapter | Bananeweizen | 2014-05-13 | 1 | -13/+26 | |
| | | | ||||||
| * | | Dump memory on OOM to investigate #3818 | rsudev | 2014-05-12 | 1 | -0/+31 | |
| | | | ||||||
| * | | fix #3814: enable list menu after leaving history | Bananeweizen | 2014-05-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | change: set ownerUserId for OC caches | Bananeweizen | 2014-05-11 | 1 | -2/+5 | |
| | | | | | | | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches. | |||||
| * | | fix: don't show suggestion which cannot be found | Bananeweizen | 2014-05-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Until now the owner display text was suggested when searching for the owner. But the online search only searches for the user real name. E.g. when a cache displayed "X and Y" as owner, the real owner is often only "X". | |||||
| * | | refactoring: avoid activity references | Bananeweizen | 2014-05-11 | 3 | -26/+40 | |
| | | | ||||||
| * | | Revert "Call vacuum when cleaning the database" | Samuel Tardieu | 2014-05-11 | 1 | -4/+0 | |
| | | | | | | | | | | | | | This reverts commit 5133e107e51e7e97f40644fc9dcad6a9ba42ac28. Fix for #3827. | |||||
| * | | refactoring: remove activity reference | Bananeweizen | 2014-05-11 | 1 | -3/+13 | |
| | | | ||||||
| * | | fix #3803: import from android wrongly enabled in history | Bananeweizen | 2014-05-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Call vacuum when cleaning the database | Samuel Tardieu | 2014-05-09 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge pull request #3808 from marco-dev/personalLogsOnFriendsTab | rsudev | 2014-05-05 | 2 | -52/+87 | |
| |\ \ | | | | | | | Fixes #1793 - personal logs on friends logs tab | |||||
| | * | | Fixes #1793 - personal logs on friends logs tab | Marco Jacob | 2014-05-03 | 2 | -52/+87 | |
| | | | | ||||||
| * | | | Fixes #3809, Cannot hide owned caches on live map; OpenCaching.us | rsudev | 2014-05-04 | 1 | -0/+6 | |
| | | | | | | | | | | | | | - implemted isOwner for OCApiLiveConnector | |||||
| * | | | Fixes #3812, "Webcam photo taken" log does not mark cache as found | rsudev | 2014-05-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fixes #3698, Archived caches still shown on map | rsudev | 2014-05-03 | 4 | -3/+6 | |
| |/ / | | | | | | | | | | | | | - filter archived as disabled on map - their waypoints as well - use disabled icon for archived on static maps - filter archived alongside disabled in SearchResult | |||||
| * | | Implements #3758, Filter for "Not found" caches | rsudev | 2014-05-01 | 1 | -0/+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. | |||||
