Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crashes and clean up the UI #1

Merged
merged 2 commits into from Feb 13, 2018
Merged

Conversation

r0kk3rz
Copy link
Contributor

@r0kk3rz r0kk3rz commented Feb 10, 2018

On my device the app was crashing when indexing because it wasn't closing the files as it went through.

For UX I added a list view Icon, added some more track information, and removed the next arrow to save more room for text.

The tracks listview will now add songs to the playlist although its not clear when you press the button that anything has happened

@@ -9,8 +9,10 @@ ListViewItemWithActions{
width: parent.width
height: Theme.itemHeightHuge

icon: cover
label: artist+" - "+title
icon: "image://theme/music"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use cover ?

@neochapay neochapay merged commit cdcef01 into nemomobile-ux:master Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants