Skip to content

Commit

Permalink
More changes to events types
Browse files Browse the repository at this point in the history
  • Loading branch information
CODeRUS committed Jul 3, 2017
1 parent 57f795c commit 3512fe1
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions harbour-sailorgram/events/sailorgram.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,29 @@ sound.stream.module-stream-restore.id = x-meego-ringing-volume
sound.enabled.profile = im_fg.alert.enabled => sound.enabled
haptic.type = strong

[sailorgram => play.mode=short]
sound.profile = im_fg.alert.tone@general => sound.filename
sound.stream.event.id = event-in-call
ffmemless.effect = NGF_SHORT
sound.stream.module-stream-restore.id = x-meego-ringing-volume
sound.enabled.profile = im_fg.alert.enabled => sound.enabled
haptic.type = strong

[sailorgram => play.mode=*,context@call_state.mode=active]
sound.profile = im_fg.alert.tone@general => sound.filename
sound.stream.event.id = event-in-call
sound.stream.module-stream-restore.id = sink-input-by-media-role:indicator-tone

[sailorgram]
[sailorgram => play.mode=foreground]
sound.profile = im.alert.tone => sound.filename
sound.profile.fallback = im.alert.tone@fallback => sound.filename
ffmemless.effect = NGF_SHORT
sound.stream.event.id = message-new-email
sound.stream.module-stream-restore.id = x-meego-ringing-volume
sound.stream.media.role = notification
sound.stream.droid.device.additional-route = AUDIO_DEVICE_OUT_SPEAKER
sound.enabled.profile = im.alert.enabled => sound.enabled
sound.enabled.profile = im_fg.alert.enabled => sound.enabled
haptic.type = strong

[sailorgram]
ffmemless.effect = NGF_SHORT
mce.led_pattern = PatternTelegram
haptic.type = message

1 comment on commit 3512fe1

@rodneyrod
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will you be compiling another version of this with the latest WebP library so stickers will work again?

Please sign in to comment.