Releases: rakutentech/android-miniapp
Releases · rakutentech/android-miniapp
v5.7.1
v5.7.0
SDK
- Fix: Fix for unicode issue in contacts.
v5.6.0
SDK
- Update: Improve loading MiniApp from bundle loading time by adding lazy initials.
v5.5.0
SDK
- Fix: Improve loading MiniApp from bundle loading time by removing few checks
v5.4.2
SDK
- Fix: Store hash on successfull download of Miniapp in background.
v5.4.1
SDK
- Fix: Prevent manifest file being deleted when MiniAppView.loadFromBundle being called.
v5.4.0
SDK
- Feature: Added a new interface
downloadMiniApp
to download Miniapp from platform in background if needed. - Feature: Added a utility method
isMiniAppCacheAvailable()
to know if Miniapp has beend downloaded properly. - Refactor: Updated unzip Miniapp method with optional completion handler that will let the host app know if the download is success.
Sample App
- Feature: Added Menu in list view to Download and check if Miniapp is downloaded already.
v5.3.1
SDK
- Feature: Added
manifest
parameter to pass aMiniAppManifest
object while callingMiniAppView.loadFromBundle
.
Sample App
- Update: Updated implementation of
MiniAppView.loadFromBundle
with themanifest
parameter.
v5.3.0
SDK
- Feature: Added
MiniAppMessageBridge.getHostAppThemeColors
in MiniAppMessageBridge for retrieving primary and secondary theme color. - Feature: Added
MiniAppMessageBridge.getIsDarkMode
in MiniAppMessageBridge for retrieving dark mode status. - Feature: Added
MiniApp.unzipBundle
to load MiniApp from bundle. Host app can unzip a MiniApp bundle from asset folder into MiniApp file system. - Feature: Added
MiniAppView.loadFromBundle
to load MiniApp from already extracted MiniApp bundle. - Feature: Added
MiniAppMessageBridge.didReceiveMAAnalytics
to receive analytics from MiniApp. - Feature: Added
MiniAppDisplay.sendInfoToHostApp
interface to provideUniversal Bridge
for sending messages from a MiniApp to the HostApp.
Sample App
- Feature: Added implementation of
MiniAppMessageBridge.getHostAppThemeColors
. - Feature: Added qa settings to test primary and secondary color.
- Feature: Added Deeplink Support to change settings keys by QR code.
- Feature: Added implementation of
MiniAppMessageBridge.getIsDarkMode
. - Feature: Added
MiniApp
button in Feature page to load a MiniApp from bundle. - Feature: Added
Logs
inQA
page to show the analytics events come from miniapp.
v5.3.0-alpha
- It is not fully tested and can produce unexpected behaviors. Due to potential changes, the full change log will be provided with the final version. Adding a dependancy to this alpha version is discouraged.
- This version improves MiniApp loading from cache and brings several UI improvements features and deprecation.