Commit Graph

19 Commits

Author SHA1 Message Date
Kevin Gorham 504272ef93 checkpoint: history is feature complete 2019-02-19 13:09:53 -05:00
Kevin Gorham e26d66cc3b checkpoint: camera works for qr scan 2019-02-16 03:47:39 -05:00
Kevin Gorham 78c18faee0 checkpoint: send is functional and shows up in active transactions. 2019-02-07 22:18:32 -05:00
Kevin Gorham b2082a2917 checkpoint: receiving transactions in real time 2019-01-29 13:08:33 -05:00
Kevin Gorham 97d5a0bec1 checkpoint: app is functional and displays transactions 2019-01-03 00:32:27 -05:00
Kevin Gorham 85a097e5ed Introduce coroutines
Get the current balance from a channel in the repository. This is a checkpoint where the UI updates based on a repository but we will need to move a lot of code around, shortly.
2018-12-30 20:37:43 -05:00
Kevin Gorham 9692b9186c build: workaround issue with SDK not being available publicly
Bitrise could not build the application because it did not have access to our private SDK since the AAR is not hosted anywhere.
2018-12-10 13:07:28 -05:00
Kevin Gorham 7b16819a26 receive screen: fonts added and functional 2018-12-04 14:38:12 -05:00
Kevin Gorham 3f3783f22f implement the FAB button
Deviate slightly from the designs to add the speed dial behavior which feels more fitting to our use.
2018-12-02 22:21:23 -05:00
Kevin Gorham 6a69ed0e8a update to the latest version of the SDK
Incorporate all the DB related progress that was made this week
2018-11-30 13:15:09 -05:00
Kevin Gorham 0033f20ac5 minor tweaks to integrate with changes from @str4d 2018-11-21 15:15:28 -05:00
Kevin Gorham 8ef552f29a connect to the rust AAR library 2018-11-21 05:11:48 -05:00
Kevin Gorham 123073f1ce add navigation skeleton 2018-11-12 13:38:37 -05:00
Kevin Gorham 33e685c6dd added dagger to the project 2018-11-11 22:36:17 -05:00
Kevin Gorham 046ffc33b2 updated versions 2018-11-10 10:42:59 -05:00
Kevin Gorham 5693ae909d cleanup build files a bit 2018-11-01 01:19:50 -04:00
Kevin Gorham f349c93886 revert to a basic drawer app 2018-10-29 20:22:22 -04:00
Kevin Gorham e43b642076 migrate to gradle's Kotlin DSL 2018-10-09 21:18:23 -04:00
Kevin Gorham 29c47c08fb Sample app compiles and runs.
So far this just demonstrates adding an Android Library project that uses Rust through the JNI. The next step would be to get protobufs working across the JNI boundary.
2018-10-09 00:27:16 -04:00