tvision106
095a6baac4
fix codefactor issue
2023-11-19 17:41:54 +01:00
tvision106
22e555dd39
fix some issues for long strings
2023-11-19 17:41:54 +01:00
tvision106
25c8ef322c
fix codefactor issue
2023-11-19 17:41:54 +01:00
tvision106
df10ab25e2
fix codefactor issue
2023-11-19 17:41:54 +01:00
tvision106
3857568cbd
Update the localization
2023-11-19 17:41:54 +01:00
ChrisLi
2e8c7935bc
Fix external link alert macOS ( #539 )
...
* view model
* handler
* notification name
2023-11-19 10:25:33 -05:00
Kelson
fba629ba98
Merge pull request #538 from kiwix/ci
...
Introducing Continuous Integration
2023-11-17 17:32:46 +01:00
renaud gaudin
66ee6f7759
using libkiwix release, set to 13.0.0
2023-11-17 16:10:20 +00:00
rgaudin
89f4b7ca59
Merge branch 'main' into ci
2023-11-17 16:01:41 +00:00
Kelson
c3e3aa49f5
Merge pull request #534 from kiwix/libkiwix-13
...
Support for libkiwix main (13)
2023-11-17 16:59:03 +01:00
renaud gaudin
84fc4ac780
Swicth to LibraryPtr
...
See 1dc9705597
2023-11-17 14:59:00 +01:00
Kelson
7396ee02d6
Merge pull request #533 from kiwix/few-readme-fixes
...
Multiple clarifications around system support
2023-11-17 06:33:00 +01:00
renaud gaudin
b195baa5b9
using latest nightly redirect
2023-11-16 09:53:57 +00:00
renaud gaudin
55db5807df
additional comments
2023-11-16 09:53:57 +00:00
renaud gaudin
b3a3dbadc1
Without auth key
2023-11-16 09:53:57 +00:00
renaud gaudin
67a31f0a91
Running build up to twice
...
Only “reliable” way I found to succeed build in CI
2023-11-16 09:53:57 +00:00
renaud gaudin
f8c863d29a
mark CoreKiwix.xcframework relative to root
2023-11-16 09:53:57 +00:00
renaud gaudin
da67eefdc5
import apple-development certificate
2023-11-16 09:53:56 +00:00
renaud gaudin
0a3c36417f
GH runner already has intermediate certificate
2023-11-16 09:53:56 +00:00
renaud gaudin
9298b978a5
Introducing Continuous Integration
...
Building both macOS App and iOS App on every commit on `main` and on PRs.
Build is not used/uploaded but still requires to be signed.
Signing is done by automatically requesting appropriate Dev certificate using Store API Key.
2023-11-16 09:53:56 +00:00
renaud gaudin
001136d59e
fixed image name
2023-11-16 09:53:56 +00:00
renaud gaudin
aa58f2b57b
dummy action in correct location
2023-11-16 09:53:56 +00:00
renaud gaudin
c64044d243
added dummy CI workflow
2023-11-16 09:53:56 +00:00
renaud gaudin
7ed437081d
updated README to match CoreKiwix from kiwix-build
2023-11-16 08:58:36 +00:00
Kelson
32f497c85c
Update README.md
...
Co-authored-by: rgaudin <reg@rskg.org>
2023-11-15 18:34:54 +01:00
Kelson
3362c7e26c
Update README.md
...
Co-authored-by: rgaudin <reg@rskg.org>
2023-11-15 18:34:54 +01:00
Kelson
bd23f3f4d2
Update README.md
...
Co-authored-by: rgaudin <reg@rskg.org>
2023-11-15 18:34:54 +01:00
Emmanuel Engelhart
67591eac0d
Add CoreKiwix/xcframework setup instruction
2023-11-15 18:34:54 +01:00
Emmanuel Engelhart
e0aa5876c1
Multiple clarifications around system support
2023-11-15 18:34:54 +01:00
renaud gaudin
f9a033caea
fixed image name
2023-11-13 14:03:19 +00:00
renaud gaudin
983bb7afc6
dummy action in correct location
2023-11-13 14:00:33 +00:00
renaud gaudin
0224bf62c5
added dummy CI workflow
2023-11-13 13:58:57 +00:00
renaud gaudin
8132e31b89
Swicth to LibraryPtr
...
See 1dc9705597
2023-11-11 19:37:11 +00:00
renaud gaudin
988e36b64a
Updated README to include up-to-date build instructions (CoreKiwix)
2023-11-02 17:13:49 +00:00
ChrisLi
e7e5b36303
Dependency versions & C++ interop ( #531 )
...
* modulemap
* about
* lint
* about
* attributes
* about
* about
* lint
* project
2023-10-21 17:52:27 -04:00
ChrisLi
550f02c75e
C++ interop ( #530 )
...
* setup
* delete old code
* project
* ignore
* remove stray file
* module map
* copy module map
2023-10-21 10:04:59 -04:00
ChrisLi
fa397a905f
Version 3.2 ( #523 )
...
* view model
* setup
* library
* changelog
* macOS
* purge cache
3.2
2023-09-26 21:12:59 -04:00
ChrisLi
20d4ef29c0
File open and import ( #515 )
...
* open file button & handler
* open file in library
* file handler
* OpenFileContext
* open file action
* file owner
* remove tab id property
* disable open file button multi selection
2023-08-21 08:55:56 -04:00
ChrisLi
a7ab087ab2
Commands ( #514 )
...
* increase layout debouncing
* PageZoomCommands
* NavigationCommands
* other macOS commands
* refactor focus
2023-08-18 09:05:27 -04:00
ChrisLi
ba6e702398
Split tabs & app structure ( #513 )
...
* browser
* bookmarks
* webview
* browser
* remove introspect
* view models
* app structure
* welcome
* app structure
* webview delegates
* external link and alert handler
* WKUIDelegate
* view model
* view model
* webview
* webview
* bookmark
* webview
* welcome
* search
* compact
* restructure
* app structure
2023-08-16 20:43:03 -04:00
ChrisLi
e2ab2dcd2d
Search in multi tab setup 1/2 ( #512 )
...
* project
project
project
* existing
existing
existing
* browser
browser
browser
browser
browser
browser
browser
browser
browser
browser
2023-07-27 08:58:26 -04:00
ChrisLi
8790ed9e27
Settings in multitab setup ( #510 )
...
* move
* project
* existing code
* controller
* settings
* settings
* enum
2023-07-22 10:33:27 -04:00
ChrisLi
eecbc3ef32
Library compatibility in a multi tab setup ( #509 )
...
* project
* existing code
* controller
* library
* browser
2023-07-20 08:40:53 -04:00
ChrisLi
77ff1c48b7
Multitab Browser Setup ( #505 )
...
* project
* existing code
* webview
* controller
* browser
2023-07-04 18:08:14 -04:00
ChrisLi
c03174b92c
iOS / iPadOS tab management setup ( #503 )
...
* coredata & entity
* project
* App
* model
* root view
* controller
* changelog
2023-06-30 18:26:06 -04:00
Chris Li
274f2e9c32
Amending changelog
2023-06-27 09:24:53 -04:00
ChrisLi
ec98e3c205
Revert HTTP 206 ( #502 )
...
* revert
* changelog
* version
2023-06-27 09:21:41 -04:00
Chris Li
304d8a6285
Revert "Combined reading view model ( #497 )"
...
This reverts commit bcd995bf565cf04c64ae9a6984a7cacd470d0a24.
2023-06-11 09:25:11 -04:00
ChrisLi
bcd995bf56
Combined reading view model ( #497 )
...
* adding code to ReadingViewModel
* view model
* sheet
* alert
* alert
* on change
2023-06-02 09:07:07 -04:00
Chris Li
bea8727fad
Enable hardened runtime on macOS
3.1
2023-05-21 09:40:58 -04:00