b78acb6
extract channel binding types via XEP-0440
Daniel Gultsch created
b78acb6
extract channel binding types via XEP-0440
Daniel Gultsch created
a210568
refactor SASL choice into factory; remove unused TagWriter
Daniel Gultsch created
511dfa1
Fastlane description, remove fee (#4372)
Licaon_Kter created
0bd9369
If starting a command, make sure we are showing commands here
Stephen Paul Weber created
b09e936
Fix NPE
Stephen Paul Weber created
562ffd2
preserve new lines when quoting. fixes #3876
Millesimus created
22f4129
increase quoting depth to 2
Daniel Gultsch created
eee14a8
add todos
Daniel Gultsch created
e0bd1d1
do not attempt resume when already in smacks session
Daniel Gultsch created
052c58f
rudimentary bind 2 implementation
Daniel Gultsch created
e204457
show toast warning about unavailable calls when using tor
closes #4103
Daniel Gultsch created
eb49a7f
fix crash in buggy connection manager. fixes #4368
Daniel Gultsch created
00dd9a8
remove support for sm:2
Daniel Gultsch created
cb1d7c6
remove comment
Daniel Gultsch created
0dccd5f
Handle prev from completed or canceled properly
Still show the close button (not a cancel button) on a completed or canceled flow that supports prev.
Stephen Paul Weber created
3582c74
Merge tag '2.10.10'
* 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
Stephen Paul Weber created
3cad2b2
DIRECTORY_DOCUMENTS was added in sdk19
Stephen Paul Weber created
a4e6df2
Fix backup
Stephen Paul Weber created
0a14333
Fix NPE
Stephen Paul Weber created
4f92ba8
process authorization id in case full jid changes
Daniel Gultsch created
3fac7d4
fix very rare NPE (race condition)
Daniel Gultsch created
8f76084
add sm-failed processing
Daniel Gultsch created
7ea4f64
code clean up for resumed processing
Daniel Gultsch created
f6ab3dd
support resume via sasl 2.0
Daniel Gultsch created
928a16d
abort on 'continue' - no client support
Daniel Gultsch created
6202cbe
minor code clean up for tag and element
Daniel Gultsch created
5fc8ff8
support logging in via SASL 2
Daniel Gultsch created
a717917
explicitly search for namespaces when processing stream features
Daniel Gultsch created
b792563
use non-custom missed called
Daniel Gultsch created
f8b9e15
fixups for missed call notifications
Daniel Gultsch created
a6b88ba
Add missed call notifications
Co-authored-by: Daniel Gultsch <daniel@gultsch.de>
Dmitry Markin and Daniel Gultsch created
e261270
pulled translations from transifex
Daniel Gultsch created
e439c22
add overflow menu action to delete own avatar
Daniel Gultsch created
ddd08bf
issue self ping + rejoin on muc status code 333
Daniel Gultsch created
d584ffe
try to improve 'sync bookmarks' description
Daniel Gultsch created
b814a05
Class-based getSystemService reuires newer android apis
Stephen Paul Weber created
1aaff18
version bump to 2.10.10 + changelog
Daniel Gultsch created
7b9cf7b
pulled translations from transifex
Daniel Gultsch created
e8736d5
bump guava library
Daniel Gultsch created
c2d37f4
use custom libwebrtc (m104) for playstore release
Daniel Gultsch created
8111460
minor code clean up
Daniel Gultsch created
56a6b17
Use the same mechanism for link copying and linkification (#4357)
Prevents copying something different from what was linked, such as in the message "fine.gif https://example.com"
Stephen Paul Weber created
501e27f
Switch to guava Optional for older Android
Stephen Paul Weber created
095343a
NPE from context menu
Stephen Paul Weber created
9292bd1
Merge branch 'bob1'
* bob1: Preliminary support for bits-of-binary
Stephen Paul Weber created
34dd66c
Preliminary support for bits-of-binary
https://xmpp.org/extensions/xep-0231.html When a CID URI is received as part of an OOB, use bob to fetch from the sender. This does not verify the hash at this time, nor does it "cache" for a future send since our storage is not content-addressable yet.
Stephen Paul Weber created
18e81af
Merge branch 'commands'
* commands: (50 commits) Tell the server we have a UI that can handle up to 1000 items For very long lists, use a searchable list view Use a list item background that can handle being selected Allow nested scrolling of ListView and WebView NPE Show any commands pushed along with a message Allow oob webview to move the execution forward Spinner when loading list of commands Show spinner when loading if it takes awhile Menu item to refresh features for a contact Order cells by reported order Look more like a real web browser Don't submit the form when cancelling We can still proceed with no form, just don't send a form Validate presence of required fields DRY up common patterns for fields Refactor to bind to an Item container, not just a raw Element Use more features of the TextInputLayout Support more text field types Support reported/item tables ...
Stephen Paul Weber created
4cc7069
Tell the server we have a UI that can handle up to 1000 items
Stephen Paul Weber created
99a92ca
For very long lists, use a searchable list view
Stephen Paul Weber created