26 Commits

Author SHA1 Message Date
MohitMaliFtechiz
55bcccce8c Migrating the ErrorActivity in jetpack.
* Added the jetpack compose libraries in project.
2025-03-07 23:04:07 +01:00
MohitMaliFtechiz
db41f1d876 Upgraded the Gradle version to 8.7.2 which is required for Android 15.
* Upgraded the `kotlin_coroutines` dependency to `1.10.1`.
* Upgraded the `espresso` dependency to `3.6.1`.
* Upgraded the `tracing` dependency to `1.2.0`.
* Upgraded the `espresso` dependency to `3.6.1`.
* Upgraded the `material` dependency to `1.12.0`.
* Upgraded the `webkit` dependency to `1.12.1`.
* Upgraded the `room` dependency to `2.6.1`.
2025-01-03 17:06:48 +01:00
MohitMaliFtechiz
08c054586a Upgraded the dagger version to 2.53.1.
* Upgraded the ksp version to `2.0.0-1.0.24`.
* Upgraded the kotlin version to `2.0.0`.
* Upgraded the objectbox version to `4.0.3`.
* Removed the deprecated `runBlockingTest` from test cases which was giving compilation error because it is permanently removed in this version of kotlin.
* Replaced some deprecated methods with new methods that is deprecated in latest version of gradle.
* Fixed some string lint issues.
2025-01-03 17:06:48 +01:00
MohitMaliFtechiz
4a423642fb Fixed: lint errors. 2024-12-23 18:47:14 +05:30
MohitMaliFtechiz
9eebd2b750 Removed the TypographyQuotes issue from lintConfig file since the issue has been fixed on the upstream. 2024-08-16 15:35:10 +00:00
MohitMaliFtechiz
8cd58a8136 Improved the tasks according to the new gradle. 2024-08-16 15:35:10 +00:00
MohitMaliFtechiz
0b4bc66858 Fixed unit coverage test cases.
* Upgraded the jacoco dependency to `0.8.12`.
* Fixed StartSpeechInputTest was failing.
2024-08-16 15:35:10 +00:00
MohitMaliFtechiz
d7a870c562 Suppressed TypographyQuotes lint error after upgrading the gradle. 2024-08-16 15:35:10 +00:00
MohitMaliFtechiz
04868ecfdd Fixed: Numerous issues with links were reported by the Play Store.
* The Play Store highlighted the need to add "/" to the beginning of the `android:pathPattern`. As a result, we have now included "/" at the beginning of all `android:pathPattern` instances to ensure compatibility with the Play Store.
* Additionally, the `android:autoVerify="true"` attribute has been added to intent filters to verify domain ownership. This was identified as an issue by both the Play Store and the App Links Assistant tool in Android Studio.
2023-11-25 10:14:53 +01:00
MohitMali
632bb4a528 Refactored code to remove lint errors
* Now our minimum SDK version is 24 and we are using some conditions placed on behalf of this api level which are unused now, so we have removed those conditions.
* Removed `CompatV21` file as now it is unused.
* Renamed `CompatV23` to `CompatV24` and refactored the code to support our new minimum api level.
* Refactored `NetworkUtilsTest` to support api level 24.
2023-09-18 19:13:20 +02:00
MohitMaliFtechiz
c965020ade Upgraded android gradle version to 8.0 2023-03-29 09:14:46 +02:00
MohitMali
e6679bc0d1 Removed deprecated gradle features from the project 2023-01-03 14:35:55 +05:30
MohitMali
a79cb719a5 Re-enable download test 2022-11-25 11:26:26 +05:30
MohitMali
8617cc00ed Add test case for Initial Download 2022-09-26 16:45:17 +02:00
MohitMali
a581b4ef0e Search functionality fix and Test Added 2022-08-02 18:52:47 +05:30
MohitMaliFtechiz
421c5693dc Fix create instrumentation coverage failure 2022-07-01 19:19:44 +02:00
MohitMaliFtechiz
f7a00b4fe0 Review changes and rebase 2022-06-27 21:22:13 +02:00
MohitMali
4b6f4cb0db fixing merging issue with develop 2022-06-27 21:22:13 +02:00
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
Abdul Wadood
9f1fa5d206 Remove unused imports
Ignore ConvertToWebp lint error
2020-08-19 16:31:01 +05:30
Sean Mac Gillicuddy
44dd5ebdcf update typography and ignore typos in tr 2020-05-01 09:53:32 +01:00
Sean Mac Gillicuddy
ff62179e4b #1274 Lint Baseline Issues - fix or suppress errors in app&core 2020-04-29 13:54:16 +01:00
Sean Mac Gillicuddy
74585381b2 - Ignore DuplicateStrings for translations - Stop duplicating a string in English - Get erros for duplicate strings in - remove unused uplicate string in translations - update 1 string to use elipsis character 2020-03-31 12:59:45 +01:00
Sean Mac Gillicuddy
e510b87d02 #1275 Lint Issue: Duplicate Strings - suppress looking in gradle cache for duplicates 2020-02-20 16:14:47 +00:00
Sean Mac Gillicuddy
f9cad1f048 exclude files from some lint issues 2020-02-06 15:37:21 +00:00