aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add database and file migrations for 1.16.0Daniel Gultsch2017-01-252-3/+46
|
* transcode videos before sharing. change storage locationDaniel Gultsch2017-01-241-19/+13
|
* configurable local message retention period. (untested)Daniel Gultsch2017-01-231-0/+7
|
* fixed avatar republish missing the mime typeDaniel Gultsch2017-01-121-3/+7
|
* unify getFileUri across share and open intentsDaniel Gultsch2017-01-091-11/+14
|
* add overlay to indicate that image is gifDaniel Gultsch2017-01-031-6/+26
|
* Do not compress GIFs, allow GBoard to send GIFsMichael Eden2017-01-011-1/+2
|
* Merge branch 'master' of https://github.com/Fenisu/Conversations into ↵Daniel Gultsch2016-12-021-11/+27
|\ | | | | | | Fenisu-master
| * Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-081-10/+28
| |
* | made provider authorities relativ to deal with different package idsDaniel Gultsch2016-12-011-2/+7
| |
* | fixed migrations from pre-btbv phaseDaniel Gultsch2016-11-251-3/+7
| |
* | when swiping don't clean startup counter entirely. just don't count last startupDaniel Gultsch2016-11-211-3/+8
| |
* | remove omemo devices from annoucement after 7 days of inactivityDaniel Gultsch2016-11-191-0/+14
| |
* | save last activation time in fingerprint statusDaniel Gultsch2016-11-191-1/+9
| |
* | parse omemo fingerprints from urisDaniel Gultsch2016-11-171-7/+24
| |
* | reset startup count when swiped away (only count kills)Daniel Gultsch2016-11-171-0/+2
| |
* | distinguish between general i/o error and write exception when copying filesDaniel Gultsch2016-11-151-6/+19
| |
* | refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-141-28/+66
| |
* | brought restart threshold down to 8 times in 8hDaniel Gultsch2016-11-081-6/+16
| |
* | add frequent restart detectionDaniel Gultsch2016-11-081-1/+23
| |
* | Revert "use file provider on android M as well"Daniel Gultsch2016-10-301-1/+1
| | | | | | | | This reverts commit a4020e85f627f9af2142213a4c34cb4efaa8ac9a.
* | add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-1/+6
| |
* | use file provider on android M as wellDaniel Gultsch2016-10-231-1/+1
| |
* | write prepped string to db. use display version everywhere elseDaniel Gultsch2016-10-201-8/+8
|/
* fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch2016-10-031-1/+3
|
* resolve take photo uri for internal useDaniel Gultsch2016-10-031-3/+2
|
* properly index take photo uris from file providerDaniel Gultsch2016-10-031-7/+14
|
* explicit logging when copying files to storageDaniel Gultsch2016-10-031-1/+2
|
* expert 'setting' to remove omemo identity. fixes #2038Daniel Gultsch2016-09-281-3/+0
|
* don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch2016-09-211-1/+5
|
* use history clear date as minimum date for mamDaniel Gultsch2016-09-161-5/+23
|
* don't use display version of jidsDaniel Gultsch2016-09-121-81/+89
|
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-071-5/+6
|
* fixed typoDaniel Gultsch2016-08-311-2/+2
|
* use file provider for taking picturesDaniel Gultsch2016-08-301-3/+4
|
* catch NPE in getVideoPreview() because getFrame sometimes returns nullDaniel Gultsch2016-08-021-1/+1
|
* catch exception when trying to get video preview of pgp encrypted fileDaniel Gultsch2016-07-311-1/+5
|
* show identity type for device selectionDaniel Gultsch2016-07-281-1/+6
|
* provide black background video thumbnail if preview couldn't be generatedDaniel Gultsch2016-07-221-6/+13
|
* show a preview for video filesDaniel Gultsch2016-07-111-24/+116
|
* catch exceptions when retrieving uri file extensionDaniel Gultsch2016-06-241-0/+2
|
* extract relevant extension from file name when processing share intentDaniel Gultsch2016-06-161-1/+22
|
* close db cursor after reading certDaniel Gultsch2016-06-121-0/+1
|
* also save form elements in disco storageDaniel Gultsch2016-05-191-1/+5
|
* log more information about HTTP’s max upload sizeDaniel Gultsch2016-05-051-0/+2
|
* removed unnecessary loggingDaniel Gultsch2016-04-301-1/+0
|
* synchronize around thumbnail cache to avoid loading images twiceDaniel Gultsch2016-04-281-12/+21
|
* fixed table creationDaniel Gultsch2016-04-251-10/+14
|
* expert setting to manually change presenceDaniel Gultsch2016-04-221-1/+43
|
* hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch2016-04-131-5/+21
|