B4i (iOS) v7.80
Released: Oct 27, 2021
Mises à jour de v7.80
Fonctionnalités
- Added support for Apple Xcode 13.
- Added support for long hex literal numbers: 0xff00ff00ff00.
- Added new methods:
- Bit.OrLong.
- Bit.AndLong.
- Bit.XorLong.
- Bit.ShiftLeftLong.
- Bit.ShiftRightLong.
- Bit.NotLong.
- Bit.UnsignedShiftRightLong.
- Bit.ParseLong.
- Added stable sort List.SortType which means that equal items will now retain their order. It allows sorting by multiple fields.
- Added Json.ToCompactString method.
- Compiler now verifies that the certificate and the provision profile match during compilation.
- Code editor jumps to a sub when adding an event with the designer, including when the sub already exists.
- SimpleMediaManager is now included as an internal library.
- Updated internal libraries: iCore (7.80), iJSON (1.21), B4XPreferencesDialog (1.74), BCTextEngine (1.92), XUI Views (2.53), iNet (1.81), KeyValueStore (2.31) and iBarcode (1.22).
Correctifs
- Fixed issue with Unicode sorting and string comparison.
- Fixed the "incompatible types" warning with the relatively new Json type.
- Several debugger fixes: crash on startup, missed assignments in some cases, single field objects were not always observable.
- Bug fixes and other minor improvements.