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
aa86a88acb
Fixed Auth.kt file using some deprecated method
2023-06-28 18:27:50 +02:00
MohitMaliFtechiz
c18c9d7bba
Fixes for some Lint options have been deprecated in newer Gradle versions.
...
We have introduced a new method, configureCommonExtension, in the AllProjectConfigurer.kt file since Lint is only available in CommonExtension. This allows us to configure Lint in one place for every module. Previously, we couldn't directly use Lint in the android-library project, but with this approach, we can now configure Lint for the android-library project as well.
2023-06-27 17:22:59 +02:00
MohitMaliFtechiz
f45816565e
Fixed setting android:extractNativeLibs=false in manifest file is deprecated
2023-06-13 13:11:55 +02:00
Gouri Panda
50d0941fc3
Set playstore track from alpha to internal
2023-06-02 13:13:27 +02:00
MohitMaliFtechiz
2e4bb76cec
Fixes of Better communication about min/max SDK/Android version supported
2023-06-01 16:56:52 +02:00
MohitMaliFtechiz
41ea7376c5
Replace deprecated exclude method with resources.excludes
2023-05-25 18:13:19 +03:00
MohitMaliFtechiz
093384d00f
Upload apk on play store instead of uploading the app bundle
2023-05-25 17:18:18 +05:30
Shashank
bc98a335b6
fixes codefactor issues
2023-05-24 12:45:41 +05:30
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
MohitMaliFtechiz
00b2932fc9
Fixes of error in uploading custom apps on play store
2023-04-21 12:41:10 +05:30
MohitMaliFtechiz
6afcc2d192
Removed unused imports
2023-04-19 19:53:49 +02:00
MohitMaliFtechiz
defedb495a
Removed deprecated versionCodeOverride and versionNameOverride uses from custom application
2023-04-19 19:53:49 +02:00
MohitMaliFtechiz
fd26fd370b
Removing the deprecated method and uploading only the aab file for custom apps on play store
2023-04-19 19:53:49 +02:00
MohitMaliFtechiz
7f38468c31
Upload bundle on playstore instead of apk for custom apps
2023-04-19 19:53:49 +02:00
MohitMaliFtechiz
aee9d28d9d
Changed secret key as PLAYSTORE_JSON
...
We have updated the release.yml file to use the new PLAYSTORE_JSON secret key instead of the google_json secret key that was previously used to get credentials. As part of this update, we have renamed the google.json file to playstore.json for better naming consistency with the new secret key.
2023-04-13 12:57:34 +02:00
MohitMaliFtechiz
8e136b77c5
Removed extra added ignore lint warnings
2023-03-30 10:25:18 +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
f473e7f92e
Fixed lint issue CheckResult
2023-01-17 18:42:12 +05:30
Emmanuel Engelhart
f74c786d2c
Fixes format of nightly filename date
2023-01-14 14:41:58 +01:00
MohitMali
d7259e8dd2
Upgraded test dependencies to latest stable version
2023-01-13 12:38:28 +05:30
MohitMali
cb98558120
Change nightly APK filename
2023-01-11 14:09:26 +01:00
MohitMali
e6679bc0d1
Removed deprecated gradle features from the project
2023-01-03 14:35:55 +05:30
MohitMali
fabb6981ee
Removed explicit NDK version from project
2022-12-30 14:32:23 +05:30
MohitMali
aaba8d1c55
Introduce detecting memory leak on CI
2022-12-19 21:07:16 +01:00
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
MohitMaliFtechiz
859bc35eaf
android 13 targeting
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
421c5693dc
Fix create instrumentation coverage failure
2022-07-01 19:19:44 +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
afa6176b59
version change for jacoco and introduce codecov runner
2022-06-20 13:23:57 +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
2c067fbf80
Migrated squidb dependency JCenter to jitpack
2022-05-16 10:31:57 +05:30
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