mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 23:28:09 +00:00
Keep previous callback name in migration as prefix instead of removing it
This commit is contained in:
parent
b83f1933c4
commit
2a9d4afef2
1 changed files with 16 additions and 10 deletions
|
|
@ -104,19 +104,19 @@ s/onChatMessageStateChanged/onMsgStateChanged/g; \
|
|||
s/onChatMessageFileTransferProgressChanged/onFileTransferProgressIndication/g; \
|
||||
s/onChatMessageFileTransferSent/onFileTransferSend/g; \
|
||||
s/onChatMessageFileTransferReceived/onFileTransferRecv/g; \
|
||||
s/authInfoRequested/removed/g; \
|
||||
s/show(Core/removed(/g; \
|
||||
s/displayStatus/removed/g; \
|
||||
s/displayMessage/removed/g; \
|
||||
s/displayWarning/removed/g; \
|
||||
s/fileTransferProgressIndication/removed/g; \
|
||||
s/fileTransferRecv/removed/g; \
|
||||
s/fileTransferSend/removed/g; \
|
||||
s/authInfoRequested/authInfoRequested_removed/g; \
|
||||
s/show(Core/show_removed(Core/g; \
|
||||
s/displayStatus/displayStatus_removed/g; \
|
||||
s/displayMessage/displayMessage_removed/g; \
|
||||
s/displayWarning/displayWarning_removed/g; \
|
||||
s/fileTransferProgressIndication/fileTransferProgressIndication_removed/g; \
|
||||
s/fileTransferRecv/fileTransferRecv_removed/g; \
|
||||
s/fileTransferSend/fileTransferSend_removed/g; \
|
||||
s/notifyReceived(Core lc, Event/onNotifyReceived(Core lc, Event/g; \
|
||||
s/notifyReceived/removed/g; \
|
||||
s/notifyReceived/notifyReceived_removed/g; \
|
||||
s/ecCalibrationStatus/onEcCalibrationResult/g; \
|
||||
s/publishStateChanged/onPublishStateChanged/g; \
|
||||
s/messageReceivedUnableToDecrypted/removed/g; \
|
||||
s/messageReceivedUnableToDecrypted/messageReceivedUnableToDecrypted_removed/g; \
|
||||
s/callStatsUpdated/onCallStatsUpdated/g; \
|
||||
s/authenticationRequested/onAuthenticationRequested/g; \
|
||||
s/newSubscriptionRequest/onNewSubscriptionRequested/g; \
|
||||
|
|
@ -273,6 +273,11 @@ s/new XmlRpcSessionImpl(LinphoneManager.getLcIfManagerNotDestroyedOrNull(), /Lin
|
|||
# TODO
|
||||
#Tunnel, TunnelConfig
|
||||
#AccountCreator.updatePassword => What to do ?
|
||||
#Core.removeFriend(friend)
|
||||
#Factory.instance().enableLogCollection(isDebugEnabled);
|
||||
#Factory.instance().setDebugMode(isDebugEnabled, context.getString(R.string.app_name));
|
||||
#setVideoDevice()
|
||||
#Factory.instance().createBuffer();
|
||||
|
||||
# Manual changes required
|
||||
# Some callbacks no longer exist, their name will be "removed", remove them
|
||||
|
|
@ -322,6 +327,7 @@ s/new XmlRpcSessionImpl(LinphoneManager.getLcIfManagerNotDestroyedOrNull(), /Lin
|
|||
|
||||
# # Other
|
||||
#CallParams.getJitterBufferSize() => CallStatsImpl.getJitterBufferSizeMs()
|
||||
#Core.findAuthInfo was (username, realm, domain) now is (realm, username, domain)
|
||||
|
||||
# # Payloads
|
||||
#Core.enablePayloadType() => PayloadType.enable()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue