Skip to content

Commit

Permalink
Merge pull request #13 from Alsarmad/development
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
rn0x authored Mar 30, 2023
2 parents b9c1a79 + c30d073 commit 74b23f6
Show file tree
Hide file tree
Showing 38 changed files with 1,446 additions and 1,150 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.rn0x.altaqwaa" version="1.0.1"
<widget id="com.rn0x.altaqwaa" version="1.1.0"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>التقوى</name>
Expand All @@ -13,7 +13,7 @@
<preference name="AndroidXEnabled" value="true" />
<preference name="KeepRunning" value="true" />
<preference name="loglevel" value="DEBUG" />
<preference kk="add myErrorPage.html" name="ErrorUrl" value="" />
<preference name="ErrorUrl" value="error.html" />
<preference name="Fullscreen" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="StatusBarOverlaysWebView" value="false" />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.rn0x.altaqwaa",
"displayName": "التقوى",
"version": "1.0.1",
"version": "1.1.0",
"description": "تطبيق إسلامي سهل الإستخدام و جامع للكثير من الميزات التي يحتاجها المسلم في يومه",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"build": "cordova build android --release",
"bundle": "cordova build android --release -- --packageTypjetifiere=bundle",
"android": "cordova platform add android@latest",
"clear": "cordova platforms rm android && npm cache clean --force && cordova platform add android@latest",
"clear": "rm -rf ./node_modules && cordova platforms rm android && npm cache clean --force && npm i && cordova platform add android@latest",
"keytool": "keytool -genkey -v -keystore ./debug.keystore -alias 'rn0x' -storepass '11223344' -keypass '11223344' -keyalg RSA -keysize 2048 -dname 'CN=rn0x, OU=altaqwaa, O=altaqwaa, L=makkah, ST=makkah, C=sa'"
},
"author": {
Expand Down
Binary file modified screenshots/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 30 additions & 7 deletions www/css/adhkar.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#adhkar {
background-color: var(--background_div_hover) !important;
transition: 0.5s ease-in-out;
box-shadow: 5px 0px 15px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


Expand Down Expand Up @@ -33,7 +33,7 @@
/* width: 110px; */
background-color: var(--background_div_hover);
transition: 0.5s ease-in-out;
box-shadow: 5px 0px 15px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#adhkar_ul img {
Expand Down Expand Up @@ -62,7 +62,6 @@
margin-left: auto;
margin-bottom: 20px;
/* user-select: text; */
box-shadow: #32325d40 0px 6px 12px -2px, #0000004d 0px 3px 7px -3px;
}

#adhkar_random_title {
Expand Down Expand Up @@ -137,15 +136,15 @@
border-radius: 15px;
margin-right: auto;
margin-left: auto;
box-shadow: #32325d40 0px 6px 12px -2px, #0000004d 0px 3px 7px -3px;
}

.adhkar:nth-child(1) {
margin-top: 50px;
}

.adhkar:hover {
/* .adhkar:hover {
background-color: var(--background_div_hover);
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
Expand All @@ -154,7 +153,6 @@
}
.adhkar:hover .repetition {
/* background-color: var(--background_div_hover); */
color: var(--green);
}
Expand All @@ -164,7 +162,7 @@
.adhkar:hover .text_bottom {
color: var(--green);
}
} */

.text_bottom {
margin-bottom: 8px;
Expand Down Expand Up @@ -245,6 +243,31 @@
z-index: -1;
}

#adhkar_database {

display: block;
align-items: center;
list-style: none;
padding: 0px;

}

#adhkar_database li {
width: 80%;
background-color: var(--background_div_hover);
padding: 5px;
border-radius: 10px;
color: var(--green);
margin-left: auto;
margin-right: auto;
font-weight: 500;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#adhkar_database span {
font-weight:900;
}

