aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/search/AutoCompleteAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* new: show recently opened caches in global searchBananeweizen2014-06-011-8/+9
| | | | | | | Without any search term given, the search suggestions now contain the most recent caches. We should probably add a more explicit UI on the main screen for that, too, as discussed before.
* Merge branch 'release' into upstreamSamuel Tardieu2014-03-311-1/+2
|\
| * fix #3709: NPE in auto-completeSamuel Tardieu2014-03-311-1/+2
| | | | | | | | | | It looks like at least on Android 3.1 the `getCount()` method may be called before results are published.
* | refactoring: remove redundant variableSamuel Tardieu2014-03-311-3/+1
|/
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
|
* 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.
* new: search suggestions for all search fieldsBananeweizen2014-01-141-0/+69