Skip to content

Releases: rakutentech/android-miniapp

v5.7.1

18 Oct 12:59
Compare
Choose a tag to compare

SDK

  • Fix: Fix for unicode issue in js bridge.

v5.7.0

18 Oct 04:46
Compare
Choose a tag to compare

SDK

  • Fix: Fix for unicode issue in contacts.

v5.6.0

06 Oct 07:46
Compare
Choose a tag to compare

SDK

  • Update: Improve loading MiniApp from bundle loading time by adding lazy initials.

v5.5.0

05 Oct 11:17
Compare
Choose a tag to compare

SDK

  • Fix: Improve loading MiniApp from bundle loading time by removing few checks

v5.4.2

29 Aug 16:00
Compare
Choose a tag to compare

SDK

  • Fix: Store hash on successfull download of Miniapp in background.

v5.4.1

29 Aug 07:31
Compare
Choose a tag to compare

SDK

  • Fix: Prevent manifest file being deleted when MiniAppView.loadFromBundle being called.

v5.4.0

29 Aug 02:18
Compare
Choose a tag to compare

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

02 Aug 06:13
Compare
Choose a tag to compare

SDK

  • Feature: Added manifest parameter to pass a MiniAppManifest object while calling MiniAppView.loadFromBundle.

Sample App

  • Update: Updated implementation of MiniAppView.loadFromBundle with the manifest parameter.

v5.3.0

27 Jul 00:08
Compare
Choose a tag to compare

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 provide Universal 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 in QA page to show the analytics events come from miniapp.

v5.3.0-alpha

13 Jul 03:34
Compare
Choose a tag to compare
v5.3.0-alpha Pre-release
Pre-release

⚠️ This version is an internal release.

  • 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.