Commit Graph

22 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
Alex d14637012c
Dagger removal (#347)
* dagger removal

* analytics removal
2022-10-31 13:04:14 +01:00
Carter Jernigan 764f0a914e [#341] Android Gradle Plugin 7.3.0 2022-09-22 16:06:17 -04:00
Carter Jernigan 4eb3692d2b [#311] AGP 7.1.3 2022-05-23 07:44:41 -04:00
Carter Jernigan 1fc23a8097 Remove repository declaration from lockbox
Repositories are now declared centrally in settings.gradle
2021-09-02 09:43:52 -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 0e51764be0
Fix: remove the deprecated kotlin extensions plugin.
This was included in the template project created by android studio and was never used in a significant way. It has been deprecated by google and is safe to remove from the build files.
2021-07-19 09:21:21 -04:00
Kevin Gorham d38396b1c2
Update dependencies. 2021-06-18 22:37:47 -04:00
Kevin Gorham 068ebc8a19
Update Android Studio to Artic Fox. 2021-05-19 15:30:59 -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
Kevin Gorham af8c3ad9ae
Miscellaneous minor changes. 2020-12-19 10:35:43 -05:00
Kevin Gorham a693caf499
Fix: critical bug in underlying storage library.
ViewingKeys would sometimes get written in one way but not read back the same, dependeing on length. This was hard to catch because it only happened about 30 percent of the time. The fix was to update the secure storage library to work with lists and maintain order. A PR was submitted upstream but we are also going to seek out a better library to use going forward.
2020-10-07 20:17:29 -04:00
Kevin Gorham b6a71d535e
Improve LockBox APIs and usability. 2020-09-25 11:40:29 -04:00
Kevin Gorham 7717612524
Dependency cleanup so plugin dependencies are easier to find. 2020-05-27 14:37:44 -04:00
Kevin Gorham f02021709a
Refactor to add support for SDK plugins. 2020-02-12 07:59:47 -05:00
Kevin Gorham 6da700d683
Restore feature cleanup.
Show birthdate in backup fragment.
2020-02-12 07:55:44 -05:00
Kevin Gorham 29c024c563
Iterated on wallet creation
- Added additional metrics
 - Added support for using a funded wallet for development
 - Added (hidden) logic for importing an existing wallet
2019-12-23 14:41:14 -05:00
Kevin Gorham 93916a45f7
Add the ability to export logs.
This includes bare bones UI for the wallet details screen. Closes #26 and Closes #27.
2019-12-18 11:09:13 -05:00
Kevin Gorham 76b94f184c
Incorporate secure seed storage and mneumonic phrase support.
Also added the related UI to display the seed phrase.
2019-12-17 16:23:58 -05:00
Kevin Gorham 5419808ebf
Delete example tests 2019-12-15 18:34:22 -05:00
Kevin Gorham 52a2dcb5c2
Added module for securely storing seeds and keys.
The underlying library is not perfect but it will do for now. Closes #11. Closes #12.
2019-12-15 18:08:04 -05:00