-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved SDK 26 tag into higher position in config.xml.
- Loading branch information
1 parent
85ee5a9
commit 7855a7b
Showing
70 changed files
with
139 additions
and
2,277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za) | ||
Author : Justin Hartman <[email protected]> (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 | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za) | ||
Author : Justin Hartman <[email protected]> (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 | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za) | ||
Author : Justin Hartman <[email protected]> (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 | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za) | ||
Author : Justin Hartman <[email protected]> (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 | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za) | ||
Author : Justin Hartman <[email protected]> (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 | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za) | ||
Author : Justin Hartman <[email protected]> (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 | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za) | ||
Author : Justin Hartman <[email protected]> (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 | ||
|
@@ -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> | ||
|
Oops, something went wrong.