Show horizontal list of tags available in current search results below the
search box, acts sort of like an autocomplete or you can just tap on it, making
tag naviation easier so you don't have to find something that matches that tag
or type it out to use it.
a6740aa
Do not hide the command UI during an active session
Click to expand commit body
Can happen if we re-detect that the contact does not support command UI (or that
we don't know it does due to not being in roster / getting removed from roster)
but the session was opened using an in-message button or similar.
5a45738
Prevent race condition in loops over all bookmarks
Click to expand commit body
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1441)
at java.util.HashMap$ValueIterator.next(HashMap.java:1470)
Stephen Paul Weber
created
f5bd219
Show the name of the sender in search results
Click to expand commit body
Just like a MUC, search results lack the context to be sure who sent a message,
so show the name in the result item.
Stephen Paul Weber
created
6e53ab3
allow invite only when muc is online. fixes #4218
Daniel Gultsch
created
82316d1
use weak reference to activity when using threads
Click to expand commit body
fixes #4366
Daniel Gultsch
created
a95d0fa
use resolveActivityInfo to display nagivate to button
Click to expand commit body
resolveActivity on the other hand only finds apps that are category_default
fixes #4375