-
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.
Merge pull request #10 from EngiBeerHub/develop
Develop
- Loading branch information
Showing
108 changed files
with
616 additions
and
432 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -66,3 +66,6 @@ testem.log | |
# System files | ||
.DS_Store | ||
Thumbs.db | ||
|
||
resources/ios/**/* | ||
resources/android/**/* |
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
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
2 changes: 1 addition & 1 deletion
2
...n/java/io/ionic/starter/MainActivity.java → ...va/io/ionic/punkbrewser/MainActivity.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ionic.starter; | ||
package io.ionic.punkbrewser; | ||
|
||
import com.getcapacitor.BridgeActivity; | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/> | ||
<background> | ||
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" /> | ||
</background> | ||
<foreground> | ||
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" /> | ||
</foreground> | ||
</adaptive-icon> |
8 changes: 6 additions & 2 deletions
8
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/> | ||
<background> | ||
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" /> | ||
</background> | ||
<foreground> | ||
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" /> | ||
</foreground> | ||
</adaptive-icon> |
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+2.09 KB
(160%)
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+1.59 KB
(180%)
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Oops, something went wrong.
Binary file modified
BIN
-496 Bytes
(82%)
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+2.52 KB
(150%)
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+2.4 KB
(130%)
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
Oops, something went wrong.
Binary file modified
BIN
-3.98 KB
(61%)
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+2.28 KB
(120%)
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Oops, something went wrong.
Binary file modified
BIN
-7.47 KB
(52%)
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<resources> | ||
<string name="app_name">punk-brewser</string> | ||
<string name="title_activity_main">punk-brewser</string> | ||
<string name="package_name">io.ionic.starter</string> | ||
<string name="custom_url_scheme">io.ionic.starter</string> | ||
<string name="app_name">Punk Brewser</string> | ||
<string name="title_activity_main">Punk Brewser</string> | ||
<string name="package_name">io.ionic.punkbrewser</string> | ||
<string name="custom_url_scheme">io.ionic.punkbrewser</string> | ||
</resources> |
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
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
Binary file modified
BIN
-75.1 KB
(30%)
ios/App/App/Assets.xcassets/AppIcon.appiconset/[email protected]
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
"idiom": "universal", | ||
"size": "1024x1024", | ||
"filename": "[email protected]", | ||
"platform": "ios" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} | ||
} |
59 changes: 46 additions & 13 deletions
59
ios/App/App/Assets.xcassets/Splash.imageset/Contents.json
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 |
---|---|---|
@@ -1,23 +1,56 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "splash-2732x2732-2.png", | ||
"scale" : "1x" | ||
"idiom": "universal", | ||
"filename": "Default@1x~universal~anyany.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "splash-2732x2732-1.png", | ||
"scale" : "2x" | ||
"idiom": "universal", | ||
"filename": "Default@2x~universal~anyany.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "splash-2732x2732.png", | ||
"scale" : "3x" | ||
"idiom": "universal", | ||
"filename": "Default@3x~universal~anyany.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
], | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"filename": "Default@1x~universal~anyany-dark.png" | ||
}, | ||
{ | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
], | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"filename": "Default@2x~universal~anyany-dark.png" | ||
}, | ||
{ | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
], | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"filename": "Default@3x~universal~anyany-dark.png" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
} | ||
} |
Binary file added
BIN
+162 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany-dark.png
Oops, something went wrong.
Binary file added
BIN
+162 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany.png
Oops, something went wrong.
Binary file added
BIN
+162 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany-dark.png
Oops, something went wrong.
Binary file added
BIN
+162 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany.png
Oops, something went wrong.
Binary file added
BIN
+162 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany-dark.png
Oops, something went wrong.
Binary file added
BIN
+162 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany.png
Oops, something went wrong.
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
Oops, something went wrong.