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

Implement Android platform #4

Open
cwensley opened this issue Jun 14, 2011 · 3 comments
Open

Implement Android platform #4

cwensley opened this issue Jun 14, 2011 · 3 comments
Milestone

Comments

@cwensley
Copy link
Member

Should use Mono for Android or wait for Xamarin's version when released. Probably will be very compatible with each other so work would not be wasted as such.

@majorsilence
Copy link

Is there any progress on this issue? How can I help? Should I just fork, create a branch and start writing code? Does this require issue #7 to be completed first?

@cwensley
Copy link
Member Author

No progress on this yet. It does not require #7 to get it started, though #7 will make the apps look/work better on mobile. You can take a look at the features/ios branch for how some of it has been done with the monotouch port.

cwensley added a commit that referenced this issue Nov 26, 2014
Update to fix NumericUpDown sizing
Panzerfather added a commit to Panzerfather/Eto that referenced this issue Apr 14, 2015
Removed Wpf-Platform code and unneccesary event handling code.
Panzerfather added a commit to Panzerfather/Eto that referenced this issue Apr 15, 2015
Removed Wpf-Platform code and unneccesary event handling code.
Panzerfather added a commit to Panzerfather/Eto that referenced this issue Apr 15, 2015
Setup parent when using Dialog.ShowModal

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Changed base.Owner in the way cwensley suggested

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Implemented event via Properties, set ShowDialog(Control owner) deprecated, developers should use Owner property directly.

Bugfix for possible null exception in MacWindow.

As always Android and iOS are untested.

Patch cleanup

Using Properties.AddEvent instead of Properties.AddHandlerEvent so that
platform code can be removed

Patch cleanup picoe#2

Remove Handler code from Gtk and Mac

Patch cleanup picoe#3 and Eto.Test addition

Made OwnerChangedEvent constant private. Integrated the
OwnerChanged-Event in Eto.Test.

Patch cleanup picoe#4

Removed Wpf-Platform code and unneccesary event handling code.

Fixed property summary description

Removed OnOwnerChanged-Platform.Invoke
Panzerfather added a commit to Panzerfather/Eto that referenced this issue Apr 15, 2015
Setup parent when using Dialog.ShowModal

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Changed base.Owner in the way cwensley suggested

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Implemented event via Properties, set ShowDialog(Control owner) deprecated, developers should use Owner property directly.

Bugfix for possible null exception in MacWindow.

As always Android and iOS are untested.

Patch cleanup

Using Properties.AddEvent instead of Properties.AddHandlerEvent so that
platform code can be removed

Patch cleanup picoe#2

Remove Handler code from Gtk and Mac

Patch cleanup picoe#3 and Eto.Test addition

Made OwnerChangedEvent constant private. Integrated the
OwnerChanged-Event in Eto.Test.

Patch cleanup picoe#4

Removed Wpf-Platform code and unneccesary event handling code.

Fixed property summary description

Removed OnOwnerChanged-Platform.Invoke

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Patch cleanup

Using Properties.AddEvent instead of Properties.AddHandlerEvent so that
platform code can be removed

Patch cleanup picoe#2

Remove Handler code from Gtk and Mac

Patch cleanup picoe#3 and Eto.Test addition

Made OwnerChangedEvent constant private. Integrated the
OwnerChanged-Event in Eto.Test.

Patch cleanup picoe#4

Removed Wpf-Platform code and unneccesary event handling code.

Fixed property summary description

Removed OnOwnerChanged-Platform.Invoke
@cwensley cwensley modified the milestones: Android, Backlog Mar 20, 2018
@Miepee
Copy link
Contributor

Miepee commented Feb 15, 2023

For anyone subscribed to this, some progress has been made due to #2277 getting merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants