aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services/ImageProvider.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-15detect deleted files on start up. got rid of lagecy image provider for ↵iNPUTmice1-109/+0
performance reasons. NOTE: this will prevent you to access images older than version 0.6
2014-09-28new notification service. first draftDaniel Gultsch1-1/+1
2014-09-20fixed presence splittingiNPUTmice1-1/+1
2014-08-31some code cleanupiNPUTmice1-16/+13
2014-08-21save newly taken photos in DCIM diriNPUTmice1-13/+0
2014-08-08save images to external storage instead of internal. this requires more ↵iNPUTmice1-2/+2
permissions. fixed #150 fixed #177 fixed #333 - this might need some more polish though
2014-06-04image provider path name now with .webp endingiNPUTmice1-2/+5
2014-05-13takeing pictures over intentDaniel Gultsch1-39/+56
2014-05-13static method for providing content uriDaniel Gultsch1-0/+8
2014-04-21allow images to be opened with gallary appDaniel Gultsch1-0/+97