y-polek / TransmissionRemote

Remote control for Transmission BitTorrent client
Apache License 2.0
166 stars 38 forks source link

Add App to f-droid #68

Open doronbehar opened 7 years ago

doronbehar commented 7 years ago

Hello, I enjoy using the app but I don't have Google play services neither Google Play store installed on my device. I would have been very relieved if the app was available at f-droid.org so I would be connected to updates. Thanks.

zero77 commented 6 years ago

Adding apps to f-droid tutorial. https://f-droid.org/en/tutorials/create-repo/

nicd23 commented 6 years ago

F-droid version or a link to download apk file would be great, many of use don't use Play Store.

y-polek commented 6 years ago

@nicd23 I started to publish APK files on release page.

Also, will try to setup f-droid repo later.

Poussinou commented 5 years ago

We won't be able to build this app because of maven { url 'https://maven.fabric.io/public' }

Is it possible to get rid of this?

y-polek commented 5 years ago

Yes, Fabric dependency is required only for crash reporting, which is optional.

I'll try to add product flavor without it. If it not gonna work we will, probably, have to add a separate branch without Fabric dependency.

ghost commented 4 years ago

Is release now possible after the removal of the crash analytics service?

Poussinou commented 4 years ago

@IzzySoft what about the fabric api key reference in the gradle?

IzzySoft commented 4 years ago

@Poussinou prebuild: sed '/xxx/d'? Of course, ideally it should not be in the global part nor in the foss flavor. If it's just referenced from a flavor not specified in our build recipe, it should be simply ignored anyway.