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
liblinphone
Commits
8a8aed0e
Commit
8a8aed0e
authored
Oct 17, 2017
by
Sylvain Berfini
🐮
Browse files
More work on Java's migration script
parent
5fed24ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrappers/java/migration.sh
View file @
8a8aed0e
...
...
@@ -267,8 +267,6 @@ eval "$SED_START 's/isEchoCancellationEnabled()/echoCancellationEnabled()/g' $SE
# Removed methods
eval
"
$SED_START
's/.isRegistered()/.getState() == RegistrationState.Ok/g'
$SED_END
"
eval
"
$SED_START
's/getBool(/getInt(/g'
$SED_END
"
eval
"
$SED_START
's/setBool(/setInt(/g'
$SED_END
"
eval
"
$SED_START
's/isInConference()/(getConference() != null)/g'
$SED_END
"
eval
"
$SED_START
's/getAudioStats()/getStats(StreamType.Audio)/g'
$SED_END
"
eval
"
$SED_START
's/getVideoStats()/getStats(StreamType.Video)/g'
$SED_END
"
...
...
@@ -314,8 +312,6 @@ eval "$SED_START 's/mLc.setCpuCount(/\/\/mLc.setCpuCount(/g' $SED_END"
# XmlRpcRequest and XmlRpcSession constructors...
# Factory.createContent(
# Callbacks with return like chat messages' file transfer
# createConfigFromString / createConfig
#
#Android specifics not wrapped automatically
#Core.startEchoCalibration
...
...
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