| .. |
|
drawable
|
Materialized the seekBar for devices below Lollipop, seekBar visible again in landscape and fixed a common FC
|
2015-04-20 20:31:55 +02:00 |
|
drawable-hdpi
|
Fixed the check drawable getting black when on white background. Replaced the check drawable with lower dp. Moved two files to another package.
|
2015-04-22 12:41:33 +02:00 |
|
drawable-mdpi
|
Fixed the check drawable getting black when on white background. Replaced the check drawable with lower dp. Moved two files to another package.
|
2015-04-22 12:41:33 +02:00 |
|
drawable-nodpi
|
New Drawables and widget alpha
|
2015-03-10 17:22:35 +01:00 |
|
drawable-v21
|
Replaced Ion with Glide. Big performance boost, and should also fix the FCs many people get because of recycled bitmaps. Fixed the ripple flickering by using ?selectableItemBackground on Lollipop again instead of custom ripple. Search is broken for now, remake in progress.
|
2015-04-22 21:17:56 +02:00 |
|
drawable-xhdpi
|
Fixed the check drawable getting black when on white background. Replaced the check drawable with lower dp. Moved two files to another package.
|
2015-04-22 12:41:33 +02:00 |
|
drawable-xxhdpi
|
Fixed the check drawable getting black when on white background. Replaced the check drawable with lower dp. Moved two files to another package.
|
2015-04-22 12:41:33 +02:00 |
|
drawable-xxxhdpi
|
Fixed the check drawable getting black when on white background. Replaced the check drawable with lower dp. Moved two files to another package.
|
2015-04-22 12:41:33 +02:00 |
|
layout
|
Search is back. Now with recycler view and the ability to set a different xml file for song, album, artist and header results if needed. Also improved its appearance by adding elevation (inspired by Googles Inbox).
|
2015-04-25 12:17:41 +02:00 |
|
layout-land
|
Fixed layout alignments, especially for KitKat
|
2015-04-22 14:06:11 +02:00 |
|
layout-v21
|
Lots of progress with dynamic theming, the nav drawer now uses a RecyclerView, AboutDeveloperDialogHelper is now a DialogFragment, RTL support (to suppress Lint warnings), other various small fixes, cleaned up and formatted lot of code (and removed un-used resources), R.string.ok > android.R.string.ok, R.string.cancel > android.R.string.cancel, switched dialog helpers to DialogFragments.
|
2015-04-16 16:47:02 -05:00 |
|
menu
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-ar
|
Synced translations
|
2015-05-19 19:05:45 +02:00 |
|
values-cs
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-de
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-el
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-es-rES
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-fi
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-fr
|
Synced translations
|
2015-05-19 19:05:45 +02:00 |
|
values-it
|
Synced translations
|
2015-05-19 19:05:45 +02:00 |
|
values-ko
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-land
|
Some bug fixes and grid size adjustable
|
2015-04-12 15:05:37 +02:00 |
|
values-nl
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-pl
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-pt-rBR
|
Synced translations
|
2015-05-19 19:05:45 +02:00 |
|
values-pt-rPT
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-ro
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-ru
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-sv
|
Synced translations
|
2015-05-19 19:05:45 +02:00 |
|
values-sw360dp
|
Landscape artist view & new progress slider
|
2015-02-09 21:26:05 +01:00 |
|
values-sw360dp-v19
|
Landscape artist view & new progress slider
|
2015-02-09 21:26:05 +01:00 |
|
values-sw600dp
|
Lots of progress with dynamic theming, the nav drawer now uses a RecyclerView, AboutDeveloperDialogHelper is now a DialogFragment, RTL support (to suppress Lint warnings), other various small fixes, cleaned up and formatted lot of code (and removed un-used resources), R.string.ok > android.R.string.ok, R.string.cancel > android.R.string.cancel, switched dialog helpers to DialogFragments.
|
2015-04-16 16:47:02 -05:00 |
|
values-sw600dp-land
|
Some bug fixes and grid size adjustable
|
2015-04-12 15:05:37 +02:00 |
|
values-tr
|
Synced translations
|
2015-05-19 19:05:45 +02:00 |
|
values-v19
|
Zeroed out toolbar top padding for below v19
|
2015-04-18 10:05:30 -05:00 |
|
values-v21
|
Replaced Ion with Glide. Big performance boost, and should also fix the FCs many people get because of recycled bitmaps. Fixed the ripple flickering by using ?selectableItemBackground on Lollipop again instead of custom ripple. Search is broken for now, remake in progress.
|
2015-04-22 21:17:56 +02:00 |
|
values-zh-rCN
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
values-zh-rTW
|
Prepared for beta release. Added Playing info toast on fab longclick. Synced translations.
|
2015-04-26 16:04:59 +02:00 |
|
xml
|
Added preference summaries so users know what a few settings actually do
|
2015-04-18 10:45:26 -05:00 |