v7.0.3
Highlights
-
Performance boost and reduced binary size on Linux and Android - This was actually our mistake, those targets were being built for debugging since we started using CMake. This release should have performance at least twice as better as the previous releases built with CMake.
-
Build system improvements
- SQLite3 source code removed from our repository, downloading and patching is performed by CMake.
- Android build improved, it should be A LOT faster for most systems.
-
Edit and virtual keyboard performance improvements
Known issues
- Android prebuilt binaries included in this release are broken, skip this release for Android or rebuild the binaries from the sources and replace them locally.
Changed
- Removed Cielo Lio text printing support, reducing the Android binary size. (Let us know if you need this feature back)
Fixed
- Android:
- Fixed launching third party apps using Vm.exec
- Fixed permission for writing on storage for android-29
Starting from target-sdk 29 application should use scoped storage
https://developer.android.com/training/data-storage#scoped-storage
- API:
- MessageBox: fixed NPE during unpop when the MessageBox is created without buttons (i.e. button captions is null) - #304