Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-21 | Gradle rebase fixes 2 different notifications bug. | Parménides GV | |
2014-04-21 | Rebooting with no network again a again works. | Parménides GV | |
2014-04-21 | Launcher and notification reuse existing Activity. | Parménides GV | |
Notifications get mad, we have to fix that. | |||
2014-04-21 | Bitmask doesn't start if last EIP status was off. | Parménides GV | |
2014-04-21 | Always restore last eip status on boot. | Parménides GV | |
Next step: don't restore off status! | |||
2014-04-14 | Gradle "check" task runs unit tests | Parménides GV | |
2014-04-14 | testSwitchProvider nullpointer fixed. | Parménides GV | |
2014-04-14 | testAddNewProvider adds calyx.net | Parménides GV | |
The test that checked how many providers were listed was failing because this test added dev.bm.net, which was already present in the debug apk, so no new provider was added. | |||
2014-04-10 | Release apk signed with debug key if no keystore | Parménides GV | |
You have to edit a gradle.properties file with the following structure: storeFileProperty=fullPath storePasswordProperty=store password without quotation marks keyAliasProperty=key alias without quotation marks keyPasswordProperty=key password without quotation marks | |||
2014-04-10 | Require Build Tools 19.0.3. | Parménides GV | |
2014-04-09 | config.h needed by ndk-build | Parménides GV | |
2014-04-09 | Bitmask loads all preseeded providers correctly. | Parménides GV | |
If you choose one and then tap "Switch provider" button, no duplicated providers are shown. | |||
2014-04-09 | Back to the standard "app" module. | Parménides GV | |
This return to "app" instead of "bitmask_android" is due to this reading: https://developer.android.com/sdk/installing/studio-build.html#projectStructure I'll have to tweak the final apk name in build.gradle. | |||
2014-04-08 | Rename app->bitmask_android | Parménides GV | |
This way, gradle commands generate apks correctly named. | |||
2014-04-08 | Compiles correctly: app/build-native + gradle. | Parménides GV | |
2014-04-08 | Next step: compile jni sources correctly. | Parménides GV | |