Commit graph

62 commits

Author SHA1 Message Date
Karim Abou Zeid
e73feb48af Updated to butterknife 8. 2016-08-18 18:21:09 +02:00
Karim Abou Zeid
0aedb078d7 Synced translationsRemoved debuglogs. 2016-04-17 21:40:31 +02:00
Karim Abou Zeid
70199b8c5a Cleaned up the DonationsDialog. 2016-03-31 21:15:45 +02:00
Karim Abou Zeid
9b17931cd6 Added a lyrics dialog. Updated the SlidingUpPanelLayout lib which fixes a few sliding issues. Fixed an issue where the sling panel would get stuck somewhere in the middle. Fixed a NPE in an asynctask onPostExecute(). 2016-03-29 18:17:57 +02:00
Karim Abou Zeid
f4680fdb44 Added new IntroActivity. 2016-02-21 18:20:35 +01:00
Karim Abou Zeid
6bbb92fc00 Updated libraries. 2016-02-07 17:07:41 +01:00
Karim Abou Zeid
76fb6b9347 Fixed changelog dialog wrong bg color. 2016-02-03 21:02:44 +01:00
Karim Abou Zeid
44ba560d77 Clean ups 2016-01-27 22:11:38 +01:00
Karim Abou Zeid
5aebf4709a Removed LeakCanary 2015-12-30 16:18:33 +01:00
Karim Abou Zeid
afd72a7129 Added open source licenses dialog. 2015-12-28 01:06:09 +01:00
Karim Abou Zeid
69769346cb Updated changelog and version code 2015-12-27 21:03:09 +01:00
Karim Abou Zeid
e12583cfbd Removed some old and unused classes 2015-12-27 19:31:19 +01:00
Karim Abou Zeid
9dc26bd1eb Code clean up 2015-12-23 17:37:46 +01:00
Karim Abou Zeid
c9d5990b15 Fixed deprecation 2015-12-23 17:36:20 +01:00
Karim Abou Zeid
5bdd763248 Replaced Serializable with Parcelable everywhere 2015-12-23 17:30:29 +01:00
Karim Abou Zeid
978a36c443 Ignore (WIP) 2015-12-11 18:35:16 +01:00
Karim Abou Zeid
a8570a1139 Replaced the custom implementation with the new color chooser dialog from material dialogs. 2015-10-18 18:12:34 +02:00
Karim Abou Zeid
5cd9b4c7ad Updated code for material dialogs 0.8.0.0 2015-09-18 12:04:38 +02:00
Karim Abou Zeid
3d87e57856 Finished the new about screen. Also the DonationDialog loads its content now async. 2015-09-06 19:57:29 +02:00
Karim Abou Zeid
7eddffed74 Finished the new about screens layout. Now only the onClick listeners are missing. 2015-09-05 21:21:56 +02:00
Karim Abou Zeid
984aa03fab Preparation 2015-09-05 10:10:54 +02:00
Karim Abou Zeid
94ebb0b0e1 Cleaned up the changelog dialog 2015-08-29 20:20:49 +02:00
Karim Abou Zeid
a642f04b5d Updated material dialogs and removed the extra padding from the song details dialog. 2015-08-29 19:57:40 +02:00
Karim Abou Zeid
e5b5fefc39 Added 1dp borders to each color and added black and white colors. 2015-08-25 12:53:07 +02:00
Karim Abou Zeid
222942b050 Little clea ups 2015-08-25 11:29:13 +02:00
Karim Abou Zeid
d8e94c1c85 New color chooser dialog 2015-08-25 00:39:39 +02:00
Aidan Follestad
48b63b7d78 Fixed changelog background in light theme
Dialog background colors changed at some point, WebView needs to be full white
2015-08-24 10:50:41 -05:00
Karim Abou Zeid
406529fcbd Clean ups 2015-08-23 20:26:57 +02:00
Karim Abou Zeid
c0e345fcef Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color) 2015-08-19 13:43:38 +02:00
Karim Abou Zeid
48337bb7da Updated strings to better match the material design "writing" guidelines 2015-08-19 02:17:46 +02:00
Karim Abou Zeid
73f3214b23 Added changelog. Auto hide bottom bar and fab if playing queue is empty 2015-08-15 03:09:47 +02:00
Karim Abou Zeid
3f815610e4 Fixed #51 the playlist-list isn't updated when adding a new playlist 2015-08-14 22:46:14 +02:00
Karim Abou Zeid
060c8867ea Added "special thanks to Aidan Follestad" to the about dialog 2015-08-10 13:39:37 +02:00
Karim Abou Zeid
2564b99fa5 Added LeakCanary 2015-08-06 18:27:15 +02:00
Karim Abou Zeid
6b68c17ae2 Various fixes and improvements 2015-08-03 20:53:36 +02:00
Karim Abou Zeid
5f0bfdb14b Sliding panel (early version, current implementation will probably replaced with a fragment implementation soon), translucent and colored statusbar for KitKat everywhere, use correct text colors for secondary texts, numerous clean ups 2015-07-31 00:23:37 +02:00
Karim Abou Zeid
e5f0e6a6c8 Update to Butterknife 7 2015-07-15 15:53:03 +02:00
Karim Abou Zeid
c31c4017a8 Synced translations 2015-07-15 03:51:19 +02:00
Karim Abou Zeid
280e8a15eb SeekArc in sleep-timer now colored with the accent color. Fixes #47 2015-07-14 17:10:56 +02:00
Karim Abou Zeid
8bdaf08a30 Added native image loader support for artist images. Automatically recreate activity onrResume when colors changed fixes issues #2 and #39. Also Butterknife should be used now everywhere #40 2015-07-14 04:08:43 +02:00
Karim Abou Zeid
88d4dd8e80 Cleaned up the Util classes 2015-07-11 02:08:54 +02:00
Karim Abou Zeid
5317c51400 Added Nullity Annotations 2015-07-10 02:37:10 +02:00
Karim Abou Zeid
da92636180 Cleaned up MediaStore loaders, preparing for album art loading directly from the file 2015-07-09 16:37:45 +02:00
Karim Abou Zeid
4d82b91465 Added a sleep timer 2015-07-08 01:16:19 +02:00
Karim Abou Zeid
1cccaad0f4 Clean ups, new default album art cover and widget resize fix 2015-07-06 18:52:26 +02:00
Karim Abou Zeid
456fc40cd7 Added an animation when adding a song to favorites from the now playing screen. 2015-06-28 15:14:20 +02:00
Karim Abou Zeid
193fa74ab0 Synced translations, and renamed some string resources. 2015-06-22 18:39:05 +02:00
Karim Abou Zeid
92441128df Everything is prepared to add smart playlists 2015-06-21 14:14:37 +02:00
Karim Abou Zeid
8ba0c72037 Changed the way to check if a view is empty, fixed some strings, fixed fastscroller alignment. 2015-06-10 15:27:45 +02:00
Karim Abou Zeid
8869f4aeb2 Added sharing for songs. Added set as ringtone for songs. 2015-06-01 00:48:01 +02:00