Commit graph

  • cf921dc02f Maybe fixed the "transparent notification bug on Touchwiz" Karim Abou Zeid 2015-06-20 15:43:19 +02:00
  • dea3b49491 Removed the redundant "other" label from the navigation drawer. Karim Abou Zeid 2015-06-20 01:21:36 +02:00
  • 6880710920 Now using "butterknife" library in all activities. Karim Abou Zeid 2015-06-20 00:31:15 +02:00
  • ee235f1b5d Synced strings and increased build version. Karim Abou Zeid 2015-06-19 18:56:33 +02:00
  • 60cae85ecb Cleaned up MusicService and MusicPlayerRemote even more. Karim Abou Zeid 2015-06-19 18:39:00 +02:00
  • 049bf90620 Cleaned up MusicService and fixed ISE and NPEs there. Replaced thread with handler for updating the progress bar in MusicControllerActivity for simplicity and performance. Karim Abou Zeid 2015-06-19 12:29:40 +02:00
  • 3bdecbebe4 Cleaned up and rewrote big parts of the MusicService. Added gapless playback option in settings. Karim Abou Zeid 2015-06-19 02:29:44 +02:00
  • 1908d1fe78 Synced strings, increased app version. Karim Abou Zeid 2015-06-18 18:44:50 +02:00
  • f83ff532d2 Hopefully finally fixed the notification bug on Touchwiz Karim Abou Zeid 2015-06-17 15:01:43 +02:00
  • d1156aa47b Added inner padding to the notifications buttons to reduce their drawable size. They looked to bulky before. Karim Abou Zeid 2015-06-17 14:13:10 +02:00
  • d2fda4a839 Fixed the notification coloring. Automatically refreshs notification when the color setting is changed. Colored notification for all Android versions now Karim Abou Zeid 2015-06-17 11:12:46 +02:00
  • 27e56754e3 Switched back to white notification. Added back ripple to notification. Karim Abou Zeid 2015-06-17 02:32:22 +02:00
  • 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. Karim Abou Zeid 2015-06-17 01:16:58 +02:00
  • 554bc25f83 Added colored notification (as an option). Relabeled some vars. Karim Abou Zeid 2015-06-15 23:37:13 +02:00
  • f1fd604ac2 Synced translations. Karim Abou Zeid 2015-06-15 21:14:22 +02:00
  • 453f7e874e Merge remote-tracking branch 'origin/master' Karim Abou Zeid 2015-06-15 20:57:20 +02:00
  • 4e8c3694d4 Amend last commit. Added new drawables and removed obsolete drawables and layouts. Karim Abou Zeid 2015-06-15 20:51:55 +02:00
  • 0691bb80c0 Completely migrated from RemoteControlClient to MediaSession. Allows persistent notification to be swiped away when music is not playing (#33). Karim Abou Zeid 2015-06-15 20:51:55 +02:00
  • 7fcb4a314e Merge remote-tracking branch 'origin/master' Karim Abou Zeid 2015-06-15 15:49:51 +02:00
  • 010e8f9664 Use MediaSession instead of deprecated classes Karim Abou Zeid 2015-06-15 15:49:29 +02:00
  • 589f81d1c3 Fix for the small gap between statusbar and header for some users Karim Abou Zeid 2015-06-15 12:33:52 +02:00
  • c0c6627be7 Fix bug with isPlaying() Karim Abou Zeid 2015-06-15 11:41:13 +02:00
  • f27d482d3f Completely disabled Crashlytics on debug builds Karim Abou Zeid 2015-06-15 00:15:12 +02:00
  • b02e8ed6a0 Fix NPE when trying to use context before onCreate() is called; Karim Abou Zeid 2015-06-14 23:56:38 +02:00
  • 900370b1b4 Fix NPE on setVolume(), fade volume on next play when playback was paused by headset unplugged, improved strings, MD 0.7.6.0 Karim Abou Zeid 2015-06-14 23:44:08 +02:00
  • 0aedfe1293 Amend last commit. (Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause.) Karim Abou Zeid 2015-06-14 17:30:56 +02:00
  • 5c69ca132f Bug fixings. This commit is currently still in a more or less dirty state. Karim Abou Zeid 2015-06-14 17:30:07 +02:00
  • 257791eff6 Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause. Karim Abou Zeid 2015-06-12 00:04:52 +02:00
  • b32feb38fe Changed the default settings. Fixed settings layout bug. Synced translations. Karim Abou Zeid 2015-06-11 17:34:34 +02:00
  • b07e602651 Fixed an annoying bug in the MusicControllerActivity where the recents card of the app is placed at the wrong position when switching between the songs. Also some code clean ups. Karim Abou Zeid 2015-06-11 16:28:04 +02:00
  • 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, Karim Abou Zeid 2015-06-10 23:02:14 +02:00
  • 4111d728af Synced strings once again Karim Abou Zeid 2015-06-10 17:08:34 +02:00
  • c15f46aac2 Merge remote-tracking branch 'origin/master' Karim Abou Zeid 2015-06-10 17:04:17 +02:00
  • e9973d7718 Synced strings Karim Abou Zeid 2015-06-10 17:02:45 +02:00
  • d9dc203700 Disabled Crashlytics for debug builds Karim Abou Zeid 2015-06-10 15:30:47 +02:00
  • 8ba0c72037 Changed the way to check if a view is empty, fixed some strings, fixed fastscroller alignment. Karim Abou Zeid 2015-06-10 15:27:45 +02:00
  • 532444a7d4 MD 0.7.5.5 Aidan Follestad 2015-06-07 19:45:54 -05:00
  • 450aca9149 Synced translations, increased versionNumber and added missing drawables. Karim Abou Zeid 2015-06-02 21:43:27 +02:00
  • 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. Karim Abou Zeid 2015-06-02 21:27:02 +02:00
  • ab02195ed0 Fix bluetooth sharing and slightly improved the tag editors appearance. Karim Abou Zeid 2015-06-01 22:16:32 +02:00
  • 8869f4aeb2 Added sharing for songs. Added set as ringtone for songs. Karim Abou Zeid 2015-06-01 00:48:01 +02:00
  • f921738783 Readded accidentally removed CardView lib Karim Abou Zeid 2015-05-31 22:05:43 +02:00
  • b7c038c5ed Cleaned and updated even more libs. Added a string. Disabled LogCat "spam" from UIL. Karim Abou Zeid 2015-05-31 21:48:54 +02:00
  • b4e15b1e02 Slightly updated the album tag editor appearance to partially fix issue #23 Karim Abou Zeid 2015-05-31 19:35:55 +02:00
  • fdc9be9908 Removed unnecessary libs and replaced the jaudiotagger jar with a custom one specially or android. Karim Abou Zeid 2015-05-31 18:02:55 +02:00
  • d56db46794 Updated material-cab and UIL libs Karim Abou Zeid 2015-05-31 16:10:56 +02:00
  • 115e02db50 Merge remote-tracking branch 'origin/master' Karim Abou Zeid 2015-05-31 16:00:10 +02:00
  • 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. Karim Abou Zeid 2015-05-31 15:59:44 +02:00
  • 6160fd2aca MD 0.7.5.0 Aidan Follestad 2015-05-31 00:44:30 -05:00
  • 0cc11ae570 Merge remote-tracking branch 'origin/master' Aidan Follestad 2015-05-31 00:44:10 -05:00
  • 4413562a0d MD 0.7.5.0 Aidan Follestad 2015-05-31 00:43:59 -05:00
  • 31926d7983 Makes full use of the Android Support Design Library. A lot of small things fixed or improved. Added dozens of new colors. Karim Abou Zeid 2015-05-30 22:51:17 +02:00
  • b233b3b718 Nav drawer android design support library and more Karim Abou Zeid 2015-05-30 01:13:41 +02:00
  • 865f72e5bb A lot of fixes and small changes Karim Abou Zeid 2015-05-29 21:24:11 +02:00
  • fd6d6d9e75 Updated versionName Karim Abou Zeid 2015-05-27 18:24:36 +02:00
  • c1f364607e Synced translations Karim Abou Zeid 2015-05-27 18:04:23 +02:00
  • 9fe36b0a35 Redesign of MusicControllerActivity, AlbumDetailActivity and ArtistDetailActivity. A lot of bugs and other small things fixed as well. Karim Abou Zeid 2015-05-27 17:58:50 +02:00
  • 1b702eae07 Prework Karim Abou Zeid 2015-05-25 23:45:39 +02:00
  • 4ec1b18b47 Fix artist song adapter not refreshing. Karim Abou Zeid 2015-05-25 19:59:01 +02:00
  • 72c91e1554 Increased version number Karim Abou Zeid 2015-05-25 19:52:04 +02:00
  • 464c5fdc1b Merge branch 'multi-select' Karim Abou Zeid 2015-05-25 19:49:30 +02:00
  • 3067d6d637 Added multi select everywhere else and auto updates every activity after the music database changed. Fix issue #4 Karim Abou Zeid 2015-05-25 19:49:10 +02:00
  • f033819620 Artist album and artist song multi select Karim Abou Zeid 2015-05-25 18:11:51 +02:00
  • 9d6ece0f31 Album song multi select Karim Abou Zeid 2015-05-25 16:51:43 +02:00
  • c06c2fd86d Quick fix Karim Abou Zeid 2015-05-25 16:18:56 +02:00
  • b4105b6cc0 Playlists multi select Karim Abou Zeid 2015-05-25 16:10:59 +02:00
  • ab678b43ca Artist view multi select support. Karim Abou Zeid 2015-05-25 15:18:02 +02:00
  • e5509fc2ef Cab has a title now Karim Abou Zeid 2015-05-24 23:18:35 +02:00
  • 4e3f75d295 Added album multi select and fixed some minor bugs. Karim Abou Zeid 2015-05-24 23:00:46 +02:00
  • 0f2e7ce1df Updated versionName to prevent confusion in fabric.io's issue section. Karim Abou Zeid 2015-05-24 20:37:43 +02:00
  • 8503eb4e36 Prepared everything for multi-selection and implemented it in the song view for now. Karim Abou Zeid 2015-05-24 20:33:14 +02:00
  • 9835c595b2 Merge branch 'master' into multi-select Karim Abou Zeid 2015-05-24 16:05:38 +02:00
  • 501b0ad8db Fix broken colored album footers setting. Karim Abou Zeid 2015-05-24 15:27:18 +02:00
  • 493018f021 Merge branch 'master' into multi-select Karim Abou Zeid 2015-05-23 12:47:37 +02:00
  • 2a7dad6ad0 Small bug fix. Karim Abou Zeid 2015-05-23 12:44:14 +02:00
  • 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 Karim Abou Zeid 2015-05-23 12:41:18 +02:00
  • 202894538f MD 0.7.4.2 Aidan Follestad 2015-05-21 23:57:41 -05:00
  • 4e27388fbe Prework for multiselect Karim Abou Zeid 2015-05-21 18:58:27 +02:00
  • 5dd57ef3ed Replaced the selectors with the ones from cabinet to fix the ripple flickering bug. Karim Abou Zeid 2015-05-21 18:27:22 +02:00
  • fe3657707b Fixed two FCs. (1. bitmap recycled 2. ArrayList OOB) Karim Abou Zeid 2015-05-21 14:50:04 +02:00
  • bccf4fae5c Added a now playing sticky broadcast to support last.fm scrobbling and musixmatch. Karim Abou Zeid 2015-05-20 16:07:59 +02:00
  • 8c339ca57d Fixed artist placeholder not showing up. Karim Abou Zeid 2015-05-19 19:40:45 +02:00
  • f65a82c7f1 Switched positions of settings and about items in the navigation drawer. Karim Abou Zeid 2015-05-19 19:21:14 +02:00
  • b3012d6e74 Synced translations Karim Abou Zeid 2015-05-19 19:05:45 +02:00
  • efb2a27701 Updated libraries Karim Abou Zeid 2015-05-19 19:01:25 +02:00
  • c7125b1386 Replaced Glide with UIL. Should finally fix all image loading problems. Karim Abou Zeid 2015-05-19 18:45:57 +02:00
  • 9a2fbb446f Updated Glide library to 3.6.0 Karim Abou Zeid 2015-05-19 14:53:29 +02:00
  • bac7887fac MD 0.7.4.1 Aidan Follestad 2015-05-13 17:30:14 -05:00
  • fcc28a5868 MD 0.7.4.0, Gradle plugin 1.2.3, Gradle 2.4 Aidan Follestad 2015-05-11 21:05:41 -05:00
  • 287184a825 Gradle 2.3 Aidan Follestad 2015-05-01 22:06:27 -05:00
  • a383896c4f MD 0.7.3.1 Aidan Follestad 2015-04-29 12:27:17 -05:00
  • 0b6f243b79 Gradle plugin 1.2.2 Aidan Follestad 2015-04-29 09:03:26 -05:00
  • 69970dd80f Material Dialogs 0.7.3.0 Aidan Follestad 2015-04-28 14:11:27 -05:00
  • 4801e6422a Hotfix: compiler error Karim Abou Zeid 2015-04-26 16:10:41 +02:00
  • bb60f33597 Prepared for beta release. Added Playing info toast on fab longclick. Synced translations. Karim Abou Zeid 2015-04-26 16:04:59 +02:00
  • 5e1181f6ca Library updates Aidan Follestad 2015-04-25 18:26:31 -05:00
  • 43317645f2 Library updates Aidan Follestad 2015-04-25 18:05:45 -05:00
  • dedd469c88 Update README.md Karim Abou Zeid 2015-04-25 12:49:29 +02:00
  • 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). Karim Abou Zeid 2015-04-25 12:17:41 +02:00
  • 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. Karim Abou Zeid 2015-04-23 22:17:18 +02:00