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
Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more

Android-ScalableVideoView Looking for the extra scale types of ImageView? Check out ScalableImageView. Android Texture VideoView having a variety of s

Yoshihito Ikeda 1.1k Jan 7, 2023
Open-sourced voice labeling application

vLabeler vLabeler is an open-sourced voice labeling application, aiming: Modern and fluent UI/UX Customizable labeling/import/export, to be used by di

null 42 Dec 23, 2022
pokestack is an all-in-one solution for mobile voice interfaces on Android.

Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!

Spokestack 57 Nov 20, 2022
Silky - Android application to convert videos from applications such as YouTube, Facebook, Twitter into audio (.mp3)

Silky Español (actualmente la app se encuentra en desarrollo ) Descripcion Aplic

null 2 Aug 24, 2022
An offline music player android app, with modern UI and powerful features

Pulse Music An offline music player android app, with modern UI and powerful features If you liked this repo, fork it and leave a STAR. Your support m

Sharath 7 Apr 11, 2022
VideoView that plays video only when :eyes: are open and :boy: is detected with various other features

LookAtMe VideoView that plays video only when ?? are open and ?? is detected with various other features GIF AndroidPub (Medium) Post You can read the

Pradyuman Dixit 186 Dec 13, 2022
Wynncraft API Wrapper - Simple wrapper to get Wynncraft Stats of a player or a guild and more in Java

WynncraftAPIWrapper Simple wrapper to get Wynncraft Stats of a player or a guild

byBackfish 3 Sep 27, 2022
Blade is an open source music player for Android, allowing you to play music from multiple services : files on your phone, Spotify, and more.

Blade Player Blade is an open source music player for Android, allowing you to play music from multiple services : files on your phone, Spotify, and m

Valentin HAUDIQUET 72 Jan 5, 2023
A better Android VideoView with more Media Controller customization. 一个更好用的Android VideoView

Android UniversalVideoView 中文版说明请点击这里 UniversalVideoView is a Android widget helps playing video easier, which is similar with the Android system nati

Linsea 978 Nov 30, 2022
Video Transcoder is an application which uses the open source program FFmpeg to transcode video files from one format to another.

Video Transcoder Do you want to encode videos on your phone into different formats, trim videos, or extract audio? Are you looking for a free solution

Branden Archer 358 Dec 30, 2022
This repository contains all the development I did to the Jitsi Video calling application.

This repository contains all the development I did to the Jitsi Video calling application. The jitsi-Media-Transform-mod directory contains the develo

null 1 Mar 22, 2022
An app that can initiate call functionality in VoicePing app via broadcast

Guard App An app that can initiate call functionality in VoicePing app via broad

null 1 Jan 13, 2022
Android app for streaming and downloading Movies, TV-Series and Anime.

CloudStream ⚠️ Warning: By default this app doesn't provide any video sources, you have to install extensions in order to add functionality to the app

null 309 Aug 21, 2022
Android app for streaming and downloading Movies, TV-Series and Anime.

CloudStream-3 DOWNLOAD: https://github.com/KillerDogeEmpire/Cloudstream/releases Features: AdFree, No ads whatsoever No tracking/analytics Bookmarks D

Sushil Great 3 Aug 15, 2022
Android app for streaming and downloading Movies, TV-Series and Anime.

CloudStream ⚠️ Warning: By default this app doesn't provide any video sources, you have to install extensions in order to add functionality to the app

Obaida AlBitar 2 Sep 22, 2022
A Spotify Clone that plays music and has similar UI to actual Spotify Mobile App. Made with Exoplayer and love ❤️

Spotify Clone A Spotify Clone App that can play music, and has a good looking UI that is very similar to actual Spotify Mobile App on Play Store I use

Utku Oruç 4 Oct 12, 2022
Android podcast app made with Jetpack Compose and ExoPlayer.

Podcast App Android podcast app made with Jetpack Compose and ExoPlayer. Podcast information provided by Listen Notes API. Features Jetpack Compose UI

Fabian 302 Jan 2, 2023
Fire TV Sample App Android - Touch and D-Pad

Fire TV Sample App Android - Touch and D-Pad This sample Android project demonstrates how to build the main UI of a Fire TV application in order to su

Amazon 10 Nov 11, 2022
TunePlayer is a basic music player app aimed at showing how MusicServiceCompat and MusicBrowerCompat can be used to build a music playback service

TunePlayer TunePlayer is a basic music player app aimed at showing how MusicServiceCompat and MusicBrowerCompat can be used to build a music playback

Abdulmalik 6 Nov 18, 2022