Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-11 | introduces JidUtil for Jid creation, fixes duplication of childs while ↵ | steckbrief | 5 | -10/+14 | |
adding childs with xmlns and name | |||||
2018-05-06 | introduces new message state model | steckbrief | 2 | -161/+156 | |
2018-05-05 | introduces new message state model | steckbrief | 2 | -161/+156 | |
2018-02-16 | introduces cancel status for file transfers, fixes NPE in file sharing after ↵ | steckbrief | 3 | -0/+8 | |
picture resize | |||||
2017-08-06 | Implements XEP-0202 Entity Time, moves Software Version to xmpp package, ↵ | steckbrief | 1 | -1/+2 | |
moves namespace definitions for mam, carbons and avatar to xmpp package | |||||
2017-08-06 | Refactoring: Avatar class moved from package xmpp.pep to dto | steckbrief | 2 | -3/+2 | |
2017-08-05 | Implements FS#249: Remove code duplication for avatar creation | steckbrief | 2 | -2/+4 | |
2017-02-06 | relates FS#241: Implementation of http download based on okhttp | steckbrief | 4 | -17/+8 | |
2017-01-11 | Improved error handling for filetransfer:http:delete, Check for httpupload ↵ | steckbrief | 1 | -8/+0 | |
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-04 | Fixed NPE in FileParams.setKeyAndIv | steckbrief | 1 | -11/+13 | |
2017-01-04 | Added columns to fileparams table: url, original file name, key and iv | steckbrief | 1 | -0/+42 | |
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up | |||||
2016-09-29 | Implements FS#235: Deletion of remote files uploaded via httpupload | steckbrief | 4 | -183/+160 | |
2016-08-22 | Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵ | steckbrief | 2 | -0/+40 | |
added | |||||
2016-07-16 | Implements FS#227: Store password encrypted in internal database | steckbrief | 1 | -2/+6 | |
2016-04-23 | Fixes FS#204: Observe all used directories | steckbrief | 1 | -0/+1 | |
- 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-19 | Removed download decision MUST if the message contains jabber:x:oob:oob/urlintroduce_cplus_database_version | steckbrief | 1 | -3/+0 | |
2016-04-19 | Related to FS#134: Set Message flags according to httpupload hint | steckbrief | 1 | -0/+4 | |
2016-04-18 | Related to FS#199: Removed unnecessary differentiation between a ↵ | steckbrief | 1 | -12/+0 | |
conversation with the own account | |||||
2016-04-17 | DatabaseBackend updated to serve Conversatiosn Database version and ↵ | steckbrief | 1 | -0/+10 | |
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-03-29 | Implements FS#173: Move access to colors to separate helper class | steckbrief | 1 | -1/+1 | |
2016-03-21 | One more fix in Message.equals() (FS#104) | lookshe | 1 | -4/+19 | |
2016-03-20 | FS#104 - Fix Message.equals() | lookshe | 1 | -18/+14 | |
2016-03-17 | completely implements FS#161 | lookshe | 1 | -9/+31 | |
save state of treatAsDownloadable() and set on error to specified value | |||||
2016-03-11 | Fixes FS#139: Do not merge messages at all | steckbrief | 2 | -106/+3 | |
2015-12-10 | Moved logcat to a module, increased error robustness for loading last messages | steckbrief | 1 | -2/+1 | |
2015-11-20 | Implements FS#67: Introduce central logging class to use log prefix, new ↵ | steckbrief | 1 | -11/+11 | |
activity to show logcat output and button to copy contents | |||||
2015-10-21 | Access to preferences moved to global utility class ↵ | steckbrief | 1 | -1/+2 | |
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed. | |||||
2015-08-13 | resolve of some compiler errors0.0.2 | lookshe | 1 | -1/+1 | |
2015-06-19 | Status color added to "create conversation" (refers to ticket #22 in flyspray) | steckbrief | 3 | -0/+15 | |
2015-06-19 | renaming eu.siacs.conversations to de.thedevstack.conversationsplus | steckbrief | 14 | -0/+3447 | |
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed |