Commit Graph

1777 Commits

Author SHA1 Message Date
albexk 51d4aea9e2 Add OpenVpn module 2023-11-28 20:07:39 +03:00
albexk 9738ada946 ProtocolApi refactoring, move network classes to NetworkUtils.kt 2023-11-28 19:47:22 +03:00
albexk 8ec105bee0 Move Log class to org.amnezia.vpn.util package 2023-11-28 19:07:32 +03:00
tiaga 4fd0852bb3 Improve install_docker.sh
- add delays before and after Docker activation
- cancel installation if `sudo` wasn't found
2023-11-27 21:47:54 +07:00
vladimir.kuznetsov a53e904f7b fixed appProcessIsRunning() for win11 2023-11-27 13:56:52 +07:00
vladimir.kuznetsov 2d22b52b5d limited client name length 2023-11-27 13:42:08 +07:00
vladimir.kuznetsov 426ac49f6f fixed "auto-connect" option 2023-11-27 12:46:59 +07:00
vladimir.kuznetsov c164814abd fixed default server setting after importing 2023-11-27 10:59:48 +07:00
vladimir.kuznetsov 3084892ed8 added selection of default server and container on the sharing page 2023-11-26 21:15:58 +07:00
albexk 9297f877c4 Add AWG module 2023-11-26 13:07:31 +03:00
vladimir.kuznetsov 1bf808c9ee fixed qr code generation for native configs 2023-11-25 13:02:02 +07:00
albexk 91f44fb394 Up Qt to version 6.6.1 2023-11-24 22:22:15 +03:00
albexk 385a52f676 Vpn service refactoring 2023-11-24 21:51:09 +03:00
albexk 8ef16781eb Remove old wireguard code 2023-11-24 21:49:54 +03:00
albexk ad5ea1ca44 Add IpcMessenger class 2023-11-24 17:10:08 +03:00
albexk 0ba5d754d5 Android Activity refactoring 2023-11-23 21:20:31 +03:00
albexk ccdcfdce8a Remove VPNPermissionHelper class 2023-11-23 16:49:32 +03:00
albexk 712fb4d0d3 Add Wireguard module 2023-11-23 16:45:15 +03:00
albexk de65a03998 Add ProtocolApi module 2023-11-23 16:03:52 +03:00
albexk 6d6710db4a Prefs refactoring 2023-11-23 14:19:51 +03:00
albexk c34c3e51ea Remove 'https://jitpack.io' repository 2023-11-23 14:13:38 +03:00
vladimir.kuznetsov 5dc3b64e0b added search bar for client management page 2023-11-23 14:54:49 +07:00
vladimir.kuznetsov e8ceeb6e20 added full access sharing 2023-11-23 00:04:06 +07:00
pokamest d38c7ce6a5 Error codes cleanup 2023-11-22 13:57:05 +00:00
albexk e625543b94 CameraActivity refactoring 2023-11-21 23:35:26 +03:00
albexk 679bd4e4c9 Get rid of AppCompat theme 2023-11-21 21:31:49 +03:00
vladimir.kuznetsov c6a312845a added client management 2023-11-21 20:31:53 +07:00
pokamest ef0530ec6b Merge pull request #420 from amnezia-vpn/adaptation_to_different_os
Improve logic of install_docker.sh
2023-11-17 11:51:58 -08:00
albexk 2c98a90d60 Move icons to mipmap folders 2023-11-17 15:30:13 +03:00
albexk b90fad6664 Android activity and AndroidController class refactoring 2023-11-17 15:10:11 +03:00
albexk 5a5ea4a018 Android project restructuring 2023-11-16 20:16:28 +03:00
albexk bc68c487ee Update to qt 6.6.0 2023-11-16 19:49:36 +03:00
albexk 617cdf14ad Log class refactoring 2023-11-16 15:30:44 +03:00
albexk f1c970461f Create utils module, move Log class there
BuildConfig class is now only created in the utils module
2023-11-16 15:15:02 +03:00
albexk 2fde47a86f Move qt binding java code to a separate module 2023-11-15 22:10:44 +03:00
albexk 4e5f2f44b6 Detach shadowsocks module 2023-11-15 22:08:00 +03:00
pokamest e8a2e54d05 Typo fix 2023-11-15 12:51:39 +00:00
albexk d77f3ecee8 Fix build error 2023-11-15 15:48:40 +03:00
albexk 06776ebe8f Fix errors 2023-11-14 23:19:46 +03:00
albexk e1eec55f62 Refactoring build
Move to gradle kotlin DSL
Use gradle version catalog
All android build parameters are set via cmake files
Use gradle abi split to build APKs
Improve local development in the android project folder
2023-11-14 23:18:59 +03:00
albexk fcabf08e74 Update gradle, fix gradlew.bat crlf 2023-11-14 23:13:14 +03:00
pokamest b4694313a0 Merge pull request #426 from amnezia-vpn/ios-build
Change Qt mirror for builds
2023-11-14 09:54:54 -08:00
tiaga abb2cae1f8 Change Qt mirror for builds
Use UC Berkeley mirror for installing Qt during a build. In addition, don't trigger builds on a tag push.
2023-11-14 23:39:15 +07:00
pokamest b0004fd9dc Version bump 4.1.0.1 2023-11-14 12:50:52 +00:00
tiaga 362a82f944 Improve logic of install_docker.sh
- check packages update only when it's required
- avoid `dnf/yum update` for RHEL-based systems
2023-11-14 16:57:16 +07:00
pokamest 19fe61ed29 Merge pull request #423 from amnezia-vpn/r2
Upload new versions to R2
2023-11-13 09:34:30 -08:00
tiaga 72de38b4fb Upload new versions to R2
A new GitHub Actions workflow for a tagged commit which uploads installers for a desktop version to Cloudflare R2.
2023-11-10 23:19:00 +07:00
pokamest 02c0f96e5e Merge pull request #418 from amnezia-vpn/feature/split-tunnel-dns-forwad
Use DNS over VPN for ForwardSites mode split tunnel
2023-11-07 06:35:43 -08:00
vladimir.kuznetsov aee82282ac Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/import-config-from-cloud 2023-11-06 14:10:43 +03:00
vladimir.kuznetsov 8497aeeb91 removed the debugging code 2023-11-06 14:10:31 +03:00