-
3.16.09 Stable
released this
2024-10-29 07:42:47 +00:00 | 12 commits to main since this releaseBreaking 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
- drop support for iOS versions <
-
3.15.08 Stable
released this
2024-10-18 12:38:16 +00:00 | 13 commits to main since this releaseRelease 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
-
3.15.02 Stable
released this
2024-09-05 16:05:45 +00:00 | 17 commits to main since this releaseRelease 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
-
3.15.01 Stable
released this
2024-08-27 16:08:39 +00:00 | 18 commits to main since this releaseRelease 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 Stable
released this
2024-07-30 10:39:42 +00:00 | 19 commits to main since this releaseRelease 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
orCancel
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.06 Stable
released this
2024-06-13 10:33:57 +00:00 | 20 commits to main since this releaseRelease 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
-
3.13.02 Stable
released this
2024-05-17 11:01:11 +00:00 | 21 commits to main since this releaseRelease 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
-
3.13.01 Stable
released this
2024-05-02 15:08:24 +00:00 | 22 commits to main since this releaseRelease 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
- Allow loading of
-
3.13.00 Stable
released this
2024-04-25 10:28:00 +00:00 | 25 commits to main since this releaseRelease Notes
Breaking Changes
- Added support for
lockedOrientation
andlockedOrientationDevice
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
toSwipe
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
- Added support for
-
3.12.05 Stable
released this
2024-04-17 16:38:58 +00:00 | 26 commits to main since this releaseRelease 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