aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* version 1.18.0 + changesChristian Schneppe2017-04-212-2/+12
|
* 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.
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2017-04-161-6/+5
|\
| * mention izzysoft f-droid repo in readmeChristian Schneppe2017-04-151-6/+5
| |
* | transform aesgcm:// links back to https:// before connecting through TorChristian Schneppe2017-04-162-6/+25
| |
* | show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-163-1/+19
| |
* | recognize muc self presence on nimbuzz.comChristian Schneppe2017-04-161-4/+3
| | | | | | | | | | | | | | 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.
* | don't count >number% as quoteChristian Schneppe2017-04-161-1/+1
|/
* set colored contact status preference correctlyChristian Schneppe2017-04-131-2/+6
|
* integrate OpenPGP (untested)Christian Schneppe2017-04-132-0/+17
|
* don't show reconnect button, when offline or no account availbaleChristian Schneppe2017-04-131-0/+3
| | | | fixes #127
* use async message loading only when called from UIChristian Schneppe2017-04-138-21/+26
|
* properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe2017-04-133-1/+4
|
* fixed message merge logic. merge only messages with lower statusChristian Schneppe2017-04-131-3/+2
|
* show first instead of last message in notification previewChristian Schneppe2017-04-131-5/+7
|
* include RSM max in mam query in case server doesn't specify own maxChristian Schneppe2017-04-131-2/+4
|
* Optimized imports from entire projectChristian Schneppe2017-04-137-30/+8
|