aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-02Implements FS#217: Rework display of /me messagessteckbrief1-488/+528
2017-08-02Using a generator approach for generating PresencePacketssteckbrief2-17/+9
2017-08-02Implements FS#247 and FS#248: Show online status and typing notification in ↵steckbrief2-16/+45
title
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief4-16/+24
minor bug fixes including to fail a JingleTransfer in case criterias are not met
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief5-216/+83
2017-01-11Formatting of remote file status adjustedsteckbrief1-2/+2
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief4-17/+17
feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief1-1/+2
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
2016-12-29Hide number of unread message counter if there are no new messagessteckbrief1-3/+5
2016-12-28Implement FS#239: Show number of unread messages in conversations overviewsteckbrief1-14/+17
2016-10-23Fixes FS#237: Enable long click in layout instead of programmaticallysteckbrief1-14/+0
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief5-30/+72
2016-08-23Javadoc added and access to xmppConnectionService movedsteckbrief1-3/+11
2016-08-23Fixes FS#229: prompt for confirmation before deleting a filesteckbrief2-9/+39
2016-08-23Confirmation dialog added before sending delete command for remote filesteckbrief5-15/+59
2016-08-23services.filetransfer.httpupload moved to new namespace ↵steckbrief1-1/+1
services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief1-3/+8
added
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief3-5/+7
separated, some bugfixes - HttpUpload moved into own package - FileTransfer managed by a central manager class, several FileTransferService implementation can be used - Security initializations moved to ConversationsPlusApplication - Access to PowerManager moved to ConversationsPlusApplication - Removed unused code fragments - Access to HttpConnectionManager is now static
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief4-9/+11
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-23Fixes FS#204: Observe all used directoriessteckbrief1-5/+3
- Implementing the FileObserver in a separate class, with mask to watch only deletions not everything - Add observation of all directories which could contain a sent/received file - Change observers if the folder names are changed via settings - markMessage method moved from XmppConnectionService to MessageUtil
2016-04-18Related to FS#199: Removed unnecessary differentiation between a ↵steckbrief2-4/+1
conversation with the own account
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief1-12/+9
Conversations+ Database version HttpUpload Flag introduced for message to identify if a link was sent after httpupload message hint for httpupload added (message parsing and message generating)
2016-04-07Implements FS#187: Add single line copy to logcat viewsteckbrief2-6/+75
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief8-78/+56
2016-04-01Fixes FS#180: Conference notification icon missinglookshe1-1/+6
2016-04-01Fixes FS#180: Conference notification icon missinglookshe1-1/+6
2016-03-30Fixes FS#179: Avoid showing always empty list of ressources for mucssteckbrief1-1/+3
2016-03-30Logging for FS#80 to identify calling methodlookshe1-0/+2
2016-03-29Fixes FS#172: Conversations list not updated on status changessteckbrief1-20/+9
2016-03-29Removed unnecessary importsteckbrief1-1/+0
2016-03-29Avoid unnecessary text change on activate account buttonsteckbrief1-2/+3
2016-03-29Introduction of a TextViewUtil to easily set attributes for TextViewssteckbrief5-69/+24
2016-03-29Implements FS#173: Move access to colors to separate helper classsteckbrief12-86/+50
2016-03-28Fixes FS#170: Message Details: Status display has different Text colorsteckbrief2-4/+2
2016-03-27Fixes FS#166 - Images cannot be opened since storing in private image folderlookshe1-2/+23
2016-03-22Correct notifications to user if swiping with disabled or not connected ↵lookshe1-25/+37
account (FS#159)
2016-03-20Fixes FS#168 - Not possible to share more than one picture at oncelookshe1-59/+83
2016-03-20fixed merge errorlookshe1-1/+1
2016-03-20fixed merge errorslookshe1-1/+1
2016-03-18Fixes FS#164lookshe1-8/+0
2016-03-17completely implements FS#161lookshe1-1/+9
save state of treatAsDownloadable() and set on error to specified value
2016-03-14once again: FS#34 - review all calls for String.trim()lookshe1-1/+1
2016-03-12Fixes FS#155: Check FileHelper vs. FileUtilssteckbrief2-7/+4
2016-03-11Fixes FS#51: Change toggle in Account Management back to standardsteckbrief3-77/+10
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief4-17/+8
2016-03-10Fixes FS#157: Trigger loading messages from MAM in MUC does not endsteckbrief1-2/+1
2016-03-10Fixes FS#158: user decision dialog heading configurable and translateablesteckbrief2-4/+6
2016-03-08reset link and highlight colors to system defaultsteckbrief1-17/+20
2016-02-23Changed access to presences according to new Presence representation in Csteckbrief1-3/+3
2016-02-12Imports organizedsteckbrief5-6/+2