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

Tizen support #6110

Closed
CreateLab opened this issue Jun 19, 2021 · 2 comments
Closed

Tizen support #6110

CreateLab opened this issue Jun 19, 2021 · 2 comments

Comments

@CreateLab
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Tizen .Net is popular platform, but I can't use AvaloniaUI for it.

Describe the solution you'd like
Tizen Net base on xamarin. And if avalonia may work on xamarin framework. May be it may run on Tizen devices
изображение

https://developer.samsung.com/tizen/About-Tizen.NET/Tizen.NET.html

@maxkatz6
Copy link
Member

It would be possible with their workload available on officially
https://github.com/Samsung/Tizen.NET/tree/main/workload

Furthermore, Avalonia architecture allows custom windowing and rendering backends, so it should be possible to create Tizen backend as a third-party project. If there are people who want to participate.

OmidID added a commit to OmidID/Avalonia that referenced this issue Jun 20, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jun 21, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jun 21, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jun 23, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jun 25, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jun 25, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jun 28, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jun 28, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 1, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 1, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 2, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 2, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 2, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 6, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 11, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 11, 2023
This was referenced Jul 11, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 11, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 13, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 13, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 16, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 16, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 16, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 17, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 17, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 17, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 20, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Jul 20, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 1, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 2, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 2, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 4, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 4, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 4, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 6, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 9, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 9, 2023
OmidID added a commit to OmidID/Avalonia that referenced this issue Aug 11, 2023
github-merge-queue bot pushed a commit that referenced this issue Sep 22, 2023
* implement tizen platform, resolve #6110

* Fix enum types of touch event

* Fix issue of touch tracking.

* #6110 fix ui thread lock

* #6110 send keypad from tizen window

* #6110 fix touch update

* #6110 add text editor for input fields

* #6110 Hide text field

* #6110 Fix issue of text selection and backspace

* #6110 support multi and single line for input

* #6110 temporary set multiline true by default.

* #6110 fix issue of build with latest version and make it compatible

* #6110 by pass double input when softkeyboard showing.

* #6110 adding support for clipboard.

* #6110 add permission helper to tizen platform

* #6110 Implementation of storage provider for tizen

* #6110 send text for key character from hard keyboard

* #6110 Complete the input implementation. soft and hard keyboard

* #6110 remove ElmSharp

* Update Permissions.cs

* #6110 remove open folder for tizen

* #6110 fix the issue of keyboard frezee for tizen

* #6110 add workload to build tizen

* #6110 try to setup tizen workloads for windows

* #6110 change tizen workload install to powershell

* #6110 skip api diff check when package not exists

* #6110 try to fix linux pipeline

* #6110 implement tizen native view

* #6110 add dev analyzer and trimming

* #6110 Migrate to GLES and remove framebuffer

* #6110 Temporary solution to make GL work

* #6110 WIP and add comments

* #6110 optimise gles rendering and timing.

* #6110 fix dependency issue of tizen HarfBuzzSharp

* #6110 patch a fix for clipboard issue

* #6110 Support tizen sdk for old proj type, WIP

* #6110 wip setup app

* #6110 support only net6 for tizen

* #6110 resolve comments

---------

Co-authored-by: Kangho Hur <rookiejava+github@gmail.com>
Co-authored-by: Max Katz <maxkatz6@outlook.com>
@MrJul MrJul added the os-tizen label Sep 24, 2023
@MrJul
Copy link
Member

MrJul commented Sep 24, 2023

Implemented in #12151

@MrJul MrJul closed this as completed Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants