Version bumped, updated README & CHANGELOG
This commit is contained in:
parent
25605f999e
commit
f38abc51d4
3 changed files with 7 additions and 2 deletions
|
@ -19,13 +19,18 @@ Group changes to describe their impact on the project, as follows:
|
||||||
- Added picture in picture feature if supported instead of video overlay
|
- Added picture in picture feature if supported instead of video overlay
|
||||||
- Added camera preview as dialer's background on tablets
|
- Added camera preview as dialer's background on tablets
|
||||||
- Contact section in the settings
|
- Contact section in the settings
|
||||||
|
- Using new AAudio & Camera2 frameworks for better performances (if available)
|
||||||
|
- Android 10 compatibility
|
||||||
|
- New plugin loader to be compatible with app bundle distribution mode
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
- Improved performances to reduce startup time
|
||||||
- Call statistics are now available for each call & conference
|
- Call statistics are now available for each call & conference
|
||||||
- Added our own devices in LIME encrypted chatrooms' security view
|
- Added our own devices in LIME encrypted chatrooms' security view
|
||||||
- No longer display incoming call activity from Service, instead use incoming call notification with full screen intent
|
- No longer display incoming call activity from Service, instead use incoming call notification with full screen intent
|
||||||
- Improved reply notification when replying to a chat message from the notification
|
- Improved reply notification when replying to a chat message from the notification
|
||||||
- License changed from GPLv2 to GPLv3
|
- License changed from GPLv2 to GPLv3
|
||||||
|
- Switched from MD5 to SHA-256 as password protection algorithm
|
||||||
|
|
||||||
## [4.1.0] - 2019-05-03
|
## [4.1.0] - 2019-05-03
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ ln -s <path to linphone-sdk>/linphone-sdk/build/linphone-sdk/bin/outputs/aar/lin
|
||||||
|
|
||||||
2. In Android-studio go to Run->Edit Configurations->Debugger.
|
2. In Android-studio go to Run->Edit Configurations->Debugger.
|
||||||
|
|
||||||
3. Select 'Dual' or 'Native' and add the path to linphone-sdk libraries.
|
3. Select 'Dual' or 'Native' and add the path to linphone-sdk debug libraries (build/libs-debug/ for example).
|
||||||
|
|
||||||
4. Open native file and put your breakpoint on it.
|
4. Open native file and put your breakpoint on it.
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 4128
|
versionCode 4129
|
||||||
versionName "${project.version}"
|
versionName "${project.version}"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
Loading…
Reference in a new issue