aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/persistance (follow)
Commit message (Expand)AuthorAgeFilesLines
* proper avatar cachingiNPUTmice2014-10-211-28/+16
* refactored avatar generation. first stepiNPUTmice2014-10-202-19/+55
* got rid of copyonwrite array list for messagesiNPUTmice2014-10-191-4/+6
* added file observer to get notified when files are deleted: fixes #396iNPUTmice2014-10-161-3/+6
* detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice2014-10-151-39/+12
* refactored file download status. make image http download available for carbo...iNPUTmice2014-10-152-5/+7
* catch can't open database exceptioniNPUTmice2014-10-141-4/+9
* renamingiNPUTmice2014-10-141-1/+1
* basic image over http downloadingiNPUTmice2014-10-141-11/+11
* bullet proofing some codeiNPUTmice2014-10-081-0/+3
* calculate sample size for thumbnails as welliNPUTmice2014-09-301-2/+15
* new notification service. first draftDaniel Gultsch2014-09-281-6/+7
* made muc passwords and prefereced encryption method persistant across restartsiNPUTmice2014-09-271-3/+7
* background daemon doesn't start automatically if there are no enabled account...iNPUTmice2014-09-191-1/+9
* setting to increase font size. fixed #420iNPUTmice2014-09-081-1/+2
* rotate avatarsiNPUTmice2014-09-021-9/+16
* optimize string operations a bitM. Dietrich2014-09-012-3/+3
* deleted unnecessary logiNPUTmice2014-08-311-2/+0
* some code cleanupiNPUTmice2014-08-311-39/+51
* fixed faulty db creation on first installiNPUTmice2014-08-241-9/+12
* make avatars persisent / available even without internetiNPUTmice2014-08-211-1/+9
* 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 permi...iNPUTmice2014-08-081-5/+40
* fixed problems with sha sum calculation on avatar write. delete avatars with ...iNPUTmice2014-08-061-9/+26
* 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
* fixed #239 - show contact names and pictures in muc if real jid is knowniNPUTmice2014-07-291-24/+35
* migrated some ArrayLists to CopyOnWriteArrayListsiNPUTmice2014-07-271-3/+3
* made conversation list thread safeiNPUTmice2014-07-121-2/+2
* 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
* infite scrollingiNPUTmice2014-06-141-5/+17
* write contacts on system shutdownDaniel Gultsch2014-05-211-1/+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
* made roster persistant aka enabled versioning againDaniel Gultsch2014-05-191-26/+16
* reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch2014-05-191-104/+48
* 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
* basic pgp encrypted file transferDaniel Gultsch2014-05-061-2/+11
* couple of more optimazations on image loadingDaniel Gultsch2014-04-251-41/+2