| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #3818: enable memory dumps on demand | Bananeweizen | 2014-05-17 | 8 | -8/+99 |
| | | |||||
| * | avoid NPE on CI | Bananeweizen | 2014-05-17 | 1 | -5/+6 |
| | | | | Funny enough, locally that same exception does not happen. | ||||
| * | fix #3823: detect import file type by content | Bananeweizen | 2014-05-17 | 5 | -34/+209 |
| | | |||||
| * | fix #3255: don't ask for list when storing from history | Bananeweizen | 2014-05-17 | 5 | -18/+20 |
| | | |||||
| * | fix #3342: show send2cgeo menu also with no registration | Bananeweizen | 2014-05-17 | 3 | -11/+31 |
| | | |||||
| * | minor code cleanups | Bananeweizen | 2014-05-17 | 11 | -71/+57 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-05-14 | 5 | -1/+4884 |
| |\ | | | | | | | | | Conflicts: main/res/values/changelog_release.xml | ||||
| | * | fix #3837: parse new GPX waypoint types | Bananeweizen | 2014-05-14 | 4 | -0/+4883 |
| | | | |||||
| | * | Update changelog_release.xml | Lars | 2014-05-14 | 1 | -4/+2 |
| | | | | | | | | | Sometime the github UI changes the branch without notice. So the first update went to the wrong branch. | ||||
| * | | Update Intellij IDEA warnings and errors | Samuel Tardieu | 2014-05-14 | 1 | -3/+19 |
| | | | |||||
| * | | Handler can be null in calls to GCParser methods | Samuel Tardieu | 2014-05-14 | 1 | -2/+2 |
| | | | |||||
| * | | Add addtional @NonNull annotation | Samuel Tardieu | 2014-05-14 | 1 | -0/+2 |
| | | | |||||
| * | | Minor cleanups | Samuel Tardieu | 2014-05-14 | 4 | -4/+5 |
| | | | |||||
| * | | Minor cleanups | Samuel Tardieu | 2014-05-14 | 1 | -3/+3 |
| | | | |||||
| * | | Minor cleanups | Samuel Tardieu | 2014-05-14 | 10 | -32/+18 |
| | | | |||||
| * | | Update changelog_release.xml | Lars | 2014-05-14 | 1 | -4/+2 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-05-13 | 4 | -13/+28 |
| |\ \ | |/ | |||||
| | * | fix #3836: cache type is no longer recognized due to gc.com change | Samuel Tardieu | 2014-05-13 | 3 | -2/+14 |
| | | | |||||
| | * | Update changelog_release.xml | Lars | 2014-05-06 | 1 | -11/+14 |
| | | | | | | | | | | | | | - Adapted to new format - Some wording corrections - Milestone Corrected - Appended section for possible next bugfix release | ||||
| * | | 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 | 3 | -50/+68 |
| | | | | | | | | | | | 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 | 14 | -58/+41 |
| | | | |||||
| * | | Update IntelliJ IDEA files | Samuel Tardieu | 2014-05-13 | 3 | -3/+55 |
| | | | |||||
| * | | refactoring: remove listener references to cachelistadapter | Bananeweizen | 2014-05-13 | 1 | -13/+26 |
| | | | |||||
| * | | Merge pull request #3832 from rsudev/crowdin_translations | rsudev | 2014-05-12 | 1 | -2/+2 |
| |\ \ | | | | | | | crowdin: New translations | ||||
| | * | | crowdin: New translations | rsudev | 2014-05-12 | 1 | -2/+2 |
| |/ / | |||||
| * | | 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 | 2 | -2/+7 |
| | | | | | | | | | 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 #3825 from rsudev/crowdin_translations | rsudev | 2014-05-08 | 3 | -4/+14 |
| |\ \ | | | | | | | crowdin: New translations | ||||
| | * | | crowdin: New translations | rsudev | 2014-05-08 | 3 | -4/+14 |
| |/ / | |||||
| * | | Merge pull request #3821 from rsudev/crowdin_translations | rsudev | 2014-05-06 | 4 | -0/+12 |
| |\ \ | | | | | | | crowdin: New translations | ||||
| | * | | crowdin: New translations | rsudev | 2014-05-06 | 4 | -0/+12 |
| |/ / | |||||
| * | | Update changelog_master.xml | Lars | 2014-05-06 | 1 | -0/+9 |
| | | | | | | | I changed the format of the changelog from two separate sections into a prefix (New/Fix) as originally suggested by @Bananeweizen. | ||||
| * | | Merge pull request #3820 from rsudev/crowdin_translations | rsudev | 2014-05-05 | 2 | -3/+7 |
| |\ \ | | | | | | | crowdin: New translations | ||||
| | * | | crowdin: New translations | rsudev | 2014-05-05 | 2 | -3/+7 |
| |/ / | |||||
| * | | Merge pull request #3817 from rsudev/crowdin_translations | rsudev | 2014-05-05 | 17 | -49/+4 |
| |\ \ | | | | | | | crowdin: New translations | ||||
| | * | | crowdin: New translations | rsudev | 2014-05-05 | 17 | -49/+4 |
| |/ / | |||||
| * | | Merge pull request #3808 from marco-dev/personalLogsOnFriendsTab | rsudev | 2014-05-05 | 4 | -57/+92 |
| |\ \ | | | | | | | Fixes #1793 - personal logs on friends logs tab | ||||
| | * | | Fixes #1793 - personal logs on friends logs tab | Marco Jacob | 2014-05-03 | 4 | -57/+92 |
| | | | | |||||
| * | | | 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 |
| | | | | |||||
