Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe-book-page #128

Merged
merged 188 commits into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
188 commits
Select commit Hold shift + click to select a range
192ad3f
♻️ FoodItem Backend Refactor
SkulderLock Aug 8, 2023
851ed39
♻️ Test refactored
SkulderLock Aug 8, 2023
c3d6796
♻️ 🚧 Refactoring frontend pantry
SkulderLock Aug 8, 2023
a21fa44
♻️ Pantry units refactored on frontend
SkulderLock Aug 13, 2023
b259a4e
🐛 Fixed sorting to use units
SkulderLock Aug 13, 2023
ee3ab54
✨ Unit conversion from shopping to pantry
SkulderLock Aug 13, 2023
08bc4d5
🐛 small bug fix
SkulderLock Aug 13, 2023
04037bf
➕ Added App dependencies
SkulderLock Aug 13, 2023
bd566ae
✨ Change user's name functionality added
SkulderLock Aug 14, 2023
5cffc82
🐛 low food warning fix
SkulderLock Aug 14, 2023
3c1b8a8
✅ Update tests
SkulderLock Aug 16, 2023
f55c5d9
🚧 🗃️ Reworking repositories
SkulderLock Aug 16, 2023
06be375
🐛
SkulderLock Aug 16, 2023
a8c8871
🐛 Shopping list bug fixes
SkulderLock Aug 20, 2023
ad8c27c
✅ Update tests
SkulderLock Aug 20, 2023
4015bb0
🚧 Settings refactor
SkulderLock Aug 20, 2023
81a888a
🗃️ settings repository refactored
SkulderLock Aug 20, 2023
c00e1da
🐛 fixed bmi bug
SkulderLock Aug 20, 2023
28b7552
🗑️ Delete old shopping page
SkulderLock Aug 20, 2023
95edee0
♻️ Browse and Recipe Book refactor
SkulderLock Aug 21, 2023
f78040a
🗑️ Home page code cleaning
SkulderLock Aug 24, 2023
94f011d
🚧 MealPlan Refactoring
SkulderLock Aug 26, 2023
737a85a
🚧 Progress on Meal database refactoring
SkulderLock Aug 26, 2023
f267e43
🚧 Changed meal generation validation
SkulderLock Aug 27, 2023
4707901
🚧 Backend Meal regeneration refactored
SkulderLock Aug 27, 2023
0459d86
🚧 Frontend Changed to accomodate backend refactor
SkulderLock Aug 27, 2023
50c684f
🚧 Bug fixes
SkulderLock Aug 28, 2023
4d65abc
🚧 Bug fixes
SkulderLock Aug 28, 2023
e45b999
🏷️ New ChatRequest Model
SkulderLock Aug 28, 2023
69ffc71
🚧 OpenAi Prompt rebuilt
SkulderLock Aug 30, 2023
37f90ea
🚧 OpenAi prompt working and returning meals
SkulderLock Aug 30, 2023
8a4424c
🚧 Bug fixes and improved prompt
SkulderLock Aug 30, 2023
dd5a425
💫 Add burger animations
SkulderLock Aug 30, 2023
4729aae
💫 Burger loading animation added
SkulderLock Aug 31, 2023
1e8a0f1
🗑️ Old burger files deleted
SkulderLock Aug 31, 2023
86ea612
🚧 MealReplace fixes
SkulderLock Aug 31, 2023
d162a1e
✨ Added prompt variation
SkulderLock Aug 31, 2023
e471d76
✨ More slight variation in prompt
SkulderLock Aug 31, 2023
e62d54e
💫 Main loading animation updated
SkulderLock Sep 1, 2023
37f8cad
🐛 ReplaceMeal bug fixes
SkulderLock Sep 1, 2023
d72e12c
🗑️ Deprecate old system prints
SkulderLock Sep 1, 2023
6b63521
🚧 Starting with Unsplash API
SkulderLock Sep 1, 2023
1681a2f
Merge remote-tracking branch 'origin/PantryRefactor' into recipe-book…
gryffindor-coder Sep 2, 2023
b0c6c29
✨ Unsplash Images
SkulderLock Sep 2, 2023
1410d33
Merge remote-tracking branch 'origin/PantryRefactor' into recipe-book…
gryffindor-coder Sep 2, 2023
f7921b6
🐛 Small recipebook bug fix
SkulderLock Sep 2, 2023
b211704
Merge remote-tracking branch 'origin/PantryRefactor' into recipe-book…
gryffindor-coder Sep 2, 2023
34555b3
Recipe details instructions now use ordered list
gryffindor-coder Sep 2, 2023
3251c67
Recipe instructions now display on new lines
gryffindor-coder Sep 2, 2023
0c72562
Recipe details ingredients uses bullet list
gryffindor-coder Sep 2, 2023
de8baed
Recipe ingredients now use bulleted list
gryffindor-coder Sep 2, 2023
833b04d
🐛 Fix change username
SkulderLock Sep 3, 2023
4334c10
💫 Add regen loading animation
SkulderLock Sep 3, 2023
2f0e66b
🐛 replace meal bug fix
SkulderLock Sep 4, 2023
5b55e30
✨ Global login variables to handle refresh
SkulderLock Sep 4, 2023
9998981
✨ Added timeout to OpenAi request
SkulderLock Sep 4, 2023
a2ee681
🚚 Reorganize file structure
SkulderLock Sep 6, 2023
a3948be
🚚 Reorganize repository folder
SkulderLock Sep 6, 2023
915095a
✅ Update old tests
SkulderLock Sep 6, 2023
df12c1c
🗃️ New Mongodb models
SkulderLock Sep 6, 2023
39d4571
🗃️ New Mongo Repositories
SkulderLock Sep 6, 2023
d1a6488
Fixed padding for save button in recipe details
gryffindor-coder Sep 7, 2023
fd8de35
Merge remote-tracking branch 'origin/PantryRefactor' into recipe-book…
gryffindor-coder Sep 11, 2023
ac7cfe5
🚑 deadlock bug fix
SkulderLock Sep 11, 2023
fc941b5
Merge remote-tracking branch 'origin/PantryRefactor' into recipe-book…
gryffindor-coder Sep 11, 2023
13ba80c
Removed unused import in recipe item
gryffindor-coder Sep 12, 2023
e06c613
Phase 1 of combining recipe details and item
gryffindor-coder Sep 15, 2023
8124f6e
recipe item html now uses the isopen method
gryffindor-coder Sep 16, 2023
daf9a1b
Removed openmodal from recipe item
gryffindor-coder Sep 16, 2023
a41f3b8
recipe item now uses [isOpen]
gryffindor-coder Sep 16, 2023
e91d913
Removed erroneus variable
gryffindor-coder Sep 16, 2023
fd891e2
removed unused component import
gryffindor-coder Sep 16, 2023
51a3518
Corrected syntax
gryffindor-coder Sep 16, 2023
092ab85
Removed unnecessary template tags
gryffindor-coder Sep 16, 2023
64929e2
Updated alt description of image
gryffindor-coder Sep 16, 2023
477f179
Added save to recipe book button html
gryffindor-coder Sep 16, 2023
a73dc6f
Added description in modal
gryffindor-coder Sep 16, 2023
fad4d57
Added prep time heading
gryffindor-coder Sep 16, 2023
ead0f31
Added prep time content
gryffindor-coder Sep 16, 2023
8855613
Changed ingredients heading size
gryffindor-coder Sep 16, 2023
fad953b
Removed unformatted instructions and ingredients
gryffindor-coder Sep 16, 2023
3065c0a
Added formatted ingredients and instructions html
gryffindor-coder Sep 16, 2023
0a6094e
Removed unnecessary template tags
gryffindor-coder Sep 16, 2023
6b7387f
Updated alt description
gryffindor-coder Sep 16, 2023
4b75294
Added html for ings and instrs dinner
gryffindor-coder Sep 16, 2023
4ae3b82
modified daily meals to use only one modal
gryffindor-coder Sep 17, 2023
68683a6
Added addrecipe code for daily meals
gryffindor-coder Sep 17, 2023
77c96ff
Improved formatting
gryffindor-coder Sep 17, 2023
c304e5b
Added link between mealsData and item
gryffindor-coder Sep 17, 2023
57a8263
Removed unnecessary template tags
gryffindor-coder Sep 17, 2023
920648b
Removed unnecessary style and whitespace
gryffindor-coder Sep 17, 2023
9c3517c
Removed old meal details content
gryffindor-coder Sep 17, 2023
85660ff
Added format ingredients attributes
gryffindor-coder Sep 17, 2023
ee9d6c1
Added addRecipe
gryffindor-coder Sep 17, 2023
85ac993
Added addrecipeservice
gryffindor-coder Sep 17, 2023
03e475c
Added calls to format ingredients
gryffindor-coder Sep 17, 2023
3be340e
Added recipebookservice to home page
gryffindor-coder Sep 17, 2023
e0b0067
Added code for getting all recipes
gryffindor-coder Sep 17, 2023
0be48c4
Added logic to check for item in recipe book
gryffindor-coder Sep 17, 2023
2316799
Added html for passing existing recipe items
gryffindor-coder Sep 17, 2023
d43aca4
Added getRecipes method
gryffindor-coder Sep 17, 2023
eb57100
Added items array
gryffindor-coder Sep 17, 2023
9d9992b
Added recipebookservice
gryffindor-coder Sep 17, 2023
d6c3db3
Removed unneeded passitems command
gryffindor-coder Sep 17, 2023
6dff40d
Added items array
gryffindor-coder Sep 17, 2023
a43f989
Added solution for undefined item
gryffindor-coder Sep 17, 2023
a865e57
Modified recipeItems att name for clarity
gryffindor-coder Sep 17, 2023
43ed2f4
Added ?s for undefined
gryffindor-coder Sep 17, 2023
0044cb6
Added !s for undefined
gryffindor-coder Sep 17, 2023
aa36744
Added more !s for possible undefineds
gryffindor-coder Sep 17, 2023
2c9db12
Removed unused "Input"
gryffindor-coder Sep 18, 2023
4f3cfe5
Added correct type for item
gryffindor-coder Sep 18, 2023
97c8058
Changed behaviour of closemodal
gryffindor-coder Sep 18, 2023
1ccced9
Copied css from late recipe details
gryffindor-coder Sep 18, 2023
339c41c
Added template elements
gryffindor-coder Sep 18, 2023
dd9f55a
Removed debug console log
gryffindor-coder Sep 18, 2023
0130fdd
Added calls to format instrucs and ingredients
gryffindor-coder Sep 18, 2023
33c95f6
Removed unused modalController
gryffindor-coder Sep 18, 2023
34d902e
Removed all unused imports
gryffindor-coder Sep 18, 2023
7124e16
Added styling for daily meals component
gryffindor-coder Sep 18, 2023
bf828dd
Added comment to clarify which modal is in use
gryffindor-coder Sep 18, 2023
99b5902
Updated daily meals html to match recipe item
gryffindor-coder Sep 18, 2023
dea4708
Added format calls to breakfast
gryffindor-coder Sep 18, 2023
62d5f69
Added necessary template tags
gryffindor-coder Sep 18, 2023
5ff2c3d
Added calls to format
gryffindor-coder Sep 18, 2023
b04cfe8
Changed save button's position to absolute
gryffindor-coder Sep 18, 2023
9e59e19
Removed save button from recipe items
gryffindor-coder Sep 18, 2023
966340e
Moved getRecipe logic to daily meals
gryffindor-coder Sep 20, 2023
e77c136
Added getRecipe logic
gryffindor-coder Sep 20, 2023
f759559
Removed debugging console log
gryffindor-coder Sep 20, 2023
58da54b
Removed hidden attribute of save button
gryffindor-coder Sep 20, 2023
2be1322
Removed getRecipes call
gryffindor-coder Sep 20, 2023
d8d91ae
Removed getRecipe logic from page
gryffindor-coder Sep 20, 2023
f236fed
Added getRecipe logic in browse meal component
gryffindor-coder Sep 20, 2023
c732dd5
Added recipeservice to component
gryffindor-coder Sep 20, 2023
7a59846
Added authentication service to component
gryffindor-coder Sep 20, 2023
6967231
Modified array name to match attribute items
gryffindor-coder Sep 20, 2023
1556394
Added errorhandlerservice to component
gryffindor-coder Sep 20, 2023
dccdde2
Added ?s for undefined
gryffindor-coder Sep 20, 2023
b9b0f3c
Added ng-template tags
gryffindor-coder Sep 20, 2023
f4a0510
Added styling for browse meal component
gryffindor-coder Sep 20, 2023
1dcae8a
Removed unnecessary padding
gryffindor-coder Sep 20, 2023
85ac4f6
Updated button position
gryffindor-coder Sep 20, 2023
e83f717
Added padding previously thought unneeded
gryffindor-coder Sep 20, 2023
7e55015
Modified addRecipe method
gryffindor-coder Sep 20, 2023
1e3db7f
Modified addrecipe
gryffindor-coder Sep 20, 2023
88016f6
Added loginservice for ethical recipe refresh
gryffindor-coder Sep 20, 2023
89d9cfd
Added page refresh for recipe book page
gryffindor-coder Sep 20, 2023
11510f2
Moved set item commands to isopen true
gryffindor-coder Sep 21, 2023
46c136e
Added like button
gryffindor-coder Sep 21, 2023
7fe9802
Added style for like button
gryffindor-coder Sep 21, 2023
358f434
Removed unused addRecipe
gryffindor-coder Sep 21, 2023
dfa2276
Added like button
gryffindor-coder Sep 21, 2023
5011cb6
Added style for like button
gryffindor-coder Sep 21, 2023
6665248
Added skeleton for liked method
gryffindor-coder Sep 21, 2023
5fce8a2
Added like button
gryffindor-coder Sep 21, 2023
177f911
Added style for like button
gryffindor-coder Sep 21, 2023
8f33779
Added skeleton for liked method
gryffindor-coder Sep 21, 2023
6c8c4f2
Added dislike button
gryffindor-coder Sep 21, 2023
f3c6f05
Added styling for all buttons
gryffindor-coder Sep 21, 2023
a1583f8
Added skeleton for disliked
gryffindor-coder Sep 21, 2023
8bf3793
Added dislike button
gryffindor-coder Sep 21, 2023
9b12f23
Added styling for all buttons
gryffindor-coder Sep 21, 2023
2ba2da3
Added skeleton for disliked
gryffindor-coder Sep 21, 2023
69c46f7
Added dislike button
gryffindor-coder Sep 21, 2023
20af5ec
Added styling for all buttons
gryffindor-coder Sep 21, 2023
dc3befe
Added skeleton for disliked
gryffindor-coder Sep 21, 2023
84857b0
Improved spacing between buttons
gryffindor-coder Sep 21, 2023
5f33ea3
Improved spacing between buttons
gryffindor-coder Sep 21, 2023
39ae146
Removed unused import
gryffindor-coder Sep 21, 2023
643b50c
created likedislikecontroller
gryffindor-coder Sep 21, 2023
3da98e3
Added likedislikeservice
gryffindor-coder Sep 21, 2023
63caef1
Added export for likedislikeservice
gryffindor-coder Sep 21, 2023
31c1e7d
Added likedislike service
gryffindor-coder Sep 21, 2023
5d56c1f
Added likedislike service
gryffindor-coder Sep 21, 2023
645ea5a
Added likedislikeservice
gryffindor-coder Sep 21, 2023
cfb7b7b
added likedislikeservice
gryffindor-coder Sep 21, 2023
0a71cc2
Added visuals for hovering over savebutton
gryffindor-coder Sep 24, 2023
4886140
🙈 gitignore
SkulderLock Sep 24, 2023
571f4cf
Merge branch 'development' into recipe-book-page
SkulderLock Sep 24, 2023
1b08e3e
Added fix for httpclientmodule
gryffindor-coder Sep 24, 2023
59194e9
Added import for httpclientmodule
gryffindor-coder Sep 24, 2023
029cbda
Added import for httpclientmodule
gryffindor-coder Sep 24, 2023
a95e6ef
Added httpclientmodule
gryffindor-coder Sep 24, 2023
cc8506d
Added import for httpclientmodule
gryffindor-coder Sep 24, 2023
074211d
Added import for httpclientmodule
gryffindor-coder Sep 24, 2023
92ea096
Added import for httpclientmodule
gryffindor-coder Sep 24, 2023
6417cb3
✅ test updates
SkulderLock Sep 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ $RECYCLE.BIN/

