Skip to content
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

Conversation

JongHeonChoi
Copy link
Contributor

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 when vconf_get_* is null. So, Create vconf related to .NET as a file in RO location.

hsgwon and others added 22 commits October 10, 2023 17:22
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
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]>
* 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.
@github-actions github-actions bot added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.