-
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
master -> DevelNUI #6468
Merged
Merged
master -> DevelNUI #6468
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
To support using device_battery_get_power_source(), this battery powersource property addition is necessary. Below enum and property is added. - public enum BatteryPowerSource -> It represents battery power source charger type. - public static BatteryPowerSource PowerSource -> It is possible to get battery power source type as BatteryPowerSource enum value. Signed-off-by: Yunhee Seo <[email protected]>
Signed-off-by: inkyun.kil <[email protected]>
Signed-off-by: Sangyoon Jang <[email protected]> Co-authored-by: hjhun <[email protected]>
Adds: - AlarmManager.CreateAlarmForServiceApp() Signed-off-by: inkyun.kil <[email protected]> Co-authored-by: hjhun <[email protected]>
wonrst
requested review from
hyunjushin,
dongsug-song,
Seoyeon2Kim,
taehyub,
jaehyun0cho,
everLEEst,
rabbitfor and
hinohie
as code owners
November 26, 2024 07:00
JoogabYun
approved these changes
Nov 26, 2024
hinohie
approved these changes
Nov 26, 2024
Public API ChangedPlease follow the ACR process for the changed API below. Added: 6, Removed: 0, Changed: 0Added+ /// <since_tizen>12</since_tizen
+ Tizen.System.BatteryPowerSource Tizen.System.Battery::PowerSource()
+ /// <since_tizen>12</since_tizen
+ Tizen.System.BatteryPowerSource
+ /// <since_tizen>12</since_tizen
+ static Tizen.System.BatteryPowerSource Tizen.System.BatteryPowerSource::Ac
+ /// <since_tizen>12</since_tizen
+ static Tizen.System.BatteryPowerSource Tizen.System.BatteryPowerSource::None
+ /// <since_tizen>12</since_tizen
+ static Tizen.System.BatteryPowerSource Tizen.System.BatteryPowerSource::Usb
+ /// <since_tizen>12</since_tizen
+ static Tizen.System.BatteryPowerSource Tizen.System.BatteryPowerSource::Wireless
Internal API ChangedAdded: 20, Removed: 0, Changed: 0Added+ /// <privilege>http://tizen.org/privilege/alarm.set</privilege
+ /// <privilege>http://tizen.org/privilege/appmanager.launch</privilege
+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.Applications.Alarm Tizen.Applications.AlarmManager::CreateAlarmForServiceApp(System.DateTime,System.Int32,Tizen.Applications.AppControl)
+ /// <privilege>http://tizen.org/privilege/alarm.set</privilege
+ /// <privilege>http://tizen.org/privilege/appmanager.launch</privilege
+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.Applications.Alarm Tizen.Applications.AlarmManager::CreateAlarmForServiceApp(System.DateTime,Tizen.Applications.AppControl)
+ /// <privilege>http://tizen.org/privilege/alarm.set</privilege
+ /// <privilege>http://tizen.org/privilege/appmanager.launch</privilege
+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.Applications.Alarm Tizen.Applications.AlarmManager::CreateAlarmForServiceApp(System.Int32,Tizen.Applications.AppControl)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Boolean Tizen.NUI.BaseComponents.WebView::SetImePositionAndAlignment(Tizen.NUI.Vector2,Tizen.NUI.BaseComponents.WebView/ImeAlignment)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.BaseComponents.WebView::SetCursorThemeName(System.String)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.BaseComponents.WebView/ImeAlignment
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::BottomCenter
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::BottomLeft
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::BottomRight
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::MiddleCenter
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::MiddleLeft
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::MiddleRight
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::TopCenter
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::TopLeft
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/ImeAlignment Tizen.NUI.BaseComponents.WebView/ImeAlignment::TopRight
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.WebSettings/WebImeStyle Tizen.NUI.WebSettings::ImeStyle()
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.WebSettings/WebImeStyle
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.WebSettings/WebImeStyle Tizen.NUI.WebSettings/WebImeStyle::Dynamic
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.WebSettings/WebImeStyle Tizen.NUI.WebSettings/WebImeStyle::Floating
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.WebSettings/WebImeStyle Tizen.NUI.WebSettings/WebImeStyle::Full
|
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.
No description provided.