Youngjae Cho [Wed, 17 Apr 2024 12:51:45 +0000 (21:51 +0900)]
setting-keys: Add VCONFKEY_SETAPPL_TIMEOUT_DIM
It takes time in second, and if the value is nonnegative, it fixes
screen dim timeout by the value.
- If the value is negative, then the screen dim timeout works same as
before, 30% of VCONFKEY_SETAPPL_LCD_TIMEOUT_NORMAL.
- If the value is nonnegative, dim state consumes its own timeout,
VCONFKEY_SETAPPL_TIMEOUT_DIM. By this, normal state solely consumes
entire VCONFKEY_SETAPPL_TIMEOUT_NORMAL, not sharing it with dim.
Change-Id: Ica90eb742f149ac8b3bf3f9c6894f0ff8f376e78
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Lukasz Oleksak [Thu, 8 Feb 2024 08:46:50 +0000 (09:46 +0100)]
Add new vconf key to enable/disable granularity in screen-reader
Change-Id: I00c61a685024070863f6d02de259d77d19577f50
Signed-off-by: Lukasz Oleksak <l.oleksak@samsung.com>
JinWang An [Wed, 22 Nov 2023 08:19:11 +0000 (17:19 +0900)]
Add VCONFKEY_SETAPPL_OOBE key
Change-Id: Ie95a27db64f7afe77f8c45eeb0f515de0d64641a
Signed-off-by: JinWang An <jinwang.an@samsung.com>
Hwankyu Jhun [Thu, 7 Sep 2023 03:34:26 +0000 (12:34 +0900)]
Modify read permission of VCONFKEY_SETAPPL_TIMEZONE_INT
In the previous, the platform privilege is needed to read.
The needed privilege of VCONFKEY_SETAPPL_TIMEZONE is the public privilege.
This patch changes the privilege level to 'public' from 'privilege'.
Change-Id: I55866b6225652895b966a70a6c8312e512c6444d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Yunhee Seo [Wed, 23 Aug 2023 01:25:54 +0000 (10:25 +0900)]
setting-keys: Remove readPriv from feedback vconf keys
Allow apps to read below vconfkeys without readPrivilege dependencies.
- VCONFKEY_SETAPPL_ACCESSIBILITY_SOUND_FEEDBACK_THEME
- VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATION_FEEDBACK_THEME
Change-Id: Iba363ea05f88eb0f5d8a24fd067e19e1a6cd8f46
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Yunhee Seo [Fri, 18 Aug 2023 02:05:39 +0000 (11:05 +0900)]
setting-keys: Fix vconf key typo
Fix typo.
VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATRION_FEEDBACK_THEME
-> VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATION_FEEDBACK_THEME
Change-Id: I0240bf78deea183c1c42da9a976219f2ad4cef90
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Chanwoo Choi [Wed, 16 Aug 2023 06:15:30 +0000 (15:15 +0900)]
setting-keys: Add new vconf key to support multi-theme feedback
libfeedback has supported the only one feedback theme.
In order to support various theme of feedback, it requires
the new vconf key when changing the key on setting app.
So that add the following new vconf key for multi-theme feedback as
- VCONFKEY_SETAPPL_ACCESSIBILITY_SOUND_FEEDBACK_THEME
: libfeedback supports the sound feedback like power-on, power-off and
beep sound. According to the value of theme selected by user,
libfeedback plays the different sound for each feedback like power-on.
- VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATRION_FEEDBACK_THEME
: libfeedback supports the vibration feedback like power-on, power-off and
touch sound. According to the value of theme selected by user,
libfeedback plays the different vibration for each feedback like power-on.
Change-Id: Ib85d6a92f7d44d2a3be631a3ec9d0b0d3a30d948
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Suyeon Hwang [Wed, 1 Feb 2023 12:03:40 +0000 (21:03 +0900)]
Add new vconf key for tts uid of client which tries to instantly reprepare
Change-Id: I9b00f82ed58773b62446fea99684c87214b55226
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Anjali Nijhara [Tue, 27 Dec 2022 08:51:26 +0000 (14:21 +0530)]
Add new vconf key for Wi-Fi Interface Name
- VCONFKEY_WIFI_INTERFACE_NAME
Change-Id: I935a5d421762bbb88b37b9179594f5e340ed831b
Signed-off-by: Anjali Nijhara <a.nijhara@samsung.com>
sooyeon [Thu, 25 Aug 2022 06:00:41 +0000 (15:00 +0900)]
Set a default value of db/voice/vc/engine/default for tv profile
Change-Id: I5633ada1d9e4dd3d393d1ec636fc43ec4d7ce07b
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
Youngjae Cho [Wed, 6 Apr 2022 05:13:44 +0000 (22:13 -0700)]
Relocate and redefine usb_mode enum
The VCONFKEY_USB_CUR_MODE and VCONFKEY_USB_SEL_MODE will be changed to
have combination of usb functions, which is able to combine any type of
functions, not only the predefined set of combinations. The predefined
set of combination have been removed.
The values are redefined in capi-system-device.
- USB_GADGET_FUNC_NONE = 0x00
- USB_GADGET_FUNC_SDB = 0x01
- USB_GADGET_FUNC_MTP = 0x02
- USB_GADGET_FUNC_RNDIS = 0x04
- USB_GADGET_FUNC_ACM = 0x08
- USB_GADGET_FUNC_DIAG = 0x10
- USB_GADGET_FUNC_RMNET = 0x20
Modify default VCONFKEY_USB_SEL_MODE to 0x0b, which corresponds to the
previous default function combination, SDB(0x01)|MTP(0x02)|ACM(0x08).
Change-Id: I65c1309419c7d5d4a6a501005ba5a8672114d43e
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Suyeon Hwang [Tue, 15 Mar 2022 08:08:57 +0000 (17:08 +0900)]
Set default value of db/voice/vc/dependency_module_name for tv profile
Change-Id: I31cc5dd042d88d5c7fb956245a3faae25ae15f59
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
JinWang An [Wed, 19 Jan 2022 02:17:15 +0000 (11:17 +0900)]
Add vconf keys
- VCONFKEY_SETAPPL_TRAY_TURNUPMODE
- VCONFKEY_SETAPPL_TRAY_SORTORDER
Change-Id: I81bb68ddf4ccbadfc19339bb8dae0b2fa218b904
Signed-off-by: JinWang An <jinwang.an@samsung.com>
Suyeon Hwang [Thu, 6 Jan 2022 06:39:42 +0000 (15:39 +0900)]
Add new vconf key for dependency module name
Change-Id: I6f6417f40019d560e94fc2c8f5f34d927eeb1cb6
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
INSUN PYO [Mon, 29 Nov 2021 05:58:34 +0000 (14:58 +0900)]
Change default value of VCONFKEY_USB_SEL_MODE from 1 to 2
1: SET_USB_DEFAULT ==> USB_FUNCTION_MTP | USB_FUNCTION_ACM
2: SET_USB_SDB ==> USB_FUNCTION_MTP | USB_FUNCTION_ACM | USB_FUNCTION_SDB
Change-Id: Ifb82544d7859ce873d317c807ab841f5020f7842
InHong Han [Wed, 10 Nov 2021 09:18:20 +0000 (18:18 +0900)]
Add vconfkey for detecting Remote Input
Change-Id: I67995feff58c152e5cef8891a98190823dbebd89
Signed-off-by: InHong Han <inhong1.han@samsung.com>
Jaechul Lee [Wed, 28 Jul 2021 06:57:36 +0000 (15:57 +0900)]
Change VCONFKEY_SOUND_RPI_PLAYBACK_ROUTE default value
The conf default value was changed to 0 that means auto audio route on rpi
Change-Id: Ia6683e84ea3b7132a68ad64383a55007ba638722
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
Seungbae Shin [Thu, 10 Jun 2021 07:54:43 +0000 (16:54 +0900)]
Add VCONFKEY_SOUND_RPI_PLAYBACK_ROUTE
for sound-manager internal api (sound_manager_set_rpi_playback_route)
Change-Id: I6dbdc3dbd703234761b24b092cc409fbf670ddb2
Signed-off-by: Seungbae Shin <seungbae.shin@samsung.com>
JinWang An [Wed, 23 Sep 2020 10:44:14 +0000 (19:44 +0900)]
Fix VCONFKEY_SETAPPL_NOTI_VIBRATION_LEVEL_INT default value
Change-Id: Ieb2a67f8ef3f69890cccf2b08ae9bb04e0842988
Signed-off-by: JinWang An <jinwang.an@samsung.com>
Shinwoo Kim [Thu, 27 Aug 2020 09:40:15 +0000 (18:40 +0900)]
Remove read privilege of accessibility atspi
There is no reason to have a privilege for reading accessibility atspi.
If there is the privilege, then every NUI application should have it.
Change-Id: I5c83458f1bea04efac8656804a461a2844136abd
Signed-off-by: Shinwoo Kim <cinoo.kim@samsung.com>
lokilee73 [Tue, 21 Jul 2020 02:09:23 +0000 (11:09 +0900)]
Add vconf keys for Doze Mode
VCONFKEY_SETAPPL_DOZE_MODE
- to enable/disable doze mode in setting menu
VCONFKEY_SYSMAN_DOZE_MODE_LEVEL
- to set DOZE MODE LEVEL
Change-Id: Ia009eb43fab06cceb0bcabd7d6e23f26ba9c17cf
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
JinWang An [Mon, 15 Jun 2020 15:19:23 +0000 (00:19 +0900)]
Remove org.tizen.menu-screen
- change default value of VCONFKEY_SETAPPL_SELECTED_PACKAGE_NAME
Change-Id: I365de0b052aa4c42c6706d713aa38e17e5e0772d
Signed-off-by: JinWang An <jinwang.an@samsung.com>
JinWang An [Mon, 15 Jun 2020 13:54:37 +0000 (22:54 +0900)]
Remove VCONFKEY_EMAIL_IS_INBOX_ACTIVE
- Because of removing email-app
Change-Id: I3c6a53c4d2d6df32be001003d83b28099c52dc9b
Signed-off-by: JinWang An <jinwang.an@samsung.com>
jinwang.an [Wed, 13 May 2020 05:42:28 +0000 (14:42 +0900)]
Add soft_key vconf
Change-Id: Idc01f9c2b83cfe2846b5fdc66925fbb55b6afa6d
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
jinwang.an [Mon, 13 Apr 2020 06:01:36 +0000 (15:01 +0900)]
Add enum for vibration levels of VCONFKEY_SETAPPL_CALL_VIBRATION_PATTERN_INT
Change-Id: Iab1dcae97a33086b0166262ae279f6563449e1ed
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
jinwang.an [Thu, 2 Apr 2020 01:30:49 +0000 (10:30 +0900)]
Add accessibility vconf keys from mobile DIV.
Change-Id: I93087391ad6ba79c71eec51f4737063e96c68b79
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
InHong Han [Wed, 1 Apr 2020 02:12:14 +0000 (11:12 +0900)]
Add vconf key for on-demand launching IME
Change-Id: I79474a6e58da660038a6cbdf1cc8cc9676bcc494
Signed-off-by: InHong Han <inhong1.han@samsung.com>
Youngjae Cho [Thu, 26 Mar 2020 01:16:35 +0000 (10:16 +0900)]
Add vconf key for charger type
Change-Id: I2c59851d20333dcc1182a6d947b5954032bf88fe
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Jihoon Kim [Thu, 12 Mar 2020 08:11:40 +0000 (17:11 +0900)]
Revert "Add vconf key for the indicator of sticker sync completion"
This reverts commit
2aca7a64cf5012591223a29c9f5adda5bd317c53.
Change-Id: I4834a9fd9518da7996c3b9e83d445669ba82132c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 10 Mar 2020 09:27:19 +0000 (18:27 +0900)]
Add new vconf keys for sending IME geometry
Change-Id: If4a74c7fd7c8abfb61a0747545890c2ae2b333d2
Signed-off-by: InHong Han <inhong1.han@samsung.com>
Jihoon Kim [Fri, 6 Mar 2020 05:22:42 +0000 (14:22 +0900)]
Fix build error in VCONFKEY_STICKER_SYNC_COMPLETE
Change-Id: I80a1a42cb7821d9a26fa260a1e70b6f01fceaab5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 5 Mar 2020 06:53:39 +0000 (15:53 +0900)]
Add vconf key for the indicator of sticker sync completion
Change-Id: I92413b2344f711ae751618cfbfe43533841501cb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 21 Feb 2020 07:24:46 +0000 (16:24 +0900)]
Add vconf key for notification after the dismissal of the input panel
Change-Id: I181edac4eda639fc17a31c35523361868c2dbca5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
DoHyun Pyun [Fri, 14 Feb 2020 01:07:17 +0000 (10:07 +0900)]
Add new vconfkey (VCONFKEY_BT_AVC_MODE)
Vconfkey for BT Absolute Volume Control(AVC) mode
Change-Id: I6b2f42829928bc4fb0a61cdbb75aba02e9c1be8b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
INSUN PYO [Wed, 12 Feb 2020 08:34:27 +0000 (17:34 +0900)]
Add comment to USB vconf mode
Change-Id: I020fe3fa604f97d1d9d5aa8a7905c586f18b9b7e
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
INSUN PYO [Tue, 11 Feb 2020 04:15:05 +0000 (13:15 +0900)]
Add enum values of USB vconf keys
Information: index 10 is blank.
Change-Id: I3f95a6a9912401b5fe9b636b6447060c5d6ff9a1
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
INSUN PYO [Fri, 31 Jan 2020 02:24:15 +0000 (11:24 +0900)]
Add VCONFKEY_NETWORK_RNDIS_IP
Change-Id: Ice915e5255542350ca54dbfd7c9ac1dc06d8f591
jinwang.an [Thu, 6 Feb 2020 02:31:49 +0000 (11:31 +0900)]
Add diagnostics VCONFs
- VCONFKEY_SETAPPL_DIAGNOSTICS
- VCONFKEY_SETAPPL_DIAGNOSTICS_IDENTIFIED
Change-Id: I760164e92a2f8b2b0d83c5b4e17cf58a5b8f6e44
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
hyunho [Tue, 4 Feb 2020 09:23:21 +0000 (18:23 +0900)]
Add VCONFKEY_WATCH_CURRENT_WATCH_INFO
Change-Id: Ib483d40fdfccd88ce7b9c647e88b78a8b66181fc
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Jaehyun Kim [Fri, 17 Jan 2020 08:11:07 +0000 (17:11 +0900)]
Change read privilege about network ip
- VCONFKEY_NETWORK_IP
- VCONFKEY_NETWORK_IP6
read privilege = http://tizen.org/privilege/internal/buxton/network.get
Change-Id: Idf7734e5ddc30486cafdac8f4f864ec9c41ad903
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
Youngjae Cho [Thu, 16 Jan 2020 06:33:37 +0000 (15:33 +0900)]
Add VCONFKEY_SETAPPL_TOUCH_WAKEUP_ENABLE
Change-Id: Ieff85c127ef2bb8683dbdd21d3a27c78d85e2272
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
jinwang.an [Fri, 6 Dec 2019 08:45:00 +0000 (17:45 +0900)]
Add common model default value for lcd backlight time.
Change-Id: Ice6702706a826eec78f5b45fc482297f819c9804
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
Sangchul Lee [Fri, 29 Nov 2019 01:53:16 +0000 (10:53 +0900)]
Add vconfkey for bixby volume
VCONFKEY_SOUND_VOLUME_TYPE_BIXBY
Change-Id: I3a4f9de81d29ab7b3452669fbf199469316152b1
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
JinWang An [Mon, 25 Nov 2019 05:03:56 +0000 (05:03 +0000)]
Merge "Remove multi-assistant vconfkey" into tizen
Semun Lee [Tue, 22 Oct 2019 07:30:23 +0000 (16:30 +0900)]
Fix create_cmd to handle emulator also
Change-Id: Iede21b4a0d3cd8b0b5a2c74f8571467cd61ac115
Signed-off-by: Semun Lee <semun.lee@samsung.com>
sooyeon.kim [Tue, 22 Oct 2019 06:11:38 +0000 (15:11 +0900)]
Remove multi-assistant vconfkey
Change-Id: I853dd8a89534f8f2da92ca7a79e53635398e9a60
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
JinWang An [Mon, 21 Oct 2019 05:01:24 +0000 (05:01 +0000)]
Merge "Add new key for battery monitor BT plugin" into tizen
Sudipto [Tue, 1 Oct 2019 07:12:13 +0000 (12:42 +0530)]
Add new key for battery monitor BT plugin
Change-Id: Icf3e89a61630aeb4bd1e71041c795f9940e92228
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
jinwang.an [Mon, 3 Jun 2019 03:51:37 +0000 (12:51 +0900)]
[ACR-1409] Add VCONFKEY_SETAPPL_ROTARY_EVENT_ENABLED_BOOL
Change-Id: Ie36a06595f4dfe35b32bc39883bfaeb92819f8dd
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
Youngjae Cho [Wed, 28 Aug 2019 02:08:12 +0000 (11:08 +0900)]
Add VCONFKEY_SETAPPL_ACCESSIBILITY_AUTOMATIC_LOW_BRIGHTNESS
Change-Id: I4ddccdd97a90114d8338c0955dbcdd472803cafc
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
jinwang.an [Tue, 27 Aug 2019 05:33:05 +0000 (14:33 +0900)]
Revert "Add VCONFKEY_PM_LCDOFF_SOURCE"
This reverts commit
d896aa26f3d629c04ca596f7c5545174c4112bb5.
Change-Id: I4b7c5f498a7a02893d6afe7767839411f8c48482
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
lokilee73 [Tue, 27 Aug 2019 04:35:02 +0000 (13:35 +0900)]
Add VCONFKEY_PM_LCDOFF_SOURCE
Change-Id: Iae13a16922f51e8d0d8f2e1ef10767df37316804
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
lokilee73 [Mon, 26 Aug 2019 06:34:24 +0000 (15:34 +0900)]
Add VCONFKEY_HOMESCREEN_WATCHFACE_VISIBILITY
Change-Id: I5bfc7e2ad918be00ce7a39dd8071c909902adc87
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
lokilee73 [Thu, 8 Aug 2019 06:12:12 +0000 (15:12 +0900)]
Change default screen timeout from 15 to 60 for wearable profile
Change-Id: I27988ca4ef34041599b9408c186dc35b083ef308
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
INSUN PYO [Thu, 25 Jul 2019 01:51:08 +0000 (10:51 +0900)]
Add VCONFKEY_SYSMAN_BOOTINGSTATUS (memory/sysman/booting_status)
Change-Id: Idb8668ed332a715377387edbef73b2caf6139260
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
lokilee73 [Wed, 24 Jul 2019 06:46:10 +0000 (15:46 +0900)]
Add theater_mode_enable and goodnight_mode_enable
Change-Id: I999b3f2a48102620b51eaaa781be93c2cf96fa75
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
JinWang An [Wed, 26 Jun 2019 08:50:04 +0000 (08:50 +0000)]
Merge "Add VCONFKEY_SDE_MOUNT_POINT" into tizen
jinwang.an [Mon, 10 Jun 2019 06:59:59 +0000 (15:59 +0900)]
Apply new menuscreen for common
- Default value : org.tizen.homescreen-efl
Change-Id: Id33525ba8365bf2c82da350ec32ddc8ac390a0bd
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
Krzysztof Jackiewicz [Fri, 7 Jun 2019 14:54:23 +0000 (16:54 +0200)]
Add VCONFKEY_SDE_MOUNT_POINT
Change-Id: Ide7a303ba1816c7446a4189104759bf67599d52a
Signed-off-by: Krzysztof Jackiewicz <k.jackiewicz@samsung.com>
jiyong.min [Tue, 7 May 2019 09:19:48 +0000 (18:19 +0900)]
Add VCONFKEY_MEDIA_CONTROLLER_*
Change-Id: Ice817dbd0e07ef2e25bb135421a3fbce5a24b1e1
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
DongHun Kwak [Thu, 9 May 2019 00:05:17 +0000 (09:05 +0900)]
Remove awk command at script
- awk command does not exist at common profile
Change-Id: I79cebf62bc232b015e950e62b8eda97a39824302
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
jinwang.an [Fri, 19 Apr 2019 07:13:20 +0000 (16:13 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/core/appfw/vconf-internal-keys into tizen
jinwang.an [Fri, 19 Apr 2019 07:08:50 +0000 (16:08 +0900)]
Add PATH env for security requirement.
- remove_keys.sh
Change-Id: Ibd40d3a53f73993186f877089f219adb599cf104
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
lokilee73 [Tue, 26 Feb 2019 04:17:18 +0000 (13:17 +0900)]
Add VCONF_SETAPPL_WAKEUP_BY_BEZEL_ENABLE for wearable target
Change-Id: I45fece383c123277b072f2225a9e09bd8138d85e
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
Sangchul Lee [Tue, 29 Jan 2019 04:10:32 +0000 (13:10 +0900)]
Add VCONFKEY_SOUND_MUTE_TYPE_*
Change-Id: I559fbd3914342222bc8c849262caa27f35639e37
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Hyunjee Kim [Fri, 15 Feb 2019 06:05:25 +0000 (06:05 +0000)]
Merge "[ACR-1318] Added vconf value to support accessibility." into tizen
lokilee73 [Fri, 4 Jan 2019 08:35:02 +0000 (17:35 +0900)]
Add VCONFKEY_SET_APPL_ENHANCE_TOUCH_SENSITIVITY
Change-Id: I35ecba2bf23a3f095466c59b5a02a57d3149a337
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
jinwang.an [Thu, 3 Jan 2019 06:58:53 +0000 (15:58 +0900)]
Change Write Privilege to systemsettings.admin
- VCONFKEY_SYSTEM_TIME_CHANGED
- VCONFKEY_IDLE_LOCK_STATE_READ_ONLY
- VCONFKEY_SETAPPL_UDSM_PKGID_LIST
- VCONFKEY_SETAPPL_ACCESSIBILITY_TTS
- VCONFKEY_SETAPPL_STATE_AUTOMATIC_TIME_UPDATE_BOOL
- VCONFKEY_SETAPPL_DEVELOPER_OPTION_STATE
- VCONFKEY_SETAPPL_ACCESSIBILITY_HIGH_CONTRAST
Change-Id: Ie1fa328dcd7a282cd2d2b9a9acbe95fb9fa72d87
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
jinwang.an [Wed, 19 Dec 2018 02:00:58 +0000 (11:00 +0900)]
Change write privilege about system-settings
- VCONFKEY_SETAPPL_CALL_RINGTONE_PATH_STR
- VCONFKEY_BGSET
- VCONFKEY_IDLE_LOCK_BGSET
- VCONFKEY_SETAPPL_NOTI_MSG_RINGTONE_PATH_STR
write privilege = http://tizen.org/privilege/internal/buxton/systemsettings
Change-Id: I19aca9f5be3e6221af0280acc8a241b7e8756804
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
jinwang.an [Mon, 26 Nov 2018 11:04:07 +0000 (20:04 +0900)]
[ACR-1318] Added vconf value to support accessibility.
- Grayscale Added
- Negative
> Write Privilege changed to http://tizen.org/privilege/systemsettings.admin
Change-Id: I8f0d178e499367dc73aa6f77a4c17d7d78fcd489
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
Donghun Kwak [Thu, 20 Sep 2018 05:31:55 +0000 (05:31 +0000)]
Merge "Add a new vconfkey (VCONFKEY_STC_FIREWALL_LOCK_STATE)" into tizen
Donghun Kwak [Thu, 20 Sep 2018 01:43:49 +0000 (01:43 +0000)]
Merge "Add a new vconfkey(VCONFKEY_MA_ASSISTANT_DEFAULT)" into tizen
jinwang.an [Tue, 18 Sep 2018 08:43:24 +0000 (17:43 +0900)]
Added vconf value for data usage in wearable Settings App.
- VCONFKEY_SETAPPL_DATA_LIMIT_UNIT_BOOL
- VCONFKEY_SETAPPL_DATA_EACH_MONTH
Change-Id: I6c0b34877b0cd04fc0433716b46d241fc361e01d
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
sooyeon.kim [Mon, 17 Sep 2018 07:39:31 +0000 (16:39 +0900)]
Add a new vconfkey(VCONFKEY_MA_ASSISTANT_DEFAULT)
Change-Id: Ic9dbda651493b6c752747b0a2e8335b4909ff174
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
hyunuktak [Tue, 28 Aug 2018 04:55:57 +0000 (13:55 +0900)]
Add a new vconfkey (VCONFKEY_STC_FIREWALL_LOCK_STATE)
Change-Id: Ia6ec6bbb63148245065c9b6e520e0fe7a04dd4ac
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Jaehyun Kim [Fri, 3 Aug 2018 05:51:48 +0000 (14:51 +0900)]
Add a new vconfkey(VCONFKEY_SETAPPL_DATA_RESTRICTION_INT)
Change-Id: I26924b25c23379fde4e5ae21ac504901bd9cb8aa
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
Inkyun Kil [Thu, 28 Jun 2018 08:42:04 +0000 (17:42 +0900)]
Change key layer for VCONFKEY_ALARM_EXPIRE_MODE from memory to db
Change-Id: I30e9ecbae1844903589524ea5a0b0995b1d6b62d
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Wed, 30 May 2018 04:49:58 +0000 (13:49 +0900)]
Add VCONFKEY_ALARM_EXPIRE_MODE default value for TV profile
Change-Id: Icfcaa4f14cc9ebafdfb9526976d83d3c5805dc09
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Fri, 25 May 2018 00:32:40 +0000 (09:32 +0900)]
Remove an enumdata for VCONFKEY_ALARM_EXPIRE_MODE
Change-Id: Icb2861c7d3e431207c42c73276cad4d76241d63d
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Wed, 23 May 2018 04:21:41 +0000 (13:21 +0900)]
Add a new vconfkey(VCONFKEY_ALARM_EXPIRE_MODE)
Change-Id: I44215b6add82346045913bfc120f8834234a68d8
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Seonah Moon [Wed, 16 May 2018 08:18:30 +0000 (17:18 +0900)]
Change privilege for softap key
Change-Id: Id2ace74ec1e04a06615790a3dff4808975a4c3b7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
sooyeon.kim [Wed, 2 May 2018 05:06:23 +0000 (14:06 +0900)]
Add a new vconfkey(VCONFKEY_VC_ENGINE_DEFAULT)
Change-Id: Ic3a3c18430b7daf1ad32fff64343583eed562567
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
lokilee73 [Thu, 26 Apr 2018 07:07:25 +0000 (16:07 +0900)]
Change default value of DIM to 0
Change-Id: I2fc7964b083f4b0f7bf75c17a6d39d1364c63191
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
lokilee73 [Tue, 24 Apr 2018 15:01:14 +0000 (00:01 +0900)]
Add VCONFKEY_SETAPPL_LCD_DIM_BRIGHTNESS for DIM
Change-Id: Ib55e971386a0074d72f51b2ca8a037a5bc9fe84e
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
Sungbae Yoo [Wed, 4 Apr 2018 12:53:42 +0000 (21:53 +0900)]
[Audit] Add an audit-related vconf key
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
Change-Id: Ia197667ab79b32174a5dfe85f3a398aebc8e2606
jinwang.an [Tue, 27 Mar 2018 04:39:06 +0000 (13:39 +0900)]
Changed Default font name.
Change-Id: Iee213fa749deab72899f114ec6d0e4e143c5ac10
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
Lee Sung Jun [Wed, 20 Dec 2017 05:59:38 +0000 (14:59 +0900)]
Add new vonfkey for Device Policy Manager
Change-Id: If768aac1d8b320735997bbb02e7d1532c5f00c4d
Signed-off-by: Lee Sung Jun <sjun221.lee@samsung.com>
JongHeon Choi [Wed, 29 Nov 2017 00:36:29 +0000 (09:36 +0900)]
Add new vconfkey (VCONFKEY_DOTNET_TIZEN_API_VERSION)
Change-Id: I273f5ef79b59be79fa0838e03b83456244164dd7
Signed-off-by: JongHeon Choi <j-h.choi@samsung.com>
MyoungJune Park [Wed, 15 Nov 2017 22:49:42 +0000 (07:49 +0900)]
iot-headless (common) doesn't support automatic-time update
Change-Id: I6bba994f1ba00e56580c6b8bbf25e50d140d156d
MyoungJune Park [Tue, 31 Oct 2017 03:14:09 +0000 (03:14 +0000)]
Merge "rename systemsetting.admin public priv for 4 keys" into tizen
MyoungJune Park [Wed, 18 Oct 2017 09:47:53 +0000 (18:47 +0900)]
remove the deprecated xml scheme 'label' attr
Change-Id: Ie5dcee2de192035e9242bc2f5669fcc3e502e9aa
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
kj7.sung [Fri, 13 Oct 2017 06:44:01 +0000 (15:44 +0900)]
location vconf
Change-Id: Id6542b43e7006b780ccbbbbf5c38898b22d7666a
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
Seonah Moon [Thu, 12 Oct 2017 06:47:07 +0000 (15:47 +0900)]
[softap] fix enum value for mode
Change-Id: Id6d07bd681b29e0466244779306d2d327d4f7456
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
MyoungJune Park [Wed, 11 Oct 2017 00:54:53 +0000 (09:54 +0900)]
remove capi-common from deps
Change-Id: I1633b2583c57c53d7eb46ede57598deabe35ca18
MyoungJune Park [Fri, 29 Sep 2017 05:25:05 +0000 (14:25 +0900)]
type change for db/setting/blockmode_wearable_r
int32 -> bool
Change-Id: Ie9f3ef0979f7bcf734688076ac2408c04b20d68f
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Seonah Moon [Thu, 21 Sep 2017 08:44:19 +0000 (17:44 +0900)]
Add new vconfkey for softap mode
Change-Id: I7e002158c861e413b2abd9f0fc7fb55c4d4c9502
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Hyotaek Shim [Thu, 31 Aug 2017 08:28:36 +0000 (17:28 +0900)]
Add VCONFKEY_SYSMAN_MMC_EXTENDEDINTERNAL for the key of memory/sysman/mmc
Change-Id: Icd437abddd7ede0abbcb49e2eb209d0b8d737df6
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
kj7.sung [Fri, 22 Sep 2017 00:10:07 +0000 (09:10 +0900)]
location vconf
- Add setting enums
- Add GyroDrift vconf
- Remove unused vconf (passive)
Change-Id: I896a81ef0bbcd9b0bdc8697fdaf314fff7d283d3
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
(cherry picked from commit
a596156ec58f98976db59cce30dd2ff5bc5263b4)
MyoungJune Park [Thu, 14 Sep 2017 05:42:27 +0000 (05:42 +0000)]
Merge "add 2 keys for fido-syspopup" into tizen
Seongho Jeong [Wed, 13 Sep 2017 04:43:14 +0000 (13:43 +0900)]
remove_keys.sh print message and key name
It shows message and key name together for checking which keys had been removed.
Change-Id: I7b3ea0ef34c1369d59cda9eef72906f41d62bfb8
Signed-off-by: Seongho Jeong <sh33.jeong@samsung.com>