aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-02create fts tableChristian Schneppe1-2/+16
2018-05-02get video dimensions from bitmap instead of meta dataChristian Schneppe1-12/+24
2018-05-02hard code ogg + audio/ mime type to ogaChristian Schneppe1-2/+9
2018-04-30properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe1-1/+1
2018-04-30very much unoptimized search functionalityChristian Schneppe1-31/+34
2018-04-29add debug output to how many messages were deletedChristian Schneppe1-2/+3
2018-04-29fixed updating of server message id after dedupChristian Schneppe1-3/+2
2018-04-29search for muc pms when fetching last mam referenceChristian Schneppe1-1/+1
2018-04-29create avatar path before saving avatarChristian Schneppe1-4/+17
2018-04-29replace use file as is blacklist with general don't use app data ruleChristian Schneppe1-15/+6
2018-04-29get real file name for files shared from ConversationsChristian Schneppe1-5/+6
2018-04-29add fdroid fennec to use file as is blacklistChristian Schneppe1-1/+2
2018-04-27add missing importChristian Schneppe1-0/+1
2018-04-27display avatar in groupsChristian Schneppe1-7/+5
2018-04-12sync roster to disk after roster pushChristian Schneppe1-0/+4
2018-04-07fix register account checkbox glitchChristian Schneppe1-1/+2
2018-04-02migrate to xmpp-addrChristian Schneppe1-26/+21
2018-04-01finished 'Set Status Message' dialogChristian Schneppe1-8/+4
2018-04-01delegate mime type from intentChristian Schneppe1-4/+3
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
create avatar in background thread
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 ↵Christian Schneppe1-2/+2
files smaller 1 MiB
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 ↵Christian Schneppe1-2/+2
regression
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