0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00
Commit Graph

1800 Commits

Author SHA1 Message Date
Arne Schwabe
a5a8f751e8 Version 0.7.13 2019-12-13 11:40:21 +01:00
Arne Schwabe
15d61fae31 Fix TLS 1.3 and TLS 1.2 with Android 4.1 (jelly bean)
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-12 00:33:47 +01:00
Arne Schwabe
d1de65101a Make tab bar better on small devices, worse on large ... :/ 2019-12-12 00:08:38 +01:00
Arne Schwabe
89fd370033 Band aid fix for old file select layout. 2019-12-12 00:08:03 +01:00
Arne Schwabe
8e9c9ff8f7 Use debug signing for the travis build 2019-12-11 14:04:06 +01:00
Arne Schwabe
bf51eb4fb5 Use debug singing for release if icsopenvpnDebugSign is set 2019-12-11 13:45:44 +01:00
Uipko Berghuis
04349fdb83 Define plugins in Gradle Kotlin DSL style
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-11 11:23:31 +01:00
Uipko Berghuis
dc12d373f6 Move release signing settings to signingConfig
Use keystore for release builds and debug signing for debug builds.
2019-12-11 11:23:31 +01:00
Uipko Berghuis
4fc4123e23 Move swig3 magic to end of build.gradle
Start with default android stuff, move black magic to end of file.
2019-12-11 11:23:31 +01:00
Uipko Berghuis
8a1fcb8cfc Remove module specefic repository decleration
Repositories are defined in top level build.gradle. No need to define
them again in the modules.
2019-12-11 11:23:31 +01:00
Arne Schwabe
b5e0eee4b7 Modernise 2FA challenge input, use activity alias for non implemented activities 2019-12-11 11:20:45 +01:00
Arne Schwabe
37f2e17f3b Implement the challenge response protocol for implementing AS profiles 2019-12-09 15:43:18 +01:00
Arne Schwabe
aef5de6b19 Version 0.7.12 2019-12-04 13:56:41 +01:00
Arne Schwabe
e8e10c9313 Fix importing profiles 2019-12-04 13:55:04 +01:00
Arne Schwabe
f998355bde Clarify some thing in doc/README 2019-11-25 16:30:08 +01:00
TotalCaesar659
256c1ac781 Update links to HTTPS 2019-11-24 22:04:27 +01:00
Arne Schwabe
49a2223937 Fix building skeleton variant, fix lint issues and release beta 0.7.11 2019-11-22 14:39:47 +01:00
Arne Schwabe
083e98a8b1 Update OpenVPN and OpenVPN 3 and make change to build them 2019-11-22 11:25:51 +01:00
Arne Schwabe
9145688099 Fix issues with search widget 2019-11-22 11:24:52 +01:00
Arne Schwabe
3b4ce6d558 Implement importing profiles from Access Server 2019-11-20 17:48:31 +01:00
Arne Schwabe
7d9cb2f62b Convert OpenSSLSpeed,bugfixes for library conversion 2019-11-17 11:18:51 +01:00
Arne Schwabe
cbdaa48705 Convert most fragments/activities to androidx 2019-11-17 10:16:02 +01:00
Arne Schwabe
81d7c76b94 Convert ConfigConvert to Kotlin 2019-11-17 10:16:02 +01:00
Arne Schwabe
05ae586628 Use debug signing if release signing cannot be found. 2019-11-17 10:16:02 +01:00
Uipko Berghuis
f97238b3a1 ignore main/.cxx folder 2019-11-17 10:16:01 +01:00
Uipko Berghuis
0ff43d3ffb Upgrade to gradle 5.6.4 and android gradle plugin 3.5.2 2019-11-17 10:16:01 +01:00
Arne Schwabe
35f704b20a Fix build lint issue 2019-10-28 18:05:01 +01:00
Arne Schwabe
2d67c32139 Update translations 2019-10-28 17:50:14 +01:00
Arne Schwabe
11c55651c5 Update build scripts 2019-10-28 17:50:14 +01:00
Arne Schwabe
f860e38141 Ignore mtu parameter to mssfix (closes #1043) 2019-10-28 14:55:17 +01:00
Arne Schwabe
718b223305 Fix issue with setting static keys 2019-10-28 14:47:11 +01:00
Arne Schwabe
4602bc95bf Fix typo 2019-10-28 14:46:41 +01:00
Arne Schwabe
484053aa9d Update OpenVPN/OpenSSL 2019-10-28 14:46:19 +01:00
Arne Schwabe
638fed5594 Minor tweaks to info message support 2019-09-15 18:01:06 +02:00
Arne Schwabe
08c208ed2d Fix incorrect loading of socks proxy (closes #1068) 2019-09-04 20:46:05 +03:00
Arne Schwabe
b49591c377 Implement dark mode 2019-09-04 20:30:46 +03:00
Arne Schwabe
10d7110c35 Move to androidx and new chart library version 2019-09-03 19:17:51 +03:00
Arne Schwabe
eb2b0578db Migrate OpenSSL build config to openssl directory 2019-08-26 13:21:19 +02:00
Arne Schwabe
de08a17ad6 fix travis build 2019-08-13 13:49:12 +02:00
Arne Schwabe
9eaa41245a Remove old code 2019-08-13 13:40:50 +02:00
Arne Schwabe
bc74138d1c Fix NPE crash 2019-08-13 13:14:14 +02:00
Arne Schwabe
590e04eb8d Implement proper logging to Logcat 2019-08-13 13:13:47 +02:00
Arne Schwabe
01af60a3d8 Update c/c++ dependencies 2019-08-13 12:59:49 +02:00
Arne Schwabe
450e99c135 Reformat + IV_HWADDR on OpenVPN3 2019-08-07 12:28:16 +02:00
Arne Schwabe
4e8ff03abd Fix osslspeed library 2019-08-05 16:01:34 +02:00
Arne Schwabe
32b0802618 Add skeleton build variant 2019-08-05 16:01:34 +02:00
Arne Schwabe
f72ab87b31 Remove leftover config.h line 2019-08-05 16:01:34 +02:00
Arne Schwabe
335b63db41 Implement challenge response via IV_SSO 2019-08-05 16:01:34 +02:00
Arne Schwabe
7668bfaada Do not depend on old OpenSSL APIs 2019-08-05 16:01:34 +02:00
Arne Schwabe
ae1b90bd6b Increase targeted API to Android Q 2019-08-05 16:01:34 +02:00