Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-02 | add path to go sdk to gitignore | cyBerta | |
2019-08-02 | add releases folder to .gitignore | cyBerta | |
2019-05-31 | increase heap size for Gradle deamon | cyBerta | |
2018-02-01 | #8832 update .gitignore | cyBerta | |
2015-06-04 | ics-openvpn as a submodule! beautiful | Parménides GV | |
ics-openvpn is now officially on GitHub, and they track openssl and openvpn as submodules, so it's easier to update everything. Just a git submodule update --recursive. I've also set up soft links to native modules from ics-openvpn in app, so that we don't copy files in Gradle (which was causing problems with the submodules .git* files, not being copied). That makes the repo cleaner. | |||
2014-12-12 | Updated ics-openvpn to last rev 14 Nov 2014. | Parménides GV | |
Material design! It still doesn't run properly on my tablet, openvpn keeps getting down and exiting. | |||
2014-11-26 | OVPNGateway extracted from EIP. | Parménides GV | |
Fixed a silly typo on .gitignore which was ignoring "G*"!. | |||
2014-09-23 | Gitignore ovpnlibs | Parménides GV | |
2014-09-23 | Don't ignore config-version.h | Parménides GV | |
2014-06-24 | LEAP copyright updated until 2014. | Parménides GV | |
2014-05-07 | Signup protocol coded. UI next. | Parménides GV | |
2014-05-05 | Sign up methods to be tested. | Parménides GV | |
2014-04-08 | Build release apk using gradle.properties. | Parménides GV | |
I ignore that file, it contains passwords, although I have encrypted it to myself. | |||
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 | |
2013-12-12 | About is now an Activity. | Parménides GV | |
I've also removed some spaces from the text. | |||
2013-11-22 | Rebased onto 0.2.2 | Parménides GV | |
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it). | |||
2013-06-20 | No untracked files. | Parménides GV | |
Added two auxiliar files: prepareTestProviderAPI.sh is updated in feature/authGui_tests. proguard-project.txt is completely commented, but I think it may be suitable to version control. | |||
2013-04-15 | Merge branch 'wizard' into feature/wizard | Parménides GV | |
Conflicts: src/se/leap/leapclient/ConfigHelper.java src/se/leap/leapclient/ConfigurationWizard.java src/se/leap/leapclient/ProviderAPI.java | |||
2013-04-03 | Added new files to gitignore. | Parménides GV | |
2013-03-19 | Included libs folder with bouncycastle inside it. | Parménides GV | |
2013-01-22 | Rename .hgignore to .gitignore | Sean Leonard | |