Commit Graph

17 Commits

Author SHA1 Message Date
Kevin Gorham b215c85915 checkpoint: mock is nearly feature-complete 2019-02-19 08:22:45 -05:00
Kevin Gorham e27e10315a changes before adding mock buildType 2019-02-14 20:26:56 -05:00
Kevin Gorham 6a8cc9bc6c First run screen is functional 2019-02-04 02:08:26 -05:00
Kevin Gorham 3283b81acd home screen: repaired inconsistent animations
Created new branch to investigate leveraging a coordinator layout. By
allowing it to coordinate the major animations, motionLayout could focus
on the header animations. This reduced the need for the motion scene to
manage visibility of so many things (empty views v full views). The end
result is the animations behave more consistently and ghosting of hidden
views is no longer occuring. There is still a minor issue with the
account balance flickering while it animates but I suspect this is a bug
in Android. I will create a minimum example to prove it and file a bug
report.

Squashed commit of the following:

commit 62eb2138f2a0f908b9b4768eefeca6cf3f7ef267
commit 6bc77946a34a2a7e83fff061b7263d0f264589ee
commit 383fe6995778cc1545682cd0c164700a13a35775
commit 33a47eff4ec9ba64b1904d8ae9d9e0032f73b9bb
commit 5c7f85415d1dba5221a14e5a53ca90327c549afe
commit 4f77d24bb7ddf5f10cda827ac1603e71b10b02a6
commit c022dd18a2b3ba9bfd6bae853d1079b72093ca9b
commit bc3ec349d260b4c6b1256c26dcdf5e7cf9500501
2018-12-10 11:38:03 -05:00
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 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 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 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 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 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 03ff42c0af improve navigation transitions 2018-11-12 15:11:28 -05:00
Kevin Gorham 123073f1ce add navigation skeleton 2018-11-12 13:38:37 -05:00