Skip to content

Commit 8740528

Browse files
committedAug 19, 2018
Hopefully fixed the images not loading issue.
1 parent a9469d9 commit 8740528

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1452
-1481
lines changed
 

‎config.xml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="za.co.digital22.bootstrap4" version="0.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
2+
<widget id="za.co.digital22.bootstrap4" version="0.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
33
<name>Bootstrap 4</name>
44
<description>
55
This is a Native mobile application for Android that includes all the documentation for Bootstrap 4.
@@ -9,22 +9,14 @@
99
</author>
1010
<content src="index.html" />
1111
<access origin="*" />
12+
<access origin="https://www.google-analytics.com" />
1213
<icon src="icon.png" />
13-
<icon platform="android" qualifier="ldpi" src="res/icon/android/icon-36-ldpi.png" />
14-
<icon platform="android" qualifier="mdpi" src="res/icon/android/icon-48-mdpi.png" />
15-
<icon platform="android" qualifier="hdpi" src="res/icon/android/icon-72-hdpi.png" />
16-
<icon platform="android" qualifier="xhdpi" src="res/icon/android/icon-96-xhdpi.png" />
1714
<splash src="splash.png" />
18-
<splash platform="android" qualifier="ldpi" src="res/screen/android/screen-ldpi-portrait.png" />
19-
<splash platform="android" qualifier="mdpi" src="res/screen/android/screen-mdpi-portrait.png" />
20-
<splash platform="android" qualifier="hdpi" src="res/screen/android/screen-hdpi-portrait.png" />
21-
<splash platform="android" qualifier="xhdpi" src="res/screen/android/screen-xhdpi-portrait.png" />
2215
<allow-intent href="http://*/*" />
2316
<allow-intent href="https://*/*" />
2417
<allow-intent href="tel:*" />
2518
<allow-intent href="sms:*" />
2619
<allow-intent href="mailto:*" />
2720
<allow-intent href="geo:*" />
2821
<preference name="DisallowOverscroll" value="true" />
29-
<preference name="android-targetSdkVersion" value="26" />
3022
</widget>

‎docs/4.1/about/brand.html

+21-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<!doctype html>
2-
<html lang="en">
3-
<head><!--
1+
<!DOCTYPE html>
2+
<!--
43
Bootstrap 4
54
65
This is a Native mobile application for Android that includes all the
@@ -9,34 +8,38 @@
98
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
109
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
1110
License : https://opensource.org/licenses/MIT MIT
12-
Version : 0.1.1
11+
Version : 0.1.2
1312
Link : https://github.com/22digital/bootstrap-4-android
1413
Link : https://22digital.co.za
1514
Link : https://justinhartman.blog
1615
1716
Permission is hereby granted, free of charge, to any person obtaining a copy
18-
of this software and associated documentation files (the "Software"), to deal
19-
in the Software without restriction, including without limitation the rights
20-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21-
copies of the Software, and to permit persons to whom the Software is
17+
of this software and associated documentation files (the "Software"), to
18+
deal in the Software without restriction, including without limitation the
19+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
20+
sell copies of the Software, and to permit persons to whom the Software is
2221
furnished to do so, subject to the following conditions:
2322
24-
The above copyright notice and this permission notice shall be included in all
25-
copies or substantial portions of the Software.
23+
The above copyright notice and this permission notice shall be included in
24+
all copies or substantial portions of the Software.
2625
2726
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2827
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2928
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3029
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33-
SOFTWARE.
34-
-->
35-
<meta http-equiv="Content-Security-Policy" content="default-src *">
36-
<meta charset="utf-8">
30+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
31+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
32+
DEALINGS IN THE SOFTWARE.
33+
-->
34+
<html lang="en">
35+
<head><meta charset="utf-8">
36+
<!-- <meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src * 'unsafe-inline'; img-src * 'unsafe-inline'; font-src * 'unsafe-inline';" /> -->
37+
<meta http-equiv="Content-Security-Policy" content="" />
3738
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
3839
<meta name="format-detection" content="telephone=no" />
3940
<meta name="msapplication-tap-highlight" content="no" />
41+
<!-- Load Cordova -->
42+
<script type="text/javascript" src="cordova.js"></script>
4043
<!-- Bootstrap core CSS -->
4144
<link href="file:///android_asset/www/docs/4.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
4245
<!-- Documentation extras -->
@@ -64,7 +67,7 @@
6467
</script>
6568
<script async src='https://www.google-analytics.com/analytics.js'></script>
6669
<!-- Android fix for file path location -->
67-
<script>
70+
<!-- <script>
6871
document.addEventListener("DOMContentLoaded", function () {
6972
var dummy = document.createElement("a");
7073
dummy.setAttribute("href", "file:///android_asset/www/");
@@ -93,7 +96,7 @@
9396
link.href = baseURL + groups[1];
9497
}
9598
});
96-
</script></head>
99+
</script> --></head>
97100
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
98101
<a class="navbar-brand mr-0 mr-md-2" href="file:///android_asset/www/index.html" aria-label="Bootstrap"><svg class="d-block" width="36" height="36" viewbox="0 0 612 612" xmlns="http://www.w3.org/2000/svg" focusable="false"><title>Bootstrap</title><path fill="currentColor" d="M510 8a94.3 94.3 0 0 1 94 94v408a94.3 94.3 0 0 1-94 94H102a94.3 94.3 0 0 1-94-94V102a94.3 94.3 0 0 1 94-94h408m0-8H102C45.9 0 0 45.9 0 102v408c0 56.1 45.9 102 102 102h408c56.1 0 102-45.9 102-102V102C612 45.9 566.1 0 510 0z"/><path fill="currentColor" d="M196.77 471.5V154.43h124.15c54.27 0 91 31.64 91 79.1 0 33-24.17 63.72-54.71 69.21v1.76c43.07 5.49 70.75 35.82 70.75 78 0 55.81-40 89-107.45 89zm39.55-180.4h63.28c46.8 0 72.29-18.68 72.29-53 0-31.42-21.53-48.78-60-48.78h-75.57zm78.22 145.46c47.68 0 72.73-19.34 72.73-56s-25.93-55.37-76.46-55.37h-74.49v111.4z"/></svg>
99102
</a>

0 commit comments

Comments
 (0)
Please sign in to comment.