-
Notifications
You must be signed in to change notification settings - Fork 2
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
F-Droid #39
Comments
If you confirm, I gladly help you along. Until the process is through: could you at least add an |
Just wondering: Did you miss it, or aren't you interested? |
Apologies. I forgot about this issue. Ive added the release apks from 0.11 to 0.20 to the app/releases directory of the repo. I intend to publish on FDroid, but only once the app is no longer in beta. We're pretty much there. As long as 0.20 doesn't show up any significant issues, I'll release to production on Google Play and publish on FDroid around the same time. I'll keep this issue open until the app is published on FDroid. |
Happens – hence the friendly reminders 😉
Thanks a lot, will go after them now. Though they'd better be added to the corresponding
Sounds absolutely reasonable. There are several apps where the stable version is in the official repo, while a beta/testing/nightly-build/weekly-build is in my repo, usually going by a different package name. You might also consider putting the screenshots into a Fastlane structure (see here for details). That can be used with F-Droid as well as with Playstore to automatically get them included. Further, you probably need to remove Parse.com then (e.g. using a separate flavor for F-Droid if you want to keep it in the Playstore version).
Good idea, thanks! PS: Your app should go live in my repo tonight. Could be useful for your testers to get automatic updates. |
@IzzySoft: regarding your comment about Parse.com, there is no analytics suite used in the app (that I'm aware of). I suppose it's possible that one of the dependencies use it, but I can't find any reference in any of their docs. Do you tools have more information about why they think the app uses parse.com, or is it possible that it's a false positive? |
@Teester I have no idea. Maybe ask over there, so a dev can take a look? |
I've just digged a little (unsuccessfully), thinking one of the libraries might bring in along. Maybe parse.com is "wrongly detected" by something using it as prefix ( |
Back home, I've found the culprit. I've analyzed the smali manually and indeed found no hint on parse.com – but LibRadar was sure it had identified Parse in an obfuscated path ("com/a/a/"). Luckily LibRadar is open source – so trusting you more than that rule (which might be simply no longer correct, or must at least have been triggered falsely – and apart from that, I found no hint on Parse.com in your gradle either), I've disabled that rule. So apologies for the false accusations – but that indeed was the first false positive since I started using that library some years ago. All should be fine now – so just ping me when you're ready for the official repo! |
@Teester just wondering: are you still maintaining this app? No (visible) activity for a year now. |
Opened #53 for this. |
Could you release it on F-Droid?
The text was updated successfully, but these errors were encountered: