mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 06:38:09 +00:00
updates
This commit is contained in:
parent
e8895acd68
commit
5571674191
5 changed files with 4 additions and 16 deletions
|
|
@ -12,7 +12,6 @@ keepalive_period=30000
|
|||
size=vga
|
||||
|
||||
[app]
|
||||
sharing_server=https://www.linphone.org:444/lft.php
|
||||
tunnel=disabled
|
||||
push_notification=1
|
||||
|
||||
|
|
|
|||
|
|
@ -38,5 +38,4 @@ dtmf_player_amp=0.1
|
|||
ec_calibrator_cool_tones=1
|
||||
|
||||
[misc]
|
||||
max_calls=10
|
||||
log_collection_upload_server_url=https://www.linphone.org:444/lft.php
|
||||
max_calls=10
|
||||
|
|
@ -39,5 +39,4 @@ ec_calibrator_cool_tones=1
|
|||
|
||||
|
||||
[misc]
|
||||
max_calls=10
|
||||
log_collection_upload_server_url=https://www.linphone.org:444/lft.php
|
||||
max_calls=10
|
||||
|
|
@ -108,7 +108,6 @@ public class AvatarWithPresenceImage extends RelativeLayout implements onPresenc
|
|||
PresenceBasicStatus basicStatus = presenceModel.getBasicStatus();
|
||||
if (basicStatus == PresenceBasicStatus.Closed) {
|
||||
if(presenceModel.getActivity() != null && contact.isPresenceReceived() ){
|
||||
Log.e("===>>> updatePresenceIcon 1");
|
||||
friendStatusSmall.setImageResource(R.drawable.presence_away);
|
||||
friendStatusBig.setImageResource(R.drawable.presence_away);
|
||||
}else {
|
||||
|
|
@ -119,18 +118,10 @@ public class AvatarWithPresenceImage extends RelativeLayout implements onPresenc
|
|||
friendStatusSmall.setImageResource(R.drawable.presence_online);
|
||||
friendStatusBig.setImageResource(R.drawable.presence_online);
|
||||
} else {
|
||||
Log.e("===>>> updatePresenceIcon 2");
|
||||
friendStatusSmall.setImageResource(R.drawable.presence_away);
|
||||
friendStatusBig.setImageResource(R.drawable.presence_away);
|
||||
}
|
||||
/*} else if(contact.isLinphoneFriend()){
|
||||
friendStatusSmall.setImageResource(R.drawable.presence_away);
|
||||
friendStatusBig.setImageResource(R.drawable.presence_away);
|
||||
*/
|
||||
}/* else{
|
||||
friendStatusSmall.setImageResource(R.drawable.presence_unregistered);
|
||||
friendStatusSmall.setImageResource(R.drawable.presence_unregistered);
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f10471de2e2316958ccce54a2dbcde41cd9bb05f
|
||||
Subproject commit 0215e014f454ba3dcdadb63a44f9b5002489f729
|
||||
Loading…
Add table
Reference in a new issue