Is an All in One app for Muslims with lots of features such as Prayer Times & Adhan, Collections of Dhikr and Prayer sourced from Authentic Hadith, The Holy Qur'an, Qibla, Notes and many more!

Overview
Quran for Android logo

DzikirQu

Downloads Version

Is an All in One app for Muslims with lots of features such as Prayer Times & Adhan, Collections of Dhikr and Prayer sourced from Authentic Hadith, The Holy Qur'an, Qibla, Notes and many more!

Get it on Google Play

Credits

Comments
  • Setup Github Action CI

    Setup Github Action CI

    Changelogs

    • Adding Github Action
    • Android CI Regular build Test
    • Android CI Generated APK / AAB

    References

    • https://github.com/amirisback/automated-build-android-app-with-github-action
    opened by amirisback 2
  • Support full height share

    Support full height share

    What kind of change does this PR introduce?

    To support full height heigh share when the content overflows the view size

    What is the current behavior?

    The current behavior is done by clipping the text

    image

    What is the new behavior?

    The full height share is achieved by wrapping the content with NestedScrollView so the full height view can be captured

    image

    I removed the play store image here

    Others

    Additionally, I think its best to just remove the Download from Google Play since it would be annoying. Showing a logo is fine, but showing Download from Google Play looks weird.

    opened by andraantariksa 1
  • [Bug]: Main android navigation color inconsistency in dark mode

    [Bug]: Main android navigation color inconsistency in dark mode

    Contact Details

    [email protected]

    What happened?

    Main android navigation is sometimes white and sometimes black in android dark mode with follow system theme setting.

    Version

    2.6.10

    What android version are you seeing the problem on?

    Android 11

    Relevant screenshots and details

    Homepage (the bug is here)

    image

    Setting page (normal)

    image

    How to reproduce bug

    Just open the app using the main android navigation activated.

    Code of Conduct

    • [x] I agree to follow this project's Code of Conduct
    bug good first issue 
    opened by ImBIOS 1
  • Formatted prayerv2 json file

    Formatted prayerv2 json file

    What kind of change does this PR introduce?

    Formatted prayerv2 json file to make it more readable

    What is the current behavior?

    Please link any relevant issues here.

    What is the new behavior?

    Feel free to include screenshots if it includes visual changes.

    Additional context

    Add any other context or screenshots.

    opened by AnAndroidOne 0
  • Formatted prayerDatav2 json file

    Formatted prayerDatav2 json file

    What kind of change does this PR introduce?

    Formatted prayerDatav2 json file to make it more readable

    What is the current behavior?

    Please link any relevant issues here.

    What is the new behavior?

    Feel free to include screenshots if it includes visual changes.

    Additional context

    Add any other context or screenshots.

    opened by AnAndroidOne 0
  • Formatted bookv2 json file

    Formatted bookv2 json file

    What kind of change does this PR introduce?

    Formatted bookv2 json file to make it more readable

    What is the current behavior?

    Please link any relevant issues here.

    What is the new behavior?

    Feel free to include screenshots if it includes visual changes.

    Additional context

    Add any other context or screenshots.

    opened by AnAndroidOne 0
  • Formatted bahasa json file

    Formatted bahasa json file

    What kind of change does this PR introduce?

    Formatted bahasa json file to make it more readable

    What is the current behavior?

    Please link any relevant issues here.

    What is the new behavior?

    Feel free to include screenshots if it includes visual changes.

    Additional context

    Add any other context or screenshots.

    opened by AnAndroidOne 0
  • Formatted english json file

    Formatted english json file

    What kind of change does this PR introduce?

    Formatted english json file to make it more readable

    What is the current behavior?

    Json files are not formatted so hard to read

    What is the new behavior?

    Formatted english json file to make it more readable

    Additional context

    Add any other context or screenshots.

    opened by AnAndroidOne 0
  • Reformat the source code

    Reformat the source code

    Can you please reformat the source code? I saw a lot of inconsistency inside the source code. I reckon every android developer is using Android Studio and it has its own formatter (?).

    See https://developer.android.com/studio/intro#style_and_formatting

    opened by andraantariksa 0
  • Ekotyoo/shareactivity

    Ekotyoo/shareactivity

    What kind of change does this PR introduce?

    Bug Fix and Improvement

    What is the current behavior?

    Up button not working and unnecessary use of LinearLayout to create top app bar.

    What is the new behavior?

    Up button now is working and changed to Toolbar view instead of LinearLayout, this will make the styling easier and consistent in the future.

    opened by ekotyoo 0
  • DzikirQu Release 2.6.10

    DzikirQu Release 2.6.10

    What's New

    • Enhanced Jump Qur'an logic, use chapter index to jump
    • Animations when opening note folder
    • Add English version for Daily Reminder

    What's Fixed

    • Fixed crash when opening Prayer from Notes
    opened by wagyufari 0
  • Formatted json files

    Formatted json files

    What kind of change does this PR introduce?

    Formatted json files to make it more readable

    What is the current behavior?

    Current json files are in single line and are not readable

    Please link any relevant issues here.

    What is the new behavior?

    Formatted json files to make it more readable

    Feel free to include screenshots if it includes visual changes.

    Additional context

    Add any other context or screenshots.

    opened by AnAndroidOne 0
  • Quran recital

    Quran recital

    Ref #20

    What kind of change does this PR introduce?

    Adding quran recital feature.

    Design

    The Quran recital will be streamed ayah-per-ayah using MediaPlayer stream API, the player might need to be poll & prefetched in some number to avoid network lags.

    The audio stream will be played in a Service. The app will show a notification with the information about the ayah and surah it played.

    enhancement help wanted 
    opened by andraantariksa 1
  • Quran Search Engine Improvement

    Quran Search Engine Improvement

    Please Describe The Problem To Be Solved It would be nice and help so many problems I am facing that when I want to search for something not specific or have some typos, I expect to get a result of something near.

    (Optional): Suggest A Solution We could implement semantic search with its AI and typo-safe. It will be expensive in server resources, but it's the only solution to solve this. We can use something like Elasticsearch from Quran.com API or create a custom for it. I recommend using the quran.com API elastic search for simplicity and fast deliverability to the end-user, so we can get user feedback faster.

    If there are multiple solutions, please present each one separately. Save comparisons for the very end.)

    enhancement 
    opened by ImBIOS 0
  • Arabic, Manual Location, and Auto Azkar Features Suggestions

    Arabic, Manual Location, and Auto Azkar Features Suggestions

    Assalam alaykom

    1- Can you add arabic language as a language to the interface

    2- Can you add a way to manually select the country and the city without need to provide location permission

    3- Can you add an option to auto azkar like this Screenshot_2022-09-05-19-55-17-108_com android vending jpg و جزاك الله خيرا 🤍

    enhancement 
    opened by ahmed-tasaly 1
  • Attach APK to the release

    Attach APK to the release

    Hi,

    Since your app can't be added to F-Droid due to a lot of non-floss components/libraries, would it be possible to add a signed release APK to your releases every time you tag a new release, so that people without access to the Play Store can still download, update, and use your app?

    Thanks

    opened by Poussinou 1
