Commit Graph

23 Commits

Author SHA1 Message Date
Kevin Gorham c97e9c88c8 home screen: checkpoint: demo
At this point, everything is functionally complete, visually but there remain several animation issues to repair. Next step is connecting with data.
2018-12-07 19:27:57 -05:00
Kevin Gorham 8851f91cc3 home screen: implemented balance USD 2018-12-07 12:14:54 -05:00
Kevin Gorham 67c9fb50b3 receive screen: fix bug with alignment
the baseline of the numbers needs to be shifted/drawn first in order for the text to align properly
2018-12-07 10:00:14 -05:00
Kevin Gorham a685cb8e62 home screen: completed empty transitions
next step is to verify the behavior on a few other devices and correct any issues.
2018-12-07 03:00:15 -05:00
Kevin Gorham 4a9474b86c home screen: empty layout is feature complete
next step is to add animations and transitions so the empty screen is not so boring.
2018-12-07 02:16:51 -05:00
Kevin Gorham 217c4a55b6 receive screen: combine all textSpans into one
This takes care of one of the easier TODO items that were remaining.
2018-12-06 10:22:07 -05:00
Kevin Gorham 8012096aa7 receive screen: feature complete.
This screen is now feature complete. Added actual address and split into 8 numbered parts. There is still a lot left to do but this is the minimum viable solution for now.
2018-12-06 09:25:37 -05:00
Kevin Gorham 4ec6b60398 receive screen: qr code functional
next step is to add the numbering to the address parts and then add the real values for the QR code and the address. After that, this screen is complete.
2018-12-05 11:24:08 -05:00
Kevin Gorham 2f2c94cd03 cleanup the fab logic and the generated fragment remnants 2018-12-03 00:09:46 -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 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 967297420a basic improvements complete.
Preparing for internal release to wallet team.
2018-11-14 12:06:03 -05:00
Kevin Gorham 05ed1763da checkpoint before calling it a night.
App bar is mostly working for each fragment. Need to cleanup the code and add shared element animations.
2018-11-14 00:16:53 -05:00
Kevin Gorham 39355fec9a tweaks from designer input 2018-11-13 18:51:40 -05:00
Kevin Gorham 949ed90659 hide fab while navigating away 2018-11-13 14:03:11 -05:00
Kevin Gorham 386a0bac4e color the nav icons 2018-11-13 11:59: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 e99ab8524d Triggering a build via commit.
This is just a sample commit message to demonstrate how this would look in our slack channel.
2018-10-30 13:40:47 -04:00
Kevin Gorham f349c93886 revert to a basic drawer app 2018-10-29 20:22:22 -04:00
Kevin Gorham d1738e2862 sending protobuf through JNI layer and receiving it in Rust 2018-10-11 04:46:52 -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