Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-22 | Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵ | steckbrief | 20 | -15/+542 | |
added | |||||
2016-07-16 | Implements FS#227: Store password encrypted in internal database | steckbrief | 3 | -3/+131 | |
2016-06-06 | Related to FS#131, FS#129, FS#220:filetransfer | steckbrief | 14 | -83/+472 | |
- FileTransferFailureReason including types introduced. A failure can be recoverable, non-recoverable or limited recoverable - in case file transfer with the highest weight factor fails, the next file transfer method is used - improved logging - javadoc comments added | |||||
2016-05-29 | FileTransfer reworked (first steps - functionality as is), HttpUpload | steckbrief | 39 | -199/+1165 | |
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-26 | Fixed javadoc of HttpUploadHint | steckbrief | 1 | -1/+11 | |
2016-05-26 | Fixed javadoc of PubSub Element Generation/Parsing | steckbrief | 3 | -5/+114 | |
2016-05-09 | XmppConnectionService.markMessage moved to MessageUtil | steckbrief | 13 | -108/+132 | |
XmppConnectionService.attachLocationToConversation moved to ConversationUtil | |||||
2016-04-23 | Fixes FS#204: Observe all used directories | steckbrief | 8 | -48/+138 | |
- 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-23 | Related to FS#134: check if oldversion is smaller then new version on ↵ | steckbrief | 1 | -2/+1 | |
upgrading c+ db | |||||
2016-04-19 | Removed download decision MUST if the message contains jabber:x:oob:oob/urlintroduce_cplus_database_version | steckbrief | 1 | -3/+0 | |
2016-04-19 | Persist Message.treatAsDownloadable | steckbrief | 2 | -2/+15 | |
2016-04-19 | Related to FS#134: Set Message flags according to httpupload hint | steckbrief | 3 | -0/+9 | |
2016-04-18 | Implements FS#137: build flavors | steckbrief | 2 | -50/+37 | |
moved Config.java parameters to a flavorable configuration file | |||||
2016-04-18 | Related to FS#199: Removed unnecessary build configuration variable to hide ↵ | steckbrief | 2 | -6/+3 | |
disable button on foreground service notification | |||||
2016-04-18 | Related to FS#199: Removed unnecessary differentiation between a ↵ | steckbrief | 3 | -16/+1 | |
conversation with the own account | |||||
2016-04-17 | DatabaseBackend updated to serve Conversatiosn Database version and ↵ | steckbrief | 11 | -20/+367 | |
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-16 | Fixed null pointer exception in case of IOException before uploading file to ↵ | steckbrief | 1 | -2/+7 | |
http host | |||||
2016-04-07 | Fixes FS#197: Decrease verbosity of logging of 'skipping duplicate message' | steckbrief | 1 | -1/+1 | |
2016-04-07 | Implements FS#187: Add single line copy to logcat view | steckbrief | 3 | -6/+122 | |
2016-04-06 | Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferences | steckbrief | 12 | -144/+134 | |
2016-04-03 | fixed installation error "W/PackageManager: Can't install because provider ↵ | lookshe | 1 | -20/+0 | |
name de.thedevstack.conversationsplus (in package eu.siacs.conversations) is already used by de.thedevstack.conversationsplus" | |||||
2016-04-03 | fixed build error | lookshe | 1 | -0/+2 | |
2016-04-01 | Fixes FS#180: Conference notification icon missing | lookshe | 1 | -1/+6 | |
2016-04-01 | Fixes FS#180: Conference notification icon missing | lookshe | 1 | -1/+6 | |
2016-03-30 | Fixes FS#179: Avoid showing always empty list of ressources for mucs | steckbrief | 1 | -1/+3 | |
2016-03-30 | Logging for FS#80 to identify calling method | lookshe | 3 | -0/+6 | |
2016-03-29 | Fixes FS#172: Conversations list not updated on status changes | steckbrief | 1 | -20/+9 | |
2016-03-29 | Removed unnecessary import | steckbrief | 1 | -1/+0 | |
2016-03-29 | Avoid unnecessary text change on activate account button | steckbrief | 1 | -2/+3 | |
2016-03-29 | Introduction of a TextViewUtil to easily set attributes for TextViews | steckbrief | 6 | -69/+99 | |
2016-03-29 | Implements FS#173: Move access to colors to separate helper class | steckbrief | 16 | -101/+226 | |
2016-03-28 | Fixes FS#170: Message Details: Status display has different Text color | steckbrief | 2 | -4/+2 | |
2016-03-28 | Implements FS#176: error logging for httpupload improved | steckbrief | 1 | -1/+7 | |
2016-03-27 | wrong import in new class | lookshe | 1 | -1/+1 | |
2016-03-27 | Fixes FS#166 - Images cannot be opened since storing in private image folder | lookshe | 3 | -3/+44 | |
2016-03-22 | Correct notifications to user if swiping with disabled or not connected ↵ | lookshe | 1 | -25/+37 | |
account (FS#159) | |||||
2016-03-22 | Fixes FS#87 - Crash on load messages after delete account | lookshe | 1 | -1/+5 | |
2016-03-21 | One more fix in Message.equals() (FS#104) | lookshe | 1 | -4/+19 | |
2016-03-20 | Show file name instead of mime type (FS#102) | lookshe | 1 | -1/+1 | |
2016-03-20 | FS#104 - Fix Message.equals() | lookshe | 1 | -18/+14 | |
2016-03-20 | Fixes FS#168 - Not possible to share more than one picture at once | lookshe | 1 | -59/+83 | |
2016-03-20 | fixed merge error | lookshe | 1 | -1/+1 | |
2016-03-20 | fixed merge errors | lookshe | 1 | -1/+1 | |
2016-03-18 | Fixes FS#167: Resized images are larger than original images | steckbrief | 1 | -2/+2 | |
2016-03-18 | Fixes FS#164 | lookshe | 1 | -8/+0 | |
2016-03-17 | Fixes FS#156 and FS#135 (occured again) | lookshe | 1 | -4/+10 | |
2016-03-17 | completely implements FS#161 | lookshe | 3 | -14/+41 | |
save state of treatAsDownloadable() and set on error to specified value | |||||
2016-03-16 | partially implements FS#161 | lookshe | 2 | -17/+49 | |
do not show download button on 404 | |||||
2016-03-14 | once again: FS#34 - review all calls for String.trim() | lookshe | 2 | -4/+4 | |
2016-03-12 | Fixes FS#155: Check FileHelper vs. FileUtils | steckbrief | 5 | -97/+16 | |