aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-13reset attempt counts on enableChristian Schneppe1-0/+5
2017-08-13default input type to numbers on captcha dialogChristian Schneppe1-0/+3
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe1-0/+7
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2-17/+10
isGeoUri and isXmppUri
2017-08-13remove all whitespaces in emoji only messagesChristian Schneppe1-1/+1
2017-08-03display messages that only contain emoji slightly largerChristian Schneppe1-5/+6
2017-08-01Give up PGP decryption when intent is cancelledChristian Schneppe1-0/+5
When receiving a PGP message which is not encrypted with YOUR key, OpenKeychain shows a dialog, which tells you the private key to decrypt the message is unavailable. However, Conversations won't give up decrypting the message. So whether the subsequent messages are decryptable or not, the decryption is blocked at the current message. The commit fixes the bug in this way: Give up the current message when the decryption intent is cancelled, so that subsequent messages can be handled.
2017-08-01incorporate support for publish-options into server infoChristian Schneppe1-1/+1
2017-08-01update datebubblesChristian Schneppe2-34/+42
2017-08-01allow users to send PMs in mucs w/o voiceChristian Schneppe1-1/+3
2017-08-01set focusable=false instead of enabled=false for rooms w/o voiceChristian Schneppe1-4/+10
2017-08-01refactored retrieval of default preferencesChristian Schneppe1-1/+1
2017-08-01put settings defaults into resource fileChristian Schneppe10-16/+36
2017-08-01make scan barcode icon survive rotationsChristian Schneppe1-0/+11
2017-08-01show scan button in TrustKeys only if there is something to scanChristian Schneppe1-1/+24
2017-08-01use DND instead of XA when phone is silentChristian Schneppe1-1/+2
2017-06-25fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe2-5/+8
2017-06-24offer to open website if ibb offers oob redirectChristian Schneppe1-1/+21
2017-06-24mark message as failed after canceling ft w/o transferableChristian Schneppe1-0/+2
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-1/+1
2017-06-17allow recording of videos from attachment choice tooChristian Schneppe2-20/+51
2017-06-17fix resend featureChristian Schneppe1-3/+2
2017-06-11correct resend textChristian Schneppe1-1/+5
2017-06-11recreate settingsactivity when theme changedChristian Schneppe4-5/+17
2017-06-01allow changing of nickname in conferences when nick is in useChristian Schneppe1-2/+1
fixes #136
2017-05-31'end this conversation afterwards' checked by defaultChristian Schneppe1-0/+1
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe1-2/+9
2017-05-31do not turn send button green unless history is caught upChristian Schneppe1-3/+4
2017-05-17use mam reference instead of timestampChristian Schneppe2-4/+5
2017-05-17make updater more failsaveChristian Schneppe1-0/+6
2017-05-10add ability to distrust inactive/trusted keysChristian Schneppe1-1/+1
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe1-1/+1
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe4-10/+74
2017-05-09unified copy text and share with context menu entriesChristian Schneppe1-20/+6
2017-04-26run enterPasswordDialog onUiThread fixes #131Christian Schneppe1-1/+1
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe1-2/+3
2017-04-26avoid rare race condition when saving draft messageChristian Schneppe1-0/+1
2017-04-26fixed click area for pgp key in contact detailsChristian Schneppe1-17/+12
2017-04-26make sure context is not null before setting content description on send buttonChristian Schneppe1-3/+3
2017-04-20re-add redownload context menu entry for deleted filesChristian Schneppe1-0/+12
2017-04-20changed text for positive button while changing nick nameChristian Schneppe1-1/+1
2017-04-18hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2-2/+12
…otherwise show resend button
2017-04-18Add content description to send buttonChristian Schneppe1-0/+4
This can be used by screen readers and other accessibility aids.
2017-04-16show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe1-1/+6
2017-04-13set colored contact status preference correctlyChristian Schneppe1-2/+6
2017-04-13integrate OpenPGP (untested)Christian Schneppe1-0/+14
2017-04-13don't show reconnect button, when offline or no account availbaleChristian Schneppe1-0/+3
fixes #127
2017-04-13use async message loading only when called from UIChristian Schneppe3-7/+7
2017-04-13properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe1-1/+2
2017-04-13Optimized imports from entire projectChristian Schneppe1-3/+0