aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance (follow)
Commit message (Expand)AuthorAgeFilesLines
* try to fix idn stuffidn_fixesDaniel Gultsch2016-10-201-7/+7
* 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
* republish avatar if server offers non-persistent pep :-(Daniel Gultsch2016-04-111-0/+38
* removed ernoexception in exchange for a regular exeption to prevent verify er...Daniel Gultsch2016-04-081-3/+2
* check file owner when attaching files or using them as avatarDaniel Gultsch2016-04-071-0/+33
* don't ask for resource when server uses http upload v0.1Daniel Gultsch2016-04-021-1/+4
* check max http file size when attaching filesDaniel Gultsch2016-04-011-0/+22
* closed some cursors under error conditionsDaniel Gultsch2016-03-311-3/+13
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-3/+11
* only add image files to media scannerDaniel Gultsch2016-03-231-0/+22
* close cursor in caps db queryDaniel Gultsch2016-03-111-1/+3
* mark oob messages and always display download buttonDaniel Gultsch2016-03-041-1/+6
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-1/+13
* Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations into...Daniel Gultsch2016-02-021-1/+40
|\
| * Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber2016-01-231-1/+40
* | changed FileBackend API to allow files instead of messages to be copied and r...Daniel Gultsch2016-01-241-33/+34
|/
* removed some unused methods from db backendDaniel Gultsch2016-01-161-83/+0
* catch exception when reading message id from databaseDaniel Gultsch2016-01-151-8/+12
* use batch transactions when writing rosterDheeraj CVR2016-01-131-0/+3
* automatically adjust image compression to keep files under 512MiBDaniel Gultsch2016-01-091-8/+14
* null check in getOriginalPathDaniel Gultsch2016-01-041-1/+0
* properly rotate avatarsDaniel Gultsch2016-01-041-15/+7
* show certificate informationDaniel Gultsch2015-12-231-5/+34
* save certificate when verifying with x509Daniel Gultsch2015-12-231-2/+29
* get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-111-0/+14