summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
2020-03-04Do not use large random number for startActivityForResult (closes #1155)Arne Schwabe
2020-03-03Update URLs to HTTPSTotalCaesar659
2020-02-25Version 0.7.14Arne Schwabe
2019-12-31Add test for issue #1124Arne Schwabe
2019-12-22TabBar left alignedArne Schwabe
Not ideal but enough. And the whole TabLayout seems to be a minefield of strange behaviour
2019-12-20Change Swig java file generation to a more standard wayArne Schwabe
This also fixes the issues of Android studio not seeing the generated files.
2019-12-13Version 0.7.13Arne Schwabe
2019-12-12Fix TLS 1.3 and TLS 1.2 with Android 4.1 (jelly bean)Arne Schwabe
For a colleague who really wanted it: "Oh come on, it's a simple fix. Simply fix 10 year old software a bit. 😜"
2019-12-12Make tab bar better on small devices, worse on large ... :/Arne Schwabe
2019-12-12Band aid fix for old file select layout.Arne Schwabe
2019-12-11Use debug singing for release if icsopenvpnDebugSign is setArne Schwabe
2019-12-11Define plugins in Gradle Kotlin DSL styleUipko Berghuis
The use of apply plugin in kts file could cause issues, see: https://kotlinlang.org/docs/reference/using-gradle.html#using-gradle-kotlin-dsl
2019-12-11Move release signing settings to signingConfigUipko Berghuis
Use keystore for release builds and debug signing for debug builds.
2019-12-11Move swig3 magic to end of build.gradleUipko Berghuis
Start with default android stuff, move black magic to end of file.
2019-12-11Remove module specefic repository declerationUipko Berghuis
Repositories are defined in top level build.gradle. No need to define them again in the modules.
2019-12-11Modernise 2FA challenge input, use activity alias for non implemented activitiesArne Schwabe
2019-12-09Implement the challenge response protocol for implementing AS profilesArne Schwabe
2019-12-04Version 0.7.12Arne Schwabe
2019-12-04Fix importing profilesArne Schwabe
2019-11-22Fix building skeleton variant, fix lint issues and release beta 0.7.11Arne Schwabe
2019-11-22Update OpenVPN and OpenVPN 3 and make change to build themArne Schwabe
2019-11-22Fix issues with search widgetArne Schwabe
2019-11-20Implement importing profiles from Access ServerArne Schwabe
2019-11-17Convert OpenSSLSpeed,bugfixes for library conversionArne Schwabe
2019-11-17Convert most fragments/activities to androidxArne Schwabe
2019-11-17Convert ConfigConvert to KotlinArne Schwabe
2019-11-17Use debug signing if release signing cannot be found.Arne Schwabe
2019-11-17Upgrade to gradle 5.6.4 and android gradle plugin 3.5.2Uipko Berghuis
2019-10-28Fix build lint issueArne Schwabe
2019-10-28Update translationsArne Schwabe
2019-10-28Update build scriptsArne Schwabe
2019-10-28Ignore mtu parameter to mssfix (closes #1043)Arne Schwabe
2019-10-28Fix issue with setting static keysArne Schwabe
2019-10-28Fix typoArne Schwabe
2019-10-28Update OpenVPN/OpenSSLArne Schwabe
2019-09-15Minor tweaks to info message supportArne Schwabe
2019-09-04Fix incorrect loading of socks proxy (closes #1068)Arne Schwabe
2019-09-04Implement dark modeArne Schwabe
2019-09-03Move to androidx and new chart library versionArne Schwabe
2019-08-26Migrate OpenSSL build config to openssl directoryArne Schwabe
2019-08-13Remove old codeArne Schwabe
2019-08-13Fix NPE crashArne Schwabe
2019-08-13Implement proper logging to LogcatArne Schwabe
2019-08-13Update c/c++ dependenciesArne Schwabe
2019-08-07Reformat + IV_HWADDR on OpenVPN3Arne Schwabe
2019-08-05Fix osslspeed libraryArne Schwabe
2019-08-05Add skeleton build variantArne Schwabe
2019-08-05Remove leftover config.h lineArne Schwabe
2019-08-05Implement challenge response via IV_SSOArne Schwabe
2019-08-05Do not depend on old OpenSSL APIsArne Schwabe