aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/persistance (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-16Implements FS#227: Store password encrypted in internal databasesteckbrief1-1/+15
2016-04-23Fixes FS#204: Observe all used directoriessteckbrief2-1/+86
- 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-23Related to FS#134: check if oldversion is smaller then new version on ↵steckbrief1-2/+1
upgrading c+ db
2016-04-19Persist Message.treatAsDownloadablesteckbrief2-2/+15
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief3-1/+309
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-27Fixes FS#166 - Images cannot be opened since storing in private image folderlookshe1-1/+1
2016-03-18Fixes FS#167: Resized images are larger than original imagessteckbrief1-2/+2
2016-01-15Implements FS#111: Compress resized picture with PNG formatsteckbrief1-3/+3
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-82/+23
distinguishes between image resizing and compressing/saving
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief2-2/+2
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2-8/+8
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-367/+34
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief1-21/+37
picture or not
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief3-0/+930
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed