aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-01get rid of customizable resourcesChristian Schneppe1-1/+5
2018-02-15always copy firefoxe’s shared filesChristian Schneppe1-1/+15
2018-01-31fixed crash on receiving filesChristian Schneppe1-1/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-10/+13
2018-01-21permanently cache last resolver resultChristian Schneppe1-38/+40
2018-01-19rewrite isVideoMessage logic and add some more loggingChristian Schneppe1-1/+3
2017-12-23use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe1-21/+59
2017-12-16remove NFC handling + let edit account handle own jidsChristian Schneppe1-2/+1
2017-12-16add getAccountJids to DatabaseBackendChristian Schneppe1-0/+20
2017-11-28some bug fixesChristian Schneppe2-3/+3
2017-11-26make 'markable' attribute persistentChristian Schneppe1-2/+7
2017-11-25don't return null for opus file extensionsChristian Schneppe1-0/+3
2017-11-23code cleanupChristian Schneppe2-4/+4
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-1/+6
2017-11-21catch all RuntimeExceptions when using MetadataRetrieverChristian Schneppe1-4/+8
2017-11-21catch some more exception when retrieving media runtimeChristian Schneppe1-2/+8
2017-11-21FileProvider: attempt to work with sd cardsChristian Schneppe1-1/+1
2017-10-29video processing: pick smaller file after transcoding. Do not transcode files...Christian Schneppe1-2/+2
2017-10-15don't crash if runtime could not be retrievedChristian Schneppe1-1/+5
2017-10-13add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe1-0/+59
2017-10-06EventReceiver: use setting to store enabled accountsChristian Schneppe1-20/+0
2017-10-06FileBackend: close cursor after retrieving file sizeChristian Schneppe1-9/+9
2017-09-25don't recompress videos which were sent/received beforeChristian Schneppe1-1/+1
2017-09-24reworked file params to store audio runtime amoung other thingsChristian Schneppe1-12/+20
2017-09-19ignore http upload file size constraints for videos that will be compressedChristian Schneppe1-3/+30
2017-09-18show permanent notification while transcoding videoChristian Schneppe1-0/+10
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe1-1/+2
2017-08-01avoid unnecessary roster sync in OMEMO code. fixed startup performance regres...Christian Schneppe1-2/+2
2017-08-01provide upgrade path for accounts with publish-optionsChristian Schneppe1-1/+10
2017-08-01fetch required device ids on demandChristian Schneppe1-0/+17
2017-08-01more migration fixes for updating from 1.6.0 to 1.19.0Christian Schneppe1-1/+1
2017-08-01fixed bug in db migrations when going from <15 to something recentChristian Schneppe1-5/+7
2017-06-25fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe1-4/+5
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-17/+17
2017-06-17allow recording of videos from attachment choice tooChristian Schneppe1-3/+10
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe1-0/+18
2017-05-17work around for brokens ROMs that expose file uris as notification soundChristian Schneppe1-1/+1
2017-05-17use mam reference instead of timestampChristian Schneppe1-8/+8
2017-05-09don't load signed prekeys on startupChristian Schneppe1-0/+19
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe1-3/+2
2017-03-26make image compression configurableChristian Schneppe1-4/+4
2017-03-11rename media directoriesChristian Schneppe2-19/+73
2017-03-11catch fileprovider related NPEsChristian Schneppe1-1/+1
2017-03-11catch some OOM ExceptionsChristian Schneppe1-0/+4
2017-03-09only take 1:1 conversations into account when determining catchup timestampChristian Schneppe1-1/+1
2017-02-28fix sending video file as is, if it is in our directoryChristian Schneppe1-2/+2
2017-02-12don't compress videos if they are in our files directoryChristian Schneppe1-0/+12
2017-02-09do not sync thumbnail creation on cacheChristian Schneppe1-1/+4
2017-02-08add index to message.conversationUuidChristian Schneppe1-1/+6
2017-02-08Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe1-2/+4