Commit log

5cadc81 support for jingle ft:5. fixes #2458

Daniel Gultsch created

84baa3a avoid race conditions when downloading files or decrypting pgp messages and waiting for sm catchup

Daniel Gultsch created

15e5ccd avoid race condition that lead to double notification sound

Daniel Gultsch created

1a72683 close http download connection after download

Daniel Gultsch created

7ba8117 Merge pull request #2468 from morgenroth/feature/Android-auto-support

Click to expand commit body
Fix: Add messages to Notifications for Android Auto on Android M and older

Daniel Gultsch created

adff2ba Add messages to Notification for Android Auto on Android M and older

Click to expand commit body
In the previous implementation for Android Auto, messages are only added
on Android N and above. In order to support older Android versions, the
messages need to be added always.

Johannes Morgenroth created

b3d4d06 version bump to 1.18.3 + changelog

Daniel Gultsch created

a5e15d5 code cleanup: made conversation property final in message object

Daniel Gultsch created

f6c1af2 Merge pull request #2463 from participante0/patch-1

Click to expand commit body
Update strings.xml

Daniel Gultsch created

48e3726 Update strings.xml

Click to expand commit body
Added a comma.

participante0 created

a55d0a6 while restoring state deal with conversations that don't have accounts

Daniel Gultsch created

8e0fb6a avoid rare race condition when saving draft message

Daniel Gultsch created

4d1308e fixed click area for pgp key in contact details

Daniel Gultsch created

e6eb58f send pgp signature when creating ad hoc conferences

Daniel Gultsch created

2cfa3ce limited offline support for pgp group chats

Click to expand commit body
use pgp key from contact if not set in muc
fixes #283

Daniel Gultsch created

848c339 make sure context is not null before setting content description on send button

Daniel Gultsch created

c837e06 make sure tag writer thread shuts down

Daniel Gultsch created

c93b1a8 version bump to 1.18.2 + changelog

Daniel Gultsch created

9f5a089 reworked unique id generation for notification intents

Daniel Gultsch created

c33f4b7 Merge branch 'android-auto-support' of https://github.com/morgenroth/Conversations into morgenroth-android-auto-support

Daniel Gultsch created

9cc37a7 re-add redownload context menu entry for deleted files. fixes #2453

Daniel Gultsch created

ae85a9e made nimbuzz work around work with newly created conferences as well

Daniel Gultsch created

067daa8 Merge pull request #2445 from SamWhited/send_content_description

Click to expand commit body
Add content description to send button

Daniel Gultsch created

d86a464 Merge pull request #2448 from morgenroth/Android-wear-action-icons

Click to expand commit body
Add reply button in wear design

Daniel Gultsch created

a4454bc Add reply button in wear design

Click to expand commit body
The existing reply button for Android wear has been re-used from the action
bar. Instead of a 'send' icon, a 'reply' icon better matches the intended
action. Moreover, action icons for Android wear are solid white instead of
half transparent.

Johannes Morgenroth created

4a915c6 Add content description to send button

Click to expand commit body
This can be used by screen readers and other accessibility aids.

Sam Whited created

6c34763 transform aesgcm:// links back to https:// before connecting through Tor

Click to expand commit body
fixes #2444

Daniel Gultsch created

1ac0c2f show 'try again' button when remote server wasn't found in previously active muc

Daniel Gultsch created

483304c recognize muc self presence on nimbuzz.com

Click to expand commit body
Apparently nimbuzz.com doesn't include status code 110 in muc self presence
It does however include the full real jid in the presence’s item.
We can use that as a work around to detect a self presence.

Daniel Gultsch created

c86134e version bump to 1.18.1 + changelog

Daniel Gultsch created

d220d9d pulled translations from transifex

Daniel Gultsch created

403eff3 Add Android Auto support to notifications

Click to expand commit body
This patch adds required additions in order to show notifications
in Android Auto. Messages are read aloud and voice reply is
offered. The functionaliy has been tested with the Android Auto
standalone app as well as with the DHU simulator as describes
here:

https://developer.android.com/training/auto/testing/index.html

Johannes Morgenroth created

bf07196 don't count >number% as quote

Daniel Gultsch created

0904ba4 use async message loading only when called from UI

Daniel Gultsch created

0229a16 properly unregister bookmark from conversations when deleting bookmark

Daniel Gultsch created

8742194 fixed message merge logic. merge only messages with lower status

Daniel Gultsch created

4fd11a4 show first instead of last message in notification preview

Daniel Gultsch created

4bbf2da include RSM max in mam query in case server doesn't specify own max

Daniel Gultsch created

d4c2b12 Merge pull request #2437 from cijo7/f1

Click to expand commit body
Removed unused imports from the entire project.

Daniel Gultsch created

3467a67 Removed unused imports from entire project.

cijo-saju created

03fff31 Merge pull request #2431 from cijo7/f1

Click to expand commit body
Minor code clean up

Daniel Gultsch created

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