|
1 | 1 | <?xml version='1.0' encoding='utf-8'?>
|
2 |
| -<widget id="com.rn0x.altaqwaa" version="1.2.0" |
3 |
| - xmlns="http://www.w3.org/ns/widgets" |
4 |
| - xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
| 2 | +<widget id="com.rn0x.altaqwaa" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
5 | 3 | <name>التقوى</name>
|
6 | 4 | <description>تطبيق إسلامي سهل الإستخدام و جامع للكثير من الميزات التي يحتاجها المسلم في يومه</description>
|
7 |
| - < author email= "[email protected]" href= "https://altaqwaa.org"> |
8 |
| - Altaqwaa |
9 |
| - </author> |
| 5 | + < author email= "[email protected]" href= "https://altaqwaa.org">Altaqwaa</ author> |
10 | 6 | <content src="index.html" />
|
| 7 | + |
| 8 | + <!-- Allow-intent settings --> |
11 | 9 | <allow-intent href="http://*/*" />
|
12 | 10 | <allow-intent href="https://*/*" />
|
| 11 | + |
| 12 | + <!-- Preferences --> |
13 | 13 | <preference name="AndroidXEnabled" value="true" />
|
14 | 14 | <preference name="KeepRunning" value="true" />
|
15 | 15 | <preference name="loglevel" value="DEBUG" />
|
16 | 16 | <preference name="ErrorUrl" value="error.html" />
|
17 | 17 | <preference name="Fullscreen" value="false" />
|
18 | 18 | <preference name="DisallowOverscroll" value="true" />
|
19 |
| - <preference name="StatusBarOverlaysWebView" value="false" /> |
20 |
| - <preference name="StatusBarBackgroundColor" value="#2e3338" /> |
21 | 19 | <preference name="NavigationBarLight" value="true" />
|
22 | 20 | <preference name="Orientation" value="portrait" />
|
23 | 21 | <preference name="BackgroundColor" value="#2e3338" />
|
24 | 22 | <preference name="HideKeyboardFormAccessoryBar" value="true" />
|
25 | 23 | <preference name="NavigationBarBackgroundColor" value="#232527" />
|
26 |
| - <preference name="android-compileSdkVersion" value="32" /> |
| 24 | + <preference name="android-compileSdkVersion" value="33" /> |
27 | 25 | <preference name="SplashScreenBackgroundColor" value="#2e3338" />
|
| 26 | + <!-- StatusBar settings --> |
| 27 | + <preference name="StatusBarBackgroundColor" value="#2e3338" /> |
| 28 | + <preference name="StatusBarOverlaysWebView" value="false" /> |
| 29 | + |
| 30 | + <!-- Android platform settings --> |
28 | 31 | <platform name="android">
|
| 32 | + |
| 33 | + <!-- Icons --> |
29 | 34 | <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
30 | 35 | <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
|
31 | 36 | <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
|
32 | 37 | <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
|
33 | 38 | <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
|
34 | 39 | <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
|
| 40 | + |
| 41 | + <!-- Splash Screen settings --> |
35 | 42 | <preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/splash.png" />
|
36 | 43 | <preference name="AndroidWindowSplashScreenBackground" value="#2e3338" />
|
37 | 44 | </platform>
|
|
0 commit comments