aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/persistance (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-30cleanup for clear conversation history. small otr fixesiNPUTmice2-22/+18
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 stepiNPUTmice2-19/+55
2014-10-19got rid of copyonwrite array list for messagesiNPUTmice1-4/+6
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 ↵iNPUTmice1-39/+12
performance reasons. NOTE: this will prevent you to access images older than version 0.6
2014-10-15refactored file download status. make image http download available for ↵iNPUTmice2-5/+7
carbon copied (sent) messages as well
2014-10-14catch can't open database exceptioniNPUTmice1-4/+9
2014-10-14renamingiNPUTmice1-1/+1
2014-10-14basic image over http downloadingiNPUTmice1-11/+11
2014-10-08bullet proofing some codeiNPUTmice1-0/+3
2014-09-30calculate sample size for thumbnails as welliNPUTmice1-2/+15
2014-09-28new notification service. first draftDaniel Gultsch1-6/+7
2014-09-27made muc passwords and prefereced encryption method persistant across restartsiNPUTmice1-3/+7
2014-09-19background daemon doesn't start automatically if there are no enabled ↵iNPUTmice1-1/+9
accounts. fixed #443 fixed #442
2014-09-08setting to increase font size. fixed #420iNPUTmice1-1/+2
2014-09-02rotate avatarsiNPUTmice1-37/+55
Conflicts: src/eu/siacs/conversations/persistance/FileBackend.java
2014-09-02rotate avatarsiNPUTmice1-9/+16
2014-09-01optimize string operations a bitM. Dietrich2-3/+3
2014-08-31deleted unnecessary logiNPUTmice1-2/+0
2014-08-31some code cleanupiNPUTmice1-39/+51
2014-08-24fixed faulty db creation on first installiNPUTmice1-9/+12
2014-08-21make avatars persisent / available even without internetiNPUTmice1-1/+9
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 ↵iNPUTmice1-5/+40
permissions. fixed #150 fixed #177 fixed #333 - this might need some more polish though
2014-08-06fixed problems with sha sum calculation on avatar write. delete avatars with ↵iNPUTmice1-9/+26
non matching sha sum
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-07-29fixed #239 - show contact names and pictures in muc if real jid is knowniNPUTmice1-24/+35
2014-07-27migrated some ArrayLists to CopyOnWriteArrayListsiNPUTmice1-3/+3
2014-07-12made conversation list thread safeiNPUTmice1-2/+2
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-06-14infite scrollingiNPUTmice1-5/+17
2014-05-21write contacts on system shutdownDaniel Gultsch1-1/+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-19made roster persistant aka enabled versioning againDaniel Gultsch1-26/+16
2014-05-19reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch1-104/+48
2014-05-14fixed #105Daniel Gultsch1-24/+34
2014-05-13takeing pictures over intentDaniel Gultsch1-3/+17