-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish on F-Droid #294
Comments
RFP: https://gitlab.com/fdroid/rfp/-/issues/1695 Any updates? @nwingt @williamchong |
@linsui @shuvashish76 We certainly do not object to publishing on fdroid, but is there anything extra we need to do code-wise? |
Thanks! How to build the Android app? Is |
We are using react-native so you might have to |
Will you provide a flavor? Should I fill those values manully? |
We will fill in the default values in a new commit @nwingt Do you have an idea if firebase-less flavor is do-able in some simple way? If not we will let fdroid patch it |
Please check out the feature/config branch and the README for configuration guide, I have provided necessary config in the |
It's more difficult than I expected to patch nonfree bits out. Could you please help? Thanks!
The current metadata is here. |
Looks like this is a known issue. react-native-device-info/react-native-device-info#1212
Thanks! Before it's replaced (if there is a proper alternative), I can remove the scanning function.
Thanks! |
Finally I make more patches: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11460/diffs I update react-native-device-info/react-native-device-info#1212 and apply the patch suggested here. I thought a proper fix should be updating react native and babel but as a workaround could you please add the patch to patch-package? I removed react-native-camera. I also removed react-native-iap due to it depends on billing client which is not FOSS. The apk starts fine but I don't have an account to test it more. If my patches are OK to you I'll do more tests. Then I'll open a PR adding fastlane structure and merge the MR in fdroiddata. |
@williamchong @nwingt Are above patches good to you? |
Sorry for taking so long, we are occupied on a chain upgrade and related releases |
You can take those patches or we can just keep them downstream. I want to know if you are OK with such patches. |
Yes the patches look good to me. |
Will you merge the feature/config branch in the develop? |
Could you please publish this app on F-Droid? Thanks!
The text was updated successfully, but these errors were encountered: