aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe12-51/+232
2018-05-02use styled colors for online/offline textChristian Schneppe7-12/+12
2018-04-30remove old resourcesChristian Schneppe9-87/+0
2018-04-30dynamically reference app name in version stringChristian Schneppe1-2/+2
2018-04-30use GIF to describe gifs instead of imageChristian Schneppe2-1/+4
2018-04-30click on avatars in message search opens contact detailsChristian Schneppe6-25/+43
2018-04-30properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe8-39/+129
2018-04-30very much unoptimized search functionalityChristian Schneppe26-126/+634
2018-04-30add more styling to search activityChristian Schneppe19-4/+146
2018-04-29mock (non functional) search activityChristian Schneppe30-31/+420
2018-04-29add debug output to how many messages were deletedChristian Schneppe1-2/+3
2018-04-29null check when cleaning avatars for mucChristian Schneppe1-2/+5
2018-04-29properly catch and ignore IllegalStateException instead of using commitAllowS...Christian Schneppe1-2/+13
2018-04-29fine tuned style of toolbar search viewChristian Schneppe5-5/+68
2018-04-29added scrollbars to conversation overviewChristian Schneppe1-0/+1
2018-04-29do not match mentions on word boundries but only when preceeded by white spaceChristian Schneppe1-7/+1
2018-04-29migrate recording activity to view binderChristian Schneppe10-203/+224
2018-04-29scroll to bottom even if last visible item is heigher than viewChristian Schneppe1-9/+20
2018-04-29fix text size in snackbarsChristian Schneppe2-1/+20
2018-04-29fixed caps hash generation for empty form valuesChristian Schneppe4-137/+133
2018-04-29use styled borderless buttonChristian Schneppe15-47/+59
2018-04-29do not use omemo by default for own serverChristian Schneppe2-2/+9
2018-04-29fixed updating of server message id after dedupChristian Schneppe2-5/+8
2018-04-29search for muc pms when fetching last mam referenceChristian Schneppe1-1/+1
2018-04-29never use isStranger logic in conversation with selfChristian Schneppe1-2/+4
2018-04-29provide access to show qr code from context menu in start conversation activityChristian Schneppe2-11/+12
2018-04-29fixed npe when OS invokes StartConversationsActivity with null actionChristian Schneppe1-1/+5
2018-04-29some OTR fixesChristian Schneppe4-22/+15
2018-04-29catch run time exception when starting service from event receiverChristian Schneppe1-1/+5
2018-04-29create avatar path before saving avatarChristian Schneppe1-4/+17
2018-04-29Use native snackbar on map viewChristian Schneppe2-88/+64
2018-04-29some location reworkChristian Schneppe3-31/+51
2018-04-29fixed npe when conversation in multi mode had jid w/o local partChristian Schneppe1-2/+2
2018-04-29removed 'received' prefix from descriptionChristian Schneppe3-24/+5
2018-04-29replace use file as is blacklist with general don't use app data ruleChristian Schneppe1-15/+6
2018-04-29some more theme fixesChristian Schneppe4-16/+31
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe7-129/+166
2018-04-29wrap all calls to notification manager in exception handler to catch dead obj...Christian Schneppe1-12/+44
2018-04-29fix some colorsChristian Schneppe1-1/+2
2018-04-29make text clickable in openkeychain missing messageChristian Schneppe1-17/+16
2018-04-29get real file name for files shared from ConversationsChristian Schneppe2-10/+16
2018-04-29add fdroid fennec to use file as is blacklistChristian Schneppe1-1/+2
2018-04-29always include omemo fallback messageChristian Schneppe1-3/+1
2018-04-28fix ShareWithActivityChristian Schneppe1-47/+7
2018-04-27add missing importChristian Schneppe1-0/+1
2018-04-27include node when requesting disco featuresChristian Schneppe2-17/+28
2018-04-27display avatar in groupsChristian Schneppe4-62/+59
2018-04-27Changed activity_muc_details.xml layout: Moved JID TextView etc. to upper Car...s4Ne11-41/+41
2018-04-27Changed activity_muc_details.xml layout: Moved JID TextView etc. to upper Car...s4Ne11-52/+51
2018-04-25add some more buttons to ConferenceDetailsActivity and bug fixesChristian Schneppe4-67/+89