• 3.18.03 997627cc8b

    3.18.03 Stable

    naquilini released this 2025-02-03 14:51:58 +00:00 | 0 commits to main since this release

    Major change

    • detect blur/focus app event to trigger latest edition check

    Other changes

    • remove unused package @react-native-community/image-editor
    Downloads
  • 3.17.05 b6ebfa7d63

    3.17.05 Stable

    naquilini released this 2025-01-20 14:41:55 +00:00 | 1 commits to main since this release

    Minor Changes

    • add debounce on app state change check
    • search: when highlighting search term in article HTML keep original text

    Bug Fixes

    • fix dark mode in accessibility mode
    • fix read on swipe in accessibility mode
    • fix duplicate read in accessibility mode
    • fix auto-resize on article mode
    • fix search: do not consider whitespaces in between words
    Downloads
  • 3.17.02 6b00d20907

    3.17.02 Stable

    naquilini released this 2025-01-07 15:52:50 +00:00 | 2 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 regression bug causing feedback email not to work anymore, introduced in version 3.16.14
    Downloads
  • 3.16.14 9f739666da

    3.16.14 Stable

    naquilini released this 2024-12-20 11:46:21 +00:00 | 3 commits to main since this release

    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
  • 3.16.13 e29db5e2dd

    3.16.13 Stable

    naquilini released this 2024-11-20 15:00:32 +00:00 | 4 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
  • 3.16.09 fe5421353b

    3.16.09 Stable

    naquilini released this 2024-10-29 08:47:43 +00:00 | 5 commits to main since this release

    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
  • 3.16.08 2527fb8847

    3.16.08 Stable

    naquilini released this 2024-10-21 08:07:13 +00:00 | 6 commits to main since this release

    Release Notes

    Breaking changes

    • Android 14 compatibility

    Performances

    • improved startup up load times

    Minor changes

    • changed dark mode base colors to increase contrast
    • added support for a visual load time debugger
    • update sharing library to get Android 14 compatibility

    Bug Fixes

    • Fix keyboard not showing up on search screen
    • added checks to prevent multiple issue downloads to start at the same time
    Downloads
  • 3.15.01 bbed22fe99

    3.15.01 Stable

    naquilini released this 2024-08-28 12:42:56 +00:00 | 8 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 | 11 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 | 12 commits to main since this release

    Release Notes

    Bug Fixes

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