aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-091-20/+6
* 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
* run enterPasswordDialog onUiThread fixes #131Christian Schneppe2017-04-261-1/+1
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-264-26/+17
* 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-261-17/+12
* 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
* reworked unique id generation for notification intentsChristian Schneppe2017-04-211-8/+9
* Add Android Auto support to notificationsChristian Schneppe2017-04-212-6/+25
* re-add redownload context menu entry for deleted filesChristian Schneppe2017-04-201-0/+12
* 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-183-4/+13
* reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe2017-04-181-19/+1
* Add reply button in wear designChristian Schneppe2017-04-181-1/+1
* Add content description to send buttonChristian Schneppe2017-04-181-0/+4
* 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-131-0/+14
* 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-134-11/+3
* 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
* exclude >= from being recognized as quoteChristian Schneppe2017-04-131-1/+6
* do not linkify urls starting with a dotChristian Schneppe2017-04-131-1/+1
* use comma seperation for multiple mentionsChristian Schneppe2017-04-131-4/+8
* avoid crash on urls with missing protocolsChristian Schneppe2017-04-131-1/+1
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-139-59/+18