/* @media (max-width: 330px) {
#adhkar_ul li {
width: 85%;
Expand Down
1 change: 1 addition & 0 deletions www/css/albitaqat.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
#albitaqat_index li:hover {
background-color: var(--background_div_hover);
transition: 0.5s ease-in-out;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#albitaqat_index li:hover p{
Expand Down
2 changes: 1 addition & 1 deletion www/css/allah.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#allah_names li:hover {
background-color: var(--background_div_hover);
transition: 0.5s ease-in-out;
box-shadow: rgba(0, 0, 0, 0.616) 0px 25px 20px -20px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#allah_names li:hover h3{
Expand Down
2 changes: 1 addition & 1 deletion www/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

background-color: var(--background_div_hover);
transition: 0.5s ease-in-out;
box-shadow: 5px 0px 15px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.menu_footer_icon {
Expand Down
2 changes: 1 addition & 1 deletion www/css/hisnmuslim.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
background-color: var(--background_div_hover);
left: 0px;
margin-top: -10px;
margin-left: 20px;
margin-left: 5%;
border-radius: 7px;
color: var(--green);

Expand Down
5 changes: 3 additions & 2 deletions www/css/images.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@
width: 90%;
height: 300px;
object-fit: contain;
margin-top: 10px;
margin-bottom: 0px;
margin-top: 20px;
margin-bottom: 10px;
}

.images_download {
width: 30px;
position: absolute;
left: 10px;
margin-top: -23px;
margin-left: 8%;
transition: 0.5s ease-in-out;
}

Expand Down
4 changes: 2 additions & 2 deletions www/css/more.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#more {
background-color: var(--background_div_hover) !important;
transition: 0.5s ease-in-out;
box-shadow: 5px 0px 15px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#content {
Expand Down Expand Up @@ -30,7 +30,7 @@
#more_ul li:hover {
transition: 0.5s ease-in-out;
background-color: var(--background_div_hover);
box-shadow: 5px 0px 10px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

/* #more_ul li:hover .more_title {
Expand Down
6 changes: 3 additions & 3 deletions www/css/prayer.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#prayer {
background-color: var(--background_div_hover) !important;
transition: 0.5s ease-in-out;
box-shadow: 5px 0px 15px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#content {
Expand Down Expand Up @@ -108,7 +108,7 @@
background-color: var(--background_div_hover);
padding: 5px;
transition: 0.5s ease-in-out;
box-shadow: 5px 15px 15px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#prayer_ul li:hover .slah {
Expand Down Expand Up @@ -139,7 +139,7 @@
margin-top: auto;
margin-left: auto;
margin-right: auto;
box-shadow: 5px 15px 15px 0px #0000001c;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
transition: 0.5s ease-in-out;
}

Expand Down
10 changes: 5 additions & 5 deletions www/css/quran.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#quran {
background-color: var(--background_div_hover) !important;
transition: 0.5s ease-in-out;
box-shadow: 5px 0px 15px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#content {
Expand Down Expand Up @@ -56,7 +56,7 @@
.quran_reader li:hover {
transition: 0.5s ease-in-out;
background-color: var(--background_div_hover);
box-shadow: 5px 0px 10px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.quran_reader_div {
Expand Down Expand Up @@ -144,16 +144,16 @@
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
margin-top: 8px;
margin-bottom: 8px;
background-color: var(--background_div);
padding: 5px;
border-radius: 8px;
}

.quran_reader_surah li:hover {
background-color: var(--background_div_hover);
box-shadow: 5px 0px 10px 0px #00000048;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.quran_reader_surah h3 {
Expand Down
1 change: 1 addition & 0 deletions www/css/radio.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#radio_quran li:hover {
transition: 0.5s ease-in-out;
background-color: var(--background_div_hover);
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
#radio_quran li:hover .radio_quran_number{
transition: 0.5s ease-in-out;
Expand Down
3 changes: 2 additions & 1 deletion www/css/tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#tfs li:hover {
transition: 0.5s ease-in-out;
background-color: var(--background_div_hover);
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#tfs li:hover p{
Expand Down Expand Up @@ -82,7 +83,7 @@
#tfs_ayat li:hover {
transition: 0.5s ease-in-out;
background-color: var(--background_div_hover);
box-shadow: 0px 6px 10px 0px #00000063;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#tfs_ayat li:hover .tfs_id{
Expand Down
16 changes: 16 additions & 0 deletions www/error.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>

<h1>
Error 404
</h1>

</body>
</html>
8 changes: 8 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@

</ul>

<ul id="adhkar_database">

<li>
عدد التكرارات : <span id="adhkar_database_number">0</span>
</li>

</ul>


<div id="adhkar_random">

Expand Down
Loading

0 comments on commit 74b23f6

Please sign in to comment.