Commit graph

1,947 commits

Author SHA1 Message Date
Aidan Follestad
69970dd80f Material Dialogs 0.7.3.0 2015-04-28 14:11:27 -05:00
Karim Abou Zeid
4801e6422a Hotfix: compiler error 2015-04-26 16:10:41 +02:00
Karim Abou Zeid
bb60f33597 Prepared for beta release. Added Playing info toast on fab longclick. Synced translations. 2015-04-26 16:04:59 +02:00
Aidan Follestad
5e1181f6ca Library updates 2015-04-25 18:26:31 -05:00
Aidan Follestad
43317645f2 Library updates 2015-04-25 18:05:45 -05:00
Karim Abou Zeid
428dd22296 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
Karim Abou Zeid
a91804657d Disabled disk cache for album art and fixed the navigation drawer header image view being out of aspect ration. Scrolling in any list should be buttery smooth now. Had no time for the search rewrite today, gonna do that tomorrow. 2015-04-23 22:17:18 +02:00
Karim Abou Zeid
82b1f36379 Merge remote-tracking branch 'origin/master' 2015-04-23 22:09:52 +02:00
Karim Abou Zeid
311769a784 Disabled disk cache for album art and fixed the navigation drawer header image view being out of aspect ration. Scrolling in any list should be buttery smooth now. Had no time for the search rewrite today, gonna do that tomorrow. 2015-04-23 22:06:51 +02:00
Aidan Follestad
049d4262b7 Added bottom padding to the playlist detail list so the FAB doesn't cut off menus at the bottom of the list. 2015-04-23 12:48:30 -05:00
Karim Abou Zeid
744d5e12a6 Enabled all caches and added custom signatures 2015-04-23 19:25:30 +02:00
Karim Abou Zeid
46ccf7ab76 Fix FC on clear memory cache 2015-04-23 18:18:48 +02:00
Karim Abou Zeid
d3c6872438 Disabled Glides diskcache for album arts and added placeholders to workaround the fact that the lib needs a bit to long to set the error drawable. 2015-04-23 17:45:47 +02:00
Aidan Follestad
5df986539c Fixed search crash. I'm assuming you're adding search results tomorrow? 2015-04-22 18:53:02 -05:00
Aidan Follestad
fbc5731c47 Added serialization version IDs so that songs don't become deserializable after updates. 2015-04-22 16:11:09 -05:00
Aidan Follestad
7481b31b7f MD 0.7.2.7 2015-04-22 15:53:17 -05:00
Karim Abou Zeid
ee2b661eb4 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
Aidan Follestad
c75ab6bf15 Material Dialogs 0.7.2.6 2015-04-22 09:26:41 -05:00
Karim Abou Zeid
a8f342fe39 Fixed layout alignments, especially for KitKat 2015-04-22 14:06:11 +02:00
Karim Abou Zeid
4b2921c6c7 Renamed two Util methods 2015-04-22 13:48:55 +02:00
Karim Abou Zeid
82c7128ea8 Updated deprecated palette methods and fixed a small bug in artist and album detail activity 2015-04-22 13:22:40 +02:00
Karim Abou Zeid
cc910143e1 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
Aidan Follestad
4d39cae75b ActionBarActivity is now AppCompatActivity, which has lots of new internals. http://android-developers.blogspot.com/2015/04/android-support-library-221.html 2015-04-21 17:53:32 -05:00
Aidan Follestad
1dfe65e0e6 ActionBarActivity is now AppCompatActivity, which has lots of new internals. http://android-developers.blogspot.com/2015/04/android-support-library-221.html 2015-04-21 17:52:54 -05:00
Aidan Follestad
bc023099f1 Fixed CircleView package, and dynamic view base classes. A Material Dialogs update will come tonight. 2015-04-21 17:50:03 -05:00
Aidan Follestad
aac1b42b4c Removed invalid locale identifier (values-es-r419 gives an error in Android Studio's newer update). 2015-04-21 17:10:57 -05:00
Aidan Follestad
8a907db631 Updated Gradle plugin, along with all the library dependencies. Palette will be 6-8 times faster and bugs and other stuff were fixed in RecyclerView and the support library. Tint lists are also supported by DrawableCompat now. 2015-04-21 17:09:15 -05:00
Aidan Follestad
a78ca26b05 Circle view will show black checkmark if background is white. 2015-04-21 14:53:27 -05:00
Aidan Follestad
6564986f52 Audio stream type is set, to get rid of an annoying repetitive system log message :) 2015-04-21 13:14:09 -05:00
Aidan Follestad
87a69df59e Temporary workaround for Material Dialogs accidentally being deleted from jCenter a day or two ago. 2015-04-20 19:28:03 -05:00
Karim Abou Zeid
3c719c109a Prepare for release 0.9.9.1b synced translations and changed app version 2015-04-20 20:49:22 +02:00
Karim Abou Zeid
713cbf2b29 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
Karim Abou Zeid
2231027934 Added temporary wakelock in the gap between MediaPlayers onCompletion() and start() to finally fix the issue where the player stops after a track is finished on some devices. 2015-04-20 19:50:01 +02:00
Aidan Follestad
38efe37b1a String updates, removed unnecessary use of getResources().getString() 2015-04-20 09:12:08 -05:00
Karim Abou Zeid
1a8d20bde4 Hopefully fixed the bitmap recycled issue by setting noCache() in playing notification and widget 2015-04-20 00:08:02 +02:00
Karim Abou Zeid
5a25738993 Fixed some of the apps most common FCs according to its fabric.io statistics 2015-04-19 23:07:37 +02:00
Karim Abou Zeid
6a6da75fd6 Removed toolbar transition & co (58b2773) from master branch and moved those changes to the new shared-element-item-glitch branch to keep everything clean 2015-04-19 22:35:15 +02:00
Karim Abou Zeid
51d64db9b6 Updated some strings and imported translations again 2015-04-19 22:04:46 +02:00
Karim Abou Zeid
d48e519689 Automatic translation import 2015-04-19 21:29:42 +02:00
Karim Abou Zeid
5ab9a75c3c Resets recents color when it is needed. 2015-04-19 21:07:35 +02:00
Karim Abou Zeid
f48301800d TagEditor now closes the dialog just before the finish() call instead before the scanning process. AlbumDetail activity resets the colors if the new album art set in tag editor is empty or has no vibrant color 2015-04-19 20:25:41 +02:00
Aidan Follestad
2c65373638 Grammar fix, added hint to SearchView, SearchView is themed with the widget color 2015-04-19 12:55:44 -05:00
Aidan Follestad
b9e2562ad9 Ran recursive Reformat Code to remove unused imports 2015-04-19 12:45:33 -05:00
Aidan Follestad
0747e8837c Task color (color of bar in recents entry) will match the palette color of the artist/album detail, now playing, and tag editor activities. 2015-04-19 12:25:47 -05:00
Aidan Follestad
2f4ada964e LastFM -> Last.fm 2015-04-19 01:05:34 -05:00
Aidan Follestad
f8d9d5106e When you update an album cover from the tag editor, not only will the album detail screen update, the artist detail screen will when you go back to it too. This uses activity results. 2015-04-19 00:56:45 -05:00
Aidan Follestad
58b277354b Progress with #13 2015-04-19 00:03:38 -05:00
Aidan Follestad
6c5bff9b25 When you download/select album art in the tag editor, the album detail screen will refresh its art when it's returned to. 2015-04-18 22:57:25 -05:00
Aidan Follestad
b9bbccf196 With rescanMedia in the tag editor, the activity won't finish until scanning is complete. This was a bug before and it caused a service connection leak and incomplete scan. 2015-04-18 22:49:52 -05:00
Aidan Follestad
52d2cdb7ee Small code simplification 2015-04-18 12:47:40 -05:00