Commit Graph

19 Commits

Author SHA1 Message Date
Kevin Gorham d4d28ccf92
Update build version and changelog. 2020-11-24 00:58:14 -05:00
Kevin Gorham 7641e9706c
Update versions and changelog. 2020-11-20 14:14:43 -05:00
Kevin Gorham a285c69449
Updated version. 2020-11-19 09:30:46 -05:00
Kevin Gorham ce96c047bd
Updated minor version. 2020-10-30 09:58:23 -04:00
Kevin Gorham 4bc31b9d92
Updated versions in the demo app. 2020-10-16 14:03:54 -04:00
Kevin Gorham 8cbc063caa
Updated visibility on open classes to improve extensibility. 2020-10-16 13:39:16 -04:00
Kevin Gorham 5879bb3442
Publishing is functional again on Bintray.
Minor uncommitted tweaks. Published version Alpha08.
2020-10-01 16:22:29 -04:00
Kevin Gorham e8ec06f561
Restore publishing default settings. 2020-09-25 10:09:03 -04:00
Kevin Gorham 5285761415
Updated version number. 2020-09-25 10:00:47 -04:00
Kevin Gorham 16a9ee0fc0
Fix: Broken publishing configuration.
Artifact IDs and names are now consistent and contain the word 'Zcash'
2020-09-11 05:16:45 -04:00
Kevin Gorham 77a4a99ac7
Updated dependencies and bumped version to 1.1.0-beta05 2020-09-11 03:35:32 -04:00
Kevin Gorham 10863d7c7b
Publish beta04 version. 2020-08-13 22:20:14 -04:00
Kevin Gorham e04a0c3faa
Restore publishing settings. 2020-08-01 02:16:51 -04:00
Kevin Gorham 01bbd12e73
Update librustzcash. 2020-07-29 00:36:57 -04:00
Kevin Gorham 215788dd27
Migrate changes from hackathon.
Mostly includes changes to make testing more robust.
2020-07-29 00:36:56 -04:00
Kevin Gorham c305a94df7
Quick changes to simplify publishing. 2020-06-11 15:33:10 -04:00
Kevin Gorham 872000df8e
Added explicit support for x86_64
Previously, we just relied on implicit support given that x86 is compatible with both 32 bit and 64 bit systems but going forward, the Play Store will reject these builds, EVEN FOR INTERAL TESTS. This addresses that but it comes with other considerations. arm64 and x86_64 are only supported on Android for API 21+. We probably should structure our resource folders differently to reflect this nuance. Our supported versions are: API 16+ for 32-bit hardware and API 21+ for 64-bit hardware, unless its 64-bit arm which is backward compatible with our 32-bit arm code. Clear as mud, right? I'll add this verbiage somewhere.
2020-06-11 14:00:06 -04:00
Kevin Gorham 712dac2481
Published to bintray and updated demo apps, accordingly. 2020-06-10 05:59:40 -04:00
Kevin Gorham aa569c99dd
Major refactor: corrected package name.
Now the SDK matches everything else that we have published to bintray and jcenter.
2020-06-10 03:08:19 -04:00