aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/NotificationService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-06Implements: FS#142 - Fix Conference notificationslookshe1-3/+1
2016-02-24Unused imports / methods removedsteckbrief1-5/+0
2016-02-12Imports organizedsteckbrief1-8/+0
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-17/+2
2016-01-13show /me messages in conference notifications without the name of the senderDaniel Gultsch1-5/+10
2016-01-08show per conference notification settings in details activityDaniel Gultsch1-7/+1
2016-01-04added missing synchronize when pushing messages from mam backlogDaniel Gultsch1-1/+3
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch1-2/+2
2015-12-10notify on mam catchup messagesDaniel Gultsch1-2/+2
2015-12-09show sender name for notications in conferences. fixes #1581Daniel Gultsch1-0/+17
2015-12-02hide message content in notifications in paranoia modeDaniel Gultsch1-20/+30
2015-12-01introduce config.java variable to optionally show number of connected ↵Daniel Gultsch1-37/+55
accounts in notification
2015-10-28Decrypt PGP messages in backgroundfiaxh1-1/+1
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-15/+27
2015-10-08introduced expert options to set status to away and xa if screen is off or ↵Daniel Gultsch1-17/+1
if phone is silenced
2015-09-22swapped icons for foreground servicesDaniel Gultsch1-3/+1
2015-08-26use dedicated colors for primary and primary_darkDaniel Gultsch1-1/+1
2015-08-16fixes FS#35 - Shortcut Badger compatible to setting always_notify_in_conferencelookshe1-1/+1
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-10/+13
2015-07-29show http downloaded images in notificationDaniel Gultsch1-2/+3
2015-07-22treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch1-1/+1
2015-07-13renamed colorsDaniel Gultsch1-1/+1
2015-07-10renamed downloadable to transferableDaniel Gultsch1-5/+3
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-559/+0
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-05-20added ShortcutBadger as a dependency to create unread counts on launcher iconDaniel Gultsch1-0/+1
2015-05-08only forward incoming chat messages to Pebble App and GadgetbridgeAndreas Shimokawa1-1/+5
2015-04-28made material icons smaller (24dp)Daniel Gultsch1-2/+2
2015-04-28escape nick in highlight regex patternDaniel Gultsch1-1/+1
2015-04-11Color choose dialogsteckbrief1-10/+2
2015-04-11correct parsing of led colorlookshe1-1/+1
2015-03-31Configurable LED color (Attention: Expert setting because currently only ↵steckbrief1-1/+10
text input)
2015-03-10open location directly from notificationiNPUTmice1-0/+25
2015-03-04Green led color is better with "full-green"Quentin1-1/+1
2015-02-27use conversations green in notification lediNPUTmice1-1/+1
2015-02-27Update NotificationService.javaQuentinC1-1/+1
Revert led light color
2015-02-27- Update mBuilder in NotificationService.java to ensure that the led is ↵Quentin1-1/+2
displayed at the right color. CF: http://stackoverflow.com/questions/14953793/android-notification-led-doesnt-use-my-color#comment20991762_14953793 - Changed led Color to green to remember the icon color and led times
2015-02-23get rid of some useless debuggingiNPUTmice1-3/+0
2015-02-10added actions to error notificationiNPUTmice1-1/+23
2015-01-29Use Material Design Icons on API 21+Sam Whited1-6/+17
2015-01-20Add color / category to foreground notificationSam Whited1-7/+14
2015-01-19fixed legacy translation of image receivediNPUTmice1-1/+3
2015-01-17Add some Android 21 notification featuresSam Whited1-0/+4
2015-01-17Correct the download file string on notificationsSam Whited1-5/+2
Fixes #896
2015-01-16Add download button on notification if applicableSam Whited1-17/+50
2015-01-15added dedicated button to disable foreground service in perma notificationiNPUTmice1-2/+9
2015-01-15fixed #888iNPUTmice1-1/+1
2015-01-13Ensure type safety in Pebble notificationsSam Whited1-15/+30
Also use forward-compatible screen-on detection
2015-01-12reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch1-34/+7
received * file) fixed #837
2015-01-05Send notification to Pebble on new messageOlivier Mehani1-2/+28
This implements basic notifications to the Pebble through the app (using an intent). This simply hooks into NotificationService.notify(). This is pretty basic, but it works (I haven't tested to see how the intent is received when the Pebble app is not around, though). More fancy stuff could probably be added to avoid getting flooded, but the Pebble app already does a good job a filtering notification (e.g., screen on or quiet times). Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2015-01-02put Conversations into background mode earlierDaniel Gultsch1-0/+4