aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Collapse)AuthorAgeFilesLines
* sort search suggestions case insensitiveBananeweizen2014-01-181-10/+4
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-01-182-0/+7
|\
| * fix #3552: NPE in menu handlerBananeweizen2014-01-182-0/+7
| |
* | fix #3551: Circles on map not shown for mystery/multi caches with finalBananeweizen2014-01-182-1/+5
| | | | | | defined
* | remove eclipse warnings about potential null pointerBananeweizen2014-01-183-14/+18
| |
* | Ensure that we do not generate a NPE while reading response streamSamuel Tardieu2014-01-182-13/+38
| |
* | Unsynchronize atomic object returnSamuel Tardieu2014-01-171-1/+1
| |
* | refactoring: simplify RecaptchReceiver a bitSamuel Tardieu2014-01-173-29/+21
| |
* | refactoring: cleanup logic flow of RecaptchaHandlerSamuel Tardieu2014-01-174-129/+117
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-01-171-2/+7
|\ \ | |/
| * fix #3549: NPE when exporting invalid cacheSamuel Tardieu2014-01-171-2/+7
| |
* | refactoring: remove the dangerous ordinal() dependency of the loadersBananeweizen2014-01-175-19/+32
| |
* | fix #3100: Set cursor in personal notes at the endBananeweizen2014-01-178-4/+27
| |
* | fix #3470: map: unsure coords popup checkbox hiddenBananeweizen2014-01-173-16/+8
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2014-01-171-1/+3
|\ \ | |/
| * fix #3545: Opening saved caches lead to crash if "Last Page" is activeBananeweizen2014-01-171-1/+3
| |
* | fix #3256: Put history in list selectionBananeweizen2014-01-165-4/+27
| |
* | fix #3319: Support OC cache size "Nano"Bananeweizen2014-01-162-20/+41
| |
* | remove code duplicationBananeweizen2014-01-151-11/+7
| |
* | IllegalStateException in search suggestionsBananeweizen2014-01-151-9/+11
| | | | | | | | | | | | | | | | IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Occurred only seldom. The filter already switches between background and UI thread, but the pointer to the result list was previously already updated in the background thread.
* | Merge remote-tracking branch 'origin/release'Bananeweizen2014-01-151-3/+12
|\ \ | |/
| * fix #3543: Exception in search by user for non existing user nameBananeweizen2014-01-151-3/+12
| |
* | new: search suggestions for all search fieldsBananeweizen2014-01-143-55/+157
| |
* | trim OX short descriptionBananeweizen2014-01-131-2/+2
| |
* | Use CancellableHandler in cache listsSamuel Tardieu2014-01-121-48/+26
| |
* | When storing a cache, download images concurrentlySamuel Tardieu2014-01-124-29/+85
| | | | | | | | | | Up to 5 downloads can happen simultaneously. Also, those downloads are executed concurrently to static map requests if any.
* | new: search suggestions for caches and trackables while typingBananeweizen2014-01-124-2/+147
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2014-01-121-4/+27
|\ \ | |/
| * fixes #3531 - correct rotated protrait photoMarco Jacob2014-01-111-4/+27
| |
* | show toast if shortcut list does not exist anymoreBananeweizen2014-01-121-0/+3
| |
* | refactoring: remove unused codeBananeweizen2014-01-126-65/+19
| |
* | refactoring: use Observable.from() instead of Observable.just()Samuel Tardieu2014-01-112-2/+2
| |
* | refactoring: simplify boolean expressionSamuel Tardieu2014-01-111-7/+1
| |
* | refactoring: remove unused codeBananeweizen2014-01-1114-94/+15
| |
* | revert some nonnull annotationsBananeweizen2014-01-119-19/+11
| | | | | | | | | | Eclipse requires that the super implementation of overridden methods with nonnull arguments also declares the arguments nonnull and stops compilation otherwise. Seems there is no option to change that.
* | add contacts addon in useful appsBananeweizen2014-01-112-2/+1
| |
* | Remove unused parameterSamuel Tardieu2014-01-111-9/+8
| |
* | Add extra NonNull annotationsSamuel Tardieu2014-01-1110-9/+24
| |
* | refactoring: remove unnecessary constructsSamuel Tardieu2014-01-113-4/+4
| |
* | Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-1152-133/+105
| |
* | Simplify pocket query selection processSamuel Tardieu2014-01-112-86/+52
| |
* | refactoring: make enum fields finalSamuel Tardieu2014-01-111-2/+2
| |
* | suppress deprecation warningBananeweizen2014-01-111-0/+7
| |
* | fix #3173: open specific connector preferences on missing loginBananeweizen2014-01-113-18/+20
| |
* | Use 1800 seconds instead of 30 minutesSamuel Tardieu2014-01-111-1/+1
| | | | | | | | The Timeunit.MINUTES is not supported at APi level 7.
* | new: add to calendar via date context menuBananeweizen2014-01-113-18/+36
| |
* | refactoring: move calendar addon code into a single classBananeweizen2014-01-113-49/+61
| |
* | Use view injections and move code aroundSamuel Tardieu2014-01-111-31/+24
| |
* | Use RxJava instead of an AsyncTask for description renderingSamuel Tardieu2014-01-111-117/+117
| |
* | wrong settings screen refreshed after oauth finishesBananeweizen2014-01-111-12/+20
| |