Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2015-05-29 | Updated libraries, simplified user status fragment | Parménides GV | |
Updated butterknife, dagger, renderers, fabbuton and gson, as well as gradle plugin. | |||
2015-04-23 | Test to check that the vpn button is shown | Parménides GV | |
Fixed more tests, broken due to previous pullreqs... | |||
2015-04-22 | Updated BuildTools and gradle Android plugin | Parménides GV | |
This fixes the "task cleanTest is not found" | |||
2015-04-22 | Button with circle progress, added. | Parménides GV | |
Next step: a bit of UI design, removing the switch. | |||
2014-12-12 | Android gradle plugin to 1.0.0 | Parménides GV | |
2014-11-04 | Gradle 2.1 and retry connection on auth-failure | Parménides GV | |
2014-09-18 | Updated ics-openvpn, restart after 1' being killed | Parménides GV | |
Fixed notifications too (forgot to do it in another branch, it's #5964). | |||
2014-07-31 | Updated ics-openvpn to rev 859 + no 2nd notification. | Parménides GV | |
2014-06-09 | Updated to build tools 19.1. | Parménides GV | |
2014-05-28 | Resources merge correctly. | Parménides GV | |
2014-05-19 | Copy necessary activities and fragments. | Parménides GV | |
Now we need to decide what's our relationship with LogWindow and LaunchVPN, refactor its classes and fix ours so that we use the currently supported methods. | |||
2014-05-19 | bitmaskclient.R in de.blinkt.openvpn top level | Parménides GV | |
2014-05-15 | Copy some necessary icons from ics-openvpn. | Parménides GV | |
I'm hardcoding their values based on the compilation errors (i.e., the drawables referenced by de.blinkt.openvpn.core.OpenVpnService). If a new drawable were introduced, build.gradle should be updated accordingly. | |||
2014-05-15 | remove ics-openvpn strings from strings.xml | Parménides GV | |
I privilege ics-openvpn translation to ours. If we need to change something, we can introduce a new xml element without any future compatibility problem with ics-openvpn. | |||
2014-05-14 | Filter R and BuildConfig to use ours. | Parménides GV | |
2014-05-14 | Copy aidl too. | Parménides GV | |
WARNING: there are still compiling errors, related to BuildConfig and R classes in de.blinkt.openvpn | |||
2014-05-14 | Copy all java files from ics-openvpn. | Parménides GV | |
imports from se.leap.bitmaskclient java files have also been updated. WARNING: compiling errors for de.blinkt.openvpn.R, aidl.de.blinkt.openvpn. | |||
2014-05-14 | clone ics-openvpn up-to-date if its folder exists | Parménides GV | |
2014-05-14 | Pull before updating ics-openvpn hg repository | Parménides GV | |
2014-05-14 | update ics-openvpn code gradle task | Parménides GV | |
2014-05-14 | Clone ics-openvpn repository with gradle hg plugin | Parménides GV | |
2014-04-08 | Next step: compile jni sources correctly. | Parménides GV | |