aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (follow)
Commit message (Expand)AuthorAgeFilesLines
* some bug fixesChristian Schneppe2017-11-282-3/+3
* make 'markable' attribute persistentChristian Schneppe2017-11-261-2/+7
* don't return null for opus file extensionsChristian Schneppe2017-11-251-0/+3
* code cleanupChristian Schneppe2017-11-232-4/+4
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-1/+6
* catch all RuntimeExceptions when using MetadataRetrieverChristian Schneppe2017-11-211-4/+8
* catch some more exception when retrieving media runtimeChristian Schneppe2017-11-211-2/+8
* FileProvider: attempt to work with sd cardsChristian Schneppe2017-11-211-1/+1
* video processing: pick smaller file after transcoding. Do not transcode files...Christian Schneppe2017-10-291-2/+2
* don't crash if runtime could not be retrievedChristian Schneppe2017-10-151-1/+5
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-0/+59
* EventReceiver: use setting to store enabled accountsChristian Schneppe2017-10-061-20/+0
* FileBackend: close cursor after retrieving file sizeChristian Schneppe2017-10-061-9/+9
* don't recompress videos which were sent/received beforeChristian Schneppe2017-09-251-1/+1
* reworked file params to store audio runtime amoung other thingsChristian Schneppe2017-09-241-12/+20
* ignore http upload file size constraints for videos that will be compressedChristian Schneppe2017-09-191-3/+30
* show permanent notification while transcoding videoChristian Schneppe2017-09-181-0/+10
* prevent users from editing their account jid after successful loginChristian Schneppe2017-08-131-1/+2
* avoid unnecessary roster sync in OMEMO code. fixed startup performance regres...Christian Schneppe2017-08-011-2/+2
* provide upgrade path for accounts with publish-optionsChristian Schneppe2017-08-011-1/+10
* fetch required device ids on demandChristian Schneppe2017-08-011-0/+17
* more migration fixes for updating from 1.6.0 to 1.19.0Christian Schneppe2017-08-011-1/+1
* fixed bug in db migrations when going from <15 to something recentChristian Schneppe2017-08-011-5/+7
* fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe2017-06-251-4/+5
* upgrade to signal-protocol-javaChristian Schneppe2017-06-241-17/+17
* allow recording of videos from attachment choice tooChristian Schneppe2017-06-171-3/+10
* add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe2017-05-311-0/+18
* work around for brokens ROMs that expose file uris as notification soundChristian Schneppe2017-05-171-1/+1
* use mam reference instead of timestampChristian Schneppe2017-05-171-8/+8
* don't load signed prekeys on startupChristian Schneppe2017-05-091-0/+19
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-261-3/+2
* make image compression configurableChristian Schneppe2017-03-261-4/+4
* rename media directoriesChristian Schneppe2017-03-112-19/+73
* catch fileprovider related NPEsChristian Schneppe2017-03-111-1/+1
* catch some OOM ExceptionsChristian Schneppe2017-03-111-0/+4
* only take 1:1 conversations into account when determining catchup timestampChristian Schneppe2017-03-091-1/+1
* fix sending video file as is, if it is in our directoryChristian Schneppe2017-02-281-2/+2
* don't compress videos if they are in our files directoryChristian Schneppe2017-02-121-0/+12
* do not sync thumbnail creation on cacheChristian Schneppe2017-02-091-1/+4
* add index to message.conversationUuidChristian Schneppe2017-02-081-1/+6
* Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe2017-02-081-2/+4
* check if media folders are existing, if not, create themChristian Schneppe2017-02-061-4/+11
* make updater work in Android NChristian Schneppe2017-02-051-3/+11
* fix detection of filesizeChristian Schneppe2017-02-021-2/+8
* configurable local message retention period.Christian Schneppe2017-01-291-0/+7
* add database migrationsChristian Schneppe2017-01-291-1/+7
* reworked FileBackendChristian Schneppe2017-01-251-27/+15
* fixed avatar republish missing the mime typeChristian Schneppe2017-01-141-3/+7
* unify getFileUri across share and open intentsChristian Schneppe2017-01-091-7/+15
* add overlay to indicate that image is gifChristian Schneppe2017-01-051-6/+25