2014-02-03 Release 2.1.7

New in this release.

  • libcomm: Fixed Comm.new() which used incorrect URL to make connection.
  • libcore: Added platformRequest() function to sys.eh

    This function requests underlying platform to process given URL. You may use this function to make phone calls:

    platformRequest("tel:12345")
    or to open web pages in phone's native browser:
    platformRequest("http://alchemy-os.org")
  • libmedia: Added create_player() function to media.eh

    Some users complained about restriction, which did not allow to play files bigger than 1 MB. New function hopes to overcome this restriction.

  • Installer became friendlier
    • Shows installation progress
    • Allows to choose between basic system and full UI
    • Allows to download updates during installation

Download

comments powered by Disqus