aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe3-2094/+0
2016-07-25provide black background video thumbnail if preview couldn't be generatedDaniel Gultsch1-6/+13
2016-07-12show a preview for video filesDaniel Gultsch1-24/+116
2016-06-30add .nomedia to audios directoryChristian Schneppe1-4/+12
2016-06-24catch exceptions when retrieving uri file extensionDaniel Gultsch1-0/+2
2016-06-19extract relevant extension from file name when processing share intentDaniel Gultsch1-2/+23
2016-06-12close db cursor after reading certDaniel Gultsch1-0/+1
2016-06-04also add 4 chars to filesnames during copy to private storageChristian Schneppe1-1/+1
2016-06-04check database versione before importChristian Schneppe1-1/+1
2016-06-04add first 4 chars to file namesChristian Schneppe1-2/+2
2016-06-02also export database when chats are exportedChristian Schneppe1-0/+4
2016-06-01use datetime as filenameChristian Schneppe1-7/+10
2016-05-31changed some folders for filesChristian Schneppe1-16/+27
2016-05-31optimize importsChristian Schneppe1-1/+1
2016-05-31add possibility to export database during update checkChristian Schneppe1-1/+1
2016-05-19also save form elements in disco storageDaniel Gultsch1-1/+5
2016-05-05change storage pathsChristian S1-2/+2
2016-05-05log more information about HTTP’s max upload sizeDaniel Gultsch1-0/+2
2016-04-30removed unnecessary loggingDaniel Gultsch1-1/+0
2016-04-28synchronize around thumbnail cache to avoid loading images twiceDaniel Gultsch1-12/+21
2016-04-25fixed table creationDaniel Gultsch1-10/+14
2016-04-22expert setting to manually change presenceDaniel Gultsch1-1/+43
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch1-5/+21
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch1-0/+38
2016-04-08removed ernoexception in exchange for a regular exeption to prevent verify er...Daniel Gultsch1-3/+2
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch1-0/+33
2016-04-02don't ask for resource when server uses http upload v0.1Daniel Gultsch1-1/+4
2016-04-01check max http file size when attaching filesDaniel Gultsch1-0/+22
2016-03-31closed some cursors under error conditionsDaniel Gultsch1-3/+13
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-3/+11
2016-03-23only add image files to media scannerDaniel Gultsch1-0/+22
2016-03-11close cursor in caps db queryDaniel Gultsch1-1/+3
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+6
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-1/+13
2016-01-24changed FileBackend API to allow files instead of messages to be copied and r...Daniel Gultsch1-33/+34
2016-01-23Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber1-1/+40
2016-01-16removed some unused methods from db backendDaniel Gultsch1-83/+0
2016-01-15catch exception when reading message id from databaseDaniel Gultsch1-8/+12
2016-01-13use batch transactions when writing rosterDheeraj CVR1-0/+3
2016-01-09automatically adjust image compression to keep files under 512MiBDaniel Gultsch1-8/+14
2016-01-04null check in getOriginalPathDaniel Gultsch1-1/+0
2016-01-04properly rotate avatarsDaniel Gultsch1-15/+7
2015-12-23show certificate informationDaniel Gultsch1-5/+34
2015-12-23save certificate when verifying with x509Daniel Gultsch1-2/+29
2015-12-12get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-0/+14
2015-12-12ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-2/+6
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-0/+14
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-2/+6
2015-12-04Unset all PGP signatures oncefiaxh1-1/+10
2015-12-04initial tor supportDaniel Gultsch1-109/+113