Cyril Anisimov
2c1f3eaf3a
refactor PageSetupWizardProtocols
2024-12-29 20:26:22 +01:00
Cyril Anisimov
867ad8ee3c
fix focus movement on dynamic delegates in listView
2024-12-29 00:34:20 +01:00
Cyril Anisimov
f8f4d75cb7
Merge commit ' b88ab8e432' into improve_navigation_cpp
2024-12-23 09:36:55 +01:00
albexk
b88ab8e432
fix(build): fix aqtinstall ( #1312 )
2024-12-23 08:27:09 +07:00
Cyril Anisimov
13e680f6e1
fix PageSetupWizardApiServicesList
2024-12-22 16:38:07 +01:00
Cyril Anisimov
8767f487b8
fix ScrollBarType
2024-12-22 16:28:13 +01:00
Cyril Anisimov
0cdd2ff826
fix CMakeLists.txt
2024-12-20 15:35:40 +01:00
Cyril Anisimov
c973b8868b
rename focusControl to qmlUtils
2024-12-20 15:30:20 +01:00
Cyril Anisimov
53aa14a2ee
fix back button on SelectLanguageDrawer
2024-12-20 02:26:05 +01:00
Cyril Anisimov
b29b5962d2
I have nothing is visible only on start screen
2024-12-20 02:17:50 +01:00
Cyril Anisimov
441a2f6df6
Restore from backup is visible only on start screen
2024-12-20 02:15:48 +01:00
Cyril Anisimov
fa64c8d68d
fix focus movement in ServersListView
2024-12-20 02:05:28 +01:00
Nethius
48f6cf904e
chore/minor UI fixes ( #1308 )
...
* chore: corrected the translation error
* bugfix: fixed basic button left iamge color
2024-12-19 14:36:20 +07:00
Cyril Anisimov
ae31bafeb9
remove arrow from Close application item
2024-12-19 00:22:59 +01:00
Cyril Anisimov
14d67503a8
add printSectionName method to listViewController
2024-12-19 00:00:36 +01:00
Cyril Anisimov
1029142b47
refactor focusConroller according to focusControl
2024-12-18 23:59:14 +01:00
Cyril Anisimov
7670d9dace
refactor listViewFocusController acoording to focusControl
2024-12-18 23:57:08 +01:00
Cyril Anisimov
2266702a0b
add focusControl with utility functions for
...
focus control
2024-12-18 23:47:52 +01:00
Cyril Anisimov
11d20974f0
format FocusController
2024-12-16 22:12:15 +01:00
Cyril Anisimov
a57e94e4f2
format ListViewFocusController
2024-12-16 22:12:00 +01:00
Cyril Anisimov
9620a24d6a
remove manual focus control on PageShare
2024-12-15 23:23:15 +01:00
Cyril Anisimov
62be292833
Fix list view focus moving on PageShare
2024-12-15 23:14:52 +01:00
Cyril Anisimov
10e91b06f4
PageShare readonly properties
2024-12-15 23:12:59 +01:00
Cyril Anisimov
3a62f1f20b
fix hide/unhide password
2024-12-14 23:44:15 +01:00
Cyril Anisimov
3021066180
refactor SwitcherType
2024-12-14 19:34:24 +01:00
Cyril Anisimov
378db1a9e5
make unchangable properties readonly
2024-12-14 19:33:54 +01:00
Cyril Anisimov
906cf7b939
fix split tunneling settings
2024-12-14 19:32:46 +01:00
Cyril Anisimov
8bc31b60a1
fix checked item in lists
2024-12-14 19:29:35 +01:00
Cyril Anisimov
149c9d12d3
Merge commit ' 367789bda2' into improve_navigation_cpp
2024-12-14 18:38:41 +01:00
Cyril Anisimov
b33b97802e
update logging settings page
2024-12-14 18:01:34 +01:00
KsZnak
367789bda2
Update README_RU.md ( #1300 )
...
* Update README_RU.md
2024-12-14 19:29:33 +07:00
Cyril Anisimov
d18f50a3e0
Update select language list
2024-12-13 22:27:21 +01:00
Cyril Anisimov
ef2ffce47a
Fix selection in language change list
2024-12-13 22:14:27 +01:00
Cyril Anisimov
53f41408b8
Scrollbar is on if the content is larger than a screen
2024-12-13 22:09:37 +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
882c288d92
make minor fixes and clean up
2024-12-09 01:53:48 +01:00
Cyril Anisimov
ea39447708
fix focus behavior on new page/popup
2024-12-09 01:35:10 +01:00
Cyril Anisimov
3cc70790bd
add setDelegateIndex method to listViewFocusController
2024-12-09 01:32:11 +01:00
Cyril Anisimov
f331c11f51
refactor credentials setup page to handle the focus navigation
2024-12-09 01:30:11 +01:00
Cyril Anisimov
39cbe6de28
update initial config page
2024-12-09 01:28:57 +01:00
pokamest
9688a8e52d
Merge pull request #1292 from amnezia-vpn/Add-english-option
...
Update README.md
2024-12-08 10:40:20 +01:00
pokamest
b2c429f74d
Merge pull request #1291 from amnezia-vpn/readme_ru_update
...
Update README_RU.md
2024-12-08 10:39:01 +01:00
Nethius
6ea6ab1bd9
chore: added clang-format config files ( #1293 )
2024-12-08 12:14:22 +07:00
KsZnak
c5aa070bf4
Update README_RU.md
2024-12-08 05:49:26 +02:00
KsZnak
d67201ede9
Update README.md
2024-12-08 05:34:18 +02:00
pokamest
4323fb2063
Merge pull request #1290 from amnezia-vpn/Readme_ru
...
Add files via upload
2024-12-07 15:36:56 +01:00
pokamest
6d5452b8ee
Merge pull request #1288 from amnezia-vpn/Readme-ru
...
Update README_RU.md
2024-12-07 15:36:08 +01:00
KsZnak
569d63ef0f
Add files via upload
2024-12-07 15:53:40 +02:00