Cyril Anisimov
a57e94e4f2
format ListViewFocusController
2024-12-16 22:12:00 +01:00
Cyril Anisimov
149c9d12d3
Merge commit ' 367789bda2' into improve_navigation_cpp
2024-12-14 18:38:41 +01:00
Cyril Anisimov
d06924c59d
feature/xray user management ( #972 )
...
* feature: implement client management functionality for Xray
---------
Co-authored-by: aiamnezia <ai@amnezia.org>
Co-authored-by: vladimir.kuznetsov <nethiuswork@gmail.com>
2024-12-10 09:17:16 +07:00
albexk
5b9ba8c027
fix: get rid of the assign function call
2024-12-09 20:56:58 +03:00
Nethius
2db99715b1
feature: added subscription expiration date for premium v2 ( #1261 )
...
* feature: added subscription expiration date for premium v2
* feature: added a check for the presence of the “services” field in the response body of the getServicesList() function
* feature: added prohibition to change location when connection is active
* bugfix: renamed public_key->end_date to public_key->expires_at according to the changes on the backend
2024-12-09 13:32:49 +07:00
Cyril Anisimov
3cc70790bd
add setDelegateIndex method to listViewFocusController
2024-12-09 01:32:11 +01:00
albexk
c72d76aec7
Merge branch 'improve_navigation_cpp' into feature/android-tv
2024-11-25 12:20:31 +03:00
albexk
2987e03a86
fix: add the touch emulation method for Android TV
2024-11-25 12:17:22 +03:00
Nethius
4e1862a802
chore: minor fixes ( #1235 )
2024-11-25 12:15:36 +03:00
albexk
a5abab8caf
fix: add separate method for reading files to fix file reading on Android TV
2024-11-25 12:15:36 +03:00
Cyril Anisimov
ed6fc27e52
fix focus navigation in dynamic delegate of list view
2024-11-21 19:11:57 +01:00
Cyril Anisimov
416421cba7
fix crash on return with esc key
2024-11-21 19:11:57 +01:00
Cyril Anisimov
5e9202f6ac
refactor focusController to make the logic more
...
straightforward
2024-11-21 19:11:57 +01:00
Cyril Anisimov
dc6c1cdf49
refactor listViewFocusController
2024-11-21 19:11:57 +01:00
Cyril Anisimov
163399816f
minor fixes
2024-11-21 19:11:57 +01:00
Cyril Anisimov
3d7209ee7a
fix focus move on list views with header and-or footer
2024-11-21 19:11:57 +01:00
Cyril Anisimov
dac45a9f7f
fix crashes after ListView navigation
2024-11-21 19:11:56 +01:00
Cyril Anisimov
626b9e1e76
fix reverse focus move on listView
2024-11-21 19:11:56 +01:00
Cyril Anisimov
89ac585e07
fix ListView navigation
2024-11-21 19:11:56 +01:00
Cyril Anisimov
f3df9eb5f5
add ListViewFocusController
2024-11-21 19:11:56 +01:00
Cyril Anisimov
f189f7b6af
add reverse focus change to FocusController
2024-11-21 19:11:56 +01:00
Cyril Anisimov
01e31b4b4d
add focus navigation to qml
2024-11-21 19:11:56 +01:00
Cyril Anisimov
cecee3769e
add more key handlers
2024-11-21 19:11:55 +01:00
Cyril Anisimov
02bbcd3a31
add focusController class
2024-11-21 19:11:55 +01:00
Nethius
31867993ce
chore: minor fixes ( #1235 )
2024-11-06 12:57:39 +07:00
Nethius
4685d3b543
bugfix/api auth data saving ( #1195 )
...
* bugfix: fixed authData saving
* bugfix: added serviceInfo processing from api response
2024-10-24 16:12:53 +01:00
Pokamest Nikak
c9cd860654
Merge branch 'dev' into bugfix/win_check_ps
2024-10-18 15:42:08 +01:00
pokamest
e14681801e
Merge pull request #1086 from amnezia-vpn/bugfix/pw_rnd_gen
...
Switched to secure PRNG & some pw len increased
2024-10-18 14:17:33 +01:00
pokamest
f106b4d367
Merge pull request #1117 from amnezia-vpn/feature/process-auth-data
...
added processing of auth_data section when requesting api config
2024-10-18 10:57:57 +01:00
Nethius
7b838e77a0
bugfix: removed the importErrorOccurred() signal overload, since qml does not know how to handle signal overloads ( #1111 )
2024-10-13 12:14:43 +01:00
vladimir.kuznetsov
dce08b3ecc
added processing of auth_data section when requesting api config
...
- fixed saving api_config section when processing backend response
2024-10-06 13:23:19 +08:00
Pokamest Nikak
1542adba82
Switched to secure PRNG & some pw len increased
2024-09-23 00:44:25 +01:00
Pokamest Nikak
3aa8a46f6e
wip
2024-09-23 01:19:46 +03:00
Pokamest Nikak
1f08d78b43
wip
2024-09-22 22:52:59 +01:00
vladimir.kuznetsov
268adfb0a1
bugfix: fixed parameter handling for native wg obfuscation
2024-09-22 23:05:07 +05:00
Nethius
46cd740a84
added domain name resolving before connection for wg/awg and xray protocols ( #814 )
...
added domain name resolving before connection
2024-09-16 22:14:13 +01:00
albexk
eebf7eccec
Fix window hiding on startup on Android
2024-09-13 18:14:25 +03:00
Nethius
aae3cdcac1
added saving allowed_ips to the array of strings for old configs ( #926 )
...
* added saving allowed_ips to the array of strings for old configs
* Remove config string processing, add getting all AWG, WG parameters from JSON
* fixed checking of default routes when adding split tunneling from the application
* added check when processing siteBasedSplitTunneling
2024-09-13 10:53:21 +01:00
Nethius
96566f04ee
feature/mtu connection config ( #833 )
...
* added the ability to change mtu for connection-only configs
* added replacing MTU with default when importing awg/wg configs in amnezia
2024-09-13 09:38:48 +01:00
Nethius
9cab51fb00
added open service logs to logs page ( #951 )
...
* added open service logs to logs page
* redesign of log saving buttons
* hide service logs buttons for mobile platforms
* refactoring: moved logger to common folder
* feature: added the ability to enable logs to the start screen
2024-09-09 17:53:44 +01:00
Nethius
918be16372
feature: added isAvailable flag support ( #1032 )
...
* feature: added isAvailable flag support
* added the option to switch to dev env
2024-09-09 13:27:29 +01:00
albexk
175477d31f
Android qt 6.7 ( #1024 )
...
* Up Gradle to 8.10
* Update Android dependencies
* Up Qt to 6.7.2
* Up qtkeychain to 0.14.3
* Move function of changing the color of the navigation bar to the android side
* Fix splashscreen and recent apps thumbnail backgrounds
* Android authentication refactoring
* Fix GitHub action
* Fix the extra circle around the connect button on Android
* Fix keyboard popup
* Increase the amount of requestNetwork attempts on Android 11
2024-09-09 12:36:33 +01:00
Shehab Ahmed
b39a0a1d94
fix start Minimized feature issue on linux, Closes #1016 ( #1021 )
...
fix start Minized feature issue on linux
2024-08-30 15:53:48 +03:00
Nethius
843156cf1b
New start page and AmneziaFree support ( #865 )
...
New start page and AmneziaFree support
2024-08-20 10:54:05 +01:00
vladimir.kuznetsov
ede633ea03
temporarily disabled the running service check
2024-08-14 19:46:20 +04:00
vladimir.kuznetsov
3fc9edd346
update default values of additional awg parameters
2024-08-12 09:56:00 +04:00
StrikerRUS
f1271da527
Merge branch 'dev' into trans
2024-06-19 02:31:04 +03:00
StrikerRUS
249a7c7ca3
update Russian translation
2024-06-19 02:14:22 +03:00
Nethius
c22f9ff08a
added ui for proxy container ( #762 )
...
Added proxy container
2024-06-10 12:35:24 +01:00
Mykola Baibuz
e6ee9085a2
Connection string support for XRay protocol ( #777 )
...
* Connection string support for XRay protocol
2024-05-27 16:15:55 +01:00