Nick Butcher

Results 9 comments of Nick Butcher

@vipulyaara @SoftXperience Are you trying to install on a device running Android O (i.e. the preview)?

Ah, that's your problem then. This app only works on Android O+ as that's when Adaptive Icons are introduced.

@manuelvicnt now that #790 landed, this can be rebased and landed right?

Hmm, I can't think of a great name either and worry that `removableForEach` implies that the action may remove an item. What about `onEach`? It's similar enough to `forEach` to...

It does still [exist](https://github.com/android/plaid/blob/grid_span/app/src/main/java/io/plaidapp/ui/recyclerview/SpannedGridLayoutManager.java) on the `grid_span` branch.

For non-blocking updates, here's a design: ![plaid_non_blocking_update](https://user-images.githubusercontent.com/352556/58250082-7c72c080-7d58-11e9-859c-2f0c9aaa21f5.png) I considered a [Material banner](https://material.io/design/components/banners.html) but could get funky with the Z order i.e. with the grid content scrolling in front of the...

I'd vote against doing this—I don't see the benefits and think it unnecessarily complicates the screen.