Skip to content

Android support! Uh, kinda...

Latest
Compare
Choose a tag to compare
@colinta colinta released this 12 Dec 18:53
· 132 commits to master since this release

This is just a refactor of SugarCube's package system. This makes it easier to support ios, osx, and/or android.

  • Renames sugarcube-appkit and sugarcube-uikit to sugarcube-ui, so that we can also include Android extensions without having multiple names for the same thing.
  • The Repl module was extensively rewritten to support Android, and while the methods are ready, the runtime hasn't caught up yet. But we'll be there when it does 😃
  • Added some extensions to android/sugarcube-ui, but extending built-in classes isn't there yet. Again, this is just "getting ready" for better Android support.

Also some misc fixes to OS X support, just sneaking those in... 😉