Commit log

5a27da8 Clean up

cijo-saju created

41112d2 Removed unnecessary string builder

cijo-saju created

ed8336e Made variable local

cijo-saju created

11e26e7 Code clean up

cijo-saju created

e98f7e5 be more careful with corner cases when mentioning multiple people

Daniel Gultsch created

cc1aa9e exclude >= from being recognized as quote

Daniel Gultsch created

56f202d do not linkify urls starting with a dot

Daniel Gultsch created

d91c314 use comma seperation for multiple mentions

Daniel Gultsch created

65b3655 version bump to 1.18.0 + changelog

Daniel Gultsch created

06d1e17 pulled translations from transifex

Daniel Gultsch created

649d124 avoid crash on urls with missing protocols

Daniel Gultsch created

99565a6 treat URL as file if URL is in oob or contains key

Daniel Gultsch created

26badb7 send urls pointing to pgp encrypted files directly in body+oob

Daniel Gultsch created

3b3121b pulled translations from transifex

Daniel Gultsch created

401329c use aesgcm:// uri scheme for omemo encrypted http upload

Daniel Gultsch created

f75eb6b unread badge: show >999 as infinity symbol

Daniel Gultsch created

081c33b do not parse bodies with http urls as downloadable in omemo encrypted message. fixes #1756

Daniel Gultsch created

b34a1f7 parse message that only contain oob tag. fixes #2359

Daniel Gultsch created

75749d7 Merge branch 'develop' of https://github.com/cijo7/Conversations into cijo7-develop

Daniel Gultsch created

9682f4d Merge branch 'deprecated-method' of https://github.com/hareshkh/Conversations into hareshkh-deprecated-method

Daniel Gultsch created

4bfc54e show file size for files smaller 1024 bytes. fixes #2415

Daniel Gultsch created

cf96a5e Merge pull request #2423 from jcgruenhage/patch-1

Click to expand commit body
Fixed Markdown Headings

Daniel Gultsch created

92ac82f Fixed Markdown Headings

Jan Christian Grünhage created

3171dca Fixed deprecated call

cijo-saju created

4e898fa Run in background instead of writing instantaneously

cijo-saju created

c7912ed Changes the deprecated getColor() method

Haresh Khanna created

37465db Fixed package access

cijo-saju created

024dbd1 Removed unused import and fixed some annotations

cijo-saju created

cb96911 Saves some memory

cijo-saju created

d890144 Deleted unused variable

cijo-saju created

892b1b0 Merge pull request #2409 from cijo7/master

Click to expand commit body
Fixed typo in comment

Daniel Gultsch created

b431899 Fixed typo in comment

cijo-saju created

3af30d7 omemo: put auth tag into key (verify auth tag as well)

Daniel Gultsch created

2302122 made a few exceptions to quote parser for emoticons and quotes

Daniel Gultsch created

00e8ba0 count messages in backlog to not renotify on prior notifications

Daniel Gultsch created

010b341 do not pipeline first SM request because that might fail when resume fails

Daniel Gultsch created

c97c5de experimental: wait for SM catchup before triggering notifications

Click to expand commit body
wait for a first SM ACK before calculating if we need to trigger any notifications
might have to be changed to an XEP-0199 ping later on. for now sending <r/> after resume seems to work outfine

Daniel Gultsch created

76b9010 rework last activity logic to something that should work pretty well in Conversations only enviroments

Daniel Gultsch created

644a3a7 define strangers as people not in roster instead of no mutual presence subscription

Daniel Gultsch created

e58f72c show strangers with jid instead of name in conversation list

Daniel Gultsch created

c2c6904 offer to block entire domain in message from stranger snackbar. fixes #2391

Daniel Gultsch created

4171e2b do not show block stranger snackbar when blocking command is unavailable. fixes #2393

Daniel Gultsch created

0db5928 version bump to 1.17.1 + changelog

Daniel Gultsch created

e5f08a5 pulled translations from transifex

Daniel Gultsch created

4d2a1af call EditText.setText() instead of clear because clear causes problems on some keyboards

Daniel Gultsch created

6167ddb don't mark message as delivery_failed when cancel didn't work. fixes #2387

Daniel Gultsch created

30ed6b3 call messageSent() from UI thread after encrypting pgp message

Daniel Gultsch created

ce33669 pulled translations from transifex

Daniel Gultsch created

91a69d7 use qr codes instead of aztec. Barcode Scanner is terrible at reading aztec. fixes #2375

Daniel Gultsch created

935ac25 update unread counter for image messages. fixes #2376

Daniel Gultsch created