93 Commits

Author SHA1 Message Date
Emmanuel Engelhart
11e5bb3ed4
Use java-libkiwix 2.1.1 2024-05-03 22:38:34 +02:00
Emmanuel Engelhart
68dd59432c
Use libkiwix-java 2.1.0 2024-04-22 19:37:29 +02:00
MohitMaliFtechiz
f2e44e02c4 Upgraded many dependencies of our project.
* Upgraded test cases and project dependencies.
* Refactor test cases and project code according to the new changes in dependencies.
2024-03-04 21:18:04 +05:30
MohitMaliFtechiz
23ede348cc Upgraded java-libkiwix to 2.0.0
* A new version of java-libkiwix has been released so we are using the new version of java-libkiwix in our project.
2024-02-06 12:51:24 +05:30
MohitMaliFtechiz
4796137fad Upgraded webkit version to latest to work with latest chromium dependencies.
* Upgraded the `WebKit` version to the latest (from 1.3.0 to 1.7.0) to leverage improvements and bug fixes. This update is essential to address the issue with the latest `chromium` dependency, as outlined in #3644.
* Additionally, elevated the `androidx.annotation:annotation` dependency from `1.1.0` to `1.2.0` to meet the requirements of the updated WebKit version.
2024-01-02 17:06:52 +05:30
MohitMali
a8b41f5b15 Introduce 'MaterialShowCase' feature to provide user education on the file transfer functionality. 2023-10-21 22:03:56 +02:00
MohitMali
6e0336ebf7 Using newly published 'libkiwix 1.0.0' from maven 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
MohitMaliFtechiz
f5d83c2e17 Upgraded test dependencies to support latest emulator
* Upgraded espresso-contrib dependency from 3.3.0 to 3.5.1
* Upgraded espresso-core dependency from 3.5.0 to 3.5.1
* Upgraded espresso-intents dependency from 3.5.0 to 3.5.1
* Upgraded espresso-web dependency from 3.5.0 to 3.5.1
* Upgraded barista dependency from 4.0.0 to 4.3.0
* Upgraded mockk dependency from 1.13.4 to 1.13.5
* Upgraded uiautomator dependency from 2.2.0 to 2.3.0-alpha03
2023-05-04 12:09:40 +02:00
Daniel Tang
f0096a63f8 Fix build on Java 19 2023-03-30 10:25:18 +02:00
MohitMaliFtechiz
c965020ade Upgraded android gradle version to 8.0 2023-03-29 09:14:46 +02:00
Daniel Tang
73fbceb387
Remove misleadingly unused library versions 2023-03-19 01:40:17 -04:00
MohitMali
7cbc40979a Removed squidb code 2023-01-27 16:15:53 +01:00
MohitMali
d7259e8dd2 Upgraded test dependencies to latest stable version 2023-01-13 12:38:28 +05:30
MohitMali
e6679bc0d1 Removed deprecated gradle features from the project 2023-01-03 14:35:55 +05:30
MohitMali
5198225972 Enhancement in tests for reducing CI failure 2022-11-18 11:42:37 +05:30
MohitMali
975a4ea854 Update KiwixLib to 10.1.1 2022-09-13 06:42:41 +02:00
MohitMali
5ad4e6167a Remove JCenter and update kiwixlib 2022-08-19 16:55:22 +05:30
MohitMali
c9ccfe7cca Remove Play Core Services 2022-08-18 19:23:12 +05:30
MohitMaliFtechiz
e1a688ce30 Fixing test cases failure 2022-07-26 18:10:03 +02:00
MohitMaliFtechiz
f69aa3521a make compatibility with android 13 and upgrading espresso 2022-07-26 18:10:03 +02:00
MohitMaliFtechiz
14f1adced2 upgrading navigation and resolve fetch lib errors 2022-07-26 18:10:03 +02:00
MohitMaliFtechiz
c844eb102d Upgradting leak canary 2022-07-26 18:10:03 +02:00
MohitMali
3a14a74090 Fix missing architecture in object box 2022-07-26 18:04:17 +02:00
MohitMaliFtechiz
ee682b0046 upgrade to kotlin 1.7.0 2022-07-01 19:19:44 +02:00
MohitMali
4b6f4cb0db fixing merging issue with develop 2022-06-27 21:22:13 +02:00
MohitMaliFtechiz
85f748aa8c Changes after review 2022-06-20 13:24:05 +05:30
MohitMaliFtechiz
32d672fd72 merging fixes with develop 2022-06-20 13:23:44 +05:30
MohitMali
cadf1265a8 Removing swipe refresh layout implementation 2022-05-19 06:14:19 +02:00
MohitMali
9f5c58eb64 merging issue resolved 2022-05-19 06:14:19 +02:00
MohitMali
4b3f7ad554 Changes after review 2022-05-14 07:45:37 +02:00
MohitMali
0ae2610020 moving fetch2 library to jitpack 2022-05-14 07:45:37 +02:00
MohitMali
4bebd7d038 updating to maven with 2.9.1 2022-05-14 06:38:47 +02:00
Gouri Panda
a6b6305762 #2817 Migrated Barista from jcenter to maven, updated Barista version and refactored package name 2022-05-11 19:22:17 +05:30
MohitMali
871cefad3f Rebase all changes in once commit 2022-05-05 11:59:13 +05:30
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
Gouri Panda
f811915f9c update jacoco version to 0.8.7 2021-06-30 11:17:21 -07:00
Emmanuel Engelhart
846fdd93cf Bump-up fetch to 3.1.6 2021-01-22 11:10:13 +01:00
Sean Mac Gillicuddy
ae5316f393 #2299 Upgrade to Kotlin 1.4.0 - bump library versions 2020-11-19 10:41:59 +00:00
Emmanuel Engelhart
8bee14ce35 Bump-up libkiwix to version 9.4.1 2020-11-19 10:26:17 +01:00
Sean Mac Gillicuddy
7721f7266a #2107 Crash Report 3.3.1: java.lang.IllegalStateException FetchCoreUtils.getFileTempDir - resolve okhttp nflict 2020-10-12 12:40:51 +01:00
Sean Mac Gillicuddy
55a3465fa8 #2107 Crash Report 3.3.1: java.lang.IllegalStateException FetchCoreUtils.getFileTempDir 2020-10-12 11:33:57 +01:00
Sean Mac Gillicuddy
19bd06a460 #2082 Very slow search function - replace RX with Flow 2020-09-22 13:08:00 +01:00
Kelson
f4a0f3fd9f
bump kiwixlib version 9.4.0" 2020-08-28 17:23:42 +02:00
Abdul Wadood
accb557eb2 Update appcompat version 2020-08-19 16:31:23 +05:30
Frans-Lukas
f23fdfbbc8 Merge branch 'develop' of https://github.com/kiwix/kiwix-android into feature/navigation 2020-08-13 09:34:11 +02:00
Sean Mac Gillicuddy
233881ceec #2267 Increase Library versions - bump versions - dagger lint fixes 2020-08-07 10:45:16 +01:00
HissPirat
31f7c7bbf8 merge with develop 2020-08-06 14:49:51 +02: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