*.log
log.txt
mealmaestro-logs.txt
logs/


# ios
ios/
android/

.env

Expand Down
101 changes: 101 additions & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
# Using Android gitignore template: https://github.com/github/gitignore/blob/HEAD/Android.gitignore

# Built application files
*.apk
*.aar
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/

# Google Services (e.g. APIs or Firebase)
# google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

# Version control
vcs.xml

# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/

# Android Profiling
*.hprof

# Cordova plugins for Capacitor
capacitor-cordova-android-plugins

# Copied web assets
app/src/main/assets/public

# Generated Config files
app/src/main/assets/capacitor.config.json
app/src/main/assets/capacitor.plugins.json
app/src/main/res/xml/config.xml
2 changes: 2 additions & 0 deletions android/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/build/*
!/build/.npmkeep
54 changes: 54 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
apply plugin: 'com.android.application'

android {
namespace "io.ionic.starter"
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "io.ionic.starter"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
// Default: https://android.googlesource.com/platform/frameworks/base/+/282e181b58cf72b6ca770dc7ca5f91f135444502/tools/aapt/AaptAssets.cpp#61
ignoreAssetsPattern '!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~'
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

repositories {
flatDir{
dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs'
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion"
implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion"
implementation project(':capacitor-android')
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation project(':capacitor-cordova-android-plugins')
}

apply from: 'capacitor.build.gradle'

try {
def servicesJSON = file('google-services.json')
if (servicesJSON.text) {
apply plugin: 'com.google.gms.google-services'
}
} catch(Exception e) {
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
}
23 changes: 23 additions & 0 deletions android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN

android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-app')
implementation project(':capacitor-haptics')
implementation project(':capacitor-http')
implementation project(':capacitor-keyboard')
implementation project(':capacitor-status-bar')

}


if (hasProperty('postBuildExtras')) {
postBuildExtras()
}
21 changes: 21 additions & 0 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package com.getcapacitor.myapp;

import static org.junit.Assert.*;

import android.content.Context;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.platform.app.InstrumentationRegistry;
import org.junit.Test;
import org.junit.runner.RunWith;

/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {

@Test
public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();

assertEquals("com.getcapacitor.app", appContext.getPackageName());
}
}
41 changes: 41 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">

<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:name=".MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask"
android:exported="true">

<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

</activity>

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths"></meta-data>
</provider>
</application>

<!-- Permissions -->

<uses-permission android:name="android.permission.INTERNET" />
</manifest>
5 changes: 5 additions & 0 deletions android/app/src/main/java/io/ionic/starter/MainActivity.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package io.ionic.starter;

import com.getcapacitor.BridgeActivity;

public class MainActivity extends 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.
34 changes: 34 additions & 0 deletions android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<path
android:fillType="evenOdd"
android:pathData="M32,64C32,64 38.39,52.99 44.13,50.95C51.37,48.37 70.14,49.57 70.14,49.57L108.26,87.69L108,109.01L75.97,107.97L32,64Z"
android:strokeColor="#00000000"
android:strokeWidth="1">
<aapt:attr name="android:fillColor">
<gradient
android:endX="78.5885"
android:endY="90.9159"
android:startX="48.7653"
android:startY="61.0927"
android:type="linear">
<item
android:color="#44000000"
android:offset="0.0" />
<item
android:color="#00000000"
android:offset="1.0" />
</gradient>
</aapt:attr>
</path>
<path
android:fillColor="#FFFFFF"
android:fillType="nonZero"
android:pathData="M66.94,46.02L66.94,46.02C72.44,50.07 76,56.61 76,64L32,64C32,56.61 35.56,50.11 40.98,46.06L36.18,41.19C35.45,40.45 35.45,39.3 36.18,38.56C36.91,37.81 38.05,37.81 38.78,38.56L44.25,44.05C47.18,42.57 50.48,41.71 54,41.71C57.48,41.71 60.78,42.57 63.68,44.05L69.11,38.56C69.84,37.81 70.98,37.81 71.71,38.56C72.44,39.3 72.44,40.45 71.71,41.19L66.94,46.02ZM62.94,56.92C64.08,56.92 65,56.01 65,54.88C65,53.76 64.08,52.85 62.94,52.85C61.8,52.85 60.88,53.76 60.88,54.88C60.88,56.01 61.8,56.92 62.94,56.92ZM45.06,56.92C46.2,56.92 47.13,56.01 47.13,54.88C47.13,53.76 46.2,52.85 45.06,52.85C43.92,52.85 43,53.76 43,54.88C43,56.01 43.92,56.92 45.06,56.92Z"
android:strokeColor="#00000000"
android:strokeWidth="1" />
</vector>
Loading
Loading