From: Jean Privat Date: Tue, 15 Sep 2015 13:27:16 +0000 (-0400) Subject: Merge: Prepare Android projects to be compiled in release mode for F-Droid X-Git-Tag: v0.7.8~24 X-Git-Url: http://nitlanguage.org Merge: Prepare Android projects to be compiled in release mode for F-Droid This PR prepares the Android projects to be compiled in release mode by Jenkins (or a cron) for F-Droid. It adds the `android-release` rule to all Android projects and it vectorizes the fonts in the logos to get the desired result when the font is not installed. At this point, the release APK file is written over the debug one, this should not be such a big problem as we usually use both separately. @privat To prepare to compile in release mode on the server you can follow the instructions at the end of http://nitlanguage.org/catalog/android.html , it's pretty much a single command to generate a keystore. We'll have to find a way to manage the key to the keystore... For the TSA server, we could use http://tsa.safecreative.org/ but it's limited to 5 timestamps per days so we would need to choose our requests. Pull-Request: #1710 Reviewed-by: Lucas Bajolet Reviewed-by: Jean Privat --- 2b0983a52aa3cc6d98e0c0f4b3b6ab0509cdb944