tiberiusteng / financisto1-holo

Financisto 1.6.8 with Holo theme and tweaks
GNU General Public License v2.0
24 stars 15 forks source link

F-Droid Store #53

Open toki4 opened 2 weeks ago

toki4 commented 2 weeks ago

Hello, I started a Request For Packaging for the F-Droid Store (https://gitlab.com/fdroid/rfp/-/issues/2924) and got a hint (https://gitlab.com/fdroid/rfp/-/issues/2924#note_2191242388). Could you imagine preparing your app in this way the app is also available in the F-Droid store in the future? Thanks for the answer.

tiberiusteng commented 2 weeks ago

Hi,

I'm aware of F-Droid and read its docs before, unfortunately currently I don't have capacity to make a build for it. As you can see from your RFP, it's need to remove Google Play Services and Dropbox client and doing so will make it lack any auto-backup capacity, I'm considering doing WebDAV backup for it but also don't have capacity to do it for now.

Pull requests to make improvements on these issues are welcome. If anyone want to do this please keep in mind that original Play Store build must still work.

tiberiusteng commented 2 weeks ago

I did a quick look, Dropbox should be usable (client library/SDK is open source), there are two libraries still using the binary in this repo:

Looks like it's possible to use build variants to supply different implementations, such that F-Droid build won't use/show Google Drive login functionality.