aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert empty resources in messages to bare jidChristian Schneppe2018-05-022-2/+13
|
* remove old codeChristian Schneppe2018-05-022-64/+0
|
* do not crash when inner message contains invalid jidChristian Schneppe2018-05-021-2/+2
|
* added search result context menu + date separatorsChristian Schneppe2018-05-0211-71/+312
|
* 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-023-11/+3
|
* remove old resourcesChristian Schneppe2018-04-301-33/+0
|
* dynamically reference app name in version stringChristian Schneppe2018-04-301-2/+2
|
* use GIF to describe gifs instead of imageChristian Schneppe2018-04-301-1/+3
|
* click on avatars in message search opens contact detailsChristian Schneppe2018-04-304-23/+41
|
* properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2018-04-308-39/+129
|
* very much unoptimized search functionalityChristian Schneppe2018-04-3025-125/+631
|
* add more styling to search activityChristian Schneppe2018-04-302-0/+57
|
* mock (non functional) search activityChristian Schneppe2018-04-297-24/+209
|
* 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-291-0/+13
|
* 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-294-144/+122
|
* 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-291-18/+26
|
* 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-291-8/+9
|
* fixed npe when OS invokes StartConversationsActivity with null actionChristian Schneppe2018-04-291-1/+5
|
* some OTR fixesChristian Schneppe2018-04-292-7/+3
|
* 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-291-12/+19
|
* some location reworkChristian Schneppe2018-04-292-10/+14
|
* fixed npe when conversation in multi mode had jid w/o local partChristian Schneppe2018-04-291-2/+2
|
* removed 'received' prefix from descriptionChristian Schneppe2018-04-292-21/+5
|
* replace use file as is blacklist with general don't use app data ruleChristian Schneppe2018-04-291-15/+6
|
* some more theme fixesChristian Schneppe2018-04-292-0/+11
|
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-297-129/+166
|
* wrap all calls to notification manager in exception handler to catch dead ↵Christian Schneppe2018-04-291-12/+44
| | | | object exception
* fix some colorsChristian Schneppe2018-04-291-1/+2
|
* make text clickable in openkeychain missing messageChristian Schneppe2018-04-291-17/+16
|
* get real file name for files shared from ConversationsChristian Schneppe2018-04-292-10/+16
|
* add fdroid fennec to use file as is blacklistChristian Schneppe2018-04-291-1/+2
|
* always include omemo fallback messageChristian Schneppe2018-04-291-3/+1
|
* fix ShareWithActivityChristian Schneppe2018-04-281-47/+7
|
* add missing importChristian Schneppe2018-04-271-0/+1
|
* include node when requesting disco featuresChristian Schneppe2018-04-272-17/+28
|
* display avatar in groupsChristian Schneppe2018-04-274-62/+59
|