Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Releases: D01T/modpe-astro-library

5th Release

26 Feb 06:08
Compare
Choose a tag to compare

main
Github Releases

This is ModPE integrated library for BlockLauncher.

Changelog

2.1

  • Add FloatingWindow class.
  • Add UserConnection class.
  • Add Account.isRightFriend method.
  • Add Account.getFriendDataFromServer method.
  • Add Account.getMessagesFromServer method.
  • Add Account.sendMessage method.
  • Change parent object of window type classes; me.astro.widget -> me.astro.window.
  • Change the class name; me.astro.widget.Window -> me.astro.window.PopupWindow.
  • Improve window type classes.
  • Improve theme system, and setWH method.
  • Fix friend window.
  • Fix password undefined error.
  • Fix JSDoc comments.
  • Fix some bugs.
  • Remove UserServer class.

4th Release

04 Feb 07:19
Compare
Choose a tag to compare

main
Github Releases

This is ModPE integrated library for BlockLauncher.

Changelog

2.0

  • Add ColorPicker class.
  • Add ColorPickerWindow class.
  • Add Divider class.
  • Add NotificationWindow class.
  • Add ShowcaseWindow class.
  • Add SquircleDrawable class.
  • Add ColorUtils.setAlpha method.
  • Add ScrollView.setWidth method.
  • Add loadLibrary method.
  • Add border shadows at window.
  • Add open notifications with gestures setting.
  • Improve VerticalWindow.setColor method.
  • Improve library loading system.
  • Improve splash screen.
  • Improve widget theme system.
  • Fix AddonManager.isInstalled method.
  • Fix the SD card path.
  • Fix JSDoc comments.
  • Fix some bugs.
  • Remove ScriptChecker class.
  • Remove ScriptInfo class.

3rd Release

23 Jan 10:25
Compare
Choose a tag to compare

main
Github Releases

This is ModPE integrated library for BlockLauncher.

Changelog

1.2

  • Add ColorUtils class.
  • Add ViewUtils class.
  • Add Bitmap.decodeBase64 method.
  • Add Theme.getThemeObject method.
  • Add getContext method.
  • Add getPath method.
  • Improve VerticalWindow class.
  • Improve Layout class.
  • Improve AddonManager.download method.
  • Improve File.download method.
  • Fix JSDoc comments.
  • Fix some bugs.

2nd Release

13 Jan 11:12
Compare
Choose a tag to compare

main
Github Releases

This is ModPE integrated library for BlockLauncher.

Changelog

1.1

  • Add SplashWindow class.
  • Add Bitmap.blur method.
  • Add File.preventMediaScanning method.
  • Add File.unzip method.
  • Fix friend manager (unstable).
  • Remove debug mode and hash check feature.

First Release (Beta)

01 Nov 10:29
Compare
Choose a tag to compare

main
Github Releases

This is ModPE integrated library for BlockLauncher.

Changelog

  • First Release