41 Commits

Author SHA1 Message Date
Balazs Perlaki-Horvath
89ab9d7d42 Split and rename viewModels 2025-04-15 22:25:30 +02:00
Balazs Perlaki-Horvath
9544df0702 Fix NavigationCommands for iOS 2025-03-28 21:38:23 +01:00
Balazs Perlaki-Horvath
030bb95c98 Fix background tasks for live activity 2025-03-28 13:48:18 +01:00
Balazs Perlaki-Horvath
9f7afe6809 Use instant updates 2025-03-28 13:48:18 +01:00
Balazs Perlaki-Horvath
7e0f63967d Fix background mode scheduler for live activities 2025-03-23 20:36:25 +01:00
Balazs Perlaki-Horvath
5c791e4277 Use strong 2025-03-22 19:37:53 +01:00
Balazs Perlaki-Horvath
dee6b35b87 Fixlint 2025-03-22 19:13:15 +01:00
Balazs Perlaki-Horvath
6641a61b3c Handle background downloads to update live activities 2025-03-22 19:06:27 +01:00
Balazs Perlaki-Horvath
0398ce825d Move Donation to a view modifier 2025-03-10 00:28:17 +01:00
Balazs Perlaki-Horvath
462cfb13bb Move donation pop up to root 2025-03-10 00:22:47 +01:00
Balazs Perlaki-Horvath
a98cc5cace Navigate to downloads via deeplink 2025-03-07 11:31:36 +01:00
Balazs Perlaki-Horvath
4aa465e878 Revert "Remove live activities from release 3.8.0"
This reverts commit 659d8ee6aa042114749173d9153711c92a57178b.
2025-03-07 11:31:36 +01:00
Balazs Perlaki-Horvath
659d8ee6aa Remove live activities from release 3.8.0 2025-03-02 01:27:29 +01:00
Balazs Perlaki-Horvath
a68da68a27 Delayed Activity Service 2025-02-03 15:00:25 +01:00
Balazs Perlaki-Horvath
fd3e5daa3f Generate widgets 2025-02-03 15:00:25 +01:00
Balazs Perlaki-Horvath
b3ab2ce4dc Hide tab for iPad on loading, when there's no local ZIM files 2024-10-07 00:22:32 +02:00
Balazs Perlaki-Horvath
35827b43a3 Fix iOS warning 2024-09-20 11:40:16 +02:00
Balazs Perlaki-Horvath
140188ecc4 Buildable version 2024-09-20 11:40:16 +02:00
Balazs Perlaki-Horvath
94e552a8c6 Centralise migrations 2024-09-08 18:40:05 +00:00
Balazs Perlaki-Horvath
d196d09271 Migrate scheme from kiwix to zim 2024-09-08 18:40:05 +00:00
Balazs Perlaki-Horvath
818014d147 Auto refresh on foregrounding 2024-08-12 21:40:28 +02:00
Balazs Perlaki-Horvath
addd005bfa Remove background task 2024-08-12 21:40:28 +02:00
Balazs Perlaki-Horvath
611b7c39ea Single background context for DB 2024-07-24 00:30:50 +02:00
Balazs Perlaki-Horvath
ad07bc53c6 Fix file export extension and make it more generic 2024-07-01 02:04:41 +02:00
Balazs Perlaki-Horvath
50d1420e33 Group together the url scheme types 2024-06-08 15:22:26 +02:00
Balazs Perlaki-Horvath
fa1aa99ce3 Share PDF added 2024-04-19 11:10:52 +02:00
Balazs Perlaki-Horvath
db47f8cda8 Export file option for iOS 2024-04-19 11:08:53 +02:00
Balazs Perlaki-Horvath
ec98aae051 Update header style, add Xcode template, update XcodeGen 2024-04-06 10:19:47 +02:00
Emmanuel Engelhart
f40b838ec9 Remove empty characters at end of lines 2024-04-05 18:20:18 +02:00
Emmanuel Engelhart
21f862d927 Remove not (GPL) compliant copyright claims 2024-04-05 18:20:18 +02:00
Emmanuel Engelhart
d6c23073aa Add GPL headers 2024-04-05 18:20:18 +02:00
Balazs Perlaki-Horvath
71da750d6a Renames, delete old ZIM file post migration, fix Main thread issues 2024-03-11 13:46:12 +01:00
Balazs Perlaki-Horvath
ddb5a33e96 Custom apps bookmark migration 2024-03-09 12:57:50 +01:00
Balazs Perlaki-Horvath
38041d6f2d #603 remove default/enforced language code solution 2023-12-29 13:43:25 +01:00
Balazs Perlaki-Horvath
aad7a8b423 #594 Enforce localization 2023-12-17 15:03:45 +01:00
Balazs Perlaki-Horvath
d5dfb03ab0 Revert headers 2023-12-04 00:07:55 +01:00
Balazs Perlaki-Horvath
1c7b6edcce Custom app support 2023-12-03 11:26:32 +01:00
ChrisLi
fa397a905f
Version 3.2 (#523)
* view model

* setup

* library

* changelog

* macOS

* purge cache
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