Commit Graph

19 Commits

Author SHA1 Message Date
Carter Jernigan 6b86d28428 [#95] Fix publishing all variants
Previously just the multiplatform metadata was being published
2022-07-29 09:19:15 -04:00
Carter Jernigan a5439b991a Prepare development for 1.0.4 release
Bumping the version ensures that subsequent snapshot deployments are bumped to 1.0.4-SNAPSHOT
2022-07-29 09:12:15 -04:00
Carter Jernigan e4d8904a76
[#49] Switch to Adoptium JDK (#50)
Temurin/Adoptium is the default used by Gradle toolchains, and they now have both Java 11 and 17 ARM support for Macs
2022-05-24 08:17:44 -04:00
Carter Jernigan 95cfcaa42b [#12] Remove reference to Jcenter
Jcenter is deprecated and library is also published to MavenCentral
2022-04-27 16:49:52 -04:00
Carter Jernigan 11280a69e5 [#21] Configure ktlint
Can now be invoked with `./gradlew ktlintFormat`

Kotlin version is now declared in gradle.properties, due to inability to use version catalogs in settings.gradle.kts for plugins.
2022-04-25 16:49:50 -04:00
Kevin Gorham dc8755a6a2
Removed CircleCI
Removing it to avoid confusion. This can be added again if it is setup in the future.
2021-04-05 19:19:41 -04:00
Kevin Gorham 80e63c8d9c
Replaced Bintray badge with maven central badge. 2021-03-11 15:43:00 -05:00
Kevin Gorham 2bdc732466
Correct minor typo in README 2021-01-26 08:18:53 -05:00
Kevin Gorham 5490a371b4
Add checksum to list of motivations 2020-11-22 15:12:28 -05:00
Kevin Gorham f1a1eea39b
Give credit to those who came before. 2020-09-19 03:43:09 -04:00
Kevin Gorham c3cedfb630
Update bintray version in README 2020-09-01 13:05:42 -04:00
Kevin Gorham 89a2995283
Remove z-address link on README. 2020-09-01 13:03:22 -04:00
Kevin Gorham 739deab7d0
Updated repository name and distribution.
Changed from 'android-bip39' to 'kotlin-bip39' because this can be used anywhere that Kotlin can be used.
2020-06-06 18:29:25 -04:00
Kevin Gorham 14a75f57d0
Updated README to reflect name change.
Confirmed that the library also works outside of Android. So it has been renamed, accordingly. With a few more tweaks, it could probably work on Java pretty easily, as well. For now, that is not a goal.
2020-06-06 18:19:37 -04:00
Kevin Gorham 45b9a754bb
Updated test results in the README 2020-06-06 18:19:36 -04:00
Kevin Gorham ada0c1d2a9
Improvements and simplification. Tests now run about 4X faster.
Replaced PBKDF2 implementation with Java standard also Kotlinized @ebfull's Rust implementation of computeSentence.
2020-06-06 00:14:35 -04:00
Kevin Gorham 227d5e7af4
Update Readme to reflect bintray version. 2020-06-04 14:13:03 -04:00
Kevin Gorham 3998dd61ae
Implementation is functionally complete.
All tests now pass. The next step is to publish the library artifacts and then setup CI.
2020-06-04 07:22:43 -04:00
Kevin Gorham dd58a7b805
Initial commit 2020-05-29 15:52:12 -04:00