-
Notifications
You must be signed in to change notification settings - Fork 5.9k
create a code-server app optimized for android #3370
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
Comments
Relaying some of my thoughts from #2840 here: Currently, code-server has a PWA feature that makes any code-server instance appear as an app on a phone's home screen. In terms of hosting code-server itself:
Are you looking for an app that does the following?
If so, that would be pretty cool. Just trying to get a sense of the feature-set you are looking for. One pitfall of # 2, is I believe that many development workloads are still not supported without an underlying Linux environment, such as Termux. I also don't think it would be possible to run code-server without Termux on Android. It looks like VHEditor includes Termux built-in. I am not sure if this is something we would do ourselves as the Termux app itself offers a lot of goodies. I think a tighter integration with Termux + instant PWA support could get us a lot of the way there, but want to make sure I'm understanding your request correctly @Piposo. |
well termux is a great terminal that we cannot deny, but if you really want to program using frameworks that need administrator permission it will not be possible because no cell phone,has root or administrator mode that gives you full access to the cell. the code-server itself is great but the terminal / termux is limited in itself, but I know a way to have a ubuntu terminal in termux. knowing this it would no longer be necessary to use the original termux, but to run the ubuntu terminal, it gives us administrator access to the projects, but again you do not have access to other local projects, only projects that were created in the ubuntu terminal, knowing that they could integrate the app to create a folder to create the projects and the users access. the idea is as follows:
after all this keep the app optimized and in sync with the code server versions. that's my idea to help android developers. |
are you referring to this specifically? https://github.com/Neo-Oli/termux-ubuntu or another resource? So this essentially allows someone to install packages that would previously be limited to root?
Can you clarify? Do you mean "make the on-screen keyboard functional for code-server without requiring an external one?"
Is there a reason why this couldn't be the full code-server app, maybe with some of the stuff from the sidebar simply "hidden"? (you can right-click and hide them by default) |
yes I was referring to that, I think that a limited thing but that was still the vs code and functional will be accepted |
While it may solve some issues regarding the projects that require root privilege, it might still suffer from the same limitations faced by Termux (like inability to read /proc) since it basically runs proot on the newly installed rootfs (which is Ubuntu in your case) |
I think some hybrid application alternative like Ionic capacitor can be used to achieve this. But I feel honest I don't think it would be an alternative or the concept of code-server. Since what it raises is to have the same work environment in any place, and as discussed above, it can be achieved by installing the PWA. Currently I use it to program in android too, but I move to any device and keep my configurations, repositories, etc. And I only access either on windows, mac, Linux or Android. I think it would lose its sense of being to run it locally by code-server, since what it tries to solve is to work in several environments in a homogeneous way. But I think one way to achieve it, if you need to develop, can be with: https://capacitorjs.com/ I hope everyone has a good day :D |
Also look into |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
Many people who use this project are on their cell phones for the simple fact that if we had a pc we would be using vscode itself, there is an app called vheditor that uses this project, but it is not very optimized, we will not be able to create a version of this project for android ? we would love it if that were possible or create an app with the same functionality as vs code.
Originally discussed in #2840
The text was updated successfully, but these errors were encountered: