Miguel Barrios

Results 8 issues of Miguel Barrios

It's confusing that you use `EXTRA_IMAGE` as an intent extra (https://github.com/antoniolg/MaterialEverywhere/blob/master/app/src/main/java/com/antonioleiva/materialeverywhere/DetailActivity.java#L74), but also as a transition name between views (https://github.com/antoniolg/MaterialEverywhere/blob/master/app/src/main/java/com/antonioleiva/materialeverywhere/DetailActivity.java#L72). More confusing is that the `ImageView` in `DetailActivity` has a...

Even though details are loaded from network and views visibility is set to VISIBLE, sometimes detail views are not visible on screen.

bug

![device-2017-01-08-152726](https://cloud.githubusercontent.com/assets/1579029/21750595/273261ac-d5b7-11e6-9623-a72848427ad9.png)

bug

Title cut after orientation change ![device-2017-01-08-152726](https://cloud.githubusercontent.com/assets/1579029/21750589/043012d0-d5b7-11e6-8b26-01228752bbd8.png)

bug

When some of the movie details are empty/null they are still rendered. For instance, if there's no revenue or it is 0, it's still rendered as `Revenue $0`. I'd rather...

enhancement

**Read this First** If you have a Trusted Web Activity related question, the best place to ask it is on StackOverflow, on the [trusted-web-activity](https://stackoverflow.com/questions/tagged/trusted-web-activity) tag, which is also monitored by...