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

android client does not pass key events at all! #29

Closed
totaam opened this issue Sep 20, 2011 · 18 comments
Closed

android client does not pass key events at all! #29

totaam opened this issue Sep 20, 2011 · 18 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Sep 20, 2011

Issue migrated from trac ticket # 29

component: android | priority: major | resolution: wontfix

2011-09-20 11:19:47: antoine created the issue


This is actually quite tricky.
The drag layer intercepts a lot of events, so we first have to let them pass through, then the xpra window (an android view) will have to catch those and translate them into something the server can deal with.

Then there is also the issue of popping up the android on-screen keyboard: the view is not an input element so the keyboard is never shown at present.. not sure how that's done either. We probably want to have it shown only if the meny key is pressed as it uses a lot of screen space.

@totaam
Copy link
Collaborator Author

totaam commented Feb 20, 2012

2012-02-20 15:40:16: totaam changed status from new to accepted

@totaam
Copy link
Collaborator Author

totaam commented Feb 20, 2012

2012-02-20 15:40:16: totaam changed owner from antoine to totaam

@totaam
Copy link
Collaborator Author

totaam commented Feb 20, 2012

2012-02-20 15:40:16: totaam

@totaam
Copy link
Collaborator Author

totaam commented Feb 20, 2012

2012-02-20 15:40:16: totaam commented


r497 and r498 add basic support for keypresses on android, still needs some work to support modifiers etc

@totaam
Copy link
Collaborator Author

totaam commented Apr 4, 2012

2012-04-04 10:53:29: antoine

@totaam
Copy link
Collaborator Author

totaam commented Apr 4, 2012

2012-04-04 10:53:29: antoine commented


re-scheduling for 0.3

@totaam
Copy link
Collaborator Author

totaam commented Sep 27, 2012

2012-09-27 16:17:25: antoine

@totaam
Copy link
Collaborator Author

totaam commented Sep 27, 2012

2012-09-27 16:17:25: antoine commented


brought the Java/Android code more up to date:

  • r1645 handles raw packets
  • r1649 adds zlib support (input only)
    etc

But I can't see this happening in the current release, delaying... again.

@totaam
Copy link
Collaborator Author

totaam commented Feb 11, 2013

2013-02-11 16:27:01: antoine

@totaam
Copy link
Collaborator Author

totaam commented Feb 11, 2013

2013-02-11 16:27:01: antoine commented


re-scheduling

@totaam
Copy link
Collaborator Author

totaam commented Jul 3, 2015

2015-07-03 16:23:21: antoine changed status from accepted to new

@totaam
Copy link
Collaborator Author

totaam commented Jul 3, 2015

2015-07-03 16:23:28: antoine changed status from new to closed

@totaam
Copy link
Collaborator Author

totaam commented Jul 3, 2015

2015-07-03 16:23:28: antoine set resolution to wontfix

@totaam
Copy link
Collaborator Author

totaam commented Jul 3, 2015

2015-07-03 16:23:28: antoine commented


I think the way forward is to abandon this code and use this new one instead.

@totaam totaam closed this as completed Jul 3, 2015
@totaam
Copy link
Collaborator Author

totaam commented Jul 12, 2016

2016-07-12 17:51:51: antoine

@totaam
Copy link
Collaborator Author

totaam commented Jul 12, 2016

2016-07-12 17:51:51: antoine commented


Milestone renamed

@totaam
Copy link
Collaborator Author

totaam commented Aug 21, 2016

2016-08-21 10:55:50: antoine

@totaam
Copy link
Collaborator Author

totaam commented Aug 21, 2016

2016-08-21 10:55:50: antoine commented


Milestone renamed

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

1 participant