-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
209 changed files
with
912,174 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,7 @@ dist/ | |
node_modules/ | ||
tmp/ | ||
temp/ | ||
hooks/ | ||
www/ | ||
hooks/ld | ||
plugins/ | ||
plugins/android.json | ||
plugins/ios.json | ||
|
Binary file added
BIN
+141 KB
...iope/platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/ionicons.eot
Binary file not shown.
50 changes: 50 additions & 0 deletions
50
...ope/platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/ionicons.scss
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
// Ionicons Icon Font CSS | ||
// -------------------------- | ||
// Ionicons CSS for Ionic's <ion-icon> element | ||
// ionicons-icons.scss has the icons and their unicode characters | ||
|
||
$ionicons-font-path: $font-path !default; | ||
|
||
@import "ionicons-icons"; | ||
@import "ionicons-variables"; | ||
|
||
|
||
@font-face { | ||
font-family: "Ionicons"; | ||
src: url("#{$ionicons-font-path}/ionicons.woff2?v=#{$ionicons-version}") format("woff2"), | ||
url("#{$ionicons-font-path}/ionicons.woff?v=#{$ionicons-version}") format("woff"), | ||
url("#{$ionicons-font-path}/ionicons.ttf?v=#{$ionicons-version}") format("truetype"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
ion-icon { | ||
display: inline-block; | ||
|
||
font-family: "Ionicons"; | ||
-moz-osx-font-smoothing: grayscale; | ||
-webkit-font-smoothing: antialiased; | ||
font-style: normal; | ||
font-variant: normal; | ||
font-weight: normal; | ||
line-height: 1; | ||
text-rendering: auto; | ||
text-transform: none; | ||
speak: none; | ||
|
||
@include rtl() { | ||
&[aria-label^="arrow"]::before, | ||
&[flip-rtl]::before { | ||
transform: scaleX(-1); | ||
} | ||
|
||
&[unflip-rtl]::before { | ||
transform: scaleX(1); | ||
} | ||
} | ||
|
||
&::before { | ||
display: inline-block; | ||
} | ||
} |
2,630 changes: 2,630 additions & 0 deletions
2,630
...orms/android/app/build/intermediates/assets/debug/www/assets/fonts/ionicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+141 KB
...iope/platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/ionicons.ttf
Binary file not shown.
Binary file added
BIN
+78.5 KB
...ope/platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/ionicons.woff
Binary file not shown.
Binary file added
BIN
+59.6 KB
...pe/platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/ionicons.woff2
Binary file not shown.
Binary file added
BIN
+405 KB
...latforms/android/app/build/intermediates/assets/debug/www/assets/fonts/noto-sans-bold.ttf
Binary file not shown.
Binary file added
BIN
+207 KB
...atforms/android/app/build/intermediates/assets/debug/www/assets/fonts/noto-sans-bold.woff
Binary file not shown.
Binary file added
BIN
+405 KB
...forms/android/app/build/intermediates/assets/debug/www/assets/fonts/noto-sans-regular.ttf
Binary file not shown.
Binary file added
BIN
+208 KB
...orms/android/app/build/intermediates/assets/debug/www/assets/fonts/noto-sans-regular.woff
Binary file not shown.
34 changes: 34 additions & 0 deletions
34
...pe/platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/noto-sans.scss
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// Noto Sans Font | ||
// Apache License, version 2.0 | ||
// http://www.apache.org/licenses/LICENSE-2.0.html | ||
|
||
$noto-sans-font-path: $font-path !default; | ||
|
||
@font-face { | ||
font-family: "Noto Sans"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Noto Sans"; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Noto Sans"; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Noto Sans"; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype"); | ||
} |
Binary file added
BIN
+19.6 KB
...e/platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-bold.ttf
Binary file not shown.
Binary file added
BIN
+13 KB
.../platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-bold.woff
Binary file not shown.
Binary file added
BIN
+9.97 KB
...platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-bold.woff2
Binary file not shown.
Binary file added
BIN
+19.4 KB
.../platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-light.ttf
Binary file not shown.
Binary file added
BIN
+13 KB
...platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-light.woff
Binary file not shown.
Binary file added
BIN
+9.98 KB
...latforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-light.woff2
Binary file not shown.
Binary file added
BIN
+19.3 KB
...platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-medium.ttf
Binary file not shown.
Binary file added
BIN
+12.9 KB
...latforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-medium.woff
Binary file not shown.
Binary file added
BIN
+9.95 KB
...atforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-medium.woff2
Binary file not shown.
Binary file added
BIN
+19.4 KB
...latforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-regular.ttf
Binary file not shown.
Binary file added
BIN
+13 KB
...atforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-regular.woff
Binary file not shown.
Binary file added
BIN
+9.96 KB
...tforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto-regular.woff2
Binary file not shown.
34 changes: 34 additions & 0 deletions
34
kalliope/platforms/android/app/build/intermediates/assets/debug/www/assets/fonts/roboto.scss
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// Roboto Font | ||
// Apache License, version 2.0 | ||
// http://www.apache.org/licenses/LICENSE-2.0.html | ||
|
||
$roboto-font-path: $font-path !default; | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Roboto Light"), local("Roboto-Light"), url("#{$roboto-font-path}/roboto-light.woff2") format("woff2"), url("#{$roboto-font-path}/roboto-light.woff") format("woff"), url("#{$roboto-font-path}/roboto-light.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Roboto"), local("Roboto-Regular"), url("#{$roboto-font-path}/roboto-regular.woff2") format("woff2"), url("#{$roboto-font-path}/roboto-regular.woff") format("woff"), url("#{$roboto-font-path}/roboto-regular.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: local("Roboto Medium"), local("Roboto-Medium"), url("#{$roboto-font-path}/roboto-medium.woff2") format("woff2"), url("#{$roboto-font-path}/roboto-medium.woff") format("woff"), url("#{$roboto-font-path}/roboto-medium.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("Roboto Bold"), local("Roboto-Bold"), url("#{$roboto-font-path}/roboto-bold.woff2") format("woff2"), url("#{$roboto-font-path}/roboto-bold.woff") format("woff"), url("#{$roboto-font-path}/roboto-bold.ttf") format("truetype"); | ||
} |
Binary file added
BIN
+1.93 KB
kalliope/platforms/android/app/build/intermediates/assets/debug/www/assets/icon/favicon.ico
Binary file not shown.
Binary file added
BIN
+6.79 KB
...ndroid/app/build/intermediates/assets/debug/www/assets/marker/kalliopeBrain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+618 Bytes
...ndroid/app/build/intermediates/assets/debug/www/assets/marker/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+50 KB
.../android/app/build/intermediates/assets/debug/www/assets/marker/user-marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.