neurodroid/cryptonite

Contribute cryptonite to f-droid

Opened this issue · 5 comments

I really would love to see this awesome app make it into the f-droid repository! I myself am not using any gaps and therefore building cryptonite myself seems to be the only way to install. I think advancing on the already taken steps (https://f-droid.org/forums/topic/cryptonite/) will be rewarding and allow everybody to use cryptonite - with or without gapps/playstore.

Hi @neurodroid any news about this? At least are you ok with the inclusion of your app to F-Droid (someone else could to the rest)? The forum topic has been moved, there is now a Request For Packaging here.

I'm perfectly fine with the inclusion of this app in the F-Droid store. The problem is the questionable status of the Dropbox API and TrueCrypt licenses. You'd have to remove these parts from the app to get it included.

@neurodroid Dropbox API seems to be accepted. Have you got an URL to the repo of the TrueCrypt library you're using, so we could check? If it's using a FOSS license it should be fine.

Hello,
I am trying to see if we could build this app for F-Droid.
I see it still uses the old android update command which has been removed from the Android SDK:

*************************************************************************
The "android" command is deprecated.
For manual SDK, AVD, and project management, please use Android Studio.
For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager
*************************************************************************
Invalid or unsupported command "update"

Are you planning to switch to the new Gradle-based build system?