summaryrefslogtreecommitdiff
path: root/wearable/data
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16Sync code with mcd productYunmi Ha157-30/+986
- Add additional internal ids - Add additional product ids - Add some check code for additional vconf value Change-Id: I8e5420bb6d48aa280c4247ce769ed4276789c216 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2020-05-12change vibration config to standard typeYunmi Ha11-17/+88
Change-Id: I8b55827a8b4ca7e2ceb431e31f345709d790e1a2 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2020-03-09Support multi effect patternsubmit/tizen/20200310.104300accepted/tizen/unified/20200311.130818Yunmi Ha1-17/+18
- Remove rescaling code for level - Add default pattern for monotone vibration Change-Id: Ie7b01518bb6c3995c3a3db0193ec7d148bf21611 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2016-10-24Remove specific product related enumerations and merge internal enum filepr.jung2-44/+7
Change-Id: I97576432d199da7bebf1d88068a3846a1580a991 Signed-off-by: pr.jung <pr.jung@samsung.com>
2016-08-02Modify SIP patternsubmit/tizen/20160803.081834accepted/tizen/wearable/20160804.081115accepted/tizen/tv/20160804.081050accepted/tizen/mobile/20160804.081204accepted/tizen/ivi/20160804.081133accepted/tizen/common/20160804.174401pr.jung1-1/+1
Change-Id: I355d596b79e0afabc2f49e99416de98f42a71657 Signed-off-by: pr.jung <pr.jung@samsung.com>
2016-06-27Modify feedback operationsubmit/tizen_common/20160701.180000submit/tizen/20160630.105614submit/tizen/20160627.095455accepted/tizen/wearable/20160701.033925accepted/tizen/tv/20160701.033807accepted/tizen/mobile/20160701.034016accepted/tizen/ivi/20160701.033851accepted/tizen/common/20160703.130648accepted/tizen/common/20160629.222249pr.jung1-37/+37
Parse vibration configuration file in deviced instead of libfeedback, so configuration file is parsed only once. (Before, it is parsed every time feedback_init is called.) Compare to earlier, vibration.conf has duration for playing and waiting time. Also, haptic_vibrate_effect and haptic_is_supported is added for VibrateEffect and IsSupported. vibrate_effect is used instead of vibrate_buffer and vibrate_monotone. Change-Id: I674c758ee3172a07056193354ce29fa63bfae671 Signed-off-by: pr.jung <pr.jung@samsung.com>
2015-11-10feedback: Use configuration file instead of xmlJiyoung Yun3-181/+83
This patch remove dependency to libxml. Instead of xml, libfeedback will use configuration file for initial configuration. And this patch diminishes static variable sizes by using dynamic allocation. . Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Change-Id: I173ab419ab29dca34fb84fabef1c96cdca91b8a1
2015-06-11feedback: Seperate codes between common and mobile profileJiyoung Yun7-0/+181
feedback-ids.h and feedback.h will be public api on Tizen v2.4. If you need a specific enum for your profile, you can make new file like feedback-ids-[PROFILE].h. Change-Id: Iedcd7092866351a6c0b07fed3060b096e073973a Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Signed-off-by: taeyoung <ty317.kim@samsung.com>