aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-17work around for brokens ROMs that expose file uris as notification soundChristian Schneppe2-2/+17
2017-05-17differentiate starttls failure and sasl failureChristian Schneppe2-14/+19
2017-05-17use mam reference instead of timestampChristian Schneppe8-77/+156
2017-05-17synchronize around adding query to query mapChristian Schneppe1-1/+3
2017-05-17make updater more failsaveChristian Schneppe1-0/+6
2017-05-12fixed missing lines in unified all account state exceptionsChristian Schneppe1-2/+6
2017-05-10optimized importsChristian Schneppe1-1/+0
2017-05-10add stringsChristian Schneppe1-0/+6
2017-05-10add ability to distrust inactive/trusted keysChristian Schneppe1-1/+1
2017-05-10do not synchronize startXmpp() and sendPacket() on the same objectChristian Schneppe1-4/+2
as this can block the ui
2017-05-10reset resource after bind failureChristian Schneppe1-0/+1
2017-05-10jump directly to account on errorChristian Schneppe1-4/+17
2017-05-10unified all account state exceptionsChristian Schneppe5-69/+45
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe4-13/+16
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe8-62/+176
2017-05-09suggest bookmarked conferences servers in join conference dialogChristian Schneppe1-0/+6
2017-05-09don't load signed prekeys on startupChristian Schneppe4-7/+35
2017-05-09make jingle implementation send file hash when using ft5Christian Schneppe5-42/+93
2017-05-09unified copy text and share with context menu entriesChristian Schneppe4-31/+12
2017-05-09send read marker after reading message in android autoChristian Schneppe1-1/+1
2017-05-09support for jingle ft:5Christian Schneppe3-2/+8
2017-05-09avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe3-11/+23
and waiting for sm catchup
2017-05-09avoid race condition that lead to double notification soundChristian Schneppe1-1/+3
2017-05-09close http download connection after downloadChristian Schneppe1-1/+6
2017-05-09Add messages to Notification for Android Auto on Android M and olderChristian Schneppe1-2/+10
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.
2017-05-09simple fix for landscape tablet layoutsChristian Schneppe2-12/+12
2017-04-26run enterPasswordDialog onUiThread fixes #131Christian Schneppe1-1/+1
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe4-26/+17
2017-04-26Added a comma to a stringChristian Schneppe1-1/+1
2017-04-26while restoring state deal with conversations that don't have accountsChristian Schneppe1-2/+8
2017-04-26avoid rare race condition when saving draft messageChristian Schneppe1-0/+1
2017-04-26fixed click area for pgp key in contact detailsChristian Schneppe3-20/+17
2017-04-26send pgp signature when creating ad hoc conferencesChristian Schneppe1-1/+1
2017-04-26limited offline support for pgp group chatsChristian Schneppe1-1/+7
use pgp key from contact if not set in muc
2017-04-26make sure context is not null before setting content description on send buttonChristian Schneppe1-3/+3
2017-04-26make sure tag writer thread shuts downChristian Schneppe2-10/+10
2017-04-26show extended connection settings in expert settings for open versionChristian Schneppe3-0/+9
2017-04-21add 12 months duration for message deletionChristian Schneppe3-0/+4
2017-04-21reworked unique id generation for notification intentsChristian Schneppe1-8/+9
2017-04-21Add Android Auto support to notificationsChristian Schneppe4-6/+33
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
2017-04-20re-add redownload context menu entry for deleted filesChristian Schneppe2-0/+16
2017-04-20changed text for positive button while changing nick nameChristian Schneppe1-1/+1
2017-04-20made nimbuzz work around work with newly created conferences as wellChristian Schneppe1-1/+2
2017-04-18hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe5-4/+15
…otherwise show resend button
2017-04-18reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe1-19/+1
2017-04-18changed icon for "start new conversation"Christian Schneppe7-3/+3
2017-04-18Add reply button in wear designChristian Schneppe5-1/+1
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.
2017-04-18Add content description to send buttonChristian Schneppe4-1/+8
This can be used by screen readers and other accessibility aids.
2017-04-16transform aesgcm:// links back to https:// before connecting through TorChristian Schneppe2-6/+25
2017-04-16show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe3-1/+19