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

[NUI] Add IsUsingXaml flag in properties of View and AnimatedVectorImageView #6077

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

dongsug-song
Copy link
Contributor

Description of Change

[NUI] Add IsUsingXaml flag in properties of View and AnimatedVectorImageView

  • this kind of fix will be done for other classes also step by step
  • this is for speed up the property usage performance for the APP that is not using bindable properties.

API Changes

should be nothing

@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 3, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.Binding.BindableProperty Tizen.NUI.BaseComponents.View::BorderlineColorSelectorProperty

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.String Tizen.NUI.BaseComponents.View::VoiceInteractionName()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Boolean Tizen.NUI.NUIWidgetApplication::IsUsingXaml()

Copy link
Contributor

@hinohie hinohie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me but.. Isnt it have any dependency with #6076 ?

@dongsug-song
Copy link
Contributor Author

Looks good to me but.. Isnt it have any dependency with #6076 ?

no, I don't think so.

Copy link
Contributor

@everLEEst everLEEst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@dongsug-song dongsug-song merged commit a810696 into Samsung:DevelNUI Apr 19, 2024
3 checks passed
@dongsug-song dongsug-song deleted the develnui-0418 branch April 19, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants