Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-android
Commits
d14424b2
Commit
d14424b2
authored
5 years ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Use SHA-256 algorithm for sip.linphone.org accounts
parent
7fbe4887
master
feature/5.3
feature/UZ-8
feature/call_uitests
feature/kotlin_rewrite
feature/logcat_view
feature/show_unsecure_conversation_event_at_top
feature/use_theme_main_color_for_icon_and_splashscreen
fix/insistent_notification
fix/telecom_default_audio_endpoint
release/4.2
release/4.3
release/4.4
release/4.5
release/4.6
release/4.7
release/5.0
release/5.1
release/5.2
release/6.0
test/UZ-8-no-telecom
6.1.0-alpha
6.0.0
6.0.0-beta
6.0.0-alpha
5.3.0-alpha
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.2.0-beta
5.2.0-alpha
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.1.0-beta
5.1.0-alpha
5.0.14
5.0.13
5.0.12
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.7.0-beta
4.7.0-alpha
4.6.14
4.6.13
4.6.12
4.6.11
4.6.10
4.6.9
4.6.8
4.6.7
4.6.6
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.6.0-beta
4.6.0-alpha
4.5.6
4.5.5
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.5.0-beta
4.5.0-alpha
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.4.0-beta
4.4.0-alpha
4.3.1
4.3.0
4.3.0-beta
4.3-alpha
4.2.3
4.2.2
4.2.1
4.2.0-beta
4.2
1 merge request
!189
Use SHA-256 algorithm for sip.linphone.org accounts
Pipeline
#8843
passed with stage
in 1 minute and 57 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/res/raw/default_assistant_create.rc
+1
-0
app/src/main/res/raw/default_assistant_create.rc
app/src/main/res/raw/linphone_assistant_create.rc
+1
-0
app/src/main/res/raw/linphone_assistant_create.rc
with
2 additions
and
0 deletions
app/src/main/res/raw/default_assistant_create.rc
+
1
−
0
View file @
d14424b2
...
...
@@ -27,6 +27,7 @@
<entry
name=
"x3dh_server_url"
overwrite=
"true"
></entry>
</section>
<section
name=
"assistant"
>
<entry
name=
"algorithm"
overwrite=
"true"
>
MD5
</entry>
<entry
name=
"password_max_length"
overwrite=
"true"
>
-1
</entry>
<entry
name=
"password_min_length"
overwrite=
"true"
>
0
</entry>
<entry
name=
"username_length"
overwrite=
"true"
>
-1
</entry>
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/raw/linphone_assistant_create.rc
+
1
−
0
View file @
d14424b2
...
...
@@ -27,6 +27,7 @@
<entry
name=
"x3dh_server_url"
overwrite=
"true"
>
https://lime.linphone.org/lime-server/lime-server.php
</entry>
</section>
<section
name=
"assistant"
>
<entry
name=
"algorithm"
overwrite=
"true"
>
SHA-256
</entry>
<entry
name=
"password_max_length"
overwrite=
"true"
>
-1
</entry>
<entry
name=
"password_min_length"
overwrite=
"true"
>
1
</entry>
<entry
name=
"username_length"
overwrite=
"true"
>
-1
</entry>
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets