Commit Graph

  • 989c169e96 Add tests in podspec. keefertaylor 2018-10-28 20:47:34 +0000
  • c97097a9c5 Merge branch 'master' of https://github.com/keefertaylor/MnemonicKit keefertaylor 2018-10-28 20:35:06 +0000
  • a089f648f2 Remove swift version keefertaylor 2018-10-28 20:34:57 +0000
  • ad069eed8c
    Update README.md Keefer Taylor 2018-10-28 20:34:30 +0000
  • d6eb1f83e2 Remove error enum. No longer needed now that MnemonicKit doesn't throw errors. keefertaylor 2018-10-28 20:27:32 +0000
  • 3ecbfd7cae Remove unneeded try statements. keefertaylor 2018-10-28 20:26:48 +0000
  • 49b83881f1 Remove throwing API keefertaylor 2018-10-28 20:25:37 +0000
  • b4046066da Remove throwing API keefertaylor 2018-10-28 20:25:20 +0000
  • 324e3ae337 More refactoring for readability keefertaylor 2018-10-28 20:24:24 +0000
  • 451eb366d2 Refactor out helper function and make code more readable. keefertaylor 2018-10-28 20:23:04 +0000
  • f0a419668a Document API, make language param optional. keefertaylor 2018-10-28 20:18:34 +0000
  • 1d1a505f0a Remove throwing API for mnemonic from hex string. keefertaylor 2018-10-28 20:16:24 +0000
  • 84888a6c99 Document method, default language param to english. keefertaylor 2018-10-28 20:15:25 +0000
  • b45b21bca3 Remove throwing API from generation. keefertaylor 2018-10-28 20:14:03 +0000
  • a7088947b0 Document method, drop language param to be optional. keefertaylor 2018-10-28 20:10:43 +0000
  • 19948c07fe Add tests for mnemonic generation. keefertaylor 2018-10-28 20:05:53 +0000
  • 63d200a4c4 Split large test case into smaller test cases. keefertaylor 2018-10-28 20:01:02 +0000
  • 73056e52e0 More test refactoring keefertaylor 2018-10-28 19:53:35 +0000
  • f4edf59ec3 Fix build keefertaylor 2018-10-28 19:48:40 +0000
  • 1a4450327f Formatting cleanup in tests keefertaylor 2018-10-28 19:48:20 +0000
  • 786c88135d Replacing deprecated string iteration API keefertaylor 2018-10-28 19:38:14 +0000
  • df507cf9ca Dropping dead code. keefertaylor 2018-10-28 19:34:23 +0000
  • 090abe93ae Dropping CK prefix on functions keefertaylor 2018-10-28 19:32:59 +0000
  • 342baee371 Refactor mnemonic kit tests slightly. keefertaylor 2018-10-28 19:31:21 +0000
  • 65d01e7bcc Fixing code coverage. keefertaylor 2018-10-28 19:29:37 +0000
  • 62bf4bc9d1 Bundle test data file with tests. keefertaylor 2018-10-28 19:23:15 +0000
  • 477e5d92fd Have tests consume the MnemonicKit pod keefertaylor 2018-10-28 19:13:12 +0000
  • e15220f123 podfile keefertaylor 2018-10-28 19:07:25 +0000
  • d110cd5a98 Pod install keefertaylor 2018-10-28 19:06:06 +0000
  • 9ce594c32a Depend on MnemonicKit pod from example app. keefertaylor 2018-10-28 19:05:54 +0000
  • a906c8926f Dropping CK prefix on file names. keefertaylor 2018-10-28 19:04:56 +0000
  • 89eb1e87da Dropping CK prefix, this isn't needed in swift. keefertaylor 2018-10-28 19:04:07 +0000
  • f35735587b Minor manual readability fixes. keefertaylor 2018-10-28 19:01:59 +0000
  • 3b2b4711b5 Run formatter over codebase. keefertaylor 2018-10-28 19:00:33 +0000
  • 6f35f1dbc2 Add a podspec to consume the library modularly. keefertaylor 2018-10-28 18:59:14 +0000
  • 563052d010 Wipe out old podspect keefertaylor 2018-10-28 18:55:40 +0000
  • 95f56564ed Delete old sources tree keefertaylor 2018-10-28 18:54:56 +0000
  • 64c53753ce Configure MnemonicKitTests for running keefertaylor 2018-10-28 18:54:26 +0000
  • f62a4429ea Pod install keefertaylor 2018-10-28 18:53:52 +0000
  • 7b2d06a53f Enable testing target keefertaylor 2018-10-28 18:52:46 +0000
  • 2fd9f7d5e1 Create a test scheme. keefertaylor 2018-10-28 18:51:49 +0000
  • 662a9c3948 Rename test file keefertaylor 2018-10-28 18:51:04 +0000
  • 10fba005bc Move test code into new test target. keefertaylor 2018-10-28 18:49:14 +0000
  • 2b40eba328 Add unit tests target. keefertaylor 2018-10-28 18:48:16 +0000
  • 60597f5091 Add language files keefertaylor 2018-10-28 18:45:56 +0000
  • 8a87be8bd5 Pod install keefertaylor 2018-10-28 18:44:37 +0000
  • 33870f0bee Fixing gemfile keefertaylor 2018-10-28 18:36:45 +0000
  • 176d9ae9f8 Adding MnemonicKit sources to XCode. keefertaylor 2018-10-28 18:36:03 +0000
  • b9aea2d689 Pod init keefertaylor 2018-10-28 18:34:22 +0000
  • 1ef29fbe15 Move XCode project to top level directory keefertaylor 2018-10-28 18:34:00 +0000
  • f56e34ab4d Trim boilerplate code. keefertaylor 2018-10-28 18:32:41 +0000
  • c3ad3adaa1 Group app related code under sources keefertaylor 2018-10-28 18:31:51 +0000
  • 40f3411640 Fix Info.plist location in xcode project keefertaylor 2018-10-28 18:31:12 +0000
  • 900ef9b6ba Rename 'MnemonicKit' -> 'Sources' keefertaylor 2018-10-28 18:30:36 +0000
  • 338ce2d92c adding straggler keefertaylor 2018-10-28 18:29:39 +0000
  • bb238e0085 Setting up an Xcode project keefertaylor 2018-10-28 18:28:54 +0000
  • 69d6e2c473 removing podfile entirely keefertaylor 2018-10-28 18:16:36 +0000
  • 12b3157268 Deleting some more straggler files keefertaylor 2018-10-28 18:15:54 +0000
  • 159fa50197 Blowing away a bunch of infrastructure in preparation to regerenate it all. keefertaylor 2018-10-28 18:10:10 +0000
  • 20a2de63d7 Adding slather support keefertaylor 2018-10-28 17:59:01 +0000
  • e9ebc43c6e Update gitignore keefertaylor 2018-10-28 17:58:10 +0000
  • f9ed3556ee
    Update README Keefer Taylor 2018-10-28 17:55:42 +0000
  • 9c1d747828 Package.swift needs to be in root. Keefer Taylor 2018-10-21 20:34:30 +0100
  • fc07b6f83e Add package manager support for CKMnemonic Keefer Taylor 2018-10-21 20:30:19 +0100
  • ae1aaac1dc Import Foundation rather than UIKit Keefer Taylor 2018-10-21 20:29:41 +0100
  • de5066ad6f for cocoapods HongYang Qiu 2017-10-20 11:40:34 +0800
  • 60d6767fa6 for swift4 HongYang Qiu 2017-10-20 11:23:19 +0800
  • a4da8b8896 for swift4 HongYang Qiu 2017-10-20 11:01:46 +0800
  • 338ff34e05 Fix code style CikeQiu 2017-07-27 14:29:02 +0800
  • ac0ab7d1dd Update README.md CikeQiu 2017-07-26 11:30:03 +0800
  • a443c44d16 0.1.5 Cocody 2017-07-26 10:45:45 +0800
  • e6f18d4b93 完善单元测试;添加中文支持;改进部分命名 Cocody 2017-07-26 10:44:42 +0800
  • f8ef591cf9 Pods 0.1.4 Cocody 2017-07-25 17:19:28 +0800
  • 7a63520dbc public methods Cocody 2017-07-25 17:15:55 +0800
  • fe5dac779c public classes and others Cocody 2017-07-25 17:08:30 +0800
  • e195bf264d fix bug Cocody 2017-07-25 17:06:30 +0800
  • aa1ef2aaae For pods Cocody 2017-07-25 16:42:42 +0800
  • 772cf7b3b0 生成 Seed OK;UT OK Cocody 2017-07-25 16:03:04 +0800
  • a4ed7cfeda create mnemonic ok Cocody 2017-07-25 15:05:44 +0800
  • df8719256c Create README.md CikeQiu 2017-07-24 22:01:24 +0800
  • ef8f903c20 Initial commit CikeQiu 2017-07-24 21:59:55 +0800