-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android Auth Required, Fallback Added, Error Codes Consolidated
WIP: Add Android .gitignore WIP: Android .gitignore is now working WIP: Android Error Codes, Updates to project level Git Ignore. WIP: Add iOS .gitignore WIP: iOS .gitignore is now working WIP: Android Device Credentials Fallback WIP: Always Invalidate on biometric enrollment WIP: Consolidate Error Codes Between iOS and Android WIP: Fix Swift Issues WIP: Update comments before submission.
- Loading branch information
1 parent
a5b8da1
commit ca69b73
Showing
535 changed files
with
434 additions
and
895,511 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/.idea/ | ||
dist/ | ||
dist/ | ||
/node_modules |
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,30 @@ | ||
# Contributing | ||
|
||
## Submitting a Pull Request (PR) | ||
|
||
Before you submit your Pull Request (PR) consider the following guidelines: | ||
|
||
1. Search GitHub for an open or closed PR that relates to your submission. You don't want to duplicate existing efforts. | ||
|
||
2. Be sure that an issue describes the problem you're fixing, or documents the design for the feature you'd like to add. Discussing the design upfront helps to ensure that we're ready to accept your work. | ||
|
||
3. Fork the repo. | ||
|
||
4. In your forked repository, make your changes in a new git branch: | ||
- `git checkout -b branch-name-foo` | ||
|
||
5. Npm install dependencies | ||
- `npm ci` (clean install) | ||
|
||
6. Symlink repo as `capacitor-native-biometric` package to your capacitor application for easy development via [`npm link`](https://docs.npmjs.com/cli/v8/commands/npm-link) | ||
1. In `capacitor-native-biometric` repo root, where package.json is, run `npm link` | ||
|
||
2. In the root of your capacitor application that uses `capacitor-native-biometric`, where package.json is, run `npm link capacitor-native-biometric` | ||
|
||
7. Make and commit changes | ||
- `git commit --all` | ||
|
||
8. Push your branch to GitHub: | ||
- `git push origin branch-name-foo` | ||
|
||
9. In GitHub, send a pull request to `capacitor-native-biometric` |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Using Android gitignore template: https://github.com/github/gitignore/blob/main/Android.gitignore | ||
|
||
# Gradle files | ||
.gradle/ | ||
build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Log/OS Files | ||
*.log | ||
|
||
# Android Studio generated files and folders | ||
captures/ | ||
.externalNativeBuild/ | ||
.cxx/ | ||
*.apk | ||
output.json | ||
|
||
# IntelliJ | ||
*.iml | ||
.idea/ | ||
misc.xml | ||
deploymentTargetDropDown.xml | ||
render.experimental.xml | ||
|
||
# Keystore files | ||
*.jks | ||
*.keystore | ||
|
||
# Google Services (e.g. APIs or Firebase) | ||
google-services.json | ||
|
||
# Android Profiling | ||
*.hprof |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Empty file.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
android/.idea/libraries/Gradle__androidx_activity_activity_1_2_0_aar.xml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
android/.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0.xml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
android/.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_0_0_aar.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.