[TIMOB-20066] Android: Add support for style in Titanium.Android.Notification
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-01-07T07:16:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.4.0 |
Components | Android |
Labels | android, notification, style |
Reporter | Andrey Tkachenko |
Assignee | Ashraf Abu |
Created | 2015-11-21T14:45:30.000+0000 |
Updated | 2017-08-22T12:55:20.000+0000 |
Description
Currently [Titanium.Android.Notification](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Android.Notification) has not support for Big View Styles.
Add support for [BigTextStyle](http://developer.android.com/intl/ru/reference/android/app/Notification.BigTextStyle.html), [BigPictureStyle](http://developer.android.com/intl/ru/reference/android/app/Notification.BigPictureStyle.html).
This ticket created for future PR.
PR: https://github.com/appcelerator/titanium_mobile/pull/7489
[~falko] Thanks for the PR! I'll look into this.
Document updates: https://github.com/appcelerator/titanium_mobile/pull/7619
The PR: https://github.com/appcelerator/titanium_mobile/pull/7489 Document updates: https://github.com/appcelerator/titanium_mobile/pull/7619 Both merged.
Verified the implementation.
style
works as expected. Closing. Environment: Appc Studio : 4.7.0.201606150733 Ti SDK : 5.4.0.v20160617074028 Ti CLI : 5.0.9 Alloy : 1.9.0 MAC El Capitan : 10.11.4 Appc NPM : 4.2.7-2 Appc CLI : 5.4.0-18 Node: 4.4.4 Nexus 6 - Android 6.0.1Is it somehow possible to use this feature in ti.cloudpush module for push notifications???
Is it somehow possible to use this feature in ti.cloudpush module for push notifications??? [2]