victordiaz / PHONK

PHONK is a coding playground for new and old Android devices

Home Page:https://phonk.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload to F-droid

victordiaz opened this issue · comments

I think Phonk fits quite nicely the requirements to be included in F-droid. I think it would be a very good channel to distribute it.
If there is somebody out there willing to include it to F-droid it would be neat.

Note:
Currently Phonk, needs 2 projects to work, the WebIde repo and this one (Android App). I guess it will have some implications for building the project for F-droid.

First atempt to upload to Fdroid:
https://gitlab.com/fdroid/rfp/-/issues/1390

There was lots of old code that used .jars and F-droid does not allow that. I started to update dependencies in the following branch
https://github.com/victordiaz/phonk/tree/f-droid-preparation

I stil have to figure out

  • How to handle dependencies hosted in google maven repo
  • How to handle dependencies hosted in Github
  • How to include the Web Editor -> precompiled or compile on building time?
  • Google Maven repo has to be changed to google(), updated top comment
  • The Web Editor has to build as well from sources.