nicorac / bcr-gui

BCR-GUI is a companion app for the great BCR (Basic Call Recorder) Android application and other supported ROMs with embedded call recorders.
https://coolsoft.altervista.org
GNU General Public License v3.0
146 stars 7 forks source link

Versioning issue #10

Closed IzzySoft closed 1 year ago

IzzySoft commented 1 year ago

Looks like you forget to increase versionCode properly, which should be done with each release (as Android uses that to tell versions apart; it only considers an APK to be an update if it has a higher versionCode than the installed app). Can you please take care for that with future releases? Thanks in advance!

nicorac commented 1 year ago

You're right, I've missed it, sorry 👍

IzzySoft commented 1 year ago

Happens – that's why the friendly reminder :wink: Thanks for taking care! And in case you missed this one: about 4 hours ago, your app became available here. So if you want, you can pick a badge to link there e.g. from your Readme. Updates will be fetched automatically within 24h of your making them available here (with the versionCode increased, notifications will also reach those having the app installed via my repo and using an F-Droid client :wink:)

nicorac commented 1 year ago

Ouch, now I see that you are that IzziSoft...

Thanks for adding my app to your repo; I hope it could help a lot of users (even if call-recording is some kind of a niche-task). Keep up the good work on IzzyOnDroid: it's a great resource for F-Droid and all open-source lovers 👍

PS: do you have some kind of download stats? I'm actually using this app to get GitHub download stats, but if people can download the app also from F-Droid + IzzyOnDroid, then I'll miss that data...

IzzySoft commented 1 year ago

No download stats unfortunately, sorry – like at F-Droid, my server logs are rotated to /dev/null. I've never set up any stats, though "how often was this package downloaded" would of course be totally fine, privacy-wise.

Btw, I also run a FOSS Magisk repo. I'd add BCR as well, but unfortunately there's neither update.json nor module.prop to be found :cry:

nicorac commented 1 year ago

I'd add BCR as well, but unfortunately there's neither update.json nor module.prop to be found 😢

Well, I know almost nothing about Magisk module development; but I'll read something, I promise 😉

IzzySoft commented 1 year ago

Thanks! Just give me a ping if/when you figured :smiley: