Commit c007e69
v6.x (mCodex#227)
* Update README.md
* Fix typo in README
* mCodex#60
* Update RNSensitiveInfoModule
Changes:
- changed the getAllItems method error handling to log the error stack trace instead of the `getCause().getMessage()` chain. This was needed because some exceptions caused at decrypt function doesn't have an explicit cause and because of that, the getCause() at the getAllItems' catch was returning null and trying to call the getMessage(). Which is not possible, of course.
- added a new argument validation at decrypt method, checking if the encrypted attribute is null;
* feature: adding TypeScript typings
* Updated keystore branch
* Fixed keystore reset each boot
* Android <= 5 encryption support
* getItem now returns null if item never was set before, README.md cleanup
* Fixed Android 8.0 inability to retrive secretKey from the keystore
* Build.gradle updated
* Androidx support
* mCodex#137
* generating project
* added initial template and eslint configs
* removing example project
* added new example project structure using yalc
* working on example home page
* added permissions in AndroidManifest
* Updated example, removed isHardwareDetected
* Removed isHardwareDetected in favor of isSensor available (was not working on iOS)
* Fixed example android permissions
* Improving .npmgitignore
* renamed sharedPreferencesName, added typescript and rollup
* Renamed sharedPreferencesName to keystoreKey (breaking change)
* Added typescript future RNSInfo's future releases will be bundled by TS
* Improved example and fixed biometric prompt
* Fixed biometric prompt crash when header/title was not provided. Now, the default is: "Unlock with your fingerprint"
* Removed cached .DS_Store
* v6.0.0-alpha.1
* reverting keystoreKey to sharedPreferencesName
* v6.0.0-alpha.2
* updated docs
* changing security.md
* improving docs
* Updated security.md
* updated docs
* Updated README
* Updated README
* Updated README
* Updated example and updated RNSInfo Xcode to recommended settings
* v6.0.0-alpha.3
* Added algolia search & updated docusaurus
* Removing website folder
Removed website folder
* v6.0.0-alpha.4
* Updating android package name
Co-authored-by: denissb <spawnenius@gmail.com>
Co-authored-by: Ivan Rubanovskiy <webdev.xvonabur@gmail.com>
Co-authored-by: Igor Fernandes <igor.fernandes@magnetis.com.br>
Co-authored-by: Andrew Crites <acrites@mobiquityinc.com>
Co-authored-by: Victor <vspedr@users.noreply.github.com>
Co-authored-by: Pavel Bakharev <baharevpavel@gmail.com>
Co-authored-by: micha <micha@DESKTOP-PSCMROG>
Co-authored-by: michal.pilarek <michal.pilarek@frisco.pl>
Co-authored-by: Mateus Andrade <mateus.andrade@navegarti.com.br>1 parent 8bac6b8 commit c007e69
File tree
65 files changed
+9386
-4526
lines changed- android
- gradle/wrapper
- src/main
- java/dev/mcodex
- utils
- example
- __tests__
- android
- app
- src
- debug/java/com/example
- main
- java/com/example
- gradle/wrapper
- ios
- example.xcodeproj
- exampleTests
- example
- Base.lproj
- Images.xcassets/AppIcon.appiconset
- src
- pages/Home
- routes
- ios
- RNSensitiveInfo.xcodeproj
- project.xcworkspace
- xcuserdata/mtandrade.xcuserdatad
- xcuserdata/mtandrade.xcuserdatad/xcschemes
- RNSensitiveInfo
- windows/RNSensitiveInfo/RNSensitiveInfo
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+9386
-4526
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | 10 | | |
14 | 11 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 12 | + | |
28 | 13 | | |
29 | | - | |
| 14 | + | |
30 | 15 | | |
31 | | - | |
| 16 | + | |
32 | 17 | | |
33 | | - | |
| 18 | + | |
34 | 19 | | |
35 | 20 | | |
36 | 21 | | |
| |||
50 | 35 | | |
51 | 36 | | |
52 | 37 | | |
53 | | - | |
| 38 | + | |
54 | 39 | | |
55 | 40 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
0 commit comments