• v3.27.00 aaeac9f166

    3.27.00 Stable

    naquilini released this 2025-11-21 11:28:49 +00:00 | 0 commits to main since this release

    Breaking Changes

    • based on React-Native 0.81.5

    Major Changes

    • avoid full app reload when theme (light/dark) changes
    • unify style of loading wheels
    • force all links to be HTTPS

    Bug Fixes

    • fix logic for tablet recognition, now we consider a tablet a device with smallestWidthDP >= 600
    • remove jumpy effect on pinch end when zoom on pages
    • fix issue when collapsing article header image
    • fix zoom in article crop mode
    • fix issue in settings page causing values not updating
    Downloads
  • v3.24.05 a5fb8f423f

    3.24.05 Stable

    naquilini released this 2025-10-10 10:31:34 +00:00 | 1 commits to main since this release

    Minor Changes

    • add article images in text article print
    • fix behavior of close and back buttons in editions page. When opening an external page they will now act as a browser history back to the previous page
    • fix margin and default dark mode color of <a> tags in ePaper articles

    Bug Fixes

    • fixed style of navigation header to avoid sizing issues during rotation
    • avoid to cut off the ePaper graphics when showing the "close edition" top banner is enabled
    • fix animation issue with "close edition" top banner
    Downloads
  • v3.24.03 3dabb7e79c

    3.24.03 Stable

    naquilini released this 2025-10-02 08:35:10 +00:00 | 2 commits to main since this release

    Breaking Change

    • Moved from JSC to Hermes JS engine

    Major Change

    Minor Changes

    • avoid reload of Contacts page upon resume from background
    • update horizontal padding of settings page upon rotation

    Improvements

    • improve behavior of zoom buttons in article graph mode
    • reduce flickering on pages and buttons when opening/closing article mode

    Bug Fixes

    • keep search open upon rotation
    • ensure that restore default settings updates settings page when open
    • fix behavior of graph increase/decrease zoom buttons
    • fix scroll indexes to avoid bouncing and exceptions when using keyboard
    • reset scale when scrolling to a page (e.g. click on a page reference)
    Downloads
  • v3.23.03 39e0efcd06

    3.23.03 Stable

    naquilini released this 2025-09-15 15:55:22 +00:00 | 3 commits to main since this release

    Breaking Changes

    • drop support of iOS versions < 15.1

    Major Changes

    • based on React Native 0.80.2

    Minor Changes

    • support to iOS Google-Mobile-Ads-SDK >= 12.0
    • add setStartupParams method to pass parameters at the SDK (e.g. issue, edition, ...)

    Improvements

    • improved responsiveness of swipe gestures on graphic pages and article graphic crop

    Bug Fixes

    • On first page update ensure that all the rest of the pages gets the proper dimensions
    • If offline and no PDF present load text.GIF to avoid blank text boxes
    Downloads
  • v3.18.19 3d5f954207

    3.18.19 Stable

    naquilini released this 2025-05-14 13:47:24 +00:00 | 6 commits to main since this release

    Minor Changes

    • make changes to Firebase/GA4 configuration force an app restart
    • support keyboard shortcuts

    Bug Fixes

    • make GA4 cookies in headless webview persist upon app closing
    Downloads
  • v3.18.16 e63bd16614

    3.18.16 Stable

    naquilini released this 2025-05-05 08:26:58 +00:00 | 7 commits to main since this release

    Minor Changes

    • Show slow network connection message if we are going to download the edition in a different mode w.r.t. to offline mode

    Bug Fixes

    • Detect 5G data connection as fast connection so that offline download mode can work correctly
    • Make headless webview GA4 analytics work also when parameters values contain single quotes
    • Fix download errors upon clear storage
    Downloads
  • v3.18.15 3d8029c38a

    3.18.15 Stable

    naquilini released this 2025-04-23 06:37:11 +00:00 | 8 commits to main since this release

    Bug Fixes

    • fix issue causing the token to be lost upon a successfully login
    • ensure that onNewsmemoryTokenExpired callback is called anytime a login call fails
    Downloads
  • v3.18.14 27925f3ed3

    3.18.14 Stable

    naquilini released this 2025-04-16 15:02:13 +00:00 | 11 commits to main since this release

    Minor Changes

    • add method setExtraGA4Params to set custom GA4 analytics params

    Bug Fixes

    • fix bug in ePaper article mode causing unexpected scroll to top of the article
    • fix issue with text-to-speech, making the button not to work correctly
    Downloads
  • v3.18.09 0fae770d26

    3.18.09 Stable

    naquilini released this 2025-03-25 09:03:58 +00:00 | 12 commits to main since this release

    Minor Change

    • added method setReferrer to set GA4 analytics page_referrer param

    Bug Fixes

    • fix issue on article mode swipe thru article causing gestures to get stuck in some situations
    • fix TTS button disappearing on article mode screen resize
    • fix position issue of special section page after rotation if not fullscreen
    Downloads
  • v3.18.06 edb4982416

    3.18.06 Stable

    naquilini released this 2025-02-27 09:43:15 +00:00 | 13 commits to main since this release

    Major Change

    • Skip continuations when loading article mode list

    Minor Changes

    • Show notification email and edit token settings only on debug apps or Tecnavia IPs
    • removed react-native-image-editor dependency

    Bug Fixes

    • Add support to ad targeting in ePaper in-story ads
    • fix sharing of 2 files in Google Drive
    • fix attachment issue in Gmail on iOS 16
    • iPhones: made swipe thru pages more smooth
    • fix potential crash on local SQLite3 database creation
    Downloads