aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-06introduces new message state modelsteckbrief1-25/+21
2018-05-05introduces new message state modelsteckbrief1-25/+21
2018-02-26improves remote file status display and loading of remote filessteckbrief1-51/+1
2018-02-16introduces cancel status for file transfers, fixes NPE in file sharing after ...steckbrief1-2/+3
2017-08-02Implements FS#247 and FS#248: Show online status and typing notification in t...steckbrief1-2/+2
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief1-6/+8
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload fe...steckbrief1-4/+3
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-2/+2
2016-08-23Fixes FS#229: prompt for confirmation before deleting a filesteckbrief1-9/+3
2016-08-23Confirmation dialog added before sending delete command for remote filesteckbrief1-1/+4
2016-08-23services.filetransfer.httpupload moved to new namespace services.filetransfer...steckbrief1-1/+1
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError a...steckbrief1-3/+8
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-2/+2
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief1-1/+2
2016-04-18Related to FS#199: Removed unnecessary differentiation between a conversation...steckbrief1-3/+1
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief1-2/+2
2016-03-18Fixes FS#164lookshe1-8/+0
2016-03-17completely implements FS#161lookshe1-1/+9
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief1-1/+1
2015-12-04Implements FS#83: Reload from last received messagesteckbrief1-3/+4
2015-11-06FileBackend splitted into several util classes for separate concerns: AvatarU...steckbrief1-4/+3
2015-10-21Access to preferences moved to global utility class ConversationsPlusPreferen...steckbrief1-11/+12
2015-10-04Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, Op...steckbrief1-2/+4
2015-08-16moved merged files to correct location0.0.3lookshe1-0/+1
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-24/+22
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
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
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
2015-01-25otr: switch to the otr-state the partner alternate.Michael1-0/+1
2015-01-21always allow access to contact details. provide add button in contact detailsiNPUTmice1-8/+1