vladimir.kuznetsov
f51077b2be
fixed checking credentials for spaces
2024-03-14 15:59:16 +05:00
albexk
915fb6759a
Add Android openssl3 libs, fix https connection error ( #685 )
...
Add Android openssl3 libs, fix https connection error
2024-03-13 21:22:56 +00:00
Nethius
c5a5bfde69
extended the validation of the contents of the imported file ( #670 )
...
Extended the validation of the contents of the imported file
2024-03-13 21:22:10 +00:00
Andrey Zaharow
0a90fd110d
Add RU translation for Error 1101 text ( #683 )
...
* Add RU translation for Error 1101 text
2024-03-12 23:17:18 +00:00
pokamest
541d6eb0b8
Merge pull request #686 from amnezia-vpn/fix/allowips-config-change
...
Add AllowedIPs config change
2024-03-12 18:49:09 +00:00
pokamest
d443a0063d
Merge pull request #681 from amnezia-vpn/bugfix/mobile-auto-focus-disable
...
First element auto-focus disabled for the mobile platforms
2024-03-12 18:48:33 +00:00
pokamest
f0c6edb670
Merge pull request #688 from amnezia-vpn/bugfix/sftp-hostname
...
bugfix/sftp-hostname
2024-03-12 18:47:42 +00:00
vladimir.kuznetsov
9189b53a0d
fixed display of hostName on the sftp settings page
2024-03-12 23:43:24 +05:00
Igor Sorokin
fceccaefcc
Add AllowedIPs config change
2024-03-12 19:57:45 +03:00
pokamest
fbeabf43ca
Merge pull request #684 from amnezia-vpn/fix/android-remove-ss
2024-03-12 15:17:55 +00:00
albexk
78c7893f90
Remove shadowsocks libs from Android build
2024-03-12 17:17:38 +03:00
Garegin866
cb9a25006c
- Removed additional focus frames for buttons inside text fields.
...
- For mobile platforms, disabled auto-focus on the first element when navigating on the page.
2024-03-12 00:02:47 +04:00
pokamest
0e87550d85
Merge pull request #672 from amnezia-vpn/translations/fix-translations
...
Fix translations
2024-03-10 16:18:27 -07:00
pokamest
dceb0ab832
Merge pull request #674 from amnezia-vpn/version-bump
...
Bump Android version code to 47
2024-03-10 04:43:44 -07:00
pokamest
a33590476a
Merge pull request #677 from artromone/fix/logger
...
added commit hash in logger
2024-03-08 14:25:19 -08:00
Artem Romanovich
deaf618520
added commit hash in logger
2024-03-09 00:21:57 +03:00
pokamest
3d8a56d922
Merge pull request #673 from amnezia-vpn/feature/api-request-debug-output
...
extended debug output for api request
2024-03-07 04:43:07 -08:00
albexk
36af7cf471
Bump Android version code to 47
2024-03-07 14:27:21 +03:00
vladimir.kuznetsov
ebd3449b4a
extended debug output for api request
2024-03-07 09:18:25 +03:00
Andrey Zaharow
99182f4a67
Fix translations
2024-03-06 23:04:53 +01:00
pokamest
da84ba1a4d
Text fixes and some ts updates
2024-03-06 18:34:07 +00:00
pokamest
bca68fc185
iOS crash fix
2024-03-06 10:07:49 -08:00
pokamest
59a7265bac
Merge pull request #671 from amnezia-vpn/bugfix/fade-on-page-start-repalce
...
fixed screen fade when switching from PageSetupWizardStart to PageStart
2024-03-06 06:36:07 -08:00
vladimir.kuznetsov
9201ca1e03
fixed screen fade when switching from PageSetupWizardStart to PageStart
2024-03-06 14:22:44 +05:00
dimov96
6b6a76d2cc
Replace sftp with scp ( #602 )
...
Replace sftp with scp
2024-03-06 01:24:28 +00:00
isamnezia
840c388ab9
Add in-app screenshot preventing ( #606 )
...
In-app screenshot preventing fixes
2024-03-06 01:18:19 +00:00
Shehab Ahmed
5b4ec608c8
pushing the Burmese translation file ( #669 )
...
Burmese translation
2024-03-05 20:49:30 +00:00
pokamest
79ff1b81e0
Merge pull request #666 from amnezia-vpn/bugfix/Revert_PR_596
...
ISSUE: In start page, icon is highlighted not correctly when press ESC key
2024-03-05 05:07:05 -08:00
pokamest
ea67c01da8
Merge pull request #667 from amnezia-vpn/bugfix/http-replacement
...
removed the replacement of https by http in apiController
2024-03-04 13:07:06 -08:00
vladimir.kuznetsov
1137e169ea
removed the replacement of https by http in apiController
2024-03-04 21:45:04 +03:00
Dan Nguyen
17748cca47
ISSUE: In start page, icon is highlighted not correctly when press ESC key
...
ROOT CAUSE: The button state is decided by the attribute isServerInfoShow and it was added by commit 68fe20ddf6
. The logic to decide whether server info showed is not correct
ACTION: Revert commit 68fe20ddf6
2024-03-04 22:35:34 +07:00
albexk
080e1d98c6
Add Quick Settings tile ( #660 )
...
* Add Quick Settings tile
- Add multi-client support to AmneziaVpnService
- Make AmneziaActivity permanently connected to AmneziaVpnService while it is running
- Refactor processing of connection state changes on qt side
- Add VpnState DataStore
- Add check if AmneziaVpnService is running
* Add tile reset when the server is removed from the application
2024-03-04 15:08:55 +00:00
isamnezia
ca633ae882
Remove VPN configurations after app reset on iOS ( #661 )
2024-03-04 12:25:49 +00:00
isamnezia
bb7b64fb96
Fix QML glitches and crash on iOS ( #658 )
...
Fix QML glitches and crash on iOS and Android
2024-03-03 23:28:10 +00:00
AlexanderGalkov
bf901631bf
Update Dockerfile ( #648 )
...
* Update Dockerfile
* update server scripts for cloak and shadowsocks
* specify the latest cloak and shadowsocks releases in server scripts
2024-03-02 19:45:42 +00:00
Shehab Ahmed
0c0ce54b1f
fixed the first-generated QR code is visible while generating another QR code bug ( #656 )
2024-03-02 19:06:33 +00:00
pokamest
ee762c4cef
Merge pull request #653 from amnezia-vpn/fix/config-from-tg
...
Fix adding config from bot (iOS)
2024-02-29 07:05:24 -08:00
pokamest
ed9efb5a79
Merge pull request #654 from amnezia-vpn/fix/config-sync-ios
...
Sync configs and fix bug in NE (iOS)
2024-02-29 03:09:20 -08:00
Igor Sorokin
73eb85f2f4
Sync configs
2024-02-29 13:58:11 +03:00
Nethius
cd055cff62
removed the display of servers without containers on PageShare ( #609 )
...
* removed the display of servers without containers on PageShare
* removed unused isAnyContainerInstalled() from containers model
* added tab navigation to the share connection drawer
* fixed display of default server without containers on PageShare
2024-02-29 10:22:17 +00:00
Igor Sorokin
f8b2cce618
Fix adding config from bot
2024-02-29 08:36:56 +03:00
sa6ta6ni6c
e648054c7a
Misc update README ( #652 )
...
Update README.md
2024-02-29 00:14:09 +00:00
pokamest
fe558163cc
Merge pull request #651 from amnezia-vpn/bugfix/on-escape-pressed
...
fixed initial value of m_drawerDepth
2024-02-28 06:35:38 -08:00
vladimir.kuznetsov
3883b8ff34
fixed initial value of m_drawerDepth
2024-02-28 17:31:46 +03:00
pokamest
d286664763
Merge pull request #649 from sa6ta6ni6c/patch-1
...
Ru translation update
2024-02-28 05:31:14 -08:00
Nethius
b05ad2392b
added escape key handler ( #461 )
...
Added escape key handler for drawer2type
2024-02-28 12:39:28 +00:00
Nethius
6dbdb85aaf
fixed "file does not exist" error when opening a file for saving ( #636 )
2024-02-28 12:32:25 +00:00
sa6ta6ni6c
26b48cfe4f
Обновил перевод
2024-02-27 20:47:41 +00:00
Andrey Zaharow
2f39136143
Fix translations ( #646 )
...
Fix awg texts
2024-02-26 21:17:57 +00:00
pokamest
8d0d3c5ce9
Merge pull request #641 from amnezia-vpn/feature/linux-ipv6
...
Remove ipv6 address for Linux WG/AWG interface
2024-02-26 12:07:50 -08:00