1571 Commits

Author SHA1 Message Date
Balazs Perlaki-Horvath
fd97c3783e Replace url.path with url.contentPath 2024-06-09 13:30:29 +02:00
Balazs Perlaki-Horvath
b7d2ff5cc6 Add docs 2024-06-09 13:30:29 +02:00
Balazs Perlaki-Horvath
a1a981bd61 Add contentPath with tests 2024-06-09 13:30:29 +02:00
Kelson
0738c5cfb2
Merge pull request #794 from kiwix/793-bump-up-min-version-to-mac13-ios16
Min version to mac 13, iOS 16
2024-06-09 13:29:53 +02:00
Balazs Perlaki-Horvath
91648c77c8 Min version to mac 13, iOS 16 2024-06-09 13:10:13 +02:00
Kelson
d7cd18d3ed
Merge pull request #800 from kiwix/775-pdf-title-and-new-tab
Fix PDF tab title and opening _blank in new tab on iOS
2024-06-09 12:40:55 +02:00
Balazs Perlaki-Horvath
9ae0d4b45e Fix opening in new tab 2024-06-09 11:16:54 +02:00
Balazs Perlaki-Horvath
393f8d11b7 Fix empty title, when web title is not set 2024-06-09 10:56:08 +02:00
Kelson
167e2c350c
Merge pull request #792 from kiwix/780-mailto-links-are-not-opening-the-os-configured-mail-application
Change "mailto:" urls to be external
2024-06-09 07:54:46 +02:00
Balazs Perlaki-Horvath
32f696b7ea Rename isExternal to isUnsupported 2024-06-08 23:58:13 +02:00
Balazs Perlaki-Horvath
41c0ced10f Simplify 2024-06-08 15:24:24 +02:00
Balazs Perlaki-Horvath
50d1420e33 Group together the url scheme types 2024-06-08 15:22:26 +02:00
Balazs Perlaki-Horvath
2996310af4 Add mailto url to be external 2024-06-07 12:51:20 +02:00
Kelson
35e5160185
Merge pull request #791 from kiwix/785-on-macos-the-video-is-not-taking-up-the-full-screen
Fix macOS webView full-screen mode
2024-06-07 09:19:11 +02:00
Balazs Perlaki-Horvath
cd0c8c8062 Fix macOS webView full-screen mode 2024-06-06 21:30:06 +02:00
Kelson
2f2d43e60d
Merge pull request #790 from kiwix/784-stream-data-in-chunks-for-compressed-data-via-libzim
784 stream data in chunks for compressed data via libzim
2024-06-05 10:36:21 +02:00
Balazs Perlaki-Horvath
8b40d6d34c Remove unused key/value 2024-06-04 21:56:14 +02:00
Balazs Perlaki-Horvath
c6730875df Move DataStream to a new function 2024-06-04 21:51:20 +02:00
Balazs Perlaki-Horvath
6226415653 Use ranges for zim content if larger than 2MB 2024-06-04 21:16:28 +02:00
Balazs Perlaki-Horvath
1580b37f94 Split content data and metadata, use data stream to write 2024-06-04 20:44:53 +02:00
Kelson
1b6cb7aaa9
Merge pull request #777 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2024-06-02 20:01:33 +02:00
translatewiki.net
32592207ea Localisation updates from https://translatewiki.net. 2024-06-02 19:37:15 +02:00
Kelson
4ca95525c8
Merge pull request #778 from kiwix/773-streaming-data
773 streaming uncompressed data
2024-06-02 04:29:37 +02:00
Balazs Perlaki-Horvath
7d0e3b885e Stream uncompressed data for video and audio 2024-06-02 01:30:23 +02:00
Kelson
f373d96349
Merge pull request #783 from kiwix/775-pdf-in-nautilus-made-zim-are-not-open-via-simple-click
Add support for target=blank links
2024-05-31 16:00:29 +02:00
Balazs Perlaki-Horvath
7799039501 Add support for target=blank links 2024-05-31 15:23:28 +02:00
Kelson
20a767789d
Merge pull request #774 from kiwix/767-v2-move-video-content-loading-to-new-thread
Move HTML content loading off the UI thread (version2)
2024-05-25 17:04:53 +02:00
Balazs Perlaki-Horvath
2111ae9c62 Move checks closer 2024-05-25 10:09:45 +02:00
Balazs Perlaki-Horvath
7a59d5b506 Move checks closer 2024-05-24 22:50:56 +02:00
Balazs Perlaki-Horvath
301c185586 Move content loading to new thread 2024-05-24 20:30:46 +02:00
Kelson
9ea4aa554c
Merge pull request #770 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2024-05-24 04:06:46 +02:00
translatewiki.net
cd88ca5a6c Localisation updates from https://translatewiki.net. 2024-05-24 04:06:03 +02:00
Kelson
f35f2c24a8
Merge pull request #771 from TheRealAnt/457-full-screen-reading-mode
[457] - Immersive reading view
2024-05-24 04:04:16 +02:00
Balazs Perlaki-Horvath
23f79da8ce Remove unused import 2024-05-23 22:25:58 +02:00
Balazs Perlaki-Horvath
0fee4c9c48 Revert 2024-05-23 22:20:13 +02:00
Balazs Perlaki-Horvath
44f5c49aec Fix constraint conflict, add url observing 2024-05-23 22:12:44 +02:00
Balazs Perlaki-Horvath
78b5f003bf Simplify WebView, update Device 2024-05-23 18:14:58 +02:00
AntonieSander
3aeab9a91e [457] Add check to only enable immersive reading for iPhone devices
- Added WebView to Log.
- Added TargetDevice enum to easily check for the current device type.
2024-05-22 14:08:14 +02:00
AntonieSander
ae374b07b0 [457] - update ternary to if else 2024-05-21 10:56:36 +02:00
AntonieSander
5b223f3265 Merge branch 'main' into 457-full-screen-reading-mode 2024-05-21 01:38:04 +02:00
AntonieSander
ce2dde898c [457] - Immersive reading view
- Hiding bars when scrolling down WebView & showing when scrolling up.
- Showing bars when device rotates into landscape mode.
2024-05-21 01:34:33 +02:00
Kelson
6b7f5b079d
Merge pull request #761 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2024-05-20 00:03:36 +02:00
translatewiki.net
e161cf0cba Localisation updates from https://translatewiki.net. 2024-05-16 14:08:46 +02:00
Kelson
0f1e3c0e8d
Merge pull request #764 from kiwix/741-fix-ios-video-full-screen
Full screen fix to macOS v2 (limit to macOS only)
2024-05-15 12:06:50 +02:00
Balazs Perlaki-Horvath
989edfc720 Limit full screen fix to macOS 2024-05-15 11:21:37 +02:00
Kelson
c094aa5f15
Merge pull request #763 from kiwix/741-video-wont-enter-full-screen-on-macos
Fix macOS video full screen mode
testflight-3.4.0-01
2024-05-14 05:50:20 +02:00
Balazs Perlaki-Horvath
b312689105 Fix for iOS 2024-05-14 01:45:40 +02:00
Balazs Perlaki-Horvath
86b91f32e3 Fix macOS video full screen mode 2024-05-14 01:28:24 +02:00
renaud gaudin
b0e718c4d5
updated upload-folder as well 2024-05-09 10:04:11 +00:00
renaud gaudin
6497adf763
Fixed #760: release name to be kiwix-macos_<version>.dmg 2024-05-09 09:23:33 +00:00