aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/ImageUtil.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-291-7/+15
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-3/+1
|\
| * Imports organizedsteckbrief2016-02-121-3/+0
| |
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-161-0/+60
| |\ | |/ |/|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-101-1/+2
| |\
| * \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-021-3/+3
| |\ \
| * | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-061-2/+3
| | | |
* | | | 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.