zcash-android-wallet-sdk/samples/memo
Kevin Gorham c3f57d5e2f
Rename JniConverter to RustBackend
Turns out JNI classes are hard to mock due to the way sytem libraries
are loaded. So it became easier to put the JniConverter class behind an
interface. Once that refactor was necessary, it was a good time to
update the name of this class because it retained its original PoC name
for far too long.
2019-05-24 16:33:43 +01:00
..
app Rename JniConverter to RustBackend 2019-05-24 16:33:43 +01:00
gradle/wrapper Initial memo sample app. 2019-04-24 03:16:15 -04:00
.gitignore Initial memo sample app. 2019-04-24 03:16:15 -04:00
build.gradle Initial memo sample app. 2019-04-24 03:16:15 -04:00
gradle.properties Initial memo sample app. 2019-04-24 03:16:15 -04:00
gradlew Initial memo sample app. 2019-04-24 03:16:15 -04:00
gradlew.bat Initial memo sample app. 2019-04-24 03:16:15 -04:00
settings.gradle Initial memo sample app. 2019-04-24 03:16:15 -04:00