72 Commits

Author SHA1 Message Date
MohitMaliFtechiz
b2e42748b4 Updated the outdated content of the README file. As now we have the file picker functionality in our PS variant, and README was showing that there is no file picker in PS variant. 2025-01-01 14:08:40 +01:00
MohitMaliFtechiz
91a382a39a Added the information about permissions used in the application in the README file to show users why and where we are using these permissions. 2025-01-01 14:08:40 +01:00
MohitMaliFtechiz
ad28e09392 Added fetch library in credits.html, and README.md files. 2024-12-19 11:43:51 +05:30
MohitMaliFtechiz
bfd9e57c12 Removed the `ButterKnife ' from the README file as we are not using this library in our project anymore.
* Also removed this library from the `credits.html` of both the app and custom modules.
2024-12-11 18:03:34 +05:30
MohitMaliFtechiz
bf84774ba9 Added IzzyOnDroid badge and link in README file instead of F-droid badge and link 2024-11-21 10:25:08 +01:00
MohitMaliFtechiz
b74e084f99 Fixed: storage spelling was incorrect in the possible paths table for the Play Store variant in the README file 2024-11-14 13:43:16 +01:00
MohitMaliFtechiz
903c1e142e Corrected all the messages related to ZIM, and improved the message of copy/move ZIM file dialog 2024-11-12 18:59:00 +05:30
MohitMaliFtechiz
3f7d0f7214 Updated the testing_release.yml to use the JAVA 17.
* Updated the README file to show that now our project requires the JAVA 17 instead of JAVA 11.
* Updated the pre-commit failed message to properly show the error information.
2024-08-16 15:35:10 +00:00
MohitMaliFtechiz
c9b43117e6 Removed the fetch library from README file.
* Also, now we are not using fetch library anymore so we have removed this from our credits files.
* Removed the unused code from detekt_baseline.xml file.
2024-08-12 17:15:42 +05:30
MohitMaliFtechiz
706c47ae6a Updated the README file to show all possible paths which are supported by the play store version for scanning/reading zim files. 2024-08-08 17:00:06 +05:30
MohitMaliFtechiz
34618aec05 Fixed: Download zim files in Android/media/org.kiwix/kiwixmobile/ folder instead of internal app-specific directory.
* Now all the downloading files will store in this public app-specific directory.
* Refactored the code to show this new location in storageSelection dialog for both internal and external storage.
* Updated the `README.md` file to educate user that how they can read already downloaded zim files in PS version.
* Refactored the test cases according to this change.
2024-08-08 16:57:31 +05:30
Shaun Burch
3c8f5a44e9 #1553 Generate & show QR 2024-07-01 22:01:53 -04:00
MohitMaliFtechiz
34928323d5 Updated minimum SDK version to 25.
* Updated the `README.md` file for this new change.
* Removed the API level 24 from CI and added the API level 25 since now our minimum SDK version is 25.
* Renamed CompatV24 file since we have upgraded the minimum SDK version so this fileName was irrelevant.
2024-05-13 13:03:21 +05:30
Emmanuel Engelhart
59531677d5
Small refresh of the README.md 2024-04-13 15:24:28 +02:00
MohitMaliFtechiz
45be2860bb Added information about JDK configuration to the README file.
* Our project requires `Java 11` to run. Therefore, developers should set the `Gradle JDK` to `Java 11`. We have included this information in the `Build Instructions` section of the `README` file.
2024-04-04 07:16:03 +02:00
MohitMaliFtechiz
4da3922a18 Updated badges and documentation.
* Fixed the badging of `Build Status` and `Codecov`.
* Since there is no `master` and `develop` branches, we have updated our `CONTRIBUTING.md` to reflect these changes.
2024-01-05 19:37:07 +05:30
MohitMaliFtechiz
f2ef85c363 Fixed: Links to Config.kt and CONTRIBUTING.md were not functioning in the README.md file.
* As we've renamed the default branch from 'develop' to 'main,' we have accordingly updated the links.
2023-12-27 16:19:44 +01:00
JJ
1a58589633
Update README.md
Fixed a very small spelling error.
2023-10-04 01:32:32 -07:00
Emmanuel Engelhart
644521c722 Add library dependence libkiiwx to the README 2023-09-18 19:13:20 +02:00
MohitMali
f7517a2272 Minimum SDK version changed to 24: The NDK version in kiwix-build has been upgraded (as mentioned in https://github.com/kiwix/kiwix-build/issues/544). However, to make this upgrade compatible, the minimum SDK version had to be updated to 24 since the NDK version is not compatible with Android API levels below 24. The README.md file has been updated to reflect the new minimum Android support version, which is now Android 7, due to the change in the minimum SDK version. Since the project's minimum SDK version is now 24, some conditions related to Android 23 and 24 have become unused. These unused conditions have been removed, and along with that, the drawable-night-23 and drawable-23 launch_screen.xml files, which were no longer in use, have also been removed. 2023-09-18 19:13:20 +02:00
Emmanuel Engelhart
c1c1cac1ee
Few rewrittings 2023-08-17 11:30:10 +08:00
MohitMaliFtechiz
416edddb9a
Updated README.md file to explain ZIM File Picker Restriction and Storage Scanning in play store variant 2023-08-17 11:21:16 +08:00
MohitMaliFtechiz
2e4bb76cec Fixes of Better communication about min/max SDK/Android version supported 2023-06-01 16:56:52 +02:00
Emmanuel Engelhart
46a5fd43bb
Polishing of localisation documentation 2023-05-09 08:08:01 +02:00
MohitMaliFtechiz
4306491ae7
Merged STRING_RESOURCES.md with README.md 2023-05-09 07:47:51 +02:00
MohitMaliFtechiz
005c134e78
Added localization instructions in the README.md file 2023-05-09 07:47:50 +02:00
Kelson
63a3995ce1
Proper CI Badge 2023-01-09 17:23:24 +01:00
Kelson
76bca0547a
Kiwix for Android is 100% Kotlin now 2023-01-08 15:45:40 +01:00
Kelson
0fa22b7027
Better (dark-mode friendly) Kiwix Logo 2023-01-08 15:44:57 +01:00
Alistair Findlay
eb4f35d657
Fixed grammar 2022-07-13 15:48:48 +10:00
Popo le Chien
91a999f3b9
Update README.md
Updated logo / fixed link
2022-05-23 16:56:13 +02:00
Popo le Chien
f944f35df6
Update README.md
updated expired Slack invitation link
2022-05-23 16:52:33 +02:00
Dhiraj Chauhan
a58cf14630
added NIghtly Badge beside CI 2021-12-04 17:54:08 +05:30
Dhiraj Chauhan
63c19e412b
#2636 Added Nightly Status Badge in Readme 2021-12-04 17:24:57 +05:30
hitesh kuber
7a36095520
updated README.md
typos removed
2020-05-27 00:50:39 +05:30
Yash Khare
56d61a7949
Fix #1794 Improve README instructions about project import 2020-02-25 11:33:49 +05:30
Abdul Wadood
679b75d009
Update README.md
Add slack workspace & invite links.
2020-02-24 18:07:42 +05:30
deborahlow97
fd38ec077a Update README with slack details 2020-02-24 18:42:26 +08:00
Kelson
9dffcc9a6b
Small imp. in the README 2020-02-05 12:51:19 +01:00
Kelson
8efdaa6354
Replace Travis-CI badge by the one from Github Actions 2020-02-05 12:44:11 +01:00
Kelson
4633dd0050
travis-ci.org -> travis-ci.com 2019-11-29 06:18:09 +01:00
Sean Mac Gillicuddy
cec5093c25 update readme to mention custom apps repo 2019-11-21 11:38:52 +00:00
Kelson
95a98d0aa1
Fix mailinglist link 2019-11-04 14:00:25 +01:00
Abdul Wadood
a2752f0fe4 Remove duplicate badge from README.md 2019-10-21 12:55:03 +05:30
Sean Mac Gillicuddy
b1e07aa2a7 update readme/contributing 2019-10-18 14:31:16 +01:00
Nitish Gadangi
2417123a13
Fixed minor grammatical errors 2019-10-06 23:03:36 +05:30
Kelson
55a26fa187
Fix typo. 2019-09-20 07:29:23 +02:00
Kelson
78b25e762e
Small fixes in the README.md 2019-09-17 12:23:05 +02:00
Kelson
5b3e51cabb Extend a bit the info about communication channels 2019-09-13 15:42:10 +02:00
Kelson
897faaff46 Small README improvements 2019-09-13 15:14:03 +02:00