-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build number * bump build * Search queue * ZimMultiReader search update * Search Operations remove dependency * Remove dependencies in library refresh and scan * remove procedure kit * Migrate to swift 5 * fix bar button issue * SwiftyUserDefaults Update * Update switch cases * remove unused keys * Upgrade realm version * search result table readable width * Disable layout constraint break point * Update library master controller data source * migrate language config * Fix issues in info.plist * Add a change log * update readme
- Loading branch information
1 parent
9368a19
commit bef93e8
Showing
32 changed files
with
256 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "submodules/ProcedureKit"] | ||
path = submodules/ProcedureKit | ||
url = /~https://github.com/ProcedureKit/ProcedureKit.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## 1.9.7 (Jul 7, 2019) | ||
|
||
- fix: memory usage issue when performing searches | ||
- maintance updates: | ||
- swift 5.2, version bump of libkiwix, realm and SwiftyUserDefaults | ||
- removed third party library ProcedureKit, now use Foundation.OperationQueue to handle async tasks | ||
|
||
## 1.9.6 (May 10, 2019) | ||
|
||
- updated user feedback email address to `contact.kiwix.org` | ||
- dropped support for external indexes | ||
- improved iOS 12 support | ||
- new version of libkiwix and Swift 4.2 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,26 @@ | ||
PODS: | ||
- ProcedureKit (5.2.0): | ||
- ProcedureKit/Standard (= 5.2.0) | ||
- ProcedureKit/Standard (5.2.0) | ||
- Realm (3.14.1): | ||
- Realm/Headers (= 3.14.1) | ||
- Realm/Headers (3.14.1) | ||
- RealmSwift (3.14.1): | ||
- Realm (= 3.14.1) | ||
- SwiftyUserDefaults (3.0.1) | ||
- Realm (3.17.0): | ||
- Realm/Headers (= 3.17.0) | ||
- Realm/Headers (3.17.0) | ||
- RealmSwift (3.17.0): | ||
- Realm (= 3.17.0) | ||
- SwiftyUserDefaults (4.0.0) | ||
|
||
DEPENDENCIES: | ||
- ProcedureKit (from `submodules/ProcedureKit`) | ||
- RealmSwift | ||
- SwiftyUserDefaults | ||
- SwiftyUserDefaults (~> 4.0) | ||
|
||
SPEC REPOS: | ||
/~https://github.com/cocoapods/specs.git: | ||
- Realm | ||
- RealmSwift | ||
- SwiftyUserDefaults | ||
|
||
EXTERNAL SOURCES: | ||
ProcedureKit: | ||
:path: submodules/ProcedureKit | ||
|
||
SPEC CHECKSUMS: | ||
ProcedureKit: deafeab083a0c5e45e4b02379e0ffa316d03db29 | ||
Realm: e12c9c2387d05c5bba3a9c394838f5870e85763b | ||
RealmSwift: a82eab9b04c3e1616082c7e17aa300740847769c | ||
SwiftyUserDefaults: 3d273b1739b68ada3145dc754a70ec775bc5c8be | ||
Realm: b30db41ff34fc858ffc25ba8d44a82c164e7ccd0 | ||
RealmSwift: fe733e459d60dc7b6971d4cbee2eb4854097d12c | ||
SwiftyUserDefaults: 6a1951df1daa19337862b677dd9a4b9bd4c288cd | ||
|
||
PODFILE CHECKSUM: a61f112cfe6e38dfdd6bce8817f1cd1e124cf7d7 | ||
PODFILE CHECKSUM: aef950eaf9fe0f90666e247d9c0e3157ac76b317 | ||
|
||
COCOAPODS: 1.6.1 | ||
COCOAPODS: 1.7.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.