Merge pull request #6388 from Bnyro/master

chore: preparation for v0.25.0
This commit is contained in:
Bnyro 2024-08-23 14:10:28 +02:00 committed by GitHub
commit f559a8d863
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 8 deletions

View File

@ -58,14 +58,14 @@ android {
}
// Comment this block if issues occur while generating the baseline profile
// splits {
// abi {
// isEnable = true
// reset()
// include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
// isUniversalApk = true
// }
// }
splits {
abi {
isEnable = true
reset()
include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
isUniversalApk = true
}
}
packaging {
jniLibs.excludes.add("lib/armeabi-v7a/*_neon.so")

View File

@ -0,0 +1,6 @@
* feat: local streams extraction
* feat: quick share action to add video to playlist
* feat: share dialog redesign (including copy link feature)
* feat: show total playlist duration
* feat: button to screenshot/capture current frame
* feat: improve about activity and device info dialog