No description
Find a file
2024-12-03 17:12:22 +01:00
.github/workflows Remove testers 2024-12-03 17:12:22 +01:00
app feat: rename and move file/directory support in filetree 2024-11-24 18:34:48 +00:00
docs feat: frontend/Filetree 2024-09-05 19:18:43 +00:00
gradle/wrapper File menu 2024-11-21 20:53:03 +00:00
.gitignore feat: expanded gitignore 2024-07-18 20:59:39 +02:00
build.gradle File menu 2024-11-21 20:53:03 +00:00
gradle.properties feat: projects local database and repository made 2024-07-22 19:08:25 +00:00
gradlew feat: starting kotlin project 2024-07-16 09:40:31 +02:00
gradlew.bat feat: starting kotlin project 2024-07-16 09:40:31 +02:00
LICENSE Add LICENSE 2024-11-12 20:57:00 +00:00
README.md feat: start of readme 2024-11-21 21:01:44 +00:00
settings.gradle feat: starting kotlin project 2024-07-16 09:40:31 +02:00

Writand: An Android IDE for Developers

Light-mode Dark-mode
Writand-Lightmode Writand-Darkmode

Project Overview

Writand is a new integrated development environment (IDE) designed specifically for Android devices. Whether you're a seasoned developer or just starting, Writand offers an intuitive and powerful platform to code on your Android tablet.

Key features

Writand will provide an easy to use GitHub integration to easily clone repositories, manage branches, and push your code changes directly from your tablet.

It will also have a built-in terminal for providing you with essential command-line capabilities for efficient development.

Multi-Language support is also under progress for programming languages to reach a wide range of developers.

Target Audience

Writand is designed for developers of all levels who are looking for a user-friendly IDE on Android. Whether you're writing code, managing projects, or contributing to open-source, Writand offers the tools you need to work efficiently on the go.

Future

We are committed to improve Writand as a hobby project. Upcoming updates will include enhanced language support, more advanced features, and optimizations to ensure the best possible programming experience on Android.

Getting Started

Prerequisites

The minimal APK for Writand is 26, or known as Android 8.0. This is specifically designed for tablets, so using the app on a phone might not be a good user experience. We are not aiming to support phones for now.

Installation

Installing our app will be possible by downloading the APK file from this GitLab repository.

Contributing

Contributing to Writand is welcome! To contribute, please follow the guidelines below.

Guidelines:

Contributions should follow the following guidelines:

  • Follow the Kotlin KDoc for docstrings, see this link.
  • Use branches with the format <backend|frontend>/<name-feature>.
  • Interfaces should start with "I" followed by the name of the class/feature.
  • General adapted composables should be named with "W" followed by the name of the composable. For example, the Text composable is named WText.

Issues and Pull Requests:

If you find any issues or have suggestions for improvement, please open an issue or pull request.

To make it easier to contribute, please provide a clear description of the issue or pull request, and include any relevant code snippets or screenshots. You should also use labels to categorize the issue or pull request.

Additional

Roadmap

Writand is a hobby project, but we are committed to adding essential features to make it a great IDE for Android. The roadmap includes:

  • Adding a terminal for command-line access
  • Integrating Git for version control management
  • Multi language support

Contact

For additional questions or features, we can be contacted through here via issues or pull requests.