23 Commits

Author SHA1 Message Date
MohitMaliFtechiz
52fefe7df7 Moved version-related properties from individual build.gradle files to a common configuration file (Config.kt).
* The `Config.kt` now holds the version information we can directly change the versionCode here and it will automatically replace in both gradle files.
* Removed duplicate version configurations from build.gradle files.
2023-11-21 12:44:37 +05:30
Emmanuel Engelhart
45c12e7272
Bump-up version to 3.8.0 2023-11-20 16:34:15 +01:00
MohitMali
6e0336ebf7 Using newly published 'libkiwix 1.0.0' from maven 2023-09-18 19:13:20 +02:00
MohitMali
75fab0635e Refactored search functionality according to the new wrapper 2023-09-18 19:13:20 +02:00
MohitMaliFtechiz
e69499fa03 Removed the relinker dependency from the project, since now we are loading the .so files on the libkiwix side. Enabled the loadICUData method, since now it is fixed on the libkiwix side. Search and server is now starting successfully, but need some refactoring, for that see next commit. 2023-09-18 19:13:20 +02:00
MohitMali
161337a818 Start using libkiwix 11.0.0 from maven, loading wrappers .so files for fixing the jni crash which we have missed loading in libkiwix 2023-09-18 19:13:20 +02:00
MohitMali
d62d43957e Refactored the code to support the java-libkiwix 11.0.0 2023-09-18 19:13:20 +02:00
Emmanuel Engelhart
a2d4b1f55c
Bump-up version to 3.7.1 2023-06-05 21:55:16 +02:00
MohitMaliFtechiz
f6c00a8eba Update version number for 3.7.0 release 2023-05-12 12:30:05 +05:30
MohitMali
7cbc40979a Removed squidb code 2023-01-27 16:15:53 +01:00
MohitMali
5ad4e6167a Remove JCenter and update kiwixlib 2022-08-19 16:55:22 +05:30
MohitMali
8e53bfaa17 release 3.6.0 2022-07-29 19:35:41 +05:30
MohitMaliFtechiz
32d672fd72 merging fixes with develop 2022-06-20 13:23:44 +05:30
MohitMali
2c067fbf80 Migrated squidb dependency JCenter to jitpack 2022-05-16 10:31:57 +05:30
MohitMali
0ae2610020 moving fetch2 library to jitpack 2022-05-14 07:45:37 +02:00
MohitMali
2ed2843540
Changes after review 2022-04-29 19:19:29 +02:00
MohitMali
919f23cefb
changes after review 2022-04-29 19:19:29 +02:00
MohitMali
16f3dd2e64
a) Directory changed from app specific to public now its sharable. b) Library androidx document addition c) this resolve issue file deleting after uninstall the app d) this also resolve bug related to zim file not able to load from app specific folder in android 10 and above. 2022-04-29 19:19:29 +02:00
Sean Mac Gillicuddy
19bd06a460 #2082 Very slow search function - replace RX with Flow 2020-09-22 13:08:00 +01:00
Sean Mac Gillicuddy
03f97027a2 #2222 Impossible to read warc2zim generated ZIM files - support service workers - load war2c as asset 2020-08-05 11:05:06 +01:00
Ashutosh Singh
bd5f9be5c8 MaterialCardView 2020-03-31 14:33:47 +05:30
Sean Mac Gillicuddy
4d65a6a22b #1786 Upgrade kiwixlib - bump version and change JniKiwixLibrary->Library 2020-02-21 15:01:40 +00:00
Sean Mac Gillicuddy
7d74969dd9 #947 convert build.gradle to build.gradle.kts 2019-11-29 13:54:28 +00:00