aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/persistance/FileBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-30cleanup for clear conversation history. small otr fixesiNPUTmice1-22/+0
2014-10-29replace the exif interface with a small static class from 3d galleryiNPUTmice1-17/+6
2014-10-21proper avatar cachingiNPUTmice1-28/+16
2014-10-20refactored avatar generation. first stepiNPUTmice1-15/+52
2014-10-16added file observer to get notified when files are deleted: fixes #396iNPUTmice1-3/+6
2014-10-15detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice1-39/+12
2014-10-15refactored file download status. make image http download available for carbo...iNPUTmice1-4/+6
2014-10-14renamingiNPUTmice1-1/+1
2014-10-14basic image over http downloadingiNPUTmice1-11/+11
2014-09-30calculate sample size for thumbnails as welliNPUTmice1-2/+15
2014-09-02rotate avatarsiNPUTmice1-37/+55
2014-09-02rotate avatarsiNPUTmice1-9/+16
2014-09-01optimize string operations a bitM. Dietrich1-1/+1
2014-08-31some code cleanupiNPUTmice1-39/+51
2014-08-21save newly taken photos in DCIM diriNPUTmice1-14/+17
2014-08-16more error handling for avatar publicationiNPUTmice1-1/+8
2014-08-13trying to fix rotation problemsiNPUTmice1-13/+37
2014-08-11fixed avatar in notificationiNPUTmice1-16/+29
2014-08-08save images to external storage instead of internal. this requires more permi...iNPUTmice1-5/+40
2014-08-06fixed problems with sha sum calculation on avatar write. delete avatars with ...iNPUTmice1-9/+26
2014-08-05fetch missing avatars from serveriNPUTmice1-0/+5
2014-08-05show own avatar after publication. no persistancy yetiNPUTmice1-2/+5
2014-08-05publish avatarsiNPUTmice1-1/+1
2014-08-03activity for future avatar publications. not working yetiNPUTmice1-1/+104
2014-06-30possible fix for #232iNPUTmice1-6/+35
2014-06-20not working version of otr file transferiNPUTmice1-1/+5
2014-06-16cleanup; removed unnecessary imports and log outputsiNPUTmice1-2/+0
2014-05-21further improvment trying to deal with large imagesDaniel Gultsch1-1/+6
2014-05-21auto retry image compression with decreasing sample sizeDaniel Gultsch1-17/+15
2014-05-20close input streamDaniel Gultsch1-0/+1
2014-05-20trying to deal with larger imagesDaniel Gultsch1-4/+17
2014-05-14fixed #105Daniel Gultsch1-24/+34
2014-05-13takeing pictures over intentDaniel Gultsch1-3/+17
2014-05-12Better error handling if attach file doesnt work (on permission denied)0.2-betaDaniel Gultsch1-7/+5
2014-05-06basic pgp encrypted file transferDaniel Gultsch1-2/+11
2014-04-25couple of more optimazations on image loadingDaniel Gultsch1-41/+2
2014-04-25smoother scrolling (first step)Daniel Gultsch1-2/+54
2014-04-23deny files with unknown file typesDaniel Gultsch1-0/+1
2014-04-21allow images to be opened with gallary appDaniel Gultsch1-1/+2
2014-04-19cleaned up debug log a little bitDaniel Gultsch1-11/+36
2014-04-18tried to avoid some more race conditions in jingleDaniel Gultsch1-1/+4
2014-04-13transmitting files between two conversations works. no error handling and no ...Daniel Gultsch1-3/+1
2014-04-13some code cleanup. added setting to auto accept files. socks5 connections are...Daniel Gultsch1-4/+4
2014-04-13more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch1-50/+5
2014-04-12add sha1 sum to fileDaniel Gultsch1-0/+45
2014-04-07jingle connection and manager. able to trigger dialog in gajimDaniel Gultsch1-34/+63
2014-04-06gui for imagesDaniel Gultsch1-5/+15
2014-04-06added button to open imagesDaniel Gultsch1-0/+76