Android Release Notes - Archive
Releases older than 12 months
2024 Releases
Apr 16 - New Feature π
- Android now supports opening PDF Documents directly within the app.
Apr 15 - New Feature π
- Median now supports OneSignalβs user-centric data model. Existing apps are now in "Legacy Mode". To migrate your app review our documentation and disable Legacy Mode on the Push Notifications tab
Apr 8 - New Feature π
- New method for OneSignal
median.onesignal.badge.set
which can be used to set notification badge count
Mar 21 - Bugfix π
- Fixed
median_iap_purchases
not being called properly on new Android versions - Fixed location permission not being prompted again after selecting "Just this time" in the location permission prompt
Mar 12 - Bugfix π
- Implemented a fix for
transactionTooLarge
exception - General stability improvements
Mar 12 - Maintenance π οΈ
- Updated the GeckoView version used in the GeckoView plugin
Mar 8 - New Feature π
- New method for In-App Purchases plugin:
median.iap.purchases()
docs
Mar 4 - Bugfix π
- Fixed an issue where if a user does not have a default web browser registered external links cause an "App Not Found" error.
Mar 4 - Maintenance π οΈ
- Keyboard state return data updated to match iOS docs
Feb 26 - Bugfix π
- Fixed a crash that may happen when the app is moved to background
- Fixed a regression that caused JS to not be injected on page load
Feb 15 - Maintenance π οΈ
- Now supporting Android 6.0 (Marshmallow) and above
Feb 15 - New Feature π
window.open
now accepts a 2nd parameter called mode. See docs for all the supported values
Feb 13 - New Feature π
- AppsFlyer plugin now supports reporting conversion data on app launch and foreground
Feb 7 - New Feature π
- You can now pick one or more contacts using a native UI when using native contacts
Feb 1 - Bugfix π
- Stability improvements
Jan 31 - Bugfix π
- NFC scan prompt now properly gets dismissed upon scan for all tag types
Jan 22 - Maintenance π οΈ
- App now uses Material Design Progress circle
- Progress circle (Activity indicator) can now be customized
Jan 17 - New Feature π
- Added new
getPlatform()
helper method to Median JS Bridge NPM Library
Jan 8 - Maintenance π οΈ
- Android target API has been increased to 34. Android apps and all plugins have been updated to support the latest Android platform requirements.
Jan 5 - Maintenance π οΈ
- Native Datastore plugin now supports promise-based callbacks
2023 Releases
Dec 21 - New Feature π
- Add a prompt to get user consent to use personal data to serve personalized Ads when using AdMob
Dec 12 - Maintenance π οΈ
- Add
dataRegion
appConfig field for iterable plugin - Fix parsing the internal/external rules may cause a crash if value type is not correct.
Dec 7 - Maintenance π οΈ
- Add an appConfig field
injectMedianJS: boolean
which can be used to disable in-app injection of Javascript bridge in favor of NPM package for React/Angular/Etc apps - Fixed: Share dialog not adding the text in the shared content
- InternalExternal rules are overwritten on app updates. Previously if they were set using the Median JS Bridge, a new update will have no impact. This behaviour is now in parity with iOS
- OneSignal plugin added back
oneSignalSubscribed
in info method response.
Nov 28 - New Feature π
- Introducing In-App browser. You can now define link handling rules so that links open in a separate Chrome window within the app. This helps improve the end-user experience and increases session time.
Nov 8 - Bugfix π
- Fixed: Camera intent not showing when QR/Barcode Scanner or similar plugins that require camera access are active.
Oct 30 - New Feature π
- Added 'state' parameter to Social Login plugin
Oct 18 - Bugfix π
- Fixed bottom tab bar labels not showing if more than 3 buttons are present in menu.
Oct 10 - Bugfix π
- Fixed bug where top navigation bar icons disappear in some cases.
Oct 5 - Bugfix π
- Fixed slow performance on lower end devices
- Fixed native transitions between pages not working as expected
Oct 3 - Bugfix π
- Fixed bug where downloading a file with a filename that already exists may crash the app on Samsung Note 10+ devices.
Sep 29 - Bugfix π
- Pressing back on root url now quits the app. This behavior change was introduced when switching to system API for splash screen
Sep 28 - Maintenance π οΈ
- Initial splash screen fade time has been improved
Sep 25 - Bugfix π
- App now resets to
initialUrl
instead of crashing if the app is closed while in background with a large history stack.
Sep 11 - New Feature π
- Android now uses the new splash screen API.
Aug 27 - Maintenance π οΈ
- Remove location-services dependencies from main app
Aug 11 - Maintenance π οΈ
- Added WebRTC flag.
Aug 11 - New Feature π
- New splash screen configuration. Android now uses system splash screen.
Aug 5 - Bugfix π
- Fixed blob downloads.
Aug 5 - Bugfix π
- Minor UI changes and stability issues.
- Fixed side menu was able to swipe into view when it is set to be disabled.
Aug 5 - Bugfix π
- Camera uploads now work correctly when using QR/Barcode Scanner plugin.
Jul 31 - New Feature π
- Added new JavaScript Bridge function to check for Android location permission.
Jul 19 - New Feature π
- Added
window.open
andwindow.close
methods.
Jul 12 - New Feature π
- Add support for setting
cacheMode
via appConfig.
Jun 20 - Bugfix π
- Fixed internal downloads not saving properly in some cases.
- All internal downloads are now opened regardless of ContentDisposition header.
- Fixed selecting a tab using JavaScript Bridge method may also emulate a click causing a url change.
- Used new method to silent foreground notifications for OneSignal.
- Used new bridge param to set maxWindow autoClose.
- WebRTC permissions are no longer required at startup.
Jun 20 - New Feature π
- Downloads that are internal are now opened immediately.
Jun 20 - New Feature π
- Add new method in JavaScript Bridge to silence foreground notifications for OneSignal. Docs
Jun 15 - New Feature π
- Downloads with
attachment=inline
header now open automatically.
Jun 6 - Maintenance π οΈ
- Added support for new foldable phone models.
May 31 - New Feature π
- Added JavaScript Bridge function to enable/disable back swipe gestures.
- Reinstated some previous download behaviors (downloaded files not showing up in file manager apps).
- Removed haptics with swipe gestures.
May 22 - Bugfix π
- Fixed horizontal scrolling not working in some cases.
- Unified download behaviours across all possible scenarios.
May 12 - Maintenance π οΈ
- Improved swipe back gestures and diagonal movement detection.
May 12 - Bugfix π
- This fix reinstates previous functionality of
maxWindows
flag irrespective ofautoClose
May 12 - Maintenance π οΈ
- Downloading files no longer shows a notification showing the progress.
Apr 28 - New Feature π
- Reworked downloads (Notification is displayed with download progress and info).
- Top navigation bar will show Display Mode
auto
when a valid title or actions are defined. - Fixed title not being centered in top navigation bar.
- Fixed icons not always displaying in top navigation bar.
- Added new
median_app_resumed
callback which is called when app is resumed from background. Documentation - Added optional
text
parameter for median.share function. Documentation
Apr 20 - New Feature π
- Auto-closes windows when approaching the maximum number of open windows allowed.
Mar 28 - Bugfix π
- Fixed app crash in certain situations when tabs are set using the Median JavaScript Bridge.
Mar 28 - Bugfix π
- Fixed internal/external regex not being immediately updated when using the Median JavaScript Bridge.
Mar 22 - Bugfix π
- Fixed tab deselection not working using Median JavaScript Bridge.
Mar 20 - Bugfix π
- Fixed issue with app updates showing warnings about AD_ID being present when admob plugin is not being used.
Mar 17 - Maintenance π οΈ
- Major enhancements to Android file picker.
Mar 16 - Bugfix π
- Disable app-based swipe gestures when system is set to use gesture navigation as they may conflict.
Mar 2 - Maintenance π οΈ
- Improved handling of
intent:\\
urls.
Mar 2 - New Feature π
- Allow refresh and search functions in navigation bar.
Feb 22 - Bugfix π
- Fixed crash on
blob://
url downloads. - Fixed Android notification prompt not working on Android 13+.
- Improved console web logs.
- Fixed interception of download urls and UI no longer freezes.
Feb 10 - Bugfix π
- Improved handling of
intent:\\
urls.
Feb 6 - New Feature π
- Added additional optional param to set filename when downloading file.
- Fixed issue where an empty file may be created when user cancels a file upload from camera.
Jan 30 - New Feature π
- Added support for
intent:\\
urls on websites.
Updated 1 day ago