aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (follow)
Commit message (Expand)AuthorAgeFilesLines
* write null bitmap to imageview to replace asyncdrawableChristian Schneppe2018-10-241-1/+1
* Do not attempt to draw overlay on null bitmapChristian Schneppe2018-10-202-2/+3
* rework MediaViewerActivityChristian Schneppe2018-10-031-4/+8
* do not compress/resize images with strange aspect ratiosChristian Schneppe2018-09-271-0/+12
* store avatars received over muc presence in contactChristian Schneppe2018-09-271-1/+1
* do not show media overview in contact/conference details when missing storage...Christian Schneppe2018-09-261-1/+3
* introduce media browser activityChristian Schneppe2018-09-261-2/+2
* show conversation media in contact/conference detailsChristian Schneppe2018-09-262-32/+69
* preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe2018-09-231-5/+46
* catch illegalargument exception when discovering extension from urlChristian Schneppe2018-09-111-1/+6
* try to catch out of memory exceptionChristian Schneppe2018-08-261-1/+5
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+11
* persist muc avatar and show in bookmarksChristian Schneppe2018-07-091-1/+1
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-0/+21
* attach editor content as fileChristian Schneppe2018-06-161-10/+1
* set pragme secure delete properlyChristian Schneppe2018-05-211-1/+1
* explicitly set secure_delete pragma for SQLite databaseChristian Schneppe2018-05-211-0/+1
* move enabling of foreign key support to onConfigureChristian Schneppe2018-05-211-8/+5
* do not use trigger but delete message index entries manuallyChristian Schneppe2018-05-171-83/+90
* add primary key to fts tableChristian Schneppe2018-05-171-2/+3
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-1/+6
* fix exceptionsChristian Schneppe2018-05-161-3/+3
* do not load conversations with null jidChristian Schneppe2018-05-161-2/+10
* 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