aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | create avatar in background thread
* 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 ↵Christian Schneppe2017-10-291-2/+2
| | | | files smaller 1 MiB
* 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 ↵Christian Schneppe2017-08-011-2/+2
| | | | regression
* 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
|