https://github.com/android/xand11
https://github.com/android/xand11
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/android/xand11
- Owner: android
- License: apache-2.0
- Created: 2018-01-31T18:39:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T01:43:41.000Z (about 7 years ago)
- Last Synced: 2024-10-07T11:22:47.621Z (over 1 year ago)
- Language: Kotlin
- Size: 309 KB
- Stars: 57
- Watchers: 14
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# xAnd11
This is not an officially supported Google product
xAnd11 is an X Window Protocol implementation for Android. Unlike other
X implementations, xAnd11 aims to integrate with the Android system as much
as possible. This requires performanig both the role of an X server and a
window manager at times.
Each top-level window will create its own activity/task (allowing them to
appear in Android's overview). Map/unmap events will control the creation/
destruction of these activities. The activity's resumed state controls the
exposing of the window.
## Status
Currently only some requests are implemented and if non-supported request
is received then the server may freeze.
The server has been tested with xclock and xterm and both are able to start
and xterm is able to run some commands.