Releases(v2.6.10)
Owner
DzikirQu
DzikirQu
Source Code Tutorial Aplikasi Al-Quran Android

Al-Quran-Android SOURCE CODE APLIKASI AL-QURAN DENGAN ANDROID STUDIO Source Code ini sudah di update. Untuk source code versi lama, silahkan lihat di

Azhar Rivaldi 33 Dec 27, 2022
How-Many-People-Are-In-Space - Do you wonder how many people are in space? Now you can check instantly with this app

How Many People Are In Space? Do you wonder how many people are in space right n

null 2 May 10, 2022
Holy Bible app

Приложение которое разрабатывается в рамках онлайн стримов на Youtube Ссылка на приложение в Google Play Market

Hovhannes 50 Dec 22, 2022
Bbl - A command line tool to read Holy Bible

bbl A command line tool to read Holy Bible Usage In the command line, type bbl g

Hokuto Ide 12 Oct 26, 2022
A Mindustry v7 mod provides lots of cybernetic things

Cyber IO A Mindustry v7 mod provides lots of cybernetic things!!! How To Play The official website of Cyber IO is liplum.github.io/CyberIO

Li plum 91 Dec 3, 2022
An Islamic "Qadaa" Prayer Counter, purpose of the project is practicing with databases

QadaaCounter-App An app that helps to keep track of Islamic "Qadaa" prayers. It allows you to see when you last changed the amount so you can remember

Burak GIZLICE 1 Oct 15, 2022
You can store all your password, bank details, card details in one place and remember only one master PIN. The application works totally offline.

Keep Password An application where you can store all your password, bank details, card details in one place and remember only one master PIN. The appl

rıdvan 4 Apr 18, 2022
All news in one place - one application

nuntiumNewsApp Nuntium | Daily News App Nuntuim news app is a personalised news aggregator that organises and highlights what’s happening in the world

Ro'ziboyev Ismoil 1 Dec 3, 2021
Techbee e.U. 62 Jan 31, 2023
An open sourced Weather App made using OpenWeatherMapAPI

An open sourced Weather App made using OpenWeatherMapAPI

IEEE VIT Student Chapter 24 Dec 10, 2022
This repository stores the code for the open-sourced donation app that we built for the @AndronixApp

This repository stores the code for the open-sourced donation app that we built for the [Andronix App](https://andronix.app). What Tech has been used?

Prakhar Shukla 8 Oct 10, 2022
Slide is an open sourced, ad free Reddit browser for Android

Slide Slide is an open source, ad free Reddit browser for Android. It is based around the Java Reddit API Wrapper. Slide is available on the Google Pl

Carlos Crane 1.7k Jan 9, 2023
Added more features to app's crash dialog, fixed custom rom deleted dialog, the best experience to Android developer.

AppErrorsTracking 应用异常跟踪 Added more features to app's crash dialog, fixed custom rom deleted dialog, the best experience to Android developer. 为原生 FC

狐狸派 83 Jan 8, 2023
AlarmIT is a simple alarm app. The alarms can be turned off via three methods - normal turnoff, by shaking the device a number of times, by solving maths questions.

Kicking Off Hacktoberfest with ACM-VIT! AlarmIT AlarmIT is a simple alarm app. The alarms can be turned off via three methods - normal turnoff, by sha

ACM VIT 6 Jan 3, 2023
WhatsApp Android App with almost all features completed

WhatsApp Android App with almost all features completed

Raushan 3 Jun 8, 2022
PuntoPlato-KMM - An application that was born as a result of a solidarity initiative called Serve one more plate

PuntoPlato-KMM - An application that was born as a result of a solidarity initiative called Serve one more plate

Marcos Vitureira 0 Jun 1, 2022
This project consists in the approach of a bakery business, in which the user can book one or more products (cakes), in addition to having the method of payment in cash (post-shipment) or the method of payment via mobile

This project consists in the approach of a bakery business, in which the user can book one or more products (cakes), in addition to having the method of payment in cash (post-shipment) or the method of payment via mobile

Paul Guillen Acuña 2 Dec 20, 2022