This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
Releases: D01T/modpe-astro-library
Releases · D01T/modpe-astro-library
5th Release
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
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
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.