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