Other B4i v7.80 has been released

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release a new version of B4i.

Improvements:
  • Support for Xcode 13.
  • Long hex literal numbers: 0xff00ff00ff00
  • New methods: Bit.OrLong / AndLong / XorLong / ShiftLeftLong / ShiftRightLong / NotLong / UnsignedShiftRightLong / ParseLong
  • List.SortType - stable sort. This means that equal items retain their order. It allows sorting by multiple fields.
  • Fix issue with Unicode sorting and string comparison (https://www.b4x.com/android/forum/threads/b4x-trie-based-search-dialog.134220/#content)
  • Fix the "incompatible types" warning with the relatively new Json type.
  • Json.ToCompactString method.
  • Compiler verifies that the certificate and the provision profile match during compilation.
  • Several debugger fixes: crash on startup, missed assignments in some cases, single field objects were not always observable.
  • Code editor jumps to a sub when adding an event with the designer, including when the sub already exists.
  • SimpleMediaManager is 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), iBarcode (1.22)
  • Bug fixes and other minor improvements.
Developers who are eligible for a free upgrade will receive an email with upgrade instructions. Other developers will receive a renewal offer.
 

roddy

Member
Licensed User
Longtime User
Yes. In fact the hosted builders are still running Xcode 12.
when I updated B4iBuildServer v7.8 in my MAC. (OS 10.15.7 and Xcode 12.4)
The screen still shows that Builder server version: 7.50 is correct?
 

Attachments

  • B4ibulder.png
    B4ibulder.png
    175.2 KB · Views: 362
Last edited:
Upvote 0

Situ LLC

Active Member
Licensed User
Thanks Erel
Perfect
Where i can Download the new one
 
Upvote 0
Top