• v3.15.02 7e53fd50a5

    3.15.02 Stable

    naquilini released this 2024-09-05 16:05:45 +00:00 | 2 commits to main since this release

    Release Notes

    Bug Fixes

    • stop TTS when switching from article text to article graphic mode
    • add patch for SDK screen size on loading wallpaper screen
    Downloads
  • v3.15.01 9fa7c72ccb

    3.15.01 Stable

    naquilini released this 2024-08-27 16:08:39 +00:00 | 3 commits to main since this release

    Release Notes

    Bug Fixes

    • Fit mode status is now maintained per orientation during the user session
    • Skip the word "Advertisement" when reading the article text with read-aloud
    • Fixed offline mode when loading multiple publications
    Downloads
  • v3.15.00 1e0d9fe12e

    3.15.00 Stable

    naquilini released this 2024-07-30 10:39:42 +00:00 | 4 commits to main since this release

    Release Notes

    Bug Fixes

    • If no safe area required always use screen size info when asking for safe area size.
    • handle keyboard shortcuts in native optionspage and native optionspage fallback. This avoids to show disruptive accessibility prompt during username/password insertion on tablets with physical keyboard when pressing T key.
    • fix issue with alerts and prompt not getting the click on OK or Cancel buttons

    Minor Changes

    • Add throttle on size change renderings on NewsmemoryLayoutManager, to improve user experience upon rotations, by showing the user less view resizings.
    • make auto login calls for logged users asynchronous to speed up startup times.
    Downloads
  • v3.13.06 2f2bb866e6

    3.13.06 Stable

    naquilini released this 2024-06-13 10:33:57 +00:00 | 5 commits to main since this release

    Release Notes

    Bug Fixes

    • improved pan gestures when not zoomed in. Introduced control on angles ranges in which lock pan on the initial direction.
    • added custom dimensions to all events tracked by Firebase or GA4 web properties.
    • fix random crash on iPhones 17.x when generating PNG from PDF. Throw an exception and fallback to text.GIF.

    Minor Changes

    • show paper name and not section name in top banner when loading a different publication that is not a special section.
    Downloads
  • v3.13.02 f7fa526909

    3.13.02 Stable

    naquilini released this 2024-05-17 11:01:11 +00:00 | 6 commits to main since this release

    Release Notes

    Bug Fixes

    • added configuration to reduce jittering on vertical pans when user is not zoomed.
    • replace system alerts with custom alerts, to avoid to show them outside the SDK views.
    • in article graphic mode apply scale to avoid distortions, if we are using real image dimensions to render the box
    • improved checks in text PNG image generation to avoid blank pages issue.
    • fix style of "continue" button in accessibility popup.
    • fix download issues when loading a different publication.

    Minor Changes

    • force high resolution rendering when a finger is released after a pinch gesture.
    • add retries on download of PNG fallback image.
    Downloads
  • v3.13.01 2c42617f50

    3.13.01 Stable

    naquilini released this 2024-05-02 15:08:24 +00:00 | 7 commits to main since this release

    Release Notes

    Bug Fixes

    • Allow loading of about:srcdoc URLs in in-app browser.

    Minor Changes

    • Wait to hide ePaper in-article native ad space until the ad loading fails. This prevents jitter effects and movements of the contents during article load.
    • Changed vertical center of collapsed top article image to be at 1/3 of the image.
    Downloads
  • v3.13.00 9f302f39d8

    3.13.00 Stable

    naquilini released this 2024-04-25 10:28:00 +00:00 | 10 commits to main since this release

    Release Notes

    Breaking Changes

    • Added support for lockedOrientation and lockedOrientationDevice props.

    Bug Fixes

    • The background page component is now always rendered, and a hidden prop has been added to it. This fixes an issue were user could got stuck when switching from Read to Swipe mode.
    • Fixed dark mode foreground color of ePaper article paragraphs and publication logo.
    • Avoid duplicates in the 'my home' categories list.
    • Ensure that the toggle is shown only when the ePaper image can actually be expanded.

    Minor Changes

    • If the low resolution e-paper article image fails to load, the system will now try to load the high resolution version of it or hide it. This change improves the user experience by providing a fallback option for image loading.
    Downloads
  • v3.12.05 658f1cf905

    3.12.05 Stable

    naquilini released this 2024-04-17 16:38:58 +00:00 | 11 commits to main since this release

    Release Notes

    Minor Updates

    Enhancements

    • Two-Finger Tap Hint: We have extended the timeout duration for the two-finger tap hint. The text is now readable for twice as long as before.
    • Close publication Banner: The "close" banner is now displayed for special sections.
    • Close publication Banner: We have enhanced the xPaper info top bar. It now displays the edition name when possible. We have also increased the size of the close icon.

    Removals

    • Push Notifications Settings: We have removed the push notifications settings when no push library is present.
    • IAP Module: Removed In-app purchases module

    Bug Fixes

    • Fixes to loading of Special sections of other publications
    • Fixes for Dark Mode
    • Fixes for eNewspaper label change in group layout
    Downloads
  • v3.12.00 f67afe01d4

    3.12.00 Stable

    naquilini released this 2024-03-27 16:00:52 +00:00 | 14 commits to main since this release

    Breaking change:

    • Added @tecnavia/react-native-web-analytics module to track Firebase and GA4 properties in a headless webview

    Minor change:

    • internal refactor of analytics code

    Bug fixes:

    • Fixed AccessibilityResources.bundle platform references
    • Page extra links will no longer be displayed if the referenced page number does not exist in the current issue
    • Added a Null Pointer Exception (NPE) check for undefined articles in the page jumps chain
    Downloads
  • v3.11.01 85ee00f526

    3.11.01 Stable

    naquilini released this 2024-03-12 16:13:37 +00:00 | 15 commits to main since this release

    Release Notes for 3.11.01

    Minor Changes:

    • loosen podspec dependencies version ranges to support Google-Mobile-Ads-SDK 10.x and 11.x
    • added onNewsmemoryTokenExpired callback to delegate the handling of the login process upon token expiration
    Downloads