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
* tag '2.10.10':
version bump to 2.10.10 + changelog
pulled translations from transifex
bump guava library
use custom libwebrtc (m104) for playstore release
minor code clean up
Use the same mechanism for link copying and linkification (#4357)
Update recommendations for Gajim (#4355)
Add fastlane changelog (#4354)
Stephen Paul Weber
created
1deb58c
Fix crash when menuInfo has no useful position