• 3.15.01 bbed22fe99

    3.15.01 Stable

    naquilini released this 2024-08-28 12:42:56 +00:00 | 0 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
  • 3.15.00 d39de0465f

    3.15.00 Stable

    naquilini released this 2024-07-30 10:45:52 +00:00 | 3 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
  • 3.13.08 fe9306c3a1

    3.13.08 Stable

    amauri released this 2024-06-21 06:50:00 +00:00 | 4 commits to main since this release

    Release Notes

    Bug Fixes

    • fix crash caused by Firebase Analytics when Activity is null
    Downloads
  • 3.13.07 c5d5ef9a71

    3.13.07 Stable

    amauri released this 2024-06-13 14:44:55 +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.

    Minor Changes

    • show paper name and not section name in top banner when loading a different publication that is not a special section.
    Downloads
  • 3.13.02 1c8efac85d

    3.13.02 Stable

    amauri released this 2024-05-17 13:29:15 +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
    • 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.
    Downloads
  • 3.13.01 e9a50d6655

    3.13.01 Stable

    amauri released this 2024-05-03 07:10:30 +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
  • 3.13.00 b0ace6e70e

    3.13.00 Stable

    amauri released this 2024-04-25 13:02:22 +00:00 | 9 commits to main since this release

    Release Notes

    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
  • 3.12.05 f562317749

    3.12.05 Stable

    amauri released this 2024-04-17 15:26:10 +00:00 | 10 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.
    • xPaper Banner: The xPaper banner is now displayed for special sections.
    • xPaper Info Top Bar: 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.

    Bug Fixes

    • New Analytics Module: We have introduced a new module, @tecnavia/react-native-workaround. This module uses a custom implementation of ReactNativeTextInput instead of the default component. This change was necessary to fix compatibility issues between androidx.appcompat:1.4.0 and react native 0.67.5.
    • Orientation Change Crash: We have applied a patch to react-native-screens to fix a crash that occurred when changing the orientation.
    Downloads
  • 3.12.01 e68fdb2bc7

    3.12.01 Stable

    amauri released this 2024-03-28 09:32:45 +00:00 | 15 commits to main since this release

    Release Notes

    Breaking Changes

    • New Analytics Module: Introduced @tecnavia/react-native-web-analytics for Firebase and GA4 tracking in a headless webview.

    Minor Changes

    • Code Refactor: Improved the internal structure of our analytics code.

    Bug Fixes

    • Page Extra Links: Extra links now only display when the referenced page exists in the current issue.
    • Page Jumps Chain: Added a check to prevent errors when articles in the page jumps chain are undefined.
    Downloads
  • 3.11.02 07850883ab

    3.11.02 Stable

    amauri released this 2024-03-21 09:03:51 +00:00 | 18 commits to main since this release

    Release Notes

    Features

    • added onNewsmemoryTokenExpired callback to delegate the handling of the login process upon token expiration
    Downloads