Git Product home page Git Product logo

youkai's People

Contributors

charlesmadere avatar dulleh avatar xiprox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

youkai's Issues

Cast Member Page

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Character Page

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Crash in pre-23 caused by vector drawables

Discovered this just now while working on another app. While I haven't tested Youkai specifically, I'm pretty sure it applies. (See)

ImageViews with srcCompat are totally fine and this issue doesn't apply to them.

The fix is fairly simple:

class App : Application() {

    init {
        AppCompatDelegate.setCompatVectorFromResourcesEnabled(true)
    }
}

The above applies to general usage. Vector drawables used as, for example, drawableLeft on TextViews or Button icons still blow things up. We don't use button icons anyway so that aside, we will need to implement a solution for TextViews (at least, when we use them) along the lines of the following: http://stackoverflow.com/a/40250753/984061

User Profile

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Activity Feeds

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Login

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet
  • Better progress indicator
  • Translucent navigation bar to achieve Snackbar visibility (I hope this will be it!)
  • Hookup with the API
  • Credentials storing

Media Page

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Media Page: Episodes

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Post Page

Post details page.

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Browse Page

(aka Anime/Manga)

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Quick Update

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Library

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Navigation Drawer

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Api Changes

  • Library models
  • Library API
  • Rating changes
  • Field names as companions
  • media in MediaRelationship needs fixes for handling Polymorph relationships.
  • User models (not full)
  • Single place for specific API calls? E.G. getFullAnime(), getSparseAnime(), etc. in which the .includes() and .fields() would already be set.

Library: Edit

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Media Page: Reviews

Design

  • Mobile
  • 7" tablet
  • 10" tablet

Implementation

  • Mobile
  • 7" tablet
  • 10" tablet

Known Issues & TO-DO

General

  • Fancy loading for text (like this). I'm thinking of writing a custom TextView to which you give some sample text like app:textTemplate="The Legend of Dwakof" and it, in practice, displays a light grey line with the same length. A better method would be to directly use tools:text but I don't think that's possible. DONE
  • Rounded corner ripples/selectors for stuff like chevron buttons

Media Page

  • Air/publish status language
  • Synopsis empty state strings (let's make these fun)
  • Get reviews and characters via secondary requests to be able to limit counts and sort
  • Favorite button (requires an API call with filtering and all)
  • Expand the synopsis area with an animation instead of showing a dialog, maybe?
  • Fix poster edge suddenly disappearing under the toolbar when scrolling
  • Fix alternative titles not bold (geh)
  • Fix BarInfoView link colors (geh)
  • YouTube icon too narrow
  • Most Popular and Highest Rated icons are centered instead of left aligned
  • Last review item has extra bottom padding
  • Fix null text for synonyms in Alternative Titles
  • Don't use original for posters and covers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.