aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* persist search across device rotationsChristian Schneppe2018-05-024-6/+52
|
* only search text messagesChristian Schneppe2018-05-023-8/+7
|
* fixed search term parser for empty termsChristian Schneppe2018-05-021-2/+18
|
* search term parsing + highlightingChristian Schneppe2018-05-028-22/+128
|
* create fts tableChristian Schneppe2018-05-021-2/+16
|
* get video dimensions from bitmap instead of meta dataChristian Schneppe2018-05-022-14/+38
|
* hard code ogg + audio/ mime type to ogaChristian Schneppe2018-05-022-4/+11
|
* use the correct SendButtonIconChristian Schneppe2018-05-021-7/+7
|
* added 'view conversation' to context menuChristian Schneppe2018-05-023-3/+14
|
* modified some iconsChristian Schneppe2018-05-026-18/+15
|
* check if jid was valid before parsing muc status or event msgsChristian Schneppe2018-05-022-6/+16
|
* fix crash on ShareLocationActivityChristian Schneppe2018-05-021-1/+1
|
* highlight search term in search resultsChristian Schneppe2018-05-023-0/+54
|
* convert empty resources in messages to bare jidChristian Schneppe2018-05-022-2/+13
|
* show message search as icon in actionbarChristian Schneppe2018-05-021-1/+2
|
* remove old codeChristian Schneppe2018-05-023-116/+0
|
* do not crash when inner message contains invalid jidChristian Schneppe2018-05-021-2/+2
|
* added search result context menu + date separatorsChristian Schneppe2018-05-0213-71/+360
|
* return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe2018-05-0212-51/+232
|
* use styled colors for online/offline textChristian Schneppe2018-05-027-12/+12
|
* remove old resourcesChristian Schneppe2018-04-309-87/+0
|
* dynamically reference app name in version stringChristian Schneppe2018-04-301-2/+2
|
* use GIF to describe gifs instead of imageChristian Schneppe2018-04-302-1/+4
|
* click on avatars in message search opens contact detailsChristian Schneppe2018-04-306-25/+43
|
* properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2018-04-308-39/+129
|
* very much unoptimized search functionalityChristian Schneppe2018-04-3026-126/+634
|
* add more styling to search activityChristian Schneppe2018-04-3019-4/+146
|
* mock (non functional) search activityChristian Schneppe2018-04-2930-31/+420
|
* add debug output to how many messages were deletedChristian Schneppe2018-04-291-2/+3
|
* null check when cleaning avatars for mucChristian Schneppe2018-04-291-2/+5
|
* properly catch and ignore IllegalStateException instead of using ↵Christian Schneppe2018-04-291-2/+13
| | | | commitAllowStateLoss
* fine tuned style of toolbar search viewChristian Schneppe2018-04-295-5/+68
|
* added scrollbars to conversation overviewChristian Schneppe2018-04-291-0/+1
|
* do not match mentions on word boundries but only when preceeded by white spaceChristian Schneppe2018-04-291-7/+1
|
* migrate recording activity to view binderChristian Schneppe2018-04-2910-203/+224
|
* scroll to bottom even if last visible item is heigher than viewChristian Schneppe2018-04-291-9/+20
|
* fix text size in snackbarsChristian Schneppe2018-04-292-1/+20
|
* fixed caps hash generation for empty form valuesChristian Schneppe2018-04-294-137/+133
|
* use styled borderless buttonChristian Schneppe2018-04-2915-47/+59
|
* do not use omemo by default for own serverChristian Schneppe2018-04-292-2/+9
|
* fixed updating of server message id after dedupChristian Schneppe2018-04-292-5/+8
|
* search for muc pms when fetching last mam referenceChristian Schneppe2018-04-291-1/+1
|
* never use isStranger logic in conversation with selfChristian Schneppe2018-04-291-2/+4
|
* provide access to show qr code from context menu in start conversation activityChristian Schneppe2018-04-292-11/+12
|
* fixed npe when OS invokes StartConversationsActivity with null actionChristian Schneppe2018-04-291-1/+5
|
* some OTR fixesChristian Schneppe2018-04-294-22/+15
|
* update dependenciesChristian Schneppe2018-04-291-2/+2
|
* catch run time exception when starting service from event receiverChristian Schneppe2018-04-291-1/+5
|
* create avatar path before saving avatarChristian Schneppe2018-04-291-4/+17
|
* Use native snackbar on map viewChristian Schneppe2018-04-292-88/+64
|