Daniel Gultsch
|
8edfc61346
|
fixed concurrent modification when iterating over presences
|
2020-05-30 10:57:22 +02:00 |
|
Daniel Gultsch
|
a0920b83e2
|
use Account.getDomain() for direct access to domain jid
|
2020-05-17 10:24:46 +02:00 |
|
Daniel Gultsch
|
b6703dbe38
|
switch xmpp-addr to jxmpp-jid
|
2020-05-15 17:06:16 +02:00 |
|
Daniel Gultsch
|
48163a5604
|
show proposal as ongoing call
|
2020-05-02 09:50:17 +02:00 |
|
Daniel Gultsch
|
9b55d90705
|
do not warn user if bookmark already exists
fixes #3631
|
2020-02-16 16:04:45 +01:00 |
|
Daniel Gultsch
|
6025e5de28
|
make registration uris work with fixed usernames
|
2020-01-09 20:10:19 +01:00 |
|
Daniel Gultsch
|
d039c4870f
|
support registration via pars tokens
|
2020-01-09 17:42:02 +01:00 |
|
Daniel Gultsch
|
95bf66ca7d
|
Bookmarks2: support retraction
|
2019-10-07 09:37:12 +02:00 |
|
Daniel Gultsch
|
7ec8f7952f
|
migrate copy ond write list to synchronized hashset for pending mucs
|
2019-06-30 21:57:37 +02:00 |
|
Daniel Gultsch
|
0ecdb43be6
|
rate limit muc pings / joins. never run two pings at same time
|
2019-06-30 19:54:07 +02:00 |
|
Daniel Gultsch
|
17c8bf3452
|
attempt to keep messages waiting until muc is connected
|
2019-06-18 18:09:44 +02:00 |
|
Daniel Gultsch
|
7f170276a9
|
refactored avatar workers into single class
|
2019-01-25 10:07:02 +01:00 |
|
Daniel Gultsch
|
b9952f27fd
|
archive destoryed mucs when registering that bookmark has been removed
|
2019-01-03 14:07:03 +01:00 |
|
Daniel Gultsch
|
2c73b62f67
|
make password editable on auth error
|
2018-11-21 16:45:38 +01:00 |
|
Daniel Gultsch
|
1bcbd257c3
|
refresh contacts when opening StartConversationsActivity
|
2018-10-31 13:33:55 +01:00 |
|
Daniel Gultsch
|
5695236838
|
verify activity
|
2018-10-31 13:33:55 +01:00 |
|
Daniel Gultsch
|
9816261569
|
introduced error code for server not opening stream after auth or starttls
|
2018-09-27 17:39:49 +02:00 |
|
Daniel Gultsch
|
be4c6bc2ca
|
speed up DNS
run queries in parallel
decrease timeout
do not fall back to google
|
2018-09-08 11:30:20 +02:00 |
|
Daniel Gultsch
|
02b7b0b4a6
|
do grace period calculation only on positive periods
|
2018-08-18 18:20:58 +02:00 |
|
Daniel Gultsch
|
70d95c7903
|
upload files using p1s3 - sending part
|
2018-05-25 12:24:23 +02:00 |
|
Daniel Gultsch
|
77fc8d2d9e
|
encode and decode % and # in invite links
|
2018-05-04 12:18:31 +02:00 |
|
Daniel Gultsch
|
4f2c3df329
|
get escaped localpart as username. should fixed sasl
|
2018-04-04 20:06:49 +02:00 |
|
Daniel Gultsch
|
5514958e93
|
presist http upload availibility
|
2018-03-18 10:30:15 +01:00 |
|
Daniel Gultsch
|
c1135ad592
|
use escaped form of jid where approriate
|
2018-03-11 14:14:56 +01:00 |
|
Daniel Gultsch
|
4bb45996c5
|
return contact and account.getServer() as String
|
2018-03-11 12:13:56 +01:00 |
|
Daniel Gultsch
|
1accf9d961
|
migrate to xmpp-addr
|
2018-03-07 22:30:36 +01:00 |
|
Daniel Gultsch
|
b393f54a03
|
get rid of customizable resources
|
2018-03-07 22:30:35 +01:00 |
|
Daniel Gultsch
|
bf6b54a7aa
|
get rid of OTR
|
2018-03-07 22:30:34 +01:00 |
|
Daniel Gultsch
|
e2ac1db225
|
do not cross reference bookmarks and conversations
|
2018-02-10 19:06:31 +01:00 |
|
Daniel Gultsch
|
aa10b9ff05
|
code refactoring to provide shorter account enabled check
|
2017-11-06 13:57:25 +01:00 |
|
Daniel Gultsch
|
097fe3e1b6
|
no automatic reconnect on registration failures
|
2017-08-12 22:17:04 +02:00 |
|
Daniel Gultsch
|
57c11d42d5
|
create a new axolotl service when the account jid changes
|
2017-08-10 22:34:03 +02:00 |
|
Daniel Gultsch
|
0da2f1ed3f
|
prevent users from editing their account jid after successful login
|
2017-08-10 22:34:03 +02:00 |
|
Daniel Gultsch
|
225cca4566
|
provide extra 'network is unreachable' account state
|
2017-08-02 18:58:51 +02:00 |
|
Daniel Gultsch
|
da87eac48e
|
provide upgrade path for accounts with publish-options
|
2017-07-18 12:51:15 +02:00 |
|
Daniel Gultsch
|
5d9d725446
|
offer to open website if ibb offers oob redirect. fixes #2503
|
2017-06-19 20:02:41 +02:00 |
|
Daniel Gultsch
|
fe29b51290
|
rename downgrade attack to downgraded sasl mechanism
|
2017-05-24 19:12:37 +02:00 |
|
Daniel Gultsch
|
7b6d49f329
|
unified all account state exceptions
|
2017-05-05 09:33:05 +02:00 |
|
Daniel Gultsch
|
f98888d796
|
display open pgp key id in account details and allow to delete. fixes #2470
|
2017-05-04 13:02:46 +02:00 |
|
Daniel Gultsch
|
9972f5eabc
|
fixed npe cause by race condition when axolotl service isn't initialized
|
2016-12-23 21:19:38 +01:00 |
|
Daniel Gultsch
|
56991bbaeb
|
add omemo fingerprints to web links as well
|
2016-12-03 13:37:26 +01:00 |
|
Daniel Gultsch
|
a87f7903c6
|
always force close a connection when disabling from error state
|
2016-11-24 12:44:24 +01:00 |
|
Daniel Gultsch
|
01f92ef4ee
|
lower own otr fingerprint
|
2016-11-18 20:12:45 +01:00 |
|
Daniel Gultsch
|
211354ee26
|
put omemo fingerprint in own uri (qr code / nfc)
|
2016-11-17 22:28:45 +01:00 |
|
Daniel Gultsch
|
f6cfa27741
|
synchronize access to json key storage in account model
|
2016-10-13 11:27:26 +02:00 |
|
Daniel Gultsch
|
082c06a486
|
make error notification dismissable. fixes #1815
|
2016-10-04 11:16:59 +02:00 |
|
Daniel Gultsch
|
4359afacb4
|
store jid if it was changed during bind
|
2016-09-14 12:26:38 +02:00 |
|
Daniel Gultsch
|
8927ba8065
|
various null pointer checks
|
2016-08-20 10:44:50 +02:00 |
|
Daniel Gultsch
|
285d86b375
|
display error status for missing internet permission
|
2016-08-19 21:47:08 +02:00 |
|
Daniel Gultsch
|
b5d3859b22
|
add payment required error
|
2016-08-16 10:39:59 +02:00 |
|