aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-6/+7
2016-01-15Moved all avatar related work to AvatarServicesteckbrief1-1/+1
- publishAvatar moved from XmppConnectionService to AvatarService
2016-01-15Implements FS#64: Show who wrote last message in conversation overviewsteckbrief1-2/+12
2016-01-13Moved all avatar related work to AvatarServicesteckbrief9-23/+24
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
2016-01-08Fixes FS#107, Implements FS#77steckbrief1-1/+11
Show the number of online resources in account view and enable show resources by clicking on the account jid
2015-12-17Log error in case logcat command could not be executed; Show toast in case ↵steckbrief1-1/+1
nothing is copied
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-2/+90
distinguishes between image resizing and compressing/saving
2015-12-16Fixes FS#95: NPE when opening message details for failed file transfersteckbrief1-1/+2
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief7-19/+67
2015-12-06Fix flagging no more messages on server for conversationsteckbrief2-1/+14
2015-12-04Implements FS#83: Reload from last received messagesteckbrief3-16/+44
2015-12-04Fixes FS#75 - Change color names to reasonable namessteckbrief2-15/+8
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief6-13/+44
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief5-19/+13
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.