Daniel Gultsch
|
2febbe1b8d
|
show jids from address book in Start Conversation screen if only one account is used
|
2018-08-30 18:45:22 +02:00 |
|
Daniel Gultsch
|
1fc432af53
|
use TextInputLayout in quickedit dialog
|
2018-06-22 17:42:52 +02:00 |
|
Daniel Gultsch
|
8a987f23f6
|
code clean up in contact details presence handling
|
2018-06-20 12:59:15 +02:00 |
|
Daniel Gultsch
|
582178991b
|
deduplicate tags + translate 'blocked' tag
|
2018-06-16 18:14:49 +02:00 |
|
Daniel Gultsch
|
90135131c0
|
fixed omemo by default setting for users on same domain. fixes #3006
|
2018-05-01 23:18:05 +02:00 |
|
Daniel Gultsch
|
12127a0b6e
|
do not use omemo by default for own server
|
2018-04-21 19:52:37 +02:00 |
|
Daniel Gultsch
|
acdf822415
|
code cleanup in Contact class
|
2018-03-23 16:59:42 +01:00 |
|
Daniel Gultsch
|
ce00767777
|
ignore bookmark name of 'None'
|
2018-03-23 16:52:05 +01:00 |
|
Daniel Gultsch
|
4bb45996c5
|
return contact and account.getServer() as String
|
2018-03-11 12:13:56 +01:00 |
|
Daniel Gultsch
|
6944c12186
|
display irregular unicode code points
|
2018-03-08 14:02:48 +01:00 |
|
Daniel Gultsch
|
13a4a78025
|
removed unused otr fingerprint methods
|
2018-03-07 22:30:36 +01:00 |
|
Daniel Gultsch
|
1accf9d961
|
migrate to xmpp-addr
|
2018-03-07 22:30:36 +01:00 |
|
Daniel Gultsch
|
08aad7d0aa
|
black list certain local parts and show domain instead
|
2017-10-27 15:46:12 +02:00 |
|
Daniel Gultsch
|
e6a67a6c26
|
made avatar cache cleaning more efficent after name changes
|
2017-08-23 21:49:25 +02:00 |
|
Daniel Gultsch
|
01b207d44d
|
avoid empty strings when figuring out display name
|
2017-07-30 11:39:16 +02:00 |
|
Daniel Gultsch
|
76b9010c39
|
rework last activity logic to something that should work pretty well in Conversations only enviroments
|
2017-03-20 17:58:58 +01:00 |
|
Daniel Gultsch
|
6b81ff70e5
|
clear avatar cache when system name changes
|
2017-02-10 20:26:21 +01:00 |
|
Daniel Gultsch
|
5d4aa04e5d
|
support for jid escapting when displaying localpart only
|
2016-12-01 20:49:18 +01:00 |
|
Daniel Gultsch
|
a7ee8f8a74
|
use lower case otr fingerprints for comparison
|
2016-11-18 13:13:29 +01:00 |
|
Daniel Gultsch
|
44ce5df359
|
write prepped string to db. use display version everywhere else
|
2016-10-20 17:31:46 +02:00 |
|
Daniel Gultsch
|
1f7f82da7b
|
respond to chat marker request only when mutual presence subscription exists
|
2016-10-07 10:05:08 +02:00 |
|
Daniel Gultsch
|
e33d8451a8
|
attach contact to notification
|
2016-08-26 13:35:01 +02:00 |
|
Daniel Gultsch
|
0e96e0a796
|
show identity type for device selection
|
2016-07-28 22:58:37 +02:00 |
|
Daniel Gultsch
|
30110431ba
|
use dnd as overriding status
|
2016-06-30 23:08:55 +02:00 |
|
Daniel Gultsch
|
72a2622c84
|
introduced share button in contact details. remove show qr
|
2016-06-24 15:16:01 +02:00 |
|
Daniel Gultsch
|
73679b97f1
|
show xep-0172 nick only for contacts with mutual presence subscription
|
2016-06-15 09:44:01 +02:00 |
|
Daniel Gultsch
|
71e9117176
|
opt-in to send last userinteraction in presence
|
2016-06-04 16:16:14 +02:00 |
|
Daniel Gultsch
|
29616d02a8
|
removed unused config variables
|
2016-04-27 16:43:02 +02:00 |
|
Daniel Gultsch
|
1901abd05f
|
expert setting to manually change presence
|
2016-04-22 21:25:06 +02:00 |
|
Daniel Gultsch
|
bbede8bbeb
|
optionally lock conference domains as well and hide known domains in ui
|
2016-02-24 16:53:19 +01:00 |
|
Daniel Gultsch
|
0298f0181e
|
reset pending subscription request when receiving roster update
|
2016-02-23 16:14:55 +01:00 |
|
Daniel Gultsch
|
beb216c300
|
made presences object final in contact
|
2016-02-23 14:25:01 +01:00 |
|
Daniel Gultsch
|
4a1a59f0c8
|
Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations into singpolyma-disco-caps
|
2016-02-02 18:19:26 +01:00 |
|
Daniel Gultsch
|
fab0a45955
|
re-read common name from certificates on startup
|
2016-02-02 13:43:20 +01:00 |
|
Stephen Paul Weber
|
bf5b2f73f5
|
Use a Presence class for presence information
Only has status for now, but doing it so I can add disco to it
|
2016-01-24 17:46:08 -05:00 |
|
Daniel Gultsch
|
ade89beb96
|
use presence name not server name when verification is being used
|
2015-12-19 13:07:38 +01:00 |
|
Daniel Gultsch
|
f05f97251c
|
prefer server name over address book name when x509 verification is being used
|
2015-12-19 12:43:09 +01:00 |
|
Andreas Straub
|
012f036840
|
Optimize imports
|
2015-07-20 14:26:29 +02:00 |
|
Andreas Straub
|
491f623708
|
Fix displaying Contact IdentityKeys
Migrate ContactDetailsActivity to use new SQL IdentityKeys storage,
remove dead code from Contact class.
|
2015-07-19 21:32:27 +02:00 |
|
Andreas Straub
|
299bbdf27f
|
Reformat code to use tabs
This really sucks to do it like this. Sorry. :(
|
2015-07-19 21:32:26 +02:00 |
|
Andreas Straub
|
f73aa1a200
|
Reworked axolotl protocol layer
Numerous fixes
|
2015-07-19 21:32:25 +02:00 |
|
Andreas Straub
|
b8048a5538
|
CryptoNext persistance layer mockup
Initial sketch of the peripheral storage infrastructure for the new
axolotl-based encryption scheme.
|
2015-07-19 21:32:21 +02:00 |
|
Daniel Gultsch
|
53e8964dc1
|
reworked handeling of system contacts
|
2015-06-03 14:05:54 +02:00 |
|
Daniel Gultsch
|
1e28f60038
|
changed conversation red to material red
|
2015-05-10 03:14:13 +02:00 |
|
Daniel Gultsch
|
5136bf9832
|
r/o support for vcard avatars. pep avatars will be prefered
|
2015-05-05 06:17:34 +02:00 |
|
Mateusz "maxmati" Nowoty?ski
|
74e5317095
|
Do not Strigprep JIDs from database
|
2015-03-11 15:59:31 +01:00 |
|
Daniel Gultsch
|
3833e6dfef
|
improved OTR verification part one
|
2015-01-02 01:21:14 +01:00 |
|
Sam Whited
|
af7a64491f
|
Add support for XEP-0191 (Blocking command)
Fixes #791
Squash of commits:
534f25d7dae3ce6852243e28fdd0a69ac01e9463
808fdf5147f27a912a60bee39aa4bf1ddd4f43b4
1eaf8a8330710ad35ba7c368e04f909af623ae4c
31585242c2359efdcd0eeddb9745077f54dbc9eb
2e69bd0bd0286ed1e98a42f4c3421ba4d8cf524b
e904fb5015bf3a1904ab941a1957edf3b1e7abd2
eebbadf3b3816bbf8fcccb763e419fed252d266f
7c5b87724ce494e5a6e8026557ed50a8fd9f23e8
b0eaaf446937794fe19cbdb4f8309c3ff83d4e42
8c652f9e8bb3512958d9ad8c6f1326505f2d98c8
ad0ea1ad948ff6f8fde7b0b10f5163dc8852032f
f5d49897e0dba691ef53a0eddb9ed34d129ad442
a08fa64c505bd895b7c626cfad182380373be20b
de67079113e08394a276048c31f6b21baa300829
9069f342173ba30c2b20c67529c7ff497a6a257d
0169fa79d161ee898c4b6762e207087682a952d8
8585a5bd75a5d56927fed8317729bd15fffe4dcc
0053528a078369e0b65dcf71bda251072a1299c7
e901a9c3554bd7cca193e92919b463991eadfea7
c5c78257434813c69ab9b7558bcc8f7cbe858433
e905af348d46d77bc46b5f7211527684acc02fab
13a0f9a10c7892b0f90f5fabd2f2615701b0fd66
2cfba1e24b0139839e4453b92be7e20634d150cf
58e074fb5bb44b05a8104250fccd7c024c808c1a
0d6cf98fc8eab212d798ac79b336f9b70a14f06d
e23620f56b85bcab9f3b5d9ce1c01524cd9674dc
d72cd2fcc8d54176c3ff53411a69b9bb4642eff3
195143dff8836623a37094a6b8fa6aa01ef31580
5f5f3caf3a1e480a99d27ee5c34ba516419c52e4
1dee3d5861c9f9c710da4cbda3688d94c622ca93
23949b8aa32c78b27bab49bb3c4f3ff588925ce1
9bf97f8ae522796e0dacb7f6fe7a7f90f86a93a1
|
2014-12-22 08:19:00 -05:00 |
|
iNPUTmice
|
ce4848f742
|
more null checks for otr fingerprints
|
2014-12-20 16:01:28 +01:00 |
|
iNPUTmice
|
40335785aa
|
don't include empty fingerprints in list of otrfingerprints
|
2014-12-20 15:21:03 +01:00 |
|