mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
androidide - add af, note about no longer maintained
This commit is contained in:
parent
4757af6604
commit
e5ce1d7505
1 changed files with 24 additions and 7 deletions
|
|
@ -1,6 +1,8 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Download SDK files from GitHub.
|
||||
Tracking:
|
||||
en-US: App analytics are sent by default.
|
||||
Categories:
|
||||
- Development
|
||||
License: GPL-3.0-only
|
||||
|
|
@ -12,6 +14,26 @@ Changelog: https://github.com/AndroidIDEOfficial/AndroidIDE/releases
|
|||
Donate: https://androidide.com/donate/
|
||||
|
||||
AutoName: AndroidIDE
|
||||
Description: |-
|
||||
<b>NOTE:</b> The source-code repo has been archived and the app is no longer maintained.
|
||||
|
||||
AndroidIDE, an open-source Integrated Development Environment (IDE) designed for developing real Android applications directly on Android devices.
|
||||
|
||||
The main goal is to bring support for building Gradle-based Android projects on Android devices itself.
|
||||
|
||||
Features :
|
||||
* Gradle Support
|
||||
* JDK 17 & 21 support.
|
||||
* Terminal (based on Termux, with limited packages).
|
||||
* SDK Manager (via terminal).
|
||||
* Log reader - Real-time display of your app's logs.
|
||||
* API Information - Provides information on classes and their members, including details on since, removed, and deprecated elements.
|
||||
* Java language support.
|
||||
* XML language support.
|
||||
* UI Designer
|
||||
* Git support (via terminal).
|
||||
|
||||
A basic installation (Android SDK, JDK, etc) is needed before you can start working with projects. Read the documentation at docs.androidide.com for more details.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/AndroidIDEOfficial/AndroidIDE
|
||||
|
|
@ -365,12 +387,7 @@ Builds:
|
|||
- popd
|
||||
ndk: r26b
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
VercodeOperation:
|
||||
- 100 * %c + 1
|
||||
- 100 * %c + 2
|
||||
- 100 * %c + 3
|
||||
UpdateCheckData: https://androidide.com/functions/fdroid-version-check.php|versionCode=(\d+)|.|versionName=(.*)
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: v2.7.1-beta
|
||||
CurrentVersionCode: 27103
|
||||
|
|
|
|||
Loading…
Reference in a new issue