Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Oumar Ba
PPE_FRONT_END
Commits
b26d3f2b
Commit
b26d3f2b
authored
1 year ago
by
Omar CAMARA
Browse files
Options
Download
Plain Diff
Merge branch 'auth' into 'main'
Auth See merge request
!1
parents
f1b2f36a
9947416c
Changes
116
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.browserslistrc
+16
-0
.browserslistrc
.editorconfig
+16
-0
.editorconfig
.eslintrc.json
+46
-0
.eslintrc.json
.gitignore
+68
-0
.gitignore
.vscode/extensions.json
+5
-0
.vscode/extensions.json
.vscode/settings.json
+3
-0
.vscode/settings.json
android/.gitignore
+101
-0
android/.gitignore
android/app/.gitignore
+2
-0
android/app/.gitignore
android/app/build.gradle
+54
-0
android/app/build.gradle
android/app/capacitor.build.gradle
+22
-0
android/app/capacitor.build.gradle
android/app/proguard-rules.pro
+21
-0
android/app/proguard-rules.pro
android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java
+26
-0
.../java/com/getcapacitor/myapp/ExampleInstrumentedTest.java
android/app/src/main/AndroidManifest.xml
+41
-0
android/app/src/main/AndroidManifest.xml
android/app/src/main/java/io/ionic/starter/MainActivity.java
+5
-0
android/app/src/main/java/io/ionic/starter/MainActivity.java
android/app/src/main/res/drawable-land-hdpi/splash.png
+0
-0
android/app/src/main/res/drawable-land-hdpi/splash.png
android/app/src/main/res/drawable-land-mdpi/splash.png
+0
-0
android/app/src/main/res/drawable-land-mdpi/splash.png
android/app/src/main/res/drawable-land-xhdpi/splash.png
+0
-0
android/app/src/main/res/drawable-land-xhdpi/splash.png
android/app/src/main/res/drawable-land-xxhdpi/splash.png
+0
-0
android/app/src/main/res/drawable-land-xxhdpi/splash.png
android/app/src/main/res/drawable-land-xxxhdpi/splash.png
+0
-0
android/app/src/main/res/drawable-land-xxxhdpi/splash.png
android/app/src/main/res/drawable-port-hdpi/splash.png
+0
-0
android/app/src/main/res/drawable-port-hdpi/splash.png
with
426 additions
and
0 deletions
+426
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment