GithubHelp home page GithubHelp logo

kabouzeid / phonograph Goto Github PK

View Code? Open in Web Editor NEW
2.7K 87.0 732.0 17.66 MB

A material designed music player for Android

License: GNU General Public License v3.0

Java 97.17% HTML 2.65% Ruby 0.17%
java android music-player material-design

phonograph's Introduction

Phonograph

License: GPL v3

A material designed local music player for Android.

Screenshots

Get it on Google Play Get it on F-Droid

phonograph's People

Contributors

7sco avatar afollestad avatar arkon avatar blueset avatar dertyp7214 avatar dkanada avatar doompadee avatar dvdandroid avatar ezio84 avatar friederbluemle avatar geozac avatar giovannipessiva avatar imshara avatar kabouzeid avatar kylecorry31 avatar martindisch avatar materight avatar neobuddy89 avatar oshmoun avatar sai-p avatar soncaokim avatar soren121 avatar svenoaks avatar tacothedank avatar thedorkknightrises avatar theduffster avatar tkashkin avatar undu avatar victorbg avatar wzv5 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  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  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  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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phonograph's Issues

Scroll position for all main fragments should be persisted

When I come back to the app after playing music for a while, it will be at the top of the list. I think it's a better user experience to always stay at the same scroll position even after the Activity is killed and started again.

I also noticed that if you pause music, and come back to it after the app has been killed by the system, the playing position is lost. I believe Google Play Music remembers your scroll and play positions indefinitely.

Fastscroller thumb gets hidden when scrolling down with the toolbar not collapsed

The thumb needs some spacing from the bottom with at least the height of the toolbar. The "line" where the thumb slides on should still go to the very bottom of the screen to keep it looking good.

Best spacing would probably be the fab_activity offset dimen which is also used for the content the fastscroller scrolls here.

An alternative to try would be to place the fastscroller inside the main activity layout and align it to below toolbar and the bottom of the screen.

Recently played and thumbs up auto playlists?

The app could have a 'like'/'favorite' system, similar to Google Play Music. When you tap a thumbs up in the now playing screen, it would add the song to a playlist and display the thumbs up icon with the accent color.

There could also be a playlist that displays the last 100 or so played songs.

Ripples need some polishment

  1. flickering
  2. hardly noticeable in dark theme
  3. when clicking an album it "flashes" up for a moment - creates visual noise

Using the bus system to notify of theme changes is slow

I noticed quite a bit of lag after you change the general theme or colors, it appears to be because you're using the bus system.

Cabinet does it by storing whatever the previous value was when an Activity is first created. When the Activity resumes, it checks if those values changed, and recreates itself if they did.

Seekbar tinting below Lollipop isnt working right

MDTintHelper.class

decompiled

seekBar.getProgressDrawable().setColorFilter(color, Mode.MULTIPLY);
            if(VERSION.SDK_INT >= 16) {
                seekBar.getThumb().setColorFilter(color, Mode.MULTIPLY);
            }

I think Mode.MULTIPLY is wrong here. Because it multiplies the stock blue color of seekBar with the color we want instead of overwriting the color.

If I set it too pink then the result is purple i.e.

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.