Minor fixes & changes

This commit is contained in:
Sylvain Berfini 2019-04-08 16:01:28 +02:00
parent 0b2ba9f2d6
commit 003fe44527
3 changed files with 5 additions and 3 deletions

View file

@ -1216,6 +1216,7 @@ public class LinphoneActivity extends LinphoneGenericActivity
public void selectMenu(FragmentsAvailable menuToSelect, String customTitle) {
mCurrentFragment = menuToSelect;
resetSelection();
hideTopBar();
boolean hideBottomBar =
getResources().getBoolean(R.bool.hide_bottom_bar_on_second_level_views);

View file

@ -8,12 +8,14 @@
<string name="default_conference_factory_uri" translatable="false">sip:conference-factory@sip.linphone.org</string>
<string name="default_lime_x3dh_server_url" translatable="false">https://lime.linphone.org/lime-server/lime-server.php</string>
<string name="rls_uri" translatable="false">sip:rls@sip.linphone.org</string>
<string name="about_link" translatable="false">https://linphone.org</string>
<string name="download_link" translatable="false">https://linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner</string>
<!-- Textual mention of the app name -->
<string name="user_agent" translatable="false">LinphoneAndroid</string>
<string name="temp_photo_name" translatable="false">linphone-android-photo-temp</string>
<string name="temp_photo_name_with_date" translatable="false">linphone-android-photo-%s</string>
<string name="about_text" translatable="false">GNU General Public License V2\n © 20102018 Belledonne Communications</string>
<string name="about_text" translatable="false">GNU General Public License V2\n © 20102019 Belledonne Communications</string>
<string name="about_bugreport_email" translatable="false">linphone-android@belledonne-communications.com</string>
<string name="notification_service_channel_id" translatable="false">linphone_notification_service_id</string>
<string name="notification_channel_id" translatable="false">linphone_notification_id</string>

View file

@ -13,7 +13,6 @@
<string name="about_version">Linphone Android %s</string>
<string name="about_liblinphone_version">Linphone Core %s</string>
<string name="about_liblinphone_sdk_version">Linphone SDK %s</string>
<string name="about_link">www.linphone.org</string>
<string name="sync_account_name">linphone contacts</string>
<!-- Notifications -->
@ -180,7 +179,7 @@
<string name="contact_last_name">Last name</string>
<string name="contact_organization">Organization</string>
<string name="invite_friend">Invite</string>
<string name="invite_friend_text">Hello, join me on Linphone! You can download it for free at http://www.linphone.org/technical-corner/linphone/downloads</string>
<string name="invite_friend_text">Hello, join me on Linphone! You can download it for free at %s</string>
<string name="toast_choose_contact_for_edition">Select a contact or create a new one</string>
<!-- Chat -->