Commit Graph

  • c84f9517ca Bump RN version in KeychainExample Joel Arvidsson 2018-01-08 20:15:36 +0100
  • 0c9d6d6ab8 Update README to include proguard note (#88) Kevin Barrett 2017-11-19 07:54:38 -0500
  • 610ad80134 do not specify RN version in gradle Vojtech Novak 2017-09-06 15:34:50 +0200
  • 712679ff89 Add react-native-keychain on tvOS (#78) Julien K 2017-08-24 23:21:36 +0200
  • 2db93b4206 Release 1.2.1 v1.2.1 v1-stable Joel Arvidsson 2017-08-24 23:15:15 +0200
  • d768add129 Support React Native 0.47 (#80) Andrew Jack 2017-08-24 22:10:17 +0100
  • 99ae5252ca Change path for iOS module linking via CocoaPods in README (#81) Andrey Konstantinov 2017-08-25 00:12:34 +0300
  • fbd9fb996a Support React Native 0.47 (#80) Andrew Jack 2017-08-24 22:10:17 +0100
  • 0cb91883c3 Add maintainers section to README (#75) Joel Arvidsson 2017-07-21 22:36:20 +0200
  • b9c0aee20e rewite README.md Vojtech Novak 2017-07-21 22:33:19 +0200
  • f2760aafad Release 2.0.0 release candidate v2.0.0-rc Joel Arvidsson 2017-07-05 21:26:30 +0200
  • a9ee69fce8 Bump flow version Joel Arvidsson 2017-07-05 21:25:04 +0200
  • c4b2b4dcfe Merge pull request #67 from TeletronicsDotAe/feature/change_to_android_keystore Vojtech Novak 2017-06-30 13:20:51 +0200
  • ef9b5256ef Moving null checks from CipherStorageFacebookConceal and PrefsStorage to KeychainModule and introducing checks for empty service in CipherStorageKeystoreAESCBC. Pelle Stenild Coltau 2017-06-29 09:49:35 +0200
  • 71f567d65a Renaming PrefsStorage.resetPassword() to .removeEntry() Pelle Stenild Coltau 2017-06-28 15:40:56 +0200
  • e07e571e63 Upgrading to Facebook Conceal 1.1.3. Pelle Stenild Coltau 2017-06-26 10:18:39 +0200
  • a45f1351c2 Refactoring based on review: CipherStorage.getAPILevel() renamed to getMinSupportedApiLevel(). Fixed issue with no handling of null service in PrefsStorage. Throwing of CryptoFailedException moved to getCipherStorageForCurrentAPILevel(). Removed unused constructor. Pelle Stenild Coltau 2017-06-26 10:06:46 +0200
  • 1c0552f88b Fixed issue with missing cipher storage name. Also did some small refactorings and adding to comments. Pelle Stenild Coltau 2017-06-18 12:55:48 +0400
  • 32c5caff39 Refactored implementation to support various encryption algorithms and key storage depending on API level. Pelle Stenild Coltau 2017-06-18 11:38:00 +0400
  • 808a7000da Added support for API levels lower than 23 using Facebook’s conceal. Pelle Stenild Coltau 2017-06-15 16:20:33 +0400
  • 025aab835a Refactored methods regarding the SharedPreferences and moved them to a utility class. Pelle Stenild Coltau 2017-06-15 10:09:59 +0400
  • 544b92f262 Addressed review comments: Fixed copy-paste error, fixed migration from Facebook conceal and removed unused variable. Pelle Stenild Coltau 2017-06-15 09:01:09 +0400
  • 10463e693d Replaced RSA implementation with AES-CBC (256 bit) encryption. Pelle Stenild Coltau 2017-06-04 13:01:15 +0400
  • 25c1334d0e Fixing issue where legacy values stored with a NULL service would not be migrated. Pelle Stenild Coltau 2017-05-21 09:57:53 +0400
  • a097053fe1 Splitting resetGenericPasswordForOptionsWithDelimiter() into two different methods: resetGenericPasswordForOptions() and resetGenericPasswordForOptionsLegacy(), in order to make it easier to remove legacy code. Pelle Stenild Coltau 2017-05-18 14:04:58 +0400
  • 145a0983cb Changed KeychainModule to use Android’s KeyStore for creating and storing encryption keys. Also added functionality to automatically migrate existing encrypted data from Facebook’s conceal to encryption using KeyStore keys. Pelle Stenild Coltau 2017-05-18 10:40:14 +0400
  • d3282cdbca Released 1.2.0 v1.2.0 Joel Arvidsson 2017-04-04 23:22:36 +0200
  • 7bf6b1a650 Update README.md Vojtech Novak 2017-03-27 01:29:36 +0200
  • 33d1816272 [android] return false instead of exception when entry not present (#57) Vojtech Novak 2017-03-17 21:00:32 +0100
  • 0e350a9bfe Update TypeScript definitions (#60) Mark Dawson 2017-03-17 12:59:35 -0700
  • e5af53bbc8 Released 1.1.0 v1.1.0 Joel Arvidsson 2017-02-10 11:39:50 +0100
  • 45799d5aa1 Add support for accessGroup option on iOS #4 #54 access-group Joel Arvidsson 2017-02-10 11:26:38 +0100
  • eeeb703278 Fix warning in Example project when failing to load credentials Joel Arvidsson 2017-02-10 10:59:39 +0100
  • fcd76decbf Bump flow config Joel Arvidsson 2017-02-10 10:58:52 +0100
  • 6eb0a35037 Refactor accessible argument into options Joel Arvidsson 2017-02-10 10:58:39 +0100
  • 1c4562a421 Add accessible argument for iOS (#51) Alexander Jarvis 2017-02-10 08:34:58 +0000
  • 7119425ce8 Released 1.0.0 v1.0.0 Joel Arvidsson 2017-01-10 23:12:27 +0100
  • 962a9e38c5 Update README with new API documentation and year bump Joel Arvidsson 2017-01-10 23:12:20 +0100
  • 28232bf029 Update type script definitions Joel Arvidsson 2017-01-10 23:07:11 +0100
  • eb9093aed7 Refactors native methods to use promises and deprecate callback argument Joel Arvidsson 2017-01-10 23:00:51 +0100
  • 157e290a78 Add android version of KeychainExample Joel Arvidsson 2017-01-10 22:56:19 +0100
  • 8e2b53ce93 Bump KeychainExample project to RN 0.40 Joel Arvidsson 2017-01-10 22:27:47 +0100
  • e6cc3aa9f4 Add shared web credentials support (#40) Joel Arvidsson 2017-01-10 22:25:04 +0100
  • 7280e924ef Use absolute references (#50) Andrey 2017-01-10 22:35:04 +0300
  • 732b765c7a minor refactoring Vojtech Novak 2016-12-30 10:00:33 +0100
  • c19efe56c5 remove a log message, inform if crypto not available Vojtech Novak 2016-12-16 13:32:54 +0100
  • 7e3b8642bd Update KeychainModule.java Vojtech Novak 2016-12-11 16:30:50 +0100
  • e335c69ce9 Refactor to es2016 Joel Arvidsson 2016-11-04 11:42:12 +0100
  • e507c99b99 Update example to RN 0.36 & ES 2016 Joel Arvidsson 2016-11-02 21:42:55 +0100
  • fd8663a8ec Add Typescript definitions and adapt callback interface fixed to match de facto usage (#38) dryganets 2016-10-27 01:58:02 -0700
  • dad6421045 Add a note about iOS 10 keychain sharing entitlement to the README (#33) Sven 2016-09-18 16:30:07 +0200
  • 0eadf5061e removed a message that is too annoying in the log Vojtech Novak 2016-08-26 13:48:57 +0200
  • 6bd55d7946 removed a message that is too annoying in the log Vojtech Novak 2016-08-26 13:45:46 +0200
  • c93f9943d6 update readme Vojtech Novak 2016-08-26 08:40:09 +0200
  • 754b15075a Released 0.3.2. v0.3.2 Joel Arvidsson 2016-06-20 20:48:20 +0200
  • 2d4e620f43 Merge pull request #28 from yagottahavehart/master Vojtech Novak 2016-06-17 22:11:48 +0200
  • 6b9eabae01 Use Charset instead of StandardCharset for UTF-8 to support sdk < 19 Andy Hartwell 2016-06-17 11:08:40 -0700
  • 1ef171d799 Update README.md (#26) Daniel Winter 2016-06-08 23:21:06 +0200
  • 050cc84c46 Update README.md Vojtech Novak 2016-06-05 19:17:48 +0200
  • 7bce19f9d7 Released 0.3.1 v0.3.1 Joel Arvidsson 2016-06-02 22:40:28 +0200
  • 34f2471418 Makes podspec use version from package.json. Joel Arvidsson 2016-06-02 22:40:16 +0200
  • 040b2c2128 Fixes callback on saving and resetting the password on android (#24) Vojtech Novak 2016-06-02 22:35:46 +0200
  • 60455e88ce Fixes broken error handling (#22) Vojtech Novak 2016-06-02 11:54:39 +0200
  • 008ee03b76 Update README.md (#20) Vojtech Novak 2016-06-01 01:52:10 +0200
  • a2d32fe35a Released 0.3.0. v0.3.0 Joel Arvidsson 2016-06-01 00:30:18 +0200
  • d05b20c904 Added Android support w/ Facebook Conceal (#19) Vojtech Novak 2016-06-01 00:25:51 +0200
  • 15120d9a8d Released 0.2.7. v0.2.7 Joel Arvidsson 2016-01-19 11:19:55 -0600
  • 85b5f2fc6e Removes unused enum definitions. Joel Arvidsson 2016-01-19 11:19:22 -0600
  • 913464d40a Adds rnpm integration documentation. Joel Arvidsson 2016-01-19 11:19:04 -0600
  • 0a1a2cdab2 Removes KeychainExample from npm #15 Joel Arvidsson 2016-01-19 11:17:53 -0600
  • ad6f1bfa55 Merge pull request #14 from mvayngrib/nopeerdeps Joel Arvidsson 2016-01-01 13:12:33 +0100
  • 537d9945a3 scrap peerDeps Mark Vayngrib 2015-12-31 12:08:21 -0500
  • 6ae78775ec Released 0.2.6. v0.2.6 Joel Arvidsson 2015-10-29 11:41:54 -0400
  • a10e5a5a03 Adds support for RN 0.14.0-rc. Joel Arvidsson 2015-10-29 11:40:36 -0400
  • a71fda6631 Adds todolist. Joel Arvidsson 2015-10-29 11:40:11 -0400
  • fa393a7ec2 Adds possibility to integrate using cocoapods. Joel Arvidsson 2015-10-29 11:38:50 -0400
  • 5281903643 Released 0.2.5. v0.2.5 Joel Arvidsson 2015-08-16 23:01:53 +0200
  • 7546131cf5 RN 0.10.0-rc support. Joel Arvidsson 2015-08-16 23:00:19 +0200
  • 20811e9009 Added flow config and fixed error. Joel Arvidsson 2015-08-16 22:56:23 +0200
  • f56522a18f Released 0.2.4. v0.2.4 Joel Arvidsson 2015-08-14 11:42:47 +0200
  • e745427da7 Merge pull request #7 from bleonard/package Joel Arvidsson 2015-08-14 11:40:35 +0200
  • e1ccec19a0 adds 0.9.0-rc to package.json Brian Leonard 2015-08-12 16:05:36 -0700
  • 3c06b9b533 Released 0.2.3. v0.2.3 Joel Arvidsson 2015-07-19 13:39:15 +0200
  • 1cbf2445b5 Merge branch 'master' of https://github.com/oblador/react-native-keychain Joel Arvidsson 2015-07-19 13:38:54 +0200
  • 9f88cce0b8 Bumped example to 0.7.0-rc.2. Joel Arvidsson 2015-07-19 13:36:40 +0200
  • 8b9d0505a8 Merge pull request #6 from mojotalantikite/master Joel Arvidsson 2015-07-17 23:05:10 +0200
  • d12655960b Fix NativeModules import Mojo Talantikite 2015-07-17 15:05:07 -0400
  • 2ddb633255 RN 0.7.0 support. Joel Arvidsson 2015-07-06 12:49:20 +0200
  • b9f4120c44 Released 0.2.2. v0.2.2 Joel Arvidsson 2015-07-06 12:40:55 +0200
  • 4545b1709e Add support for RN release candidates as peerDependency. Joel Arvidsson 2015-07-06 12:40:42 +0200
  • a803ad50e9 Released 0.2.1. v0.2.1 Joel Arvidsson 2015-06-15 18:11:33 +0200
  • c8daca926e Merge pull request #5 from chirag04/patch-1 Joel Arvidsson 2015-06-15 18:07:03 +0200
  • dbf70ae656 relax peerDependencies. Chirag 2015-06-15 12:02:34 -0400
  • 6050b67920 Released 0.2.0. v0.2.0 Joel Arvidsson 2015-05-29 18:28:18 +0200
  • b05f14f632 Fixed KeychainAccessibilityEnum. Joel Arvidsson 2015-05-29 18:27:35 +0200
  • f3d9cc8862 Updated example to use generic password. Joel Arvidsson 2015-05-29 18:27:07 +0200
  • 75446cb734 Added generic password support. Joel Arvidsson 2015-05-29 18:25:56 +0200
  • 24045a74dd Dont throw red screen when no matches were found. Joel Arvidsson 2015-05-29 18:03:19 +0200
  • f3e856d368 More descriptive error messages. Joel Arvidsson 2015-05-29 18:02:15 +0200
  • 985923f01c Released 0.1.1 v0.1.1 Joel Arvidsson 2015-05-28 19:12:26 +0200