Skip to content

Latest commit

 

History

History
122 lines (88 loc) · 5.43 KB

README.md

File metadata and controls

122 lines (88 loc) · 5.43 KB

CodeOps Studio

Welcome to CodeOps Studio is a free and open-source code editing workspace and Integrated Development Environment (IDE) designed specifically for Android OS.

Note

Development of CodeOps Studio is currently slow until i get a PC :( that's to say your pull requests to the main branch containing Kotlin, Python, C, C++ code would be rejected for now.
Otherwise consider the dev branch (A fun place for experiments).
CodeOps Studio is NOT intended for piracy and other non-legal uses. It could be used for localizing and adding features, adding support for custom platforms, and other GOOD purposes. Just try to be fair with the authors of an app, that you use and probably like.

Important

CodeOps Studio main focus is on Android OS. Using it one other operating systems maybe impossible unless emulated, there is no guarantee that it'll work perfectly without errors.
Minimum Android API level is API level 26 (Android 8).
Support for screens > 600dp is still experimental :)

Goals

  • Make coding possible anywhere anytime
  • Provide advanced dev-ops tools and features
  • Provide opportunity for anyone to code without a laptop
  • Bring Visual Studio code and IntelliJ-like development experience to Android devices
  • Support core integrated development environment fundamentals (Building, Debugging, Version Control, and Extensibility, e.t.c)

Core Features

  • Git Integration
  • Auto completions
  • File Tree Explorer
  • Advanced Code Editor
  • Multi-Pane Tab editor
  • BreadCrumb Navigation
  • Web Development support
  • Multi-Language Syntax Highlighting

Screenshots

intro editor breadcrumbs filetree jsconsole site_preview

Installation

Current software version is v1.0.1 beta.

Get it on Github

Important: Always install CodeOps Studio from trusted sources:

Steps to Install

  1. Visit the GitHub Releases page.
  2. Download the latest CodeOps Studio APK.
  3. Install the APK on your device and start coding anywhere anytime.

Important Links

Community

To stay updated join our community to stay updated on the latest developments.

Contribution Guidelines

We welcome contributions from the community! Please see our Contribution Guidelines for detailed instructions on how to contribute.

License

This project is licensed under the GNU General Public License v3 (GPLv3). By contributing to this project, you agree that your contributions will be licensed under the GPLv3 as well. Any violations to the license can be reported either by opening an issue or writing a mail to us directly.

You can read the full text of the license here.

License Notice

When you add new files to the project, please include the following license notice at the top of each file:

/*
 * This file is part of CodeOps Studio.
 *
 * CodeOps Studio is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * CodeOps Studio is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with CodeOps Studio. If not, see <https://www.gnu.org/licenses/>.
 */

You can do so automatically by using the add_license_header.sh script.

Code of Conduct

Please note that this project adheres to a Code of Conduct. By participating, you are expected to uphold this code.

For any questions or clarifications, feel free to open an issue or contact the maintainers.

Thank you for your using CodeOps Studio and your contributions.

Special thanks

  • CodeAssist

  • AndroidIDE