Read Qur'an on your Android phone
Just your regular Qur'an apps on Android platform, except I'm trying to make it's app size as small as possible while not sacrificing any functionality at all
Please report an Issue (https://github.com/fathonyfath/quran-lite-android/issues) if you encounter a problem while running the apps
- v1.4.0
- Update support for Android 14
- v1.3.0
- Add bookmark feature to save your last reading
- Add Dark-Light theme feature to save power and read easier in the eyes
- Add ability to prefetch all the content on background
- Add retry button when there is network issues (timeout in ~5 secs.)
- Add search functionality that will look for similar surah based on your query
- Add ability to read tafsir of current ayah
- Improved stability of the application
- v1.2.0
- Improved stability
- v1.1.1
- Fix bug Typeface not refreshing after finish downloading font on already loaded
TextView
- Revert to set Application theme on Manifest instead of code because Cold start screen don't show full white screen
- Fix bug Typeface not refreshing after finish downloading font on already loaded
- v1.1.0
- Add feature to save downloaded contents into storage
- Add feature to download the required font
- Fix a lot of bugs
- v1.0.0
- Initial release
Fathony Teguh Irawan – @fathony_fath
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/fathonyfath
- Fork it (https://github.com/fathonyfath/quran-lite-android/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request