Nick Butcher

Results 10 issues of Nick Butcher

Do people want this or is the APK in [releases](https://github.com/nickbutcher/AdaptiveIconPlayground/releases) enough? Please thumbs up emoji react if you want this so I can gauge interest. Thanks!

Add ability to select 2 * image files and add to grid.

- [ ] Make orientation agnostic. - [ ] Implement predictive animations. - [ ] Investigate pre-fetch. - [ ] Make span calculations progressive. - [ ] Testing and bug...

We should profile our build and see if there are any perf improvements we could make as described here: https://medium.com/coding-blocks/bringing-android-app-build-times-down-by-95-at-zomato-a505d938e9b8 Right now I think we're doing some of the anti-patterns...

Up for grabs 🤚

We should update the privacy policy to reflect that we've added Chrashlytics and any implications of this (Advertising ID etc).

Right now we are pulling in most dependencies through `:core`. We should clean up `core_dependencies.gradle` and move deps out to leaf modules where possible.

Up for grabs 🤚

Support lib now offers: - Fling velocity in `CollapsingToolbarLayout` - `TextView` auto-sizing. Should remove the custom `CollapsingTitleLayout` class and migrate to standard components. Possibly also migrate `ReflowText` to simply work...

Up for grabs 🤚

Now that we're minSdk 23, they're not needed (as `android:foreground` was added to `View` in M).