AIDE-based mod that will help you develop mobile applications based on the Android platform.
- Added Assets Manager (under development)
- Adjusted some features
- Fully in English (under development)
As for now, you can get it only in Telegram Group. But when there will be completed version, it will be published in releases.
Help in the development of AIDE-Pro by contributing new features or improvements. We will be glad.
Fork this repository and contribute back using pull requests.
When you've made changes to one or more files, you have to commit that file. You also need a * message* for that commit.
You should read these guidelines, or that summarized:
- Short and detailed ( otherwise it will be deleted )
- Prefix one of these commit types:
feat:
A feature, possibly improving something already existingfix:
A fix, for example of a bugstyle:
Feature and updates related to stylingrefactor:
Refactoring a specific section of the codebasetest:
Everything related to testingdocs:
Everything related to documentationchore:
Code maintenance (you can also use emojis to represent commit types)
Examples:
feat: Speed up compiling with new technique
fix: Fix crash during launch on certain phones
refactor: Reformat code at File.java