summaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2024-01-26add jvm flags for unit testscyBerta
2023-10-31update to Gradle 8cyBerta
2022-08-08update gradle plugin to version 7.2.2, compile and target sdk to API 31, ↵cyBerta
androidx libraries and leakcanary to latest versions
2021-02-26update gradle and gradle plugin, fix deprecated method callcyBerta
2019-05-19update gradle versioncyBerta
2018-06-10rearrange repositories - trying to fix build errorcyBerta
2018-02-01#8832 update gradle wrapper and plugincyBerta
2017-12-12Add Splash StartActivityFup Duck
* added Splash StartActivity to handle updates and initialization * created global Constants * move EIPConstants to Constants * create update possibility * use VectorDrawable as background for StartActivity
2017-04-17[ag] Update README to promote smoother on-boardingaguestuser
* add detailed instructions on installing and compiling * provide workarounds for gotchas setting up emulator on debian * offer instructions for building in docker side-effects: * update build tools & gradle version * fix indentation in build.gradle * comment out tests in `TestLogFileHandler` causing `build` to break (and provide justification)
2016-10-13Handle RequestPermisson sdk>23kwadronaut
closes #8536
2016-09-19update gradle versionkwadronaut
2016-04-02Update BuildTools to 23.0.3, and pluginsParménides GV
- Android gradle plugin to 1.5.0 - Gson to 2.4 - Support annotations to 23.2.1 - Robotium-solo to 5.5.4
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.
2015-05-29Updated libraries, simplified user status fragmentParménides GV
Updated butterknife, dagger, renderers, fabbuton and gson, as well as gradle plugin.
2015-04-23Test to check that the vpn button is shownParménides GV
Fixed more tests, broken due to previous pullreqs...
2015-04-22Updated BuildTools and gradle Android pluginParménides GV
This fixes the "task cleanTest is not found"
2015-04-22Button with circle progress, added.Parménides GV
Next step: a bit of UI design, removing the switch.
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