aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* 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
* Add content description to send buttonChristian Schneppe2017-04-184-1/+8
* 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
* | 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
* 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
* Removed unnecessary string builderChristian Schneppe2017-04-131-6/+2
* Made variable localChristian Schneppe2017-04-131-2/+2
* Code clean upChristian Schneppe2017-04-134-15/+15
* be more careful with corner cases when mentioning multiple peopleChristian Schneppe2017-04-133-5/+53