neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
203 stars 49 forks source link

Contribute cryptonite to f-droid #105

Open nkoester opened 8 years ago

nkoester commented 8 years ago

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.

twenty-fifth-kislev commented 6 years ago

https://f-droid.org/forums/topic/cryptonite/ - 404 Page Not Found

Poussinou commented 6 years ago

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.

neurodroid commented 6 years ago

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.

IzzySoft commented 6 years ago

@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.

Rudloff commented 5 years ago

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?