Commit Graph

70 Commits

Author SHA1 Message Date
Honza Rychnovský 00995f1d00
[#374] AGP 8.0.2 2023-06-09 15:20:02 +02:00
Alex 1f0391e160
[#302][#316] Adopt latest Android SDK 1.12.0-beta01
Co-authored-by: Carter Jernigan <git@carterjernigan.com>
Co-authored-by: Honza <rychnovsky.honza@gmail.com>
2023-01-24 14:50:58 -05:00
Carter Jernigan 0d078bf105 Kotlin 1.8 2023-01-18 11:58:17 -05:00
Honza Rychnovsky 0f32f1023e
[#352] Kotlin 1.7.21 2022-12-16 14:12:45 +01:00
Alex d14637012c
Dagger removal (#347)
* dagger removal

* analytics removal
2022-10-31 13:04:14 +01:00
Alex 1f1265ece7
Kotlin 1.7.20 (#344) 2022-10-19 12:17:53 +02:00
Carter Jernigan 764f0a914e [#341] Android Gradle Plugin 7.3.0 2022-09-22 16:06:17 -04:00
Carter Jernigan f9c12321ee [#335] Adopt SDK 1.9 ZcashNetwork API changes 2022-08-12 10:39:48 -04:00
Carter Jernigan 23b78c277b
[#330] Zcash SDK 1.8
Also bump bip39 to 1.0.4
2022-07-29 10:41:24 -04:00
Carter Jernigan acd0012919
[#325] Migrate to SDK with BlockHeight AP
SDK 1.8 is not released yet, so this consumes a snapshot of the SDK 1.8 release.
2022-07-27 13:56:08 -04:00
Carter Jernigan 48d86b23ae
[#323] Kotlin 1.7.10
Also suppressed some deprecations which are making the build logs very noisy.
2022-07-25 15:36:23 -04:00
Carter Jernigan 362d2f94ab [#319] Adopt Zatoshi API 2022-07-12 07:56:25 -04:00
Carter Jernigan 13ab487118 [#317] Kotlin 1.7.0 2022-07-12 07:56:25 -04:00
Carter Jernigan 264af65a4c [#301] Zcash SDK 1.5.0-beta01 2022-05-27 08:35:59 -04:00
Carter Jernigan d749aa0879 [#303] Zcash SDK 1.4.0-beta01 2022-05-23 07:44:41 -04:00
Carter Jernigan b1ce0ef1d2 [#308] Fix Java version target in Gradle scripts 2022-05-23 07:44:41 -04:00
Carter Jernigan 4eb3692d2b [#311] AGP 7.1.3 2022-05-23 07:44:41 -04:00
Carter Jernigan 60d503c954 [#307] Kotlin 1.6.21 2022-05-23 07:44:41 -04:00
Carter Jernigan c0ed6e2b84 [#295] Prevent missing plugin descriptor warning 2022-05-23 07:44:41 -04:00
Carter Jernigan 34e2e198e1 [#297] Zcash SDK 1.3.0-beta19 2022-03-25 15:27:17 -04:00
Carter Jernigan 1875c5f298 [#269] Implement autoshield information prompt
The prompt should be displayed the first time the user visits the home screen after creating/restoring a wallet.
2021-09-09 16:36:32 -04:00
Carter Jernigan d679931732 Reduce dependency on jcenter
JCenter has been deprecated and most dependencies have been migrated to other artifact hosting.
2021-08-24 14:19:43 -04:00
Kevin Gorham b632cf334f
New: Update to a newer version of the Android SDK. 2021-08-22 23:47:30 -04:00
Kevin Gorham 86e1c086b6
Update build number. 2021-06-21 18:07:37 -04:00
Kevin Gorham 42038a484d
New: New checkpoints for mainnet and testnet. 2021-06-20 21:00:06 -04:00
Kevin Gorham 243a760710
Update version and changelog. 2021-06-19 00:22:10 -04:00
Kevin Gorham d38396b1c2
Update dependencies. 2021-06-18 22:37:47 -04:00
Kevin Gorham 71db1be3e0
New: Add support for new SDK balance flows. 2021-06-15 22:43:46 -04:00
Kevin Gorham 3b077208e5
Updated changelog and bumped version. 2021-06-07 00:55:37 -04:00
Kevin Gorham 60d97575bf
Bump version. 2021-06-07 00:30:05 -04:00
Kevin Gorham ac32b44ca0
New: Update to the latest SDK. 2021-05-27 09:35:21 -04:00
Kevin Gorham 1d30795842
Update project dependencies.
This required changes to use requireContext and also target java 1.8 in every module.
2021-05-12 14:56:28 -04:00
Adí 695bffab9a
#247 Add ktlint (#248)
* Add ktlint

Upgrade Gradle
Fix formatting for ktlint

* Upgrade to Gradle 7.0

Bump up NDK, targetSDKVersion & kotlinVersion

Fix expected type issue in ScanFragment getPackageInfo()

* Revert SDK version.

Delete unused file SendAddressFragment.kt
Fix comment formatting.

Co-authored-by: Kevin Gorham <kevin.gorham@electriccoin.co>
2021-05-03 11:22:16 -04:00
Kevin Gorham 780d0ca165
Fix: Pull over viewkey migration fix from nighthawk. 2021-05-02 00:02:42 -04:00
Kevin Gorham 9d99d24d5d
Update version and SDK. 2021-05-01 21:45:20 -04:00
Kevin Gorham a23c681e53
Update version and CHANGELOG and checkpoints.
Created wallet-specific checkpoints so that it is easier to see where future ones belong.
2021-04-23 18:38:55 -04:00
Kevin Gorham a6c60741d8
Miscellaneous cleanup and minor version updates. 2021-04-23 14:28:38 -04:00
Kevin Gorham 9cc941eafc
Fix: Correct errors on certain devices around biometrics. 2021-04-23 12:26:53 -04:00
Kevin Gorham d425130b4d
New: Add multi-word paste support when restoring a wallet.
This also improves the overall experience around importing seed words and allows a full seed phrase to be pasted and parsed at once.
2021-04-23 12:26:43 -04:00
Kevin Gorham 2124b1fea2
New: Update to latest SDK changes.
Mainly involves using a network parameter rather than a separate build for testnet and mainnet. This network object is also now the source of the SAPLING_ACTIVATION_HEIGHT, which varies by network. The other major change is the way wallet initialization works, particularly around viewing keys. Under the hood, this involves a database migration so it is worth testing the upgrade path.
2021-04-23 08:40:05 -04:00
Kevin Gorham f60ed7dd2b
Cleanup dependency reference. 2021-03-16 15:09:53 -04:00
Eljo 0b5e4047bb fix PR requests 2021-02-28 18:38:00 +01:00
Eljo 655094d0d3 remove redundant libraries/code 2021-02-21 13:47:16 +01:00
Kevin Gorham 5f713454d3
Update version and changelog. 2020-12-20 11:09:36 -05:00
Kevin Gorham 8e1fcdc3b1
Update version and changelog. 2020-12-19 16:47:09 -05:00
Kevin Gorham f8bbd5c887
Update version and changelog. 2020-12-19 11:26:31 -05:00
Kevin Gorham 7b4d6f1c9f
Fix: Upgraded biometrics dependency and fixed cancel issues.
Previously, certain phones could press cancel to bypass biometrics. Others couldn't even enter the send flow. Google's library for this is still not stable but it has improved and the underlying issue that contributed to these bugs has been corrected.
2020-12-19 10:23:47 -05:00
Kevin Gorham 210adadcbb
New: Upgrade to the latest SDK.
This includes:
- Reduced fees via ZIP-313 support
- Secure storage library fixes
- Improved and simplified initialization logic
- Various other changes and improvements

For more details, see the SDK changelog https://github.com/zcash/zcash-android-wallet-sdk/blob/master/CHANGELOG.md
2020-12-19 10:14:01 -05:00
Kevin Gorham af2d8004cc
Workaround for navigation issue.
The SendFinal screen would completely break after pressing cancel. Pressing back would return to other screens but not actually clear the SendFinal fragment out. This workaround fixes that but there is still weird behavior when users press back. This is good enough for this release.
2020-10-09 13:26:14 -04:00
Kevin Gorham e188c793a7
Minor changes.
Change log update.
Version bump.
Copy Edit.
2020-10-09 13:26:13 -04:00