aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationFragment.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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 filesDaniel 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-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-1187/+0
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-05-26added choose picture as another quick action. fixes #1221Daniel Gultsch1-1/+20
2015-05-20don't allow user to accidentally send empty messagesDaniel 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
when touching the border of the snackbar or more precisely the space between the input field and the snackbar Conversations would switch into a random conversation for yet unknown reasons.
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-04-12whatsapp-like smiley implementationlookshe1-9/+131
2015-04-11differ between received and read messagelookshe1-1/+2
2015-04-11no trim of messages or passwordlookshe1-1/+1
check password with only spaces separately
2015-03-11add context menu entries for geo urisiNPUTmice1-17/+33
2015-03-06fixed enter is send optioniNPUTmice1-2/+7
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-23/+68
2015-02-19fixed #993iNPUTmice1-1/+2
2015-02-18avoid weird npe. fixed #991iNPUTmice1-1/+3
2015-02-17refresh list view more ofteniNPUTmice1-1/+1
2015-02-09don't show 'enter pgp key' in non encrypted chatsiNPUTmice1-0/+1
2015-02-07refactored how snackbar is displayedDaniel Gultsch1-82/+105
2015-01-27Show errors before mute snackbarSam Whited1-10/+10
See #939
2015-01-25otr: switch to the otr-state the partner alternate.Michael1-0/+1
should also fixed #877
2015-01-21always allow access to contact details. provide add button in contact detailsiNPUTmice1-8/+1
2015-01-21Add block/unblock to contact details menuSam Whited1-3/+0
See #889
2015-01-14Add option to swap enter/emoticon keySam Whited1-5/+15
2015-01-12context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch1-13/+21
2015-01-11Add XEP-0245 (/me command) supportSam Whited1-5/+5
2015-01-09Introduced expert options to control enter-is-sendDaniel Gultsch1-2/+7
(default == off)
2015-01-02some further otr improvementsDaniel Gultsch1-0/+2
2015-01-02allow cancellation of waiting filesDaniel Gultsch1-19/+19
2015-01-02put Conversations into background mode earlierDaniel Gultsch1-2/+1