aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* don’t scale images to a 0 width or heightChristian Schneppe2018-05-161-6/+8
* handle invalid image boundsChristian Schneppe2018-05-031-1/+7
* only search text messagesChristian Schneppe2018-05-021-1/+1
* search term parsing + highlightingChristian Schneppe2018-05-021-2/+8
* create fts tableChristian Schneppe2018-05-021-2/+16
* get video dimensions from bitmap instead of meta dataChristian Schneppe2018-05-021-12/+24
* hard code ogg + audio/ mime type to ogaChristian Schneppe2018-05-021-2/+9
* properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2018-04-301-1/+1
* very much unoptimized search functionalityChristian Schneppe2018-04-301-31/+34
* add debug output to how many messages were deletedChristian Schneppe2018-04-291-2/+3
* fixed updating of server message id after dedupChristian Schneppe2018-04-291-3/+2
* search for muc pms when fetching last mam referenceChristian Schneppe2018-04-291-1/+1
* create avatar path before saving avatarChristian Schneppe2018-04-291-4/+17
* replace use file as is blacklist with general don't use app data ruleChristian Schneppe2018-04-291-15/+6
* get real file name for files shared from ConversationsChristian Schneppe2018-04-291-5/+6
* add fdroid fennec to use file as is blacklistChristian Schneppe2018-04-291-1/+2
* add missing importChristian Schneppe2018-04-271-0/+1
* display avatar in groupsChristian Schneppe2018-04-271-7/+5
* sync roster to disk after roster pushChristian Schneppe2018-04-121-0/+4
* fix register account checkbox glitchChristian Schneppe2018-04-071-1/+2
* migrate to xmpp-addrChristian Schneppe2018-04-021-26/+21
* finished 'Set Status Message' dialogChristian Schneppe2018-04-011-8/+4
* delegate mime type from intentChristian Schneppe2018-04-011-4/+3
* get rid of customizable resourcesChristian Schneppe2018-04-011-1/+5
* always copy firefoxe’s shared filesChristian Schneppe2018-02-151-1/+15
* fixed crash on receiving filesChristian Schneppe2018-01-311-1/+1
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-10/+13
* permanently cache last resolver resultChristian Schneppe2018-01-211-38/+40
* rewrite isVideoMessage logic and add some more loggingChristian Schneppe2018-01-191-1/+3
* use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe2017-12-231-21/+59
* remove NFC handling + let edit account handle own jidsChristian Schneppe2017-12-161-2/+1
* add getAccountJids to DatabaseBackendChristian Schneppe2017-12-161-0/+20
* 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