Commit Graph

46 Commits

Author SHA1 Message Date
Twaik Yont f9a9ce3167
Let Termux:X11 run without sharedUserId="com.termux" (#31)
* Let Termux:X11 run without sharedUserId="com.termux"
Make Termux:X11 start user-defined commands in Termux ($PREFIX/libexec/termux-x11/termux-startx11)
Make debug_build.yml build companion package for termux and upload it as an artifact.
Update README.md
2021-10-03 13:33:10 +03:00
WMCB-Tech db575f7887 Fix issues regarding enter key not working with external keyboards #34 2021-09-30 10:14:49 +08:00
WMCB-Tech d93c76092d revert app name to termux:x11 back 2021-08-29 19:08:56 +08:00
Wisest_wizard 9e419571af Update preference messages and default values 2021-08-26 18:42:38 +05:30
Wisest_wizard a7f4111b10 Remove fullscreen mode
Full Screen Mode is removed as it messes with visibility of Eks and also causes a few glitches
2021-08-26 18:42:38 +05:30
Wisest_wizard 6b148437ef Try to fix navbar overlap 2021-08-26 18:42:38 +05:30
Wisest_wizard 631cf17d88 Bug fix
Fix extra padding visible when PIP mode is not turned off
2021-08-26 18:42:38 +05:30
Wisest_wizard 63440dfbee Fix description of Show additional keyboard preference 2021-08-26 18:42:38 +05:30
Wisest_wizard 7c50f04486 Bug fixes
Fix: remove extra padding when Show additional Keyboard is set to false
2021-08-26 18:42:38 +05:30
Wisest_wizard 85b7b4c395 Squash bugs and use another simpler approach 2021-08-26 18:42:38 +05:30
Wisest_wizard c131fec2da Use user provided xdg runtime directory 2021-08-26 18:42:38 +05:30
Wisest_wizard ca5f9cd1e2 bug fixes 2021-08-26 18:42:38 +05:30
Wisest_wizard 051a9a1620 Fix bugs with PIP mode 2021-08-26 18:42:38 +05:30
Wisest_wizard c1ce878b06 restore layouts 2021-08-26 18:42:38 +05:30
Wisest_wizard aeeae8cf5a Improve ek-x functionality 2021-08-26 18:42:38 +05:30
Wisest_wizard cf51f719d1 Fix ek-x appearance after reseed screen is applied 2021-08-26 18:42:38 +05:30
wisest_wizard f76f68a2c5 Update libs and fix crashes 2021-08-26 18:42:38 +05:30
Suhan G Paradkar 66610d4c88 improve code formatting 2021-08-26 18:42:38 +05:30
suhan_paradkar 4433a82a6f Squash few more bugs 2021-08-26 18:42:38 +05:30
suhan_paradkar 76e33fbca9 Squash Bugs 2021-08-26 18:42:38 +05:30
suhan_paradkar fc35ce3a85 Migrate to androidx libraries
Android support libraries are no longer supported and is now replaced with androidx jetpack libraries
2021-08-26 18:42:38 +05:30
suhan_paradkar a1789fc3c1 Bug fixea 2021-08-26 18:42:38 +05:30
suhan-paradkar 7037c7ea86 Bug fixes 2021-08-26 18:42:38 +05:30
suhan-paradkar 6d0cbbf62d Add activity-wise Multiwindow support 2021-08-26 18:42:38 +05:30
suhan-paradkar 0e83bc40d9 Add Picture-in-picture support
This also adds support to multi-display, freeform windows and also for
secondary displays ... hopefully..
2021-08-26 18:42:38 +05:30
suhan-paradkar e614c576e8 Bug fixes 2021-08-26 18:42:38 +05:30
suhan-paradkar b91ab8dea5 Disable extrakeys for screen reseeding
Screen reseeding currently doesn't support extrakeys.. The views overlap
2021-08-26 18:42:38 +05:30
suhan-paradkar 87f9e2de01 Implement screen reseeding 2021-08-26 18:42:38 +05:30
WMCB-Tech 8ca175e49f update wayland libs to the newest version 2021-08-26 18:42:38 +05:30
suhan-paradkar d6a1233a7e Bug fixes 2021-08-26 18:42:38 +05:30
Suhan G Paradkar afe1e33f3e Update Native Libraries (#1)
* Update libxkbcommon

* Squash bugs

* Update xkbcommon to latest master

* Update parser definitions

* Bug fixes
2021-08-26 18:42:38 +05:30
suhan-paradkar 8fe9645cdd Rename app 2021-08-26 18:42:38 +05:30
suhan-paradkar cf846f0cfc Mark app as debug build(for logs) 2021-08-26 18:42:38 +05:30
suhan-paradkar 00321b3ab6 Add multi-window support 2021-08-26 18:42:38 +05:30
Suhan G Paradkar f41c0357d3 Squash bugs and set up workflow 2021-08-26 18:42:38 +05:30
Jean Schurger a7037a3e34 Prevent kill by Samsung Dex on plug/unplug. 2020-01-29 10:29:39 -05:00
Leonid Plyushch 7de9e20225
application should be installable only to the internal storage
Fixes https://github.com/termux/termux-x11/issues/2.
2019-11-10 14:31:17 +02:00
Twaik Yont df64cf96e7 Cleanup
MessageQueue optimization
2019-08-26 03:30:14 +03:00
Twaik Yont 50cfaae235 Additional keyboard position and key size fix 2019-08-20 21:21:46 +03:00
Twaik Yont bd707e9ba5 Fix for devices without EGL_KHR_surfaceless_context support 2019-08-20 18:45:35 +03:00
Twaik Yont c4af642a71 Fix for surface_height=0 on some devices after keyboard shown 2019-08-19 22:07:11 +03:00
Twaik Yont 12b7b00710 Code cleanup
Added LorieService
New touch parsing mechanism
Added Preferences activity with options: show or not additional keyboard, fullscreen mode toggle, touch input mode toggle, show or not software keyboard if external keyboard is connected
2019-08-19 18:46:13 +03:00
Twaik Yont 48fd564d21 New codebase rewritten from scratch in C++ (native part).
Drawing Xwl's pointer.
Hiding Android's pointer (Android N+).
Double start fix (problem after restarting application after configuration change without resetting app's native compositor).
Hardware mouse support.
2019-08-10 22:15:25 +03:00
Twaik Yont 458acd617b Some fixes, Additional keyboard and small improvements
Fixed: app restart after physical keyboard connected
Fixed: some eventCodes from physical keyboard were processed wrong
2019-07-10 07:45:24 +03:00
Twaik Yont 595c00d669 Basic keyboard input with locales support 2019-07-08 18:22:08 +03:00
Twaik Yont 19e068945e Basic and buggy Android activity backend 2019-06-30 05:01:25 +03:00