| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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.
|
| |\ |
|
| | |
| |
| |
| |
| | |
It looks like at least on Android 3.1 the `getCount()` method may be
called before results are published.
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|