Karim Abou Zeid
|
294f3fc5d0
|
Making great progress with the "view as" option to toggle between list and grid mode. Currently only implemented in the album fragment. To add the functionality to other fragments just extend the AbsMainActivityRecyclerViewLayoutModeFragment class and implement its abstract methods (class name should be changed to something shorter soon). In future the artist and song fragments should extend that class.
|
2015-07-15 03:40:47 +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
|
9c8cba612b
|
Main Activity Fragments should be updated automatically now when the Media Store has changed.
|
2015-07-13 16:50:05 +02:00 |
|
Karim Abou Zeid
|
98dcdf2d47
|
Adapter clean ups
|
2015-07-12 03:22:24 +02:00 |
|
Karim Abou Zeid
|
357ef1df69
|
Notification text color changes to match the background. Cleaned up notification related code.
|
2015-07-11 15:41:18 +02:00 |
|
Karim Abou Zeid
|
9d4ea9911f
|
Improve image loading in the notification, the widget and the lockscreen album art by moving stuff to worker thread and adjusting the bitmap size which should also prevent the to large bitmap exception currently occurring in the widget for some devices.
|
2015-07-11 00:34:25 +02:00 |
|
Karim Abou Zeid
|
1b03531dd4
|
Synced translations, increased build version
|
2015-07-10 05:14:39 +02:00 |
|
Karim Abou Zeid
|
1dcc447e52
|
Added option to ignore media store artwork and instead loading it directly from the song file
|
2015-07-10 02:26:30 +02:00 |
|
Karim Abou Zeid
|
4d82b91465
|
Added a sleep timer
|
2015-07-08 01:16:19 +02:00 |
|
Karim Abou Zeid
|
0cf1e07bf3
|
Reorganized some strings again
|
2015-07-05 18:22:46 +02:00 |
|
Karim Abou Zeid
|
87020ca2e7
|
Reorganized some strings
|
2015-07-05 17:55:26 +02:00 |
|
Karim Abou Zeid
|
cdba76c933
|
Switched from Volley to RetroFit + OkHttp for performance and simplicity
|
2015-06-29 21:38:09 +02:00 |
|
Karim Abou Zeid
|
593211bd2b
|
Removed the fade in/out on play/pause option because it caused bugs with the audiofocus and complicated the development. -> Fixed the audiofocus problem where the music wont start playing again when gaining focus back.
|
2015-06-28 23:18:04 +02:00 |
|
Karim Abou Zeid
|
54de0bb2cc
|
Disabled gapless playback for default
|
2015-06-28 15:55:36 +02:00 |
|
Karim Abou Zeid
|
5a1503ed7b
|
Added option to disable album art on lockscreen.
|
2015-06-28 15:48:05 +02:00 |
|
Karim Abou Zeid
|
86587d8f1a
|
Fixed the fastscroller lag on huge lists (e.g. song list) by replacing the old fastscroller with an own implementation.
|
2015-06-27 15:52:30 +02:00 |
|
Karim Abou Zeid
|
c4a62847df
|
Added option to shuffle all songs from an artist or an album
|
2015-06-24 23:20:51 +02:00 |
|
Karim Abou Zeid
|
3dad62d78d
|
Added favorites.
|
2015-06-24 21:34:59 +02:00 |
|
Karim Abou Zeid
|
193fa74ab0
|
Synced translations, and renamed some string resources.
|
2015-06-22 18:39:05 +02:00 |
|
Karim Abou Zeid
|
1319797883
|
Fixed strings
|
2015-06-21 21:37:19 +02:00 |
|
Karim Abou Zeid
|
a95e71c52c
|
Added missing string, removed obsolete code.
|
2015-06-21 14:20:24 +02:00 |
|
Karim Abou Zeid
|
92441128df
|
Everything is prepared to add smart playlists
|
2015-06-21 14:14:37 +02:00 |
|
Karim Abou Zeid
|
3bc0059989
|
Clean ups
|
2015-06-21 13:27:25 +02:00 |
|
Karim Abou Zeid
|
65c879d64e
|
Last added playlist half working. More to come tomorrow.
|
2015-06-21 01:24:43 +02:00 |
|
Karim Abou Zeid
|
cf921dc02f
|
Maybe fixed the "transparent notification bug on Touchwiz"
|
2015-06-20 15:43:19 +02:00 |
|
Karim Abou Zeid
|
3bdecbebe4
|
Cleaned up and rewrote big parts of the MusicService. Added gapless playback option in settings.
|
2015-06-19 02:29:44 +02:00 |
|
Karim Abou Zeid
|
d2fda4a839
|
Fixed the notification coloring. Automatically refreshs notification when the color setting is changed. Colored notification for all Android versions now
|
2015-06-17 11:12:46 +02:00 |
|
Karim Abou Zeid
|
27e56754e3
|
Switched back to white notification. Added back ripple to notification.
|
2015-06-17 02:32:22 +02:00 |
|
Karim Abou Zeid
|
1072a3bf85
|
Reverted "MediaSession update" back to RemoteControlClient. Added back the "x" to close the notification. Notification now also colored below Lollipop. Its now possible to play music from Google Now voice search.
|
2015-06-17 01:16:58 +02:00 |
|
Karim Abou Zeid
|
554bc25f83
|
Added colored notification (as an option). Relabeled some vars.
|
2015-06-15 23:37:13 +02:00 |
|
Karim Abou Zeid
|
900370b1b4
|
Fix NPE on setVolume(), fade volume on next play when playback was paused by headset unplugged, improved strings, MD 0.7.6.0
|
2015-06-14 23:44:08 +02:00 |
|
Karim Abou Zeid
|
257791eff6
|
Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause.
|
2015-06-12 00:04:52 +02:00 |
|
Karim Abou Zeid
|
b32feb38fe
|
Changed the default settings. Fixed settings layout bug. Synced translations.
|
2015-06-11 17:34:34 +02:00 |
|
Karim Abou Zeid
|
a87320fcc9
|
Reorganized settings, added more options to customize the now playing screen, added gradients to make UI elements visible on light album covers, fixed a bug with cardview background, fixed typos, increased version code, synced strings,
|
2015-06-10 23:02:14 +02:00 |
|
Karim Abou Zeid
|
e9973d7718
|
Synced strings
|
2015-06-10 17:02:45 +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
|
3082ed1187
|
Merged fastscroller from cabinet. Temporary fixed the wrong fab margins on KitKat and below caused by the google support design library. Added empty screens to Album Song and Artist views.
|
2015-06-02 21:27:02 +02:00 |
|
Karim Abou Zeid
|
8869f4aeb2
|
Added sharing for songs. Added set as ringtone for songs.
|
2015-06-01 00:48:01 +02:00 |
|
Karim Abou Zeid
|
b7c038c5ed
|
Cleaned and updated even more libs. Added a string. Disabled LogCat "spam" from UIL.
|
2015-05-31 21:48:54 +02:00 |
|
Karim Abou Zeid
|
ed9524a25d
|
Added floating labels to all EditTexts. Added accent color in parent themes so EditTexts no longer use the material green as indicator. An artist's albums are now sorted by year.
|
2015-05-31 15:59:44 +02:00 |
|
Karim Abou Zeid
|
31926d7983
|
Makes full use of the Android Support Design Library. A lot of small things fixed or improved. Added dozens of new colors.
|
2015-05-30 22:51:17 +02:00 |
|
Karim Abou Zeid
|
b233b3b718
|
Nav drawer android design support library and more
|
2015-05-30 01:13:41 +02:00 |
|
Karim Abou Zeid
|
865f72e5bb
|
A lot of fixes and small changes
|
2015-05-29 21:24:11 +02:00 |
|
Karim Abou Zeid
|
c1f364607e
|
Synced translations
|
2015-05-27 18:21:28 +02:00 |
|
Karim Abou Zeid
|
9fe36b0a35
|
Redesign of MusicControllerActivity, AlbumDetailActivity and ArtistDetailActivity. A lot of bugs and other small things fixed as well.
|
2015-05-27 17:58:50 +02:00 |
|
Karim Abou Zeid
|
3067d6d637
|
Added multi select everywhere else and auto updates every activity after the music database changed. Fix issue #4
|
2015-05-25 19:49:10 +02:00 |
|
Karim Abou Zeid
|
b4105b6cc0
|
Playlists multi select
|
2015-05-25 16:10:59 +02:00 |
|
Karim Abou Zeid
|
4e3f75d295
|
Added album multi select and fixed some minor bugs.
|
2015-05-24 23:00:46 +02:00 |
|
Karim Abou Zeid
|
8503eb4e36
|
Prepared everything for multi-selection and implemented it in the song view for now.
|
2015-05-24 20:33:14 +02:00 |
|
Karim Abou Zeid
|
c96e5f42b9
|
FAB no longer attached to the album/artist footer but placed on the bottom to avoid confusion about the FABs action. Added offset to the bottom. Solves issue #26
|
2015-05-23 12:41:18 +02:00 |
|