aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/ContactChooserTargetService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-25explicitly start service (instead of just bind) service from contact chooserChristian Schneppe1-2/+7
2019-01-25make contact chooser (direct sharing) smart about sharing text in groups ↵Christian Schneppe1-3/+11
when http is not available
2019-01-24use bitmap instead of URI for avatars in notificationChristian Schneppe1-1/+1
2018-09-23preview media before sending them and allow sharing and attaching of ↵Christian Schneppe1-3/+3
multiple files
2018-09-13initial work toward api 26+Christian Schneppe1-1/+0
* introduce notification channels * always use foreground service on 26+
2018-06-17do not include read only chats in contact chooserChristian Schneppe1-3/+8
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-52/+52
2016-07-29changed package id inside manifest and projectChristian Schneppe1-3/+3
2016-05-31optimize importsChristian Schneppe1-4/+0
2016-04-12reverse order in contact chooserDaniel Gultsch1-1/+1
2015-12-11implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-0/+87
2015-12-07implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-0/+87