Skip to content

New App: com.itsaky.androidide

Akash Yadav requested to merge itsaky/fdroid-data:com.itsaky.androidide into master

Merge request to add AndroidIDE to F-Droid.

Huge thanks to @linsui for the help!

Required

  • The app complies with the inclusion criteria
  • The original app author has been notified (and does not oppose the inclusion)
  • All related fdroiddata and RFP issues have been referenced in this merge request.
    • There are none.
  • Builds with fdroid build and all pipelines pass

Strongly Recommended

  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Releases are tagged

Suggested

  • External repos are added as git submodules instead of srclibs.
    • Currently, we need to build aapt2 from source which is huge and including it as a submodule would unnecessarily increase the complexity and size of the project. As a result, a new AndroidIDE-platform-tools srclib has been added to build aapt2 from source only when building for F-Droid.
  • Enable Reproducible Builds
    • No, I don't want this.
  • Multiple apks for native code.

Edited by linsui

Merge request reports