2940 Commits

Author SHA1 Message Date
Gouri Panda
50d0941fc3 Set playstore track from alpha to internal 2023-06-02 13:13:27 +02:00
MohitMaliFtechiz
ff96685f56 Fixed fullscreen feature is broken in custom app 2023-05-31 18:42:37 +03:00
MohitMaliFtechiz
8b629b6b91 Fixed strict mode policy violation while deleting files in library screen 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
3d9bb3b47a Fixed strict mode violation while opening book from library screen 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
17c5d8a3d0 Fixed Strict mode policy on settings fragment 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
0a16f177a2 Fixed strict mode policy while changing tabs (Reader to Library, library to reader by clicking bottom navigation buttons) it also fixed the red effects while clicking on navigation items e.g bookmarks, history, notes, wifi hostspot, help 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
0ac73a9245 Fixed application crash on android 21
* FileObserver(File(path), Int) constructor is supported starting from Android 24. In versions prior to Android 24, this new constructor is not supported by the Android OS.
2023-05-26 17:20:11 +03:00
MohitMaliFtechiz
662f79b1d6 Fixed deprecated constructor of FileObserver 2023-05-26 17:20:11 +03:00
MohitMaliFtechiz
c2b7076363 Removed QUERY_ALL_PACKAGES permission 2023-05-26 16:25:51 +03:00
MohitMaliFtechiz
d84cf37314 Fixed deprecated resources.getColor(Int) method 2023-05-26 16:25:20 +03:00
MohitMaliFtechiz
16b1ddfbce Fixed online content(Zim files) are removed if there is no internet connection 2023-05-26 10:38:43 +03:00
Gouri Panda
9b1894d825 Removed package permission from core to app package 2023-05-25 23:43:30 +05:30
Shashank
3020ed0008 Fixed CodeFactor Issues 2023-05-24 12:45:41 +05:30
Shashank
bc98a335b6 fixes codefactor issues 2023-05-24 12:45:41 +05:30
translatewiki.net
f542b2bf25 Localisation updates from https://translatewiki.net. 2023-05-19 14:28:42 +02:00
MohitMaliFtechiz
f6c00a8eba Update version number for 3.7.0 release 2023-05-12 12:30:05 +05:30
MohitMaliFtechiz
7e350e0975 Added restoreState in navgraph to restore the previous state 2023-05-08 12:48:39 +05:30
MohitMaliFtechiz
9321a8cb7d Fixes of unable to navigate between the fragments 2023-05-07 14:23:34 +02:00
MohitMaliFtechiz
2e0b314d75 Fixed KiwixSplashActivityTest (Wanted to match 1 intent. Actually matched 0 intents) error. Added some more system dialog messages, if they are visible then it will close those dialogs. Added some delay before opening the navigation drawer. 2023-05-04 12:09:40 +02:00
MohitMaliFtechiz
e8b55ce000 Fixed DownloadTest on android 13 2023-05-04 12:09:40 +02:00
MohitMaliFtechiz
810df2ba13 Fixed (Method cannot be called on the main application thread) for BaristaSleepInteractions.sleep() method in KiwixSplashActivityTest 2023-05-04 12:09:40 +02:00
MohitMaliFtechiz
2338212b2c Closed system ui not responding dialog if visible 2023-05-04 12:09:40 +02:00
MohitMaliFtechiz
bcd85d91ba Increased timeout for waiting views for android 13 emulator 2023-05-04 12:09:40 +02:00
MohitMaliFtechiz
f5665b6fc6 Fixed (Failed to instantiate test runner class) on android 13 emulator 2023-05-04 12:09:40 +02:00
MohitMaliFtechiz
8ec917a7cd Re-enabled all test cases for android 13 2023-05-04 12:09:40 +02:00
Shashank
c8e1de11f6 fixing snackbar hidden issue using anchor 2023-04-27 15:38:20 +05:30
Shashank shetty
3aa867fecd
Merge branch 'develop' into fix-issue-3298 2023-04-25 17:21:17 +05:30
Shashank
9da22b9c27 fixes snack bar hidden issue 2023-04-25 15:05:14 +05:30
translatewiki.net
ba0d8dac65 Localisation updates from https://translatewiki.net. 2023-04-24 13:09:56 +02:00
MohitMaliFtechiz
ec5e7ffcbe Fixed Downloading ZIM files are not working in Play Store Variant 2023-04-16 20:29:11 +02:00
MohitMaliFtechiz
d318723840 Added test cases for Tab closed feature 2023-04-13 20:53:15 +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
d7a9e9323a Removed unused files
As we are already testing the downloads in DownloadTest, InitialDownloadTest and this test files are unused now so we are removing these.
2023-04-11 13:05:26 +05:30
MohitMaliFtechiz
ce71814076 Moved FileUtilsTest from androidTest package to test package, because in mockk 1.13.4 we can not use mockk in androidTest package and moved testDecodeFileName test into FileUtilsInstrumentationTest becuase FileUtils.getDecodedFileName() method needs to run in androidTest package 2023-03-30 10:25:18 +02:00
MohitMaliFtechiz
ae62813dce Removed deprecated method, unused code and fixed lint error 2023-03-30 06:23:55 +02:00
Ashish Yadav
7d651ff382 updated menu API 2023-03-30 06:23:55 +02:00
Ashish Yadav
bc89bdf41c replaced the depreacted menu APIs 2023-03-30 06:23:55 +02:00
Ashish Yadav
50a49eb8a6 replaced the depreacted menu API 2023-03-30 06:23:55 +02:00
MohitMaliFtechiz
1864b946ca replaced the deprecated setHasOptionsMenu(true) with new API provided by google 2023-03-30 06:23:55 +02:00
Gouri Panda
52b8b83b5d #3279 added test case for this 2023-03-28 19:07:17 +02:00
MohitMaliFtechiz
46312ce99f Download automatically start after giving notification permission, remove asking again notification permission if user for first time 2023-03-24 16:49:58 +01:00
MohitMaliFtechiz
6886afd5a5 Changes after review 2023-03-24 16:49:58 +01:00
MohitMaliFtechiz
5aa94b741c Enabled post notifications in android 13 2023-03-24 16:49:58 +01:00
MohitMaliFtechiz
f511efc2f4 Added automated test cases for library visible or not after downloading zim files 2023-03-24 16:14:41 +01:00
MohitMaliFtechiz
0a19f7f96c Improve requestFileSystem method 2023-03-24 16:14:41 +01:00
MohitMaliFtechiz
d4b4380973 Fixed library showing blank screen in android 13 2023-03-24 16:14:41 +01:00
translatewiki.net
7802b8e9ca Localisation updates from https://translatewiki.net. 2023-03-23 13:08:09 +01:00
MohitMali
09656a099d Fixed Endless media access permission request 2023-03-15 12:29:08 +05:30
MohitMali
f17911b30e Fixes of Display Navigation History 2023-03-10 06:26:57 +01:00
MohitMali
47cddb0964 Fixed downloading start after clicking on storage selection dialog if file system has not enough space 2023-03-06 18:41:09 +01:00