Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maknon committed Jul 9, 2021
0 parents commit 8caa754
Show file tree
Hide file tree
Showing 1,265 changed files with 2,202 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 52 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# القرآن الكريم

يمنع استخدام أي جزء من البرنامج فيما يخالف أهل السنة والجماعة

يمنع الانتفاع المالي بهذا البرنامج

للمناقشة والدعم

https://www.maknoon.com/community/forums/16/
2 changes: 2 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/build
maknoon.jks
45 changes: 45 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
signingConfigs {
release {
storeFile file('maknoon.jks')
storePassword "naseh11"
keyAlias "maknoon"
keyPassword "naseh11"
}
}
defaultConfig {
applicationId "com.maknoon.quran"
minSdkVersion 19
targetSdkVersion 30
versionCode 2
versionName "1.0"
vectorDrawables.useSupportLibrary = true
}

assetPacks = [":asset_pack_warsh"]

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0-rc01'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "androidx.gridlayout:gridlayout:1.0.0"
implementation 'com.google.android.play:core:1.10.0'
}
21 changes: 21 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
21 changes: 21 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.maknoon.quran">

<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Quran">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
Binary file added app/src/main/assets/hafs/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/101.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/102.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/103.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/104.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/105.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/106.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/107.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/108.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/109.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/110.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/111.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/112.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/113.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/115.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/116.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/117.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/118.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/119.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/hafs/121.png
Binary file added app/src/main/assets/hafs/122.png
Binary file added app/src/main/assets/hafs/123.png
Binary file added app/src/main/assets/hafs/124.png
Binary file added app/src/main/assets/hafs/125.png
Binary file added app/src/main/assets/hafs/126.png
Binary file added app/src/main/assets/hafs/127.png
Binary file added app/src/main/assets/hafs/128.png
Binary file added app/src/main/assets/hafs/129.png
Binary file added app/src/main/assets/hafs/13.png
Binary file added app/src/main/assets/hafs/130.png
Binary file added app/src/main/assets/hafs/131.png
Binary file added app/src/main/assets/hafs/132.png
Binary file added app/src/main/assets/hafs/133.png
Binary file added app/src/main/assets/hafs/134.png
Binary file added app/src/main/assets/hafs/135.png
Binary file added app/src/main/assets/hafs/136.png
Binary file added app/src/main/assets/hafs/137.png
Binary file added app/src/main/assets/hafs/138.png
Binary file added app/src/main/assets/hafs/139.png
Binary file added app/src/main/assets/hafs/14.png
Binary file added app/src/main/assets/hafs/140.png
Binary file added app/src/main/assets/hafs/141.png
Binary file added app/src/main/assets/hafs/142.png
Binary file added app/src/main/assets/hafs/143.png
Binary file added app/src/main/assets/hafs/144.png
Binary file added app/src/main/assets/hafs/145.png
Binary file added app/src/main/assets/hafs/146.png
Binary file added app/src/main/assets/hafs/147.png
Binary file added app/src/main/assets/hafs/148.png
Binary file added app/src/main/assets/hafs/149.png
Binary file added app/src/main/assets/hafs/15.png
Binary file added app/src/main/assets/hafs/150.png
Binary file added app/src/main/assets/hafs/151.png
Binary file added app/src/main/assets/hafs/152.png
Binary file added app/src/main/assets/hafs/153.png
Binary file added app/src/main/assets/hafs/154.png
Binary file added app/src/main/assets/hafs/155.png
Binary file added app/src/main/assets/hafs/156.png
Binary file added app/src/main/assets/hafs/157.png
Binary file added app/src/main/assets/hafs/158.png
Binary file added app/src/main/assets/hafs/159.png
Binary file added app/src/main/assets/hafs/16.png
Binary file added app/src/main/assets/hafs/160.png
Binary file added app/src/main/assets/hafs/161.png
Binary file added app/src/main/assets/hafs/162.png
Binary file added app/src/main/assets/hafs/163.png
Binary file added app/src/main/assets/hafs/164.png
Binary file added app/src/main/assets/hafs/165.png
Binary file added app/src/main/assets/hafs/166.png
Binary file added app/src/main/assets/hafs/167.png
Binary file added app/src/main/assets/hafs/168.png
Binary file added app/src/main/assets/hafs/169.png
Binary file added app/src/main/assets/hafs/17.png
Binary file added app/src/main/assets/hafs/170.png
Binary file added app/src/main/assets/hafs/171.png
Binary file added app/src/main/assets/hafs/172.png
Binary file added app/src/main/assets/hafs/173.png
Binary file added app/src/main/assets/hafs/174.png
Binary file added app/src/main/assets/hafs/175.png
Binary file added app/src/main/assets/hafs/176.png
Binary file added app/src/main/assets/hafs/177.png
Binary file added app/src/main/assets/hafs/178.png
Binary file added app/src/main/assets/hafs/179.png
Binary file added app/src/main/assets/hafs/18.png
Binary file added app/src/main/assets/hafs/180.png
Binary file added app/src/main/assets/hafs/181.png
Binary file added app/src/main/assets/hafs/182.png
Binary file added app/src/main/assets/hafs/183.png
Binary file added app/src/main/assets/hafs/184.png
Binary file added app/src/main/assets/hafs/185.png
Binary file added app/src/main/assets/hafs/186.png
Binary file added app/src/main/assets/hafs/187.png
Binary file added app/src/main/assets/hafs/188.png
Binary file added app/src/main/assets/hafs/189.png
Binary file added app/src/main/assets/hafs/19.png
Binary file added app/src/main/assets/hafs/190.png
Binary file added app/src/main/assets/hafs/191.png
Binary file added app/src/main/assets/hafs/192.png
Binary file added app/src/main/assets/hafs/193.png
Binary file added app/src/main/assets/hafs/194.png
Binary file added app/src/main/assets/hafs/195.png
Binary file added app/src/main/assets/hafs/196.png
Binary file added app/src/main/assets/hafs/197.png
Binary file added app/src/main/assets/hafs/198.png
Binary file added app/src/main/assets/hafs/199.png
Binary file added app/src/main/assets/hafs/2.png
Binary file added app/src/main/assets/hafs/20.png
Binary file added app/src/main/assets/hafs/200.png
Binary file added app/src/main/assets/hafs/201.png
Binary file added app/src/main/assets/hafs/202.png
Binary file added app/src/main/assets/hafs/203.png
Binary file added app/src/main/assets/hafs/204.png
Binary file added app/src/main/assets/hafs/205.png
Binary file added app/src/main/assets/hafs/206.png
Binary file added app/src/main/assets/hafs/207.png
Binary file added app/src/main/assets/hafs/208.png
Binary file added app/src/main/assets/hafs/209.png
Binary file added app/src/main/assets/hafs/21.png
Binary file added app/src/main/assets/hafs/210.png
Binary file added app/src/main/assets/hafs/211.png
Binary file added app/src/main/assets/hafs/212.png
Binary file added app/src/main/assets/hafs/213.png
Binary file added app/src/main/assets/hafs/214.png
Binary file added app/src/main/assets/hafs/215.png
Binary file added app/src/main/assets/hafs/216.png
Binary file added app/src/main/assets/hafs/217.png
Binary file added app/src/main/assets/hafs/218.png
Binary file added app/src/main/assets/hafs/219.png
Binary file added app/src/main/assets/hafs/22.png
Binary file added app/src/main/assets/hafs/220.png
Binary file added app/src/main/assets/hafs/221.png
Binary file added app/src/main/assets/hafs/222.png
Binary file added app/src/main/assets/hafs/223.png
Binary file added app/src/main/assets/hafs/224.png
Binary file added app/src/main/assets/hafs/225.png
Binary file added app/src/main/assets/hafs/226.png
Binary file added app/src/main/assets/hafs/227.png
Binary file added app/src/main/assets/hafs/228.png
Binary file added app/src/main/assets/hafs/229.png
Binary file added app/src/main/assets/hafs/23.png
Binary file added app/src/main/assets/hafs/230.png
Binary file added app/src/main/assets/hafs/231.png
Binary file added app/src/main/assets/hafs/232.png
Binary file added app/src/main/assets/hafs/233.png
Binary file added app/src/main/assets/hafs/234.png
Binary file added app/src/main/assets/hafs/235.png
Binary file added app/src/main/assets/hafs/236.png
Binary file added app/src/main/assets/hafs/237.png
Binary file added app/src/main/assets/hafs/238.png
Binary file added app/src/main/assets/hafs/239.png
Binary file added app/src/main/assets/hafs/24.png
Binary file added app/src/main/assets/hafs/240.png
Binary file added app/src/main/assets/hafs/241.png
Binary file added app/src/main/assets/hafs/242.png
Binary file added app/src/main/assets/hafs/243.png
Binary file added app/src/main/assets/hafs/244.png
Binary file added app/src/main/assets/hafs/245.png
Binary file added app/src/main/assets/hafs/246.png
Binary file added app/src/main/assets/hafs/247.png
Binary file added app/src/main/assets/hafs/248.png
Binary file added app/src/main/assets/hafs/249.png
Binary file added app/src/main/assets/hafs/25.png
Binary file added app/src/main/assets/hafs/250.png
Binary file added app/src/main/assets/hafs/251.png
Binary file added app/src/main/assets/hafs/252.png
Binary file added app/src/main/assets/hafs/253.png
Binary file added app/src/main/assets/hafs/254.png
Binary file added app/src/main/assets/hafs/255.png
Binary file added app/src/main/assets/hafs/256.png
Binary file added app/src/main/assets/hafs/257.png
Binary file added app/src/main/assets/hafs/258.png
Binary file added app/src/main/assets/hafs/259.png
Binary file added app/src/main/assets/hafs/26.png
Binary file added app/src/main/assets/hafs/260.png
Binary file added app/src/main/assets/hafs/261.png
Binary file added app/src/main/assets/hafs/262.png
Binary file added app/src/main/assets/hafs/263.png
Binary file added app/src/main/assets/hafs/264.png
Binary file added app/src/main/assets/hafs/265.png
Binary file added app/src/main/assets/hafs/266.png
Binary file added app/src/main/assets/hafs/267.png
Binary file added app/src/main/assets/hafs/268.png
Binary file added app/src/main/assets/hafs/269.png
Binary file added app/src/main/assets/hafs/27.png
Binary file added app/src/main/assets/hafs/270.png
Binary file added app/src/main/assets/hafs/271.png
Binary file added app/src/main/assets/hafs/272.png
Binary file added app/src/main/assets/hafs/273.png
Binary file added app/src/main/assets/hafs/274.png
Binary file added app/src/main/assets/hafs/275.png
Binary file added app/src/main/assets/hafs/276.png
Binary file added app/src/main/assets/hafs/277.png
Binary file added app/src/main/assets/hafs/278.png
Binary file added app/src/main/assets/hafs/279.png
Binary file added app/src/main/assets/hafs/28.png
Binary file added app/src/main/assets/hafs/280.png
Binary file added app/src/main/assets/hafs/281.png
Binary file added app/src/main/assets/hafs/282.png
Binary file added app/src/main/assets/hafs/283.png
Binary file added app/src/main/assets/hafs/284.png
Binary file added app/src/main/assets/hafs/285.png
Binary file added app/src/main/assets/hafs/286.png
Binary file added app/src/main/assets/hafs/287.png
Binary file added app/src/main/assets/hafs/288.png
Binary file added app/src/main/assets/hafs/289.png
Binary file added app/src/main/assets/hafs/29.png
Binary file added app/src/main/assets/hafs/290.png
Binary file added app/src/main/assets/hafs/291.png
Binary file added app/src/main/assets/hafs/292.png
Binary file added app/src/main/assets/hafs/293.png
Binary file added app/src/main/assets/hafs/294.png
Binary file added app/src/main/assets/hafs/295.png
Binary file added app/src/main/assets/hafs/296.png
Binary file added app/src/main/assets/hafs/297.png
Binary file added app/src/main/assets/hafs/298.png
Binary file added app/src/main/assets/hafs/299.png
Binary file added app/src/main/assets/hafs/3.png
Binary file added app/src/main/assets/hafs/30.png
Binary file added app/src/main/assets/hafs/300.png
Binary file added app/src/main/assets/hafs/301.png
Binary file added app/src/main/assets/hafs/302.png
Binary file added app/src/main/assets/hafs/303.png
Binary file added app/src/main/assets/hafs/304.png
Binary file added app/src/main/assets/hafs/305.png
Binary file added app/src/main/assets/hafs/306.png
Binary file added app/src/main/assets/hafs/307.png
Binary file added app/src/main/assets/hafs/308.png
Binary file added app/src/main/assets/hafs/309.png
Binary file added app/src/main/assets/hafs/31.png
Binary file added app/src/main/assets/hafs/310.png
Binary file added app/src/main/assets/hafs/311.png
Binary file added app/src/main/assets/hafs/312.png
Binary file added app/src/main/assets/hafs/313.png
Binary file added app/src/main/assets/hafs/314.png
Binary file added app/src/main/assets/hafs/315.png
Binary file added app/src/main/assets/hafs/316.png
Binary file added app/src/main/assets/hafs/317.png
Binary file added app/src/main/assets/hafs/318.png
Binary file added app/src/main/assets/hafs/319.png
Binary file added app/src/main/assets/hafs/32.png
Binary file added app/src/main/assets/hafs/320.png
Binary file added app/src/main/assets/hafs/321.png
Binary file added app/src/main/assets/hafs/322.png
Binary file added app/src/main/assets/hafs/323.png
Binary file added app/src/main/assets/hafs/324.png
Binary file added app/src/main/assets/hafs/325.png
Binary file added app/src/main/assets/hafs/326.png
Binary file added app/src/main/assets/hafs/327.png
Binary file added app/src/main/assets/hafs/328.png
Binary file added app/src/main/assets/hafs/329.png
Binary file added app/src/main/assets/hafs/33.png
Binary file added app/src/main/assets/hafs/330.png
Binary file added app/src/main/assets/hafs/331.png
Binary file added app/src/main/assets/hafs/332.png
Binary file added app/src/main/assets/hafs/333.png
Binary file added app/src/main/assets/hafs/334.png
Binary file added app/src/main/assets/hafs/335.png
Binary file added app/src/main/assets/hafs/336.png
Binary file added app/src/main/assets/hafs/337.png
Binary file added app/src/main/assets/hafs/338.png
Binary file added app/src/main/assets/hafs/339.png
Binary file added app/src/main/assets/hafs/34.png
Binary file added app/src/main/assets/hafs/340.png
Binary file added app/src/main/assets/hafs/341.png
Binary file added app/src/main/assets/hafs/342.png
Binary file added app/src/main/assets/hafs/343.png
Binary file added app/src/main/assets/hafs/344.png
Binary file added app/src/main/assets/hafs/345.png
Binary file added app/src/main/assets/hafs/346.png
Binary file added app/src/main/assets/hafs/347.png
Binary file added app/src/main/assets/hafs/348.png
Binary file added app/src/main/assets/hafs/349.png
Binary file added app/src/main/assets/hafs/35.png
Binary file added app/src/main/assets/hafs/350.png
Binary file added app/src/main/assets/hafs/351.png
Binary file added app/src/main/assets/hafs/352.png
Binary file added app/src/main/assets/hafs/353.png
Binary file added app/src/main/assets/hafs/354.png
Binary file added app/src/main/assets/hafs/355.png
Binary file added app/src/main/assets/hafs/356.png
Loading

0 comments on commit 8caa754

Please sign in to comment.