significa / app-distribution-server

Simple, self-hosted Android and iOS mobile app distribution server (for IPA and APK files).
https://significa.co/blog/how-to-distribute-ios-ipa-builds
GNU General Public License v3.0
53 stars 12 forks source link

feat: support android apk upload, file size and platform display, custom logo etc #13

Closed EkkoG closed 2 months ago

EkkoG commented 2 months ago

And a lot of small change, like

Add a power by footer to show the url of open source project

A build related file name when download directly

Move app_info.json to build_info.json since the app_info arch is too hard to extend functionality

Remove the ipa keyword from module name since it's not only support ipa now

Add a platform preffix to build_id since it not easy to get the platform of a build because there is no db now

Rename uploads to builds since it's more command to use build on distribution server, it's my personal view, I can change it back if you guys do not like this change