summaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2014-12-12Android gradle plugin to 1.0.0Parménides GV
2014-11-04Gradle 2.1 and retry connection on auth-failureParménides GV
2014-09-18Updated ics-openvpn, restart after 1' being killedParménides GV
Fixed notifications too (forgot to do it in another branch, it's #5964).
2014-07-31Updated ics-openvpn to rev 859 + no 2nd notification.Parménides GV
2014-06-09Updated to build tools 19.1.Parménides GV
2014-05-28Resources merge correctly.Parménides GV
2014-05-19Copy 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-19bitmaskclient.R in de.blinkt.openvpn top levelParménides GV
2014-05-15Copy 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-15remove ics-openvpn strings from strings.xmlParmé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-14Filter R and BuildConfig to use ours.Parménides GV
2014-05-14Copy aidl too.Parménides GV
WARNING: there are still compiling errors, related to BuildConfig and R classes in de.blinkt.openvpn
2014-05-14Copy 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-14clone ics-openvpn up-to-date if its folder existsParménides GV
2014-05-14Pull before updating ics-openvpn hg repositoryParménides GV
2014-05-14update ics-openvpn code gradle taskParménides GV
2014-05-14Clone ics-openvpn repository with gradle hg pluginParménides GV
2014-04-08Next step: compile jni sources correctly.Parménides GV