-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy settings fixes #285
Proxy settings fixes #285
Conversation
8985378
to
090b8d1
Compare
bd39dcf
to
c236c63
Compare
@galeksandrp Was that testes with Kodi 17/18? |
c236c63
to
04aaf27
Compare
|
@@ -244,7 +244,7 @@ msgid "Use proxy settings" | |||
msgstr "" | |||
|
|||
msgctxt "#32107" | |||
msgid "Proxy from Elementum settings" | |||
msgid "From Elementum settings" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@galeksandrp
since you changed template - you also need to change all translated files, otherwise the will lose old translation after running synchronization scripts in scripts
dir.
for file in resources/language/*/*.po; do sed -i 's/msgid "Proxy from Elementum settings"/msgid "From Elementum settings"/' "$file"; done
will do the trick.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, thanks!
04aaf27
to
182ec63
Compare
@galeksandrp please, run
Is this finished? Working as expected? |
@galeksandrp ping |
- Fixes `Proxy from Elementum settings` setting Log reported setting applied without really doing anything. - Adds `Proxy from Elementum (resolve hosts by proxy)` setting option Option enables default behaviour of `Elementum` in `Burst`. Option is set as new default, existing users should not be affected by change. - Adds choice of additional proxy protocols in settings `SOCKS4a` (`SOCKS4` latest version with hostname resolve by proxy) `SOCKS5h` (`SOCKS5` latest version with hostname resolve by proxy). Protocol is set as new default to match default setting in `Elementum`, existing users should not be affected by change. - Adds help label for `use_elementum_proxy` setting
79508f8
to
74f4722
Compare
1. ./scripts/xgettext.sh EXIT CODE 0 2. ./scripts/xgettext_merge.sh EXIT CODE 0
./scripts/xgettext.sh ALL OK
./scripts/xgettext_merge.sh ALL OK
I am committed files changed by Technically I should redo manual testing from #285 (comment), but I can't do that earlier than |
Proxy from Elementum settings
settingLog reported setting applied without really doing anything.
Proxy from Elementum (resolve hosts by proxy)
setting optionOption enables default behaviour of
Elementum
inBurst
. Option is set as new default,existing users should not be affected by change.
SOCKS4a
(SOCKS4
latest version with hostname resolve by proxy)SOCKS5h
(SOCKS5
latest version with hostname resolve by proxy). Protocol is set as newdefault to match default setting in
Elementum
, existing users should not be affected bychange.
use_elementum_proxy
setting