aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/entities (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief1-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-04Fixed NPE in FileParams.setKeyAndIvsteckbrief1-11/+13
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief1-0/+42
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief4-183/+160
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2-0/+40
added
2016-07-16Implements FS#227: Store password encrypted in internal databasesteckbrief1-2/+6
2016-04-23Fixes FS#204: Observe all used directoriessteckbrief1-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-19Removed download decision MUST if the message contains jabber:x:oob:oob/urlintroduce_cplus_database_versionsteckbrief1-3/+0
2016-04-19Related to FS#134: Set Message flags according to httpupload hintsteckbrief1-0/+4
2016-04-18Related to FS#199: Removed unnecessary differentiation between a ↵steckbrief1-12/+0
conversation with the own account
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief1-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-29Implements FS#173: Move access to colors to separate helper classsteckbrief1-1/+1
2016-03-21One more fix in Message.equals() (FS#104)lookshe1-4/+19
2016-03-20FS#104 - Fix Message.equals()lookshe1-18/+14
2016-03-17completely implements FS#161lookshe1-9/+31
save state of treatAsDownloadable() and set on error to specified value
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief2-106/+3
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-2/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief1-11/+11
activity to show logcat output and button to copy contents
2015-10-21Access to preferences moved to global utility class ↵steckbrief1-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-13resolve of some compiler errors0.0.2lookshe1-1/+1
2015-06-19Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief3-0/+15
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief14-0/+3447
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed