aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/ImageUtil.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief2015-12-161-0/+60
| | | | distinguishes between image resizing and compressing/saving
* Moved logcat to a module, increased error robustness for loading last messagessteckbrief2015-12-101-1/+1
|
* Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2015-11-201-3/+3
| | | | activity to show logcat output and button to copy contents
* FileBackend splitted into several util classes for separate concerns: ↵steckbrief2015-11-061-0/+313
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.