aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/persistance/FileBackend.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rotate avatarsiNPUTmice2014-09-021-9/+16
|
* optimize string operations a bitM. Dietrich2014-09-011-1/+1
|
* some code cleanupiNPUTmice2014-08-311-39/+51
|
* save newly taken photos in DCIM diriNPUTmice2014-08-211-14/+17
|
* more error handling for avatar publicationiNPUTmice2014-08-161-1/+8
|
* trying to fix rotation problemsiNPUTmice2014-08-131-13/+37
|
* fixed avatar in notificationiNPUTmice2014-08-111-16/+29
|
* save images to external storage instead of internal. this requires more ↵iNPUTmice2014-08-081-5/+40
| | | | permissions. fixed #150 fixed #177 fixed #333 - this might need some more polish though
* fixed problems with sha sum calculation on avatar write. delete avatars with ↵iNPUTmice2014-08-061-9/+26
| | | | non matching sha sum
* fetch missing avatars from serveriNPUTmice2014-08-051-0/+5
|
* show own avatar after publication. no persistancy yetiNPUTmice2014-08-051-2/+5
|
* publish avatarsiNPUTmice2014-08-051-1/+1
|
* activity for future avatar publications. not working yetiNPUTmice2014-08-031-1/+104
|
* possible fix for #232iNPUTmice2014-06-301-6/+35
|
* not working version of otr file transferiNPUTmice2014-06-201-1/+5
|
* cleanup; removed unnecessary imports and log outputsiNPUTmice2014-06-161-2/+0
|
* further improvment trying to deal with large imagesDaniel Gultsch2014-05-211-1/+6
|
* auto retry image compression with decreasing sample sizeDaniel Gultsch2014-05-211-17/+15
|
* close input streamDaniel Gultsch2014-05-201-0/+1
|
* trying to deal with larger imagesDaniel Gultsch2014-05-201-4/+17
|
* fixed #105Daniel Gultsch2014-05-141-24/+34
|
* takeing pictures over intentDaniel Gultsch2014-05-131-3/+17
|
* Better error handling if attach file doesnt work (on permission denied)Daniel Gultsch2014-05-121-7/+5
| | | and unified encrypted and unencrypted file attachment
* basic pgp encrypted file transferDaniel Gultsch2014-05-061-2/+11
|
* couple of more optimazations on image loadingDaniel Gultsch2014-04-251-41/+2
|
* smoother scrolling (first step)Daniel Gultsch2014-04-251-2/+54
|
* deny files with unknown file typesDaniel Gultsch2014-04-231-0/+1
|
* allow images to be opened with gallary appDaniel Gultsch2014-04-211-1/+2
|
* cleaned up debug log a little bitDaniel Gultsch2014-04-191-11/+36
|
* tried to avoid some more race conditions in jingleDaniel Gultsch2014-04-181-1/+4
|
* transmitting files between two conversations works. no error handling and no ↵Daniel Gultsch2014-04-131-3/+1
| | | | ui on the receiving end
* some code cleanup. added setting to auto accept files. socks5 connections ↵Daniel Gultsch2014-04-131-4/+4
| | | | are now threaded
* more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch2014-04-131-50/+5
|
* add sha1 sum to fileDaniel Gultsch2014-04-121-0/+45
|
* jingle connection and manager. able to trigger dialog in gajimDaniel Gultsch2014-04-071-34/+63
|
* gui for imagesDaniel Gultsch2014-04-061-5/+15
|
* added button to open imagesDaniel Gultsch2014-04-061-0/+76