aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-24Use a Presence class for presence informationStephen Paul Weber1-34/+35
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
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 m...Daniel Gultsch1-2/+7
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
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 enterIsSen...show_send_button_in_softkeyboardDaniel Gultsch1-7/+9
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
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
2015-07-10renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch1-1/+1
2015-07-10renamed downloadable to transferableDaniel Gultsch1-11/+11
2015-07-02refactored message context menuDaniel Gultsch1-26/+31
2015-07-01changed mime type handlingDaniel Gultsch1-3/+2
2015-06-30made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel Gultsch1-1/+1
2015-06-30refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch1-1/+1
2015-06-30always show copy original url in context menu when url is availableDaniel Gultsch1-2/+1
2015-06-29make quick actions available in conferences when file attachment is availableDaniel Gultsch1-23/+28
2015-05-26added choose picture as another quick action. fixes #1221Daniel Gultsch1-1/+20
2015-05-20don't allow user to accidentally send empty messages1.4.1Daniel Gultsch1-4/+3
2015-05-13show location quick action after receiving a question about the users locationDaniel Gultsch1-1/+4
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch1-19/+29
2015-05-03turn send button in cancel button while in whisper modeDaniel Gultsch1-12/+30
2015-05-02replace send button with quick action button as long as no text has been enteredDaniel Gultsch1-100/+175
2015-04-20always hide pgp snackbar after decrypting a message. fixes #1075Daniel Gultsch1-0/+1
2015-04-20removed some dead codeDaniel Gultsch1-19/+0
2015-04-20fixed weird touch on snackbar switched conversation bugDaniel Gultsch1-3/+2
2015-04-19some code clean up to fix some rare NPE’sDaniel Gultsch1-0/+3
2015-04-13 Maintain private chat on MUC. fixes #1097iNPUTmice1-1/+0
2015-03-11add context menu entries for geo urisiNPUTmice1-17/+33
2015-03-06fixed enter is send optioniNPUTmice1-2/+7