afaneca / myfin-android

Android app for MyFin - Personal Finances Manager platform
https://myfin.afaneca.com
GNU General Public License v3.0
25 stars 1 forks source link

Issue with GaugeSeekBar #43

Closed IzzySoft closed 1 year ago

IzzySoft commented 1 year ago

Updated signatures for my scanner just reported MyFin includes GaugeSeekBar, which declares no license and thus is not considered FOSS (but just "source available"). Do you know what license it falls under – or could it maybe replaced by another library that is FOSS? After all, it also seems to be unmaintained (last commit was more than 5 years ago).

According to its description, GaugeSeekBar is "a library for displaying round seek bar view". So potential replacements could include:

(results from said signatures searched case-insensitively for "seekbar") or

(same with "gauge"). Unfortunately, most of them seem also out-of-development (see the year of last commit), but hopefully one of the recent candidates fits as replacement. Until then, I unfortunately have to mark your app in my repo with the corresponding anti-feature (NonFreeComp: contains non-free components) – which will of course be removed as soon as the cause is gone.

afaneca commented 1 year ago

I'm currently using a modified version (mantained by me) of that specific library. Replacing it is actually in my roadmap so it should happen in one of the next few releases.

IzzySoft commented 1 year ago

Thanks! That's helpful. So I mark it as mentioned above until that release is available. My scanner should inform me once it's gone so I shall remove the flag again – but feel free to drop me a note here when it's ready so I'm prepared :wink:

afaneca commented 1 year ago

Dependency removed w/ #58.

IzzySoft commented 1 year ago

Thanks – and confirmed! The AntiFeature will be removed from the app's listing in my repo with the next sync (around 5 pm UTC) with the new release showing up (already done in "staging").

Would you like to pick a badge to link there from your Readme here? You could also consider applying for a listing with F-Droid.org, now that the "non-free component" is gone.