Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
Linhome-Android
Commits
a6adb009
Commit
a6adb009
authored
Dec 03, 2020
by
Christophe Deschamps
Browse files
Updated freesip URL
parent
e5915858
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/src/main/assets/linphonerc_factory
app/src/main/assets/linphonerc_factory
+1
-1
app/src/main/java/org/linhome/ui/account/AccountFragment.kt
app/src/main/java/org/linhome/ui/account/AccountFragment.kt
+1
-1
No files found.
app/src/main/assets/linphonerc_factory
View file @
a6adb009
...
...
@@ -36,7 +36,7 @@ xmlrpc_url=https://subscribe.linphone.org/flexisip-account-manager/linhome/xmlrp
; MD5 / SHA-256
password_algo=MD5
domain=sip.linhome.org
freesip_url=https://subscribe.linhome.org
freesip_url=https://subscribe.linhome.org
/login
[rtp]
audio_rtp_port=-1
...
...
app/src/main/java/org/linhome/ui/account/AccountFragment.kt
View file @
a6adb009
...
...
@@ -82,7 +82,7 @@ class AccountFragment : Fragment() {
"account_manage_on_freesip_message"
,
{
_
:
DialogInterface
,
_
:
Int
->
val
browserIntent
=
Intent
(
Intent
.
ACTION_VIEW
,
Uri
.
parse
(
LinhomeApplication
.
corePreferences
.
config
.
getString
(
"assistant"
,
"freesip_url"
,
"https://subscribe.linhome.org"
)))
Intent
(
Intent
.
ACTION_VIEW
,
Uri
.
parse
(
LinhomeApplication
.
corePreferences
.
config
.
getString
(
"assistant"
,
"freesip_url"
,
"https://subscribe.linhome.org
/login
"
)))
startActivity
(
browserIntent
)
})
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment