Commit graph

75 commits

Author SHA1 Message Date
Eugene Cheung
f98222c372
Some NonNull annotations 2018-09-05 23:01:45 -04:00
Eugene Cheung
2b0280298c
Replace deprecated methods 2018-09-05 22:23:53 -04:00
Karim Abou Zeid
d4e3552739 Fallback values for song details 2018-05-01 19:53:16 +02:00
Eugene Cheung
b1a086eaf2
Optimize imports 2018-04-30 18:30:30 -04:00
Karim Abou Zeid
9b3243e3e2 Add scan button to navigation drawer 2018-04-30 13:14:24 +02:00
Karim Abou Zeid
2a72b1b21f Code clean up 2017-12-18 20:24:28 +01:00
Karim Abou Zeid
7793cc822d Add java8 support 2017-12-18 20:23:03 +01:00
Peter
c961306900 Update SongShareDialog.java 2017-09-28 20:35:24 +02:00
Eugene Cheung
1f37982536
Fix favorite toggling 2017-09-09 13:27:46 -04:00
Karim Abou Zeid
8a75b8b68f Add blacklist option and minor code improvements 2017-09-08 16:22:18 +02:00
Karim Abou Zeid
035792b3d0 Replaced BuyDialog with PurchaseActivity 2017-09-02 19:20:30 +02:00
Karim Abou Zeid
1b85252f92 Add pro version 2017-08-30 20:52:01 +02:00
tkashkin
c047ea96a7 LyricsDialog displays lyrics without timestamps
Refactoring
2017-07-12 11:57:38 +03:00
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