Skip to content

Commit

Permalink
Moved SDK 26 tag into higher position in config.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Aug 19, 2018
1 parent 85ee5a9 commit 7855a7b
Show file tree
Hide file tree
Showing 70 changed files with 139 additions and 2,277 deletions.
3 changes: 2 additions & 1 deletion 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="za.co.digital22.bootstrap4" version="0.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<widget id="za.co.digital22.bootstrap4" version="0.1.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Bootstrap 4</name>
<description>
This is a Native mobile application for Android that includes all the documentation for Bootstrap 4.
Expand All @@ -19,4 +19,5 @@
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="DisallowOverscroll" value="true" />
<preference name="android-targetSdkVersion" value="26" />
</widget>
35 changes: 2 additions & 33 deletions docs/4.1/about/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
License : https://opensource.org/licenses/MIT MIT
Version : 0.1.3
Version : 0.1.4
Link : https://github.com/22digital/bootstrap-4-android
Link : https://22digital.co.za
Link : https://justinhartman.blog
Expand Down Expand Up @@ -65,38 +65,7 @@
appName: 'Bootstrap'
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Android fix for file path location -->
<!-- <script>
document.addEventListener("DOMContentLoaded", function () {
var dummy = document.createElement("a");
dummy.setAttribute("href", "file:///android_asset/www/");
var baseURL = dummy.href;
var absRE = /^\/(.*)$/;
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
var img = images[i];
var groups = absRE.exec(img.getAttribute("src"));
if (groups == null) {
continue;
}
img.src = baseURL + groups[1];
}
var links = document.getElementsByTagName("a");
for (var i = 0; i < links.length; i++) {
var link = links[i];
var groups = absRE.exec(link.getAttribute("href"));
if (groups == null) {
continue;
}
link.href = baseURL + groups[1];
}
});
</script> --></head>
<script async src='https://www.google-analytics.com/analytics.js'></script></head>
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
<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>
</a>
Expand Down
35 changes: 2 additions & 33 deletions docs/4.1/about/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
License : https://opensource.org/licenses/MIT MIT
Version : 0.1.3
Version : 0.1.4
Link : https://github.com/22digital/bootstrap-4-android
Link : https://22digital.co.za
Link : https://justinhartman.blog
Expand Down Expand Up @@ -65,38 +65,7 @@
appName: 'Bootstrap'
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Android fix for file path location -->
<!-- <script>
document.addEventListener("DOMContentLoaded", function () {
var dummy = document.createElement("a");
dummy.setAttribute("href", "file:///android_asset/www/");
var baseURL = dummy.href;
var absRE = /^\/(.*)$/;
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
var img = images[i];
var groups = absRE.exec(img.getAttribute("src"));
if (groups == null) {
continue;
}
img.src = baseURL + groups[1];
}
var links = document.getElementsByTagName("a");
for (var i = 0; i < links.length; i++) {
var link = links[i];
var groups = absRE.exec(link.getAttribute("href"));
if (groups == null) {
continue;
}
link.href = baseURL + groups[1];
}
});
</script> --></head>
<script async src='https://www.google-analytics.com/analytics.js'></script></head>
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
<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>
</a>
Expand Down
35 changes: 2 additions & 33 deletions docs/4.1/about/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
License : https://opensource.org/licenses/MIT MIT
Version : 0.1.3
Version : 0.1.4
Link : https://github.com/22digital/bootstrap-4-android
Link : https://22digital.co.za
Link : https://justinhartman.blog
Expand Down Expand Up @@ -65,38 +65,7 @@
appName: 'Bootstrap'
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Android fix for file path location -->
<!-- <script>
document.addEventListener("DOMContentLoaded", function () {
var dummy = document.createElement("a");
dummy.setAttribute("href", "file:///android_asset/www/");
var baseURL = dummy.href;
var absRE = /^\/(.*)$/;
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
var img = images[i];
var groups = absRE.exec(img.getAttribute("src"));
if (groups == null) {
continue;
}
img.src = baseURL + groups[1];
}
var links = document.getElementsByTagName("a");
for (var i = 0; i < links.length; i++) {
var link = links[i];
var groups = absRE.exec(link.getAttribute("href"));
if (groups == null) {
continue;
}
link.href = baseURL + groups[1];
}
});
</script> --></head>
<script async src='https://www.google-analytics.com/analytics.js'></script></head>
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
<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>
</a>
Expand Down
35 changes: 2 additions & 33 deletions docs/4.1/about/translations.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
License : https://opensource.org/licenses/MIT MIT
Version : 0.1.3
Version : 0.1.4
Link : https://github.com/22digital/bootstrap-4-android
Link : https://22digital.co.za
Link : https://justinhartman.blog
Expand Down Expand Up @@ -65,38 +65,7 @@
appName: 'Bootstrap'
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Android fix for file path location -->
<!-- <script>
document.addEventListener("DOMContentLoaded", function () {
var dummy = document.createElement("a");
dummy.setAttribute("href", "file:///android_asset/www/");
var baseURL = dummy.href;
var absRE = /^\/(.*)$/;
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
var img = images[i];
var groups = absRE.exec(img.getAttribute("src"));
if (groups == null) {
continue;
}
img.src = baseURL + groups[1];
}
var links = document.getElementsByTagName("a");
for (var i = 0; i < links.length; i++) {
var link = links[i];
var groups = absRE.exec(link.getAttribute("href"));
if (groups == null) {
continue;
}
link.href = baseURL + groups[1];
}
});
</script> --></head>
<script async src='https://www.google-analytics.com/analytics.js'></script></head>
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
<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>
</a>
Expand Down
35 changes: 2 additions & 33 deletions docs/4.1/browser-bugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
License : https://opensource.org/licenses/MIT MIT
Version : 0.1.3
Version : 0.1.4
Link : https://github.com/22digital/bootstrap-4-android
Link : https://22digital.co.za
Link : https://justinhartman.blog
Expand Down Expand Up @@ -65,38 +65,7 @@
appName: 'Bootstrap'
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Android fix for file path location -->
<!-- <script>
document.addEventListener("DOMContentLoaded", function () {
var dummy = document.createElement("a");
dummy.setAttribute("href", "file:///android_asset/www/");
var baseURL = dummy.href;
var absRE = /^\/(.*)$/;
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
var img = images[i];
var groups = absRE.exec(img.getAttribute("src"));
if (groups == null) {
continue;
}
img.src = baseURL + groups[1];
}
var links = document.getElementsByTagName("a");
for (var i = 0; i < links.length; i++) {
var link = links[i];
var groups = absRE.exec(link.getAttribute("href"));
if (groups == null) {
continue;
}
link.href = baseURL + groups[1];
}
});
</script> --></head>
<script async src='https://www.google-analytics.com/analytics.js'></script></head>
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
<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>
</a>
Expand Down
35 changes: 2 additions & 33 deletions docs/4.1/components/alerts.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
License : https://opensource.org/licenses/MIT MIT
Version : 0.1.3
Version : 0.1.4
Link : https://github.com/22digital/bootstrap-4-android
Link : https://22digital.co.za
Link : https://justinhartman.blog
Expand Down Expand Up @@ -65,38 +65,7 @@
appName: 'Bootstrap'
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Android fix for file path location -->
<!-- <script>
document.addEventListener("DOMContentLoaded", function () {
var dummy = document.createElement("a");
dummy.setAttribute("href", "file:///android_asset/www/");
var baseURL = dummy.href;
var absRE = /^\/(.*)$/;
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
var img = images[i];
var groups = absRE.exec(img.getAttribute("src"));
if (groups == null) {
continue;
}
img.src = baseURL + groups[1];
}
var links = document.getElementsByTagName("a");
for (var i = 0; i < links.length; i++) {
var link = links[i];
var groups = absRE.exec(link.getAttribute("href"));
if (groups == null) {
continue;
}
link.href = baseURL + groups[1];
}
});
</script> --></head>
<script async src='https://www.google-analytics.com/analytics.js'></script></head>
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
<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>
</a>
Expand Down
35 changes: 2 additions & 33 deletions docs/4.1/components/badge.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
License : https://opensource.org/licenses/MIT MIT
Version : 0.1.3
Version : 0.1.4
Link : https://github.com/22digital/bootstrap-4-android
Link : https://22digital.co.za
Link : https://justinhartman.blog
Expand Down Expand Up @@ -65,38 +65,7 @@
appName: 'Bootstrap'
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Android fix for file path location -->
<!-- <script>
document.addEventListener("DOMContentLoaded", function () {
var dummy = document.createElement("a");
dummy.setAttribute("href", "file:///android_asset/www/");
var baseURL = dummy.href;
var absRE = /^\/(.*)$/;
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
var img = images[i];
var groups = absRE.exec(img.getAttribute("src"));
if (groups == null) {
continue;
}
img.src = baseURL + groups[1];
}
var links = document.getElementsByTagName("a");
for (var i = 0; i < links.length; i++) {
var link = links[i];
var groups = absRE.exec(link.getAttribute("href"));
if (groups == null) {
continue;
}
link.href = baseURL + groups[1];
}
});
</script> --></head>
<script async src='https://www.google-analytics.com/analytics.js'></script></head>
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
<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>
</a>
Expand Down
Loading

0 comments on commit 7855a7b

Please sign in to comment.