aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/NotificationService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief1-1/+1
2016-03-29Implements FS#173: Move access to colors to separate helper classsteckbrief1-1/+2
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief1-1/+1
should be shown for a message
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief1-6/+7
should be shown for a message
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-2/+1
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
2015-12-04Fixes FS#75 - Change color names to reasonable namessteckbrief1-1/+1
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-2/+2
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-10-21Access to preferences moved to global utility class ↵steckbrief1-21/+9
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-10-05Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief1-1/+2
access to app information
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-13/+11
"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
2014-12-16Handle time comparisons using longsSam Whited1-12/+7
2014-12-15Make some magic number constants finalSam Whited1-3/+3
2014-12-15Make silent notification when quiet hours are onSam Whited1-68/+64
Notify, just don't play a sound or vibrate Also make the Java annoyingly verbose... I can't help myself... ahh!
2014-12-14Add quiet hours featureSam Whited1-27/+48
2014-11-18put error notification into notification serviceiNPUTmice1-0/+39
2014-11-15Make account status an enumSam Whited1-1/+1
2014-11-15added low priority and removed date in foreground noticficationiNPUTmice1-0/+2
2014-11-15turn on foreground service in expert settingsiNPUTmice1-4/+23
2014-11-15fixed description in notifications and conversation overviewiNPUTmice1-2/+10
2014-11-05fixed notifications for imagesiNPUTmice1-13/+34
2014-10-22Make conversations the root projectSam Whited1-0/+0