• v3.17.02 90a90a1271

    3.17.02 Stable

    naquilini released this 2025-01-07 15:20:06 +00:00 | 0 commits to main since this release

    Major change

    • optional libraries are now dynamically loaded, only when actually required

    Bug Fixes

    • fix height check in webviews when resizing the article mode area
    • fix vertical pan when opening article graphic crop
    • fix regression bug causing feedback email not to work anymore, introduced in version 3.16.14
    Downloads
  • v3.16.14 299743212e

    3.16.14 Stable

    naquilini released this 2024-12-20 10:20:18 +00:00 | 1 commits to main since this release

    Major Bug Fixes

    • Fixed crash on iOS < 13, due to SwiftUI module

    Other Bug Fixes

    • added debounce to reduce resizes of root-component from container
    • add debounce to offline check, to avoid to show warnings to the user if there is a temporary connection drop

    Minor Changes

    • allow feedbacks on SDKs
    Downloads
  • v3.16.13 d8ccbe67a6

    3.16.13 Stable

    naquilini released this 2024-11-20 14:32:55 +00:00 | 2 commits to main since this release

    Bug Fix

    • fix app reactivity to system color scheme changes, if the default theme is set to automatic
    Downloads
  • v3.16.09 b644adc7f8

    3.16.09 Stable

    naquilini released this 2024-10-29 07:42:47 +00:00 | 3 commits to main since this release

    Breaking change

    • drop support for iOS versions < 12.4

    Performances

    • reduced renders when loading in-article ads.

    Minor Changes

    • added default dark style on special section pages.
    • start loading in-article ads when at least the 25% is visible on the screen.
    • keep ad on the screen once loaded.
    • support configuration to disable DFP ad reload.

    Other Bug Fixes

    • ensure that initial download complete event is always triggered.
    Downloads
  • v3.15.08 2e55203b31

    3.15.08 Stable

    naquilini released this 2024-10-18 12:38:16 +00:00 | 4 commits to main since this release

    Release Notes

    Performances

    • improved startup up load times

    Minor changes

    • changed dark mode base colors to increase contrast
    • added support for a visual load time debugger

    Bug Fixes

    • fixed XCTest issues with Dark mode module
    • added checks to prevent multiple issue downloads to start at the same time
    Downloads
  • v3.15.02 7e53fd50a5

    3.15.02 Stable

    naquilini released this 2024-09-05 16:05:45 +00:00 | 8 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 | 9 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 | 10 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 | 11 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 | 12 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