Commit log

9cc22ce introduced build flavor to build w/o emoji compat

Daniel Gultsch created

4b3de32 linkify subject + open xmpp directly w/o going through start conv activity

Daniel Gultsch created

cf16e52 pulled translations from transifex

Daniel Gultsch created

8a987f2 code clean up in contact details presence handling

Daniel Gultsch created

6c27d07 fixed some extended muc info handling. match what ejabberd does

Daniel Gultsch created

159fedb use room name (if available and != localpart) as group name

Daniel Gultsch created

d59cc3b show toast before finishing publish activity

Daniel Gultsch created

a043ee6 show jid in group details

Daniel Gultsch created

d7ebd7d WIP: set room avatar and slight redesign of group details

Daniel Gultsch created

f434925 do not include read only chats in contact chooser. fixes #3077

Daniel Gultsch created

b9bdb3d use Tor on http upload is account uses onion domain. fixes #3075

Daniel Gultsch created

5821789 deduplicate tags + translate 'blocked' tag

Daniel Gultsch created

13f1a23 introduced config setting to hide error notification

Daniel Gultsch created

d8e0ad6 version bump to 2.2.3 + changelog

Daniel Gultsch created

b9bf228 pulled translations from transifex

Daniel Gultsch created

a0008f8 pulled translations from transifex

Daniel Gultsch created

641adc3 add translateable string for paste as quote

Daniel Gultsch created

17db77e Merge branch 'trailing_url_slash' of https://github.com/klonfish/Conversations into klonfish-trailing_url_slash

Daniel Gultsch created

e8066de add ‘paste as quote’ for api >= 23

Daniel Gultsch created

0028111 pulled translations from transifex

Daniel Gultsch created

354d20e put google() before jcenter() in gradle

Daniel Gultsch created

37c3bdb fall back to search in other tab on search enter

Daniel Gultsch created

10cee98 Added expert setting for direct search

Daniel Gultsch created

fcfb695 permit empty values for subject and roster name

Daniel Gultsch created

30e5f9b fix geo uri regex (fix #3050) (#3071)

Click to expand commit body
- only match valid float numbers
- match uri with parameter

Klaus created

d86f078 fix cleanPrivateStorage() (#3065)

ChaosKid42 created

258c7d1 attach editor content as file

Daniel Gultsch created

4019593 report unparsable limit as http upload available

Daniel Gultsch created

4538909 url typo (#3061)

Click to expand commit body
resulted in 404

Wolf created

7bcbca7 edit public=true/false property in mucs

Daniel Gultsch created

f58c173 version bump to 2.2.2 + changelog

Daniel Gultsch created

93df2ec pulled translations from transifex

Daniel Gultsch created

c8a0bf7 OMEMO: remove omemo device from own list if bundle is broken

Daniel Gultsch created

9706c7e pulled translations from transifex

Daniel Gultsch created

4557a3f make sure account is connected before attempting to download p1s3

Daniel Gultsch created

be3955b add missing else to show the availability of httpupload correctly (#3048)

Christian Schneppe created

1854e37 reintroduce support for old http upload

Daniel Gultsch created

bc50239 improve active_since implementation (XEP-0319: Last User Interaction in Presence) (#3045)

Click to expand commit body
* set contact to inactive if it becomes offline

* send idle also in case app started in background

ChaosKid42 created

fd7a5c6 Do not use TLS_FALLBACK_SCSV

Click to expand commit body
closes #2937

Thanks to @tmolitor-stud-tu for explaining the situation in
https://github.com/guardianproject/NetCipher/pull/74

Daniel Gultsch created

1510958 do not show file id in check size button

Daniel Gultsch created

2d118b5 show S3 file transfer in server info if http upload is n/a

Daniel Gultsch created

ea5cdec handle p1s3 urls in http downloader

Daniel Gultsch created

4626bdf show p1s3 attchments with download button

Daniel Gultsch created

70d95c7 upload files using p1s3 - sending part

Daniel Gultsch created

e4ca896 exclude firebase-base from firebase-messaging

Daniel Gultsch created

94484ce disable analytics

Click to expand commit body
https://firebase.google.com/support/guides/disable-analytics

Daniel Gultsch created

a149f0d set pragme secure delete properly

Daniel Gultsch created

df64d96 explicitly set secure_delete pragma for SQLite database (#3039)

Click to expand commit body
Conversations stores sensitive data, such as SQLiteAxolotlStore tables, in its database.

secure_delete=ON is the default for newer Android devices:
https://android-review.googlesource.com/c/platform/external/sqlite/+/209123

However, older devices had it disabled by default, so any database created than has this setting disabled and it will not be updated automatically.

Also, the default might be changed in the future (for example, to "FAST", added in 2017), so it is safer to set it explicitly.

Alexander created

219ca9f put address of app server in resource file

Daniel Gultsch created

3be3bfb make file observer listen for moves

Daniel Gultsch created