summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-01-24ignore ruby vendor directory, needed for fastlanecyberta
2023-01-02simple example setup for fastlane, doing some screenshots in different ↵cyberta
languages, including screenshots with phone frames for use in an app store
2022-07-19remove compiled bitmaskcore libs, ignore bitmaskcore build foldercyBerta
2020-11-09add compiled go libs to gitignorecyBerta
2019-12-08add currentReleases directory to .gitignorecyBerta
2019-08-02add path to go sdk to gitignorecyBerta
2019-08-02add releases folder to .gitignorecyBerta
2019-05-31increase heap size for Gradle deamoncyBerta
2018-02-01#8832 update .gitignorecyBerta
2015-06-04ics-openvpn as a submodule! beautifulParmé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-12Updated 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-26OVPNGateway extracted from EIP.Parménides GV
Fixed a silly typo on .gitignore which was ignoring "G*"!.
2014-09-23Gitignore ovpnlibsParménides GV
2014-09-23Don't ignore config-version.hParménides GV
2014-06-24LEAP copyright updated until 2014.Parménides GV
2014-05-07Signup protocol coded. UI next.Parménides GV
2014-05-05Sign up methods to be tested.Parménides GV
2014-04-08Build release apk using gradle.properties.Parménides GV
I ignore that file, it contains passwords, although I have encrypted it to myself.
2014-04-08Rename app->bitmask_androidParménides GV
This way, gradle commands generate apks correctly named.
2014-04-08Compiles correctly: app/build-native + gradle.Parménides GV
2014-04-08Next step: compile jni sources correctly.Parménides GV
2013-12-12About is now an Activity.Parménides GV
I've also removed some spaces from the text.
2013-11-22Rebased onto 0.2.2Parmé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-20No 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-15Merge branch 'wizard' into feature/wizardParménides GV
Conflicts: src/se/leap/leapclient/ConfigHelper.java src/se/leap/leapclient/ConfigurationWizard.java src/se/leap/leapclient/ProviderAPI.java
2013-04-03Added new files to gitignore.Parménides GV
2013-03-19Included libs folder with bouncycastle inside it.Parménides GV
2013-01-22Rename .hgignore to .gitignoreSean Leonard