GithubHelp home page GithubHelp logo

paperairplane-dev-team / music-share-android Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 8.0 8.48 MB

An open-source Android App to share music info

Home Page: http://blog.papdt.info/music-share/

License: Other

CSS 0.28% Java 99.11% Shell 0.61%

music-share-android's People

Contributors

2q1w2007 avatar flykite avatar fython avatar harry-chen avatar neo4026 avatar petercxy avatar tegusi avatar xavieryao 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

music-share-android's Issues

选择背景时FC

BackgroundChooserDialogFragment.java#27
getArguments()返回的是NULL
引发了NullPointerException。
正在找解决方案,其他Dialogs没有FC。

测试平台:Android 4.1.1

关于刚才的commit的解释

我的天……乱了乱了……这次解决了文案问题,但是新造成无数bug……事实证明我的水平远远不如你……看代码吧,注释写得很清楚了……

求Revert

文案留下,其他的给我Revert回去……尤其是界面

SSO

实现微博的SSO认证。。。不可行就close吧

修复MusicListAdpater的错误

目前剩余问题有两个:
1,需要在主界面时恢复utils/ShakeDetector的检测功能
我们原意是在dialogs/AbsDialogFragment中检测并恢复,但是会返回空string。
2,解决MusicListAdapter的各种异常
实现的功能就是SectionIndexer,并略去不存在的首字母
目前已知会在所有的首字母都一致(当然是我模拟出来的)还有其他情况抛出Exception
最好能够重写该机制解决问题。
3,优化Main/generateMusicList()方法过慢的问题
这个烦请自己阅读,可能是转换拼音的时候的问题,或许是初始化的问题,应该控制在1000ms之内

精简了的表达式

return((_duration / 3600>0)?(((hour = ((Integer) (_duration / 3600) ).toString()).length()==1)?("0"+hour):hour)+":":""+(((min = ((Integer) (_duration / 60)).toString()).length()==1)?"0"+min:min)+":"+(((sec = ((Integer) (_duration % 60)).toString()).length()==1)?"0"+sec:sec));

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.