pokamest
33d1518fd2
Request internet permission before connect for iOS ( #794 )
...
* Attempt to fix API error 1100
* NSURLSession fake call to exec iOS network settings dialog
* use http://captive.apple.com/generate_204 for requesting internet
permission
* moved MobileUtils to IosController
* replaced callbacks with signal-slots in apiController
2024-05-16 14:19:56 +01:00
albexk
abb3c918e3
Android notification and routing ( #797 )
...
Android notification and routing
2024-05-12 16:04:14 +01:00
Nethius
d50e7dd3f4
added installation_uuid to apiPayload ( #747 )
...
Added installation_uuid to apiPayload
2024-04-18 14:02:34 +01:00
Nethius
a6ca1b12da
moved protocol config generation to VpnConfigirationsController ( #665 )
...
Moved protocol config generation to VpnConfigurationsController
2024-04-01 14:20:02 +01:00
Nethius
adab30fc81
feature/app-split-tunneling ( #702 )
...
App Split Tunneling for Windows and Android
2024-04-01 12:45:00 +01:00
Mykola Baibuz
ba4237f1dd
Xray with Reality protocol ( #494 )
...
* Xray with Reality for desktops
2024-03-27 11:02:34 +00:00
Nethius
b3943ae5e3
serversModel cleanup ( #599 )
2024-02-19 14:54:15 +00:00
Nethius
e0863a58aa
feature/api-controller-improvements ( #567 )
...
* added error handler for api controller
* while downloading the config from the api, the Connecting status is now displayed
* added a button to delete container config for api servers
* added crc check to avoid re-import of api configs
* fixed currentIndex of serversMenuContent after DefaultServerIndexChanged
* added closing the import window after re-importing the config from api
2024-02-09 18:23:26 +00:00
albexk
b8b423ca19
Fix amnezia_application line-ending
2024-01-20 16:02:35 +03:00
vladimir.kuznetsov
0f4bb78712
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into HEAD
2023-12-05 17:38:53 +07:00
vladimir.kuznetsov
c4014518cb
renamed CloudController to ApiController
2023-12-05 17:38:38 +07:00
vladimir.kuznetsov
c6a312845a
added client management
2023-11-21 20:31:53 +07:00
vladimir.kuznetsov
16724645ce
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/import-config-from-cloud
2023-10-23 21:40:18 +05:00
vladimir.kuznetsov
25f8283edd
added getting the config from the cloud service
2023-10-12 20:48:03 +05:00
vladimir.kuznetsov
aa4a79934a
renamed amenziawireguard to awg
2023-10-06 17:19:44 +05:00
vladimir.kuznetsov
6afdd8375d
added models, classes and ui files for amnezia wireguard
2023-09-22 00:37:55 +05:00
ronoaer
85414eb65f
fixed protocol reloads old value in settings page
2023-09-08 21:31:47 +08:00
vladimir.kuznetsov
c166327835
filedialog for qml moved to main.qml
2023-09-06 22:20:59 +05:00
vladimir.kuznetsov
4baa003c0d
removed old ui files
2023-08-31 16:00:41 +05:00
vladimir.kuznetsov
e8862a3811
removed the use of QFileDialog
2023-08-31 15:42:59 +05:00
vladimir.kuznetsov
e157160337
added disconnection from vpn when closing application for desktop
...
- many small ui fixes
2023-08-16 12:11:34 +05:00
vladimir.kuznetsov
14fa0b4fd3
added qr code scanner for ios
2023-08-13 11:28:32 +05:00
vladimir.kuznetsov
591d98d8b6
moved vpnConnection to separate thread
...
- added tabbar blocking when installing/removing containers
2023-08-09 18:17:29 +05:00
vladimir.kuznetsov
90ae0b3e44
added PageSettingsSplitTunneling
...
- added a call to the context menu when clicking the right mouse button for textInput
2023-08-08 19:10:14 +05:00
vladimir.kuznetsov
0058edc24e
added server availability check after entering credentials
...
- moved the protocol self-selection button to the PageSetupWizardEasy page
2023-07-31 20:38:13 +09:00
vladimir.kuznetsov
5d677a9115
added pages for sftp and tor website settings
2023-07-18 11:15:04 +09:00
vladimir.kuznetsov
3aaa7b62ef
added page to display raw config
2023-07-14 13:14:50 +09:00
vladimir.kuznetsov
c13b9754eb
added protocol settings pages and models for openvpn, cloak and shadowsocks
2023-07-13 11:29:26 +09:00
vladimir.kuznetsov
464d77dfb5
added functionality to change app language via settings
2023-06-30 10:40:43 +09:00
vladimir.kuznetsov
7b14ad9616
added PageSettingsAbout, PageSettingsApplication, PageSettingsBackup, PageSettingsConnection, PageSettingsDns
...
- added SettingsController
2023-06-16 13:43:55 +09:00
vladimir.kuznetsov
be7386f0d7
added exportController and PageShare
...
- added a blank PageSettingsProtocol
2023-06-13 20:03:20 +09:00
vladimir.kuznetsov
80fca589af
added ConnectionController error handling
2023-06-05 22:40:35 +08:00
vladimir.kuznetsov
ca6b7fbeb2
added importController
2023-05-22 22:11:20 +08:00
vladimir.kuznetsov
0479113949
moved ContainersPageHomeListView and ConnectionTypeSelectionDrawer to separate components
2023-05-22 00:10:51 +08:00
vladimir.kuznetsov
03a0e2084a
added PageLoader and pageController
2023-05-15 13:38:17 +08:00
vladimir.kuznetsov
35d4222c7a
added connectionController and ConnectionButton.qml
2023-05-12 23:54:31 +08:00
vladimir.kuznetsov
1c8dbae359
added PageHome, PageSettings, PageShare, PageStart
...
- renamed old PageStart to PageSetupWizardStart
- added various text types
- moved servers model to "global" scope
2023-05-06 06:52:23 +03:00
vladimir.kuznetsov
4f36349630
changed the way to create qml pages, now the page is created when you go to it
...
- added PageSetupWizardConfigSource, PageSetupWizardInstalling, PageSetupWizardProtocolSettings, PageSetupWizardTextKey
2023-05-03 19:06:16 +03:00
vladimir.kuznetsov
a005ed2a84
now an instance of the serverController class is created at the place of use
2023-04-04 10:22:25 +03:00
pokamest
0ca4f3b104
Fix for CommandLineParser
2022-08-31 16:54:46 +03:00
pokamest
3a5a7bf674
Check openvpn config for scripts
...
QML refactoring
2022-08-29 01:32:42 +03:00
pokamest
aae1da3aa8
Cleanup code
2022-08-26 00:58:24 +03:00
pokamest
aed688224b
App refactoring finished
2022-08-26 00:35:03 +03:00
pokamest
3ce1ec708d
App refactoring finished
2022-08-25 17:35:28 +03:00
pokamest
510a564797
App refactoring
2022-08-25 12:47:02 +03:00