aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationFragment.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-12/+10
2016-05-12scroll to bottom after sending multi-line messageDaniel Gultsch1-2/+8
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-1/+1
2016-04-22expert setting to manually change presenceDaniel Gultsch1-3/+9
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch1-1/+3
2016-03-31save otr fingerprint in messageDaniel Gultsch1-2/+2
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-7/+25
2016-03-06warn in conversations when account is disabledDaniel Gultsch1-1/+14
2016-03-04allow to copy original url even while downloading. fixes #1743Daniel Gultsch1-6/+9
2016-03-03don't break with srcoll events on empty message listsDaniel Gultsch1-2/+7
2016-02-23Retry decryption from message menufiaxh1-0/+13
2016-02-22properly trigger show load more messages in mucsDaniel Gultsch1-2/+10
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-11/+16
2016-02-21show load more messages when auto loading is disabled and messages are still ↵Daniel Gultsch1-6/+10
left on server
2016-02-19don't reset whisper on reInit. fixes #1637Daniel Gultsch1-3/+0
2016-02-17only offer message correction for the very last messageDaniel Gultsch1-3/+6
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-14/+58
2016-02-14only show load more messages button when mam is availableDaniel Gultsch1-1/+5
also update ui after that button has been pressed. fixes #1695
2016-02-04fixed performance regression in on scroll listenerDaniel Gultsch1-1/+6
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-3/+7
2016-02-01refactored user handling in conferences. show try again button when ↵Daniel Gultsch1-1/+4
conference has errors
2016-01-24Use a Presence class for presence informationStephen Paul Weber1-34/+35
Only has status for now, but doing it so I can add disco to it
2016-01-22use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch1-1/+1
2016-01-08don't show snackbar when notifications are disabled or pausedDaniel Gultsch1-10/+0
2015-12-04avoid some NPEsDaniel Gultsch1-1/+1
2015-12-02Unset all PGP signatures oncefiaxh1-69/+73
... so they will be redone to match the changed status.
2015-10-31indicate cbe in chat message hintDaniel Gultsch1-1/+7
2015-10-28Decrypt PGP messages in backgroundfiaxh1-68/+70
2015-10-20open unknown files with wildcard intentDaniel Gultsch1-1/+1
2015-10-17allow redownloading files from remote hosts. fixes #1504Daniel Gultsch1-1/+2
2015-09-27allow tab completion in conferencesDaniel Gultsch1-0/+43
2015-09-13added possibiltiy to set conferences as moderated (only visible in advanced ↵Daniel Gultsch1-2/+7
mode)
2015-09-09added alt as possible modifier key. use mod+(0..9) to jump to a conversationDaniel Gultsch1-0/+1
2015-09-07added some key bindingDaniel Gultsch1-0/+4
* ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations
2015-09-07catch npe in setupIme methodDaniel Gultsch1-1/+3
2015-09-04minimize softkeyboard only if it has been in fullscreen modeDaniel Gultsch1-1/+3
2015-09-04show an send button instead of the enter key in softkeyboards when ↵show_send_button_in_softkeyboardDaniel Gultsch1-7/+9
enterIsSend and showEnterKey are both set
2015-08-24renamed plain text to unencrypted. fixes #1331Daniel Gultsch1-1/+1
2015-08-24added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch1-0/+1
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch1-1/+1
2015-07-31improved 'next encryption' selectionDaniel Gultsch1-14/+18
2015-07-29Highlight selected message's fingerprint in listAndreas Straub1-1/+2
2015-07-24call refreshUi directlyDaniel Gultsch1-1/+1
2015-07-22show warning when trying to highlight users that have left the conferenceDaniel Gultsch1-5/+12
2015-07-22use 'interactive mode' when starting downloads from the context menuDaniel Gultsch1-1/+1
2015-07-20Optimize importsAndreas Straub1-4/+2
2015-07-19Ask for key trust when sending messagesAndreas Straub1-2/+21
If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.
2015-07-19Display axolotl chat message hintAndreas Straub1-0/+3
2015-07-19Added axolotl activation code to UIAndreas Straub1-0/+10
2015-07-12catch exception on broken android phonesDaniel Gultsch1-1/+7