-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build] Create vconf related to .NET as a file in RO location #5681
Closed
JongHeonChoi
wants to merge
22
commits into
Samsung:master
from
JongHeonChoi:write_vconf_to_file_API11
Closed
[Build] Create vconf related to .NET as a file in RO location #5681
JongHeonChoi
wants to merge
22
commits into
Samsung:master
from
JongHeonChoi:write_vconf_to_file_API11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Below feedback pattern is supported by mapping feedback pattern id number. - FEEDBACK_PATTERN_WELCOME - FEEDBACK_PATTERN_AUTO_DOOR_OPEN Signed-off-by: Yunhee Seo <[email protected]>
The index of sound theme range is 1 ~ N according to conf file. This index range should be considered when using feedback theme index getter/setter. Signed-off-by: Yunhee Seo <[email protected]>
Add new request of KVM Service as below: - ReceiveDragData: Request to get current drag data. - CancelDrag: Request to cancel current drag.
Window window = NUIApplication.GetDefaultWindow(); window.HoverEvent += OnHover; private void OnHover(object source, Window.HoverEventArgs e) { // e.Hover.GetState(0); // PointStateType.Motion; }
These determine whether to send touch and hover motion events or not. This is used when the user does not want to receive motion events.
widget need to keep it's instance
Signed-off-by: seungho baek <[email protected]>
Signed-off-by: Jiyun Yang <[email protected]>
Since we change BaseObject internally when we use Interop.Window.InternalRetrievingLast~~~Event(~~) function. This behaviour might occure some error cases when we use Registry system. Signed-off-by: Eunki, Hong <[email protected]>
Let we use default key creation API if we only need to use empty key handle. Signed-off-by: Eunki Hong <[email protected]>
Signed-off-by: Eunki, Hong <[email protected]>
* Deprecating Tizen.Location.Geofence APIs Signed-off-by: Priya Kohli <[email protected]> * Removing type Signed-off-by: Priya Kohli <[email protected]> * Indentation fixes Signed-off-by: Priya Kohli <[email protected]> * Modified Note Signed-off-by: Priya Kohli <[email protected]> --------- Signed-off-by: Priya Kohli <[email protected]> Co-authored-by: randeepsingh01 <[email protected]>
The issue is that if you don't keep a reference to the UpdateHookCallback, it may be garbage collected before it is used. UpdateHookCallback should be referenced during used this. Signed-off-by: Changgyu Choi <[email protected]> Co-authored-by: pjh9216 <[email protected]>
* Deprecating Tizen.Messaging.Email APIs Signed-off-by: Priya Kohli <[email protected]> * Added using System Signed-off-by: Priya Kohli <[email protected]> * Modified Note Signed-off-by: Priya Kohli <[email protected]> --------- Signed-off-by: Priya Kohli <[email protected]> Co-authored-by: randeepsingh01 <[email protected]>
The application may crash if the View is disposed but the Accessibility infrastructure calls one of the View methods. Detaching the NUIViewAccessible proxy object in View.Dispose() should prevent that.
JongHeonChoi
requested review from
hyunjushin,
dongsug-song,
Seoyeon2Kim,
taehyub,
jaehyun0cho,
everLEEst,
rabbitfor and
hinohie
as code owners
October 30, 2023 23:54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Guided by Appfw, vconf daemon does not run at mic stage. So,
vconf_get_*
api does not work normally. Therefore, it provides a second chance to read the file whenvconf_get_*
is null. So, Create vconf related to .NET as a file in RO location.