aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/NotificationService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-559/+0
| | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* Color choose dialogsteckbrief2015-04-111-10/+2
|
* correct parsing of led colorlookshe2015-04-111-1/+1
|
* Configurable LED color (Attention: Expert setting because currently only ↵steckbrief2015-03-311-1/+10
| | | | text input)
* Merge pull request #1036 from QuentinC/developmentDaniel Gultsch2015-03-181-1/+1
|\ | | | | Green led color is better with "full-green"
| * Green led color is better with "full-green"Quentin2015-03-041-1/+1
| |
* | open location directly from notificationiNPUTmice2015-03-101-0/+25
|/
* use conversations green in notification lediNPUTmice2015-02-271-1/+1
|
* Update NotificationService.javaQuentinC2015-02-271-1/+1
| | | Revert led light color
* - Update mBuilder in NotificationService.java to ensure that the led is ↵Quentin2015-02-271-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
* get rid of some useless debuggingiNPUTmice2015-02-231-3/+0
|
* added actions to error notificationiNPUTmice2015-02-101-1/+23
|
* Use Material Design Icons on API 21+Sam Whited2015-01-291-6/+17
|
* Add color / category to foreground notificationSam Whited2015-01-201-7/+14
|
* fixed legacy translation of image receivediNPUTmice2015-01-191-1/+3
|
* Add some Android 21 notification featuresSam Whited2015-01-171-0/+4
|
* Correct the download file string on notificationsSam Whited2015-01-171-5/+2
| | | | Fixes #896
* Add download button on notification if applicableSam Whited2015-01-161-17/+50
|
* added dedicated button to disable foreground service in perma notificationiNPUTmice2015-01-151-2/+9
|
* fixed #888iNPUTmice2015-01-151-1/+1
|
* Ensure type safety in Pebble notificationsSam Whited2015-01-131-15/+30
| | | | Also use forward-compatible screen-on detection
* reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2015-01-121-34/+7
| | | | | | received * file) fixed #837
* Send notification to Pebble on new messageOlivier Mehani2015-01-051-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>
* put Conversations into background mode earlierDaniel Gultsch2015-01-021-0/+4
|
* Handle time comparisons using longsSam Whited2014-12-161-12/+7
|
* Make some magic number constants finalSam Whited2014-12-151-3/+3
|
* Make silent notification when quiet hours are onSam Whited2014-12-151-68/+64
| | | | | Notify, just don't play a sound or vibrate Also make the Java annoyingly verbose... I can't help myself... ahh!
* Add quiet hours featureSam Whited2014-12-141-27/+48
|
* put error notification into notification serviceiNPUTmice2014-11-181-0/+39
|
* Make account status an enumSam Whited2014-11-151-1/+1
|
* Merge branch 'feature/file_transfer' into developmentiNPUTmice2014-11-151-2/+10
|\ | | | | | | | | Conflicts: src/main/res/values/strings.xml
| * fixed description in notifications and conversation overviewiNPUTmice2014-11-151-2/+10
| |
* | added low priority and removed date in foreground noticficationiNPUTmice2014-11-151-0/+2
| |
* | turn on foreground service in expert settingsiNPUTmice2014-11-151-4/+23
|/
* fixed notifications for imagesiNPUTmice2014-11-051-13/+34
|
* Merge branch 'gradle' into developmentSam Whited2014-10-301-68/+164
| | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib
* Make conversations the root projectSam Whited2014-10-221-0/+237