Commit log

b9952f2 archive destoryed mucs when registering that bookmark has been removed

Daniel Gultsch created

9d849f5 Merge branch 'implement_room_destruction' of https://github.com/area-42/Conversations into bookmarks

Daniel Gultsch created

77b42ba remove bookmark after a room is destroyed

Christoph Scholz created

52e1a0c implement room destruction

Christoph Scholz created

835c893 use person in message style notification

Daniel Gultsch created

71a32f0 Merge branch 'master' of github.com:siacs/Conversations

Daniel Gultsch created

cfab0db introduced 'original' as video quality and do not ignorer error

Daniel Gultsch created

6ac1c00 clear conversationsuuid and pending attachments when opening new conversation

Daniel Gultsch created

a849c34 clear pending view intent when processing onNewIntent()

Daniel Gultsch created

331ca7c Fix small typo in settings. (#3321)

Thomas Weißschuh created

d414f85 change epub file extension to epub and added mobi

Daniel Gultsch created

3eaa48f added epub and azw mime types. try to resolve application/octet-stream by file extension instead. added preview icons for ebooks

Daniel Gultsch created

6b75c81 log number of unhandled iq callbacks after resume

Daniel Gultsch created

d552f50 added FAQ section on 'stream opening error'

Daniel Gultsch created

163f4b1 Merge branch 'master' of github.com:siacs/Conversations

Daniel Gultsch created

04d5c7a version bump to 2.3.10 + changelog

Daniel Gultsch created

d6f7330 This is sadly needed (#3314)

Click to expand commit body
* This is sadly needed

* Enable instead of activate

Licaon_Kter created

9659f46 log policy violation stream error message to logcat

Daniel Gultsch created

5c920a9 fixed some rare crashes caused by race conditions

Daniel Gultsch created

30d5c08 show accept button to confirm sasl downgrade. fixes #2498

Daniel Gultsch created

36e1d6d Fix typos (#3311)

AJ Jordan created

1bde39f pulled translations from transifex

Daniel Gultsch created

76b78be synchronize join/leaves with bookmarks

Daniel Gultsch created

b4cd315 display last not first message in notification. closes #3265 fixes #3264

Daniel Gultsch created

fc09c5f use adaptive launcher icon and notification icon for quicksy

Daniel Gultsch created

c2067e3 remove firebase analystics classes from gradle

Daniel Gultsch created

acea062 fixed dead lock when sending pgp messages from quick reply. fixes #3246

Daniel Gultsch created

af49d62 remove unused import from Config.java

Daniel Gultsch created

8f27a17 try to guess inital location in ShareLocation based on sim card

Daniel Gultsch created

ae9bfe1 limit video transcoding to api >= 18 and other api 16 fixes

Daniel Gultsch created

c071a53 Merge branch 'api-level-18' of https://github.com/deuill/Conversations into deuill-api-level-18

Daniel Gultsch created

aaf5fa8 Reduce `minSdkVersion` to 16, fix issues reported by lint

Click to expand commit body
This further reduces the minimum API level to 16, which should encompass
most users stuck on older versions of Android (mainly BlackBerry OS and
Jolla users).

Several issues reported by code analysis were fixed, mainly around issues
with layouts.

Alex Palaistras created

6a06bcf change message styling rules

Click to expand commit body
Message styling purposly doesn’t require a whitespace after a closing
tag to make something like ~un~believable work. However it also breaks
_Programmierer_innen_ and other example where the tag is repeated as a
non tag in the word.
Therefor we change the rules that if a closing tag is followed by a higher
order closing tag (a closing tag followed by an end block or white space)
we ignore the first closing tag. But only if we don’t read another tag open.

Daniel Gultsch created

1a1bfb3 show warning snackbar before joining anon-non-private room. fixes #3306

Daniel Gultsch created

5b68155 do not process PEP bookmarks if conversion feature n/a

Click to expand commit body
If conversion feature is not available we will never write to PEP
therefor it is not advisable to process PEP events; otherwise
the changes we do might not land in PEP.

simply ignoring PEP is probably better than dynamically removing +notify

Daniel Gultsch created

0852904 Reduce `minSdkVersion` to 18, backfill missing methods

Click to expand commit body
This reduces the minimum SDK version to 18 (Android 4.3), which notably is
the last supported version for the BlackBerry OS 10.3 Android compatibility
layer.

Alex Palaistras created

69ca58d xmpp-addr: Backfill missing class method for Java 1.7

Click to expand commit body
This backfills missing class methods for `java.nio.charset.StandardCharsets`
and `java.util.Objects` for compatibility with platforms which do not support
these (mainly Android SDK versions <= 18).

Alex Palaistras created

ceaa313 Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locally

Click to expand commit body
Changes to this library will be implemented as additional commits.

Alex Palaistras created

92f4f5b version bump to 2.3.9 + changelog

Daniel Gultsch created

870b266 pulled translations from transifex

Daniel Gultsch created

7219f42 check mam preference for mam:2 namespace and purge offline only if set

Daniel Gultsch created

f50e6e0 allow unencrypted http on android 9

Click to expand commit body
this commit is just to make policies equal and independent on various android
versions. support for http might be removed in the future across all versions.

Daniel Gultsch created

bcfd3f2 postpone prekey removal and republish to after mam

Daniel Gultsch created

19c3c54 pulled translations from transifex

Daniel Gultsch created

fa5ba9e fixed some rare NPE caused by race for saveInstanceState()

Daniel Gultsch created

c01bd38 show context menu when long clicking avatar in 1:1

Daniel Gultsch created

875810e offer to start/install orbot for edit account screen. fixes #1980 closes #2834

Daniel Gultsch created

c02676e implement self healing omemo

Click to expand commit body
after receiving a SignalMessage that can’t be decrypted because of broken sessions
Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage
wrapped in a key transport message.

Daniel Gultsch created

f1e1c4a keep track of previously edited ids

Daniel Gultsch created

fdbed9c open direct search after hitting + in share with screen

Daniel Gultsch created