Commit graph

  • f1f8744b7e Synced translations. Karim Abou Zeid 2015-10-18 23:36:37 +02:00
  • fa31785cd8 Updated changelog Karim Abou Zeid 2015-10-18 23:28:12 +02:00
  • 51f2a3bd3b Added progress bar to the mini player. Karim Abou Zeid 2015-10-18 23:08:41 +02:00
  • 4d84e4d600 Moved permission logic to AbsBaseActivity. Karim Abou Zeid 2015-10-18 18:52:10 +02:00
  • 4e24bc0404 Removed the "hide bottom bar" feature. Karim Abou Zeid 2015-10-18 18:25:38 +02:00
  • 70a6491f32 Merge branch 'master' into new-bottom-bar Karim Abou Zeid 2015-10-18 18:15:08 +02:00
  • a8570a1139 Replaced the custom implementation with the new color chooser dialog from material dialogs. Karim Abou Zeid 2015-10-18 18:12:34 +02:00
  • 2849346fff MD 8.4.2.0 Karim Abou Zeid 2015-10-18 17:50:49 +02:00
  • 5fbef67b22 Merge remote-tracking branch 'origin/master' into new-bottom-bar Karim Abou Zeid 2015-10-18 17:44:40 +02:00
  • 518cc67ecd Updated google libs. Karim Abou Zeid 2015-10-18 17:34:22 +02:00
  • ff673a5f07 Updated material dialogs. Karim Abou Zeid 2015-10-18 17:30:46 +02:00
  • 774783e748 MD 0.8.4.0 Aidan Follestad 2015-10-16 18:59:24 -05:00
  • 9b428dd436 MD 0.8.3.0, Google libs 23.1.0 Aidan Follestad 2015-10-15 12:57:58 -05:00
  • cfbbc4f14a Adjusted sizes in the mini player Karim Abou Zeid 2015-10-11 23:25:14 +02:00
  • 1be2260b60 Removed all blurred images. New FAB animation when opening now playing. Decreased image loader memory cache size. Karim Abou Zeid 2015-10-11 22:56:27 +02:00
  • bef024a803 Optimized the image loading executor to use less threads while keeping the performance Karim Abou Zeid 2015-10-11 22:49:10 +02:00
  • 5e3944d1f0 Removed unused method and dimen Karim Abou Zeid 2015-10-11 19:39:40 +02:00
  • 1d06642747 Removed bottom offset from all lists. Karim Abou Zeid 2015-10-11 19:38:44 +02:00
  • b77abacd1f Hot fix. Karim Abou Zeid 2015-10-11 19:06:03 +02:00
  • 0ade999094 Ignore. Not working work in progress commit. Karim Abou Zeid 2015-10-11 18:54:59 +02:00
  • f8bbd3e8e3 Slightly decreased the size of the shuffle all item in the song list Karim Abou Zeid 2015-10-10 23:30:44 +02:00
  • c34407ad7f Simplified a method Karim Abou Zeid 2015-10-10 16:16:12 +02:00
  • 84b87c4008 Increased build version. Karim Abou Zeid 2015-10-10 13:39:52 +02:00
  • 989ec3eca5 Synced translations. Karim Abou Zeid 2015-10-10 13:15:57 +02:00
  • 9a9a32c497 Different max grid size for tablets and phones Karim Abou Zeid 2015-10-10 12:38:35 +02:00
  • 91a8667d10 Updated changelog Karim Abou Zeid 2015-10-09 16:02:38 +02:00
  • 08feeff853 Catching OOM on low memory devices while copying the album art for the Remote Control Client Karim Abou Zeid 2015-10-09 15:53:24 +02:00
  • a08d5735da Updated libs (Crashlytics, ObservableScrollview, iabv3 and Material Dialogs) Karim Abou Zeid 2015-09-30 22:31:57 +02:00
  • 5cd4b7a479 Updated Retrofit 2 to beta2 Karim Abou Zeid 2015-09-30 22:13:32 +02:00
  • ce07648ff6 Made the transitions between different grid sizes work. Of course only as long as the item layout doesn't change (i.e. list to grid) Karim Abou Zeid 2015-09-30 21:16:38 +02:00
  • d1b06b79f8 Re added the adjustable grid size feature. Transition between two grid sizes are not working yet. Fixes kabouzeid/phonograph-issue-tracker#43 Karim Abou Zeid 2015-09-30 20:53:09 +02:00
  • fe3a70c395 Renamed some vars and methods Karim Abou Zeid 2015-09-28 10:05:50 +02:00
  • 68dd679824 Removed the blurry shuffle icon from the song grid view. Fixes kabouzeid/phonograph-issue-tracker#30 Karim Abou Zeid 2015-09-28 09:51:32 +02:00
  • 5d4ed7af50 About activity cards now have 8dp padding instead of 16dp. Karim Abou Zeid 2015-09-24 17:52:25 +02:00
  • 601c1d9489 Replaced the algorithm for determining whether two colors are distinguishable. Merged some duplicated code into its own methods. Karim Abou Zeid 2015-09-23 16:39:27 +02:00
  • a1fb2d3c9d Fix kabouzeid/phonograph-issue-tracker#51: Shuffle button in now playing becomes hard to tell Ihsan Isik 2015-09-22 20:11:25 +03:00
  • 4b49bb82a3 Fixed kabouzeid/phonograph-issue-tracker#50, playlist name changes were not directly updated in the list. Karim Abou Zeid 2015-09-22 16:57:46 +02:00
  • 9b2aaea2c9 Fixed kabouzeid/phonograph-issue-tracker#4, when setting an album cover in the tag editor, the image will be cropped instead of stretched now. Karim Abou Zeid 2015-09-22 16:44:37 +02:00
  • 55f8800f89 Fixed kabouzeid/phonograph-issue-tracker#29, toolbar text is white in about section while using light themes. Karim Abou Zeid 2015-09-22 13:46:32 +02:00
  • f9f7ce3e75 Fixed crash due to missing material-dialogs:commons Karim Abou Zeid 2015-09-22 13:37:54 +02:00
  • 7fbbf52a6c Migrated to RetroFit 2.0.0 beta Karim Abou Zeid 2015-09-18 16:38:51 +02:00
  • 5cd9b4c7ad Updated code for material dialogs 0.8.0.0 Karim Abou Zeid 2015-09-18 12:04:38 +02:00
  • 1e20aab388 Merge remote-tracking branch 'origin/master' Karim Abou Zeid 2015-09-18 11:52:54 +02:00
  • 965cb14683 Fixed kabouzeid/phonograph-issue-tracker#21 Synced translations, increased build version. Karim Abou Zeid 2015-09-18 11:52:34 +02:00
  • 3f639822bd MD 0.8.0.0 Aidan Follestad 2015-09-17 15:59:47 -05:00
  • 358c39eaa5 MD 0.8.0.0 Aidan Follestad 2015-09-17 15:58:59 -05:00
  • a8b7746941 Synced translations, increased build version. Karim Abou Zeid 2015-09-17 14:52:21 +02:00
  • 84e8167afb Hotfix Karim Abou Zeid 2015-09-17 14:22:56 +02:00
  • 2a00b61b29 Fallback to StackBlur if RenderScript fails to create. Karim Abou Zeid 2015-09-17 13:41:14 +02:00
  • de876732f2 Synced translations, increased build version. Karim Abou Zeid 2015-09-15 19:15:38 +02:00
  • 5f9f2455dc Replaced the Stackblur algorithm with RenderScripts native blur for better performance. Only issue yet is, that it seems to cause a memory leak. Karim Abou Zeid 2015-09-15 18:56:14 +02:00
  • 77075201f3 Renderscript Karim Abou Zeid 2015-09-15 17:27:34 +02:00
  • 107290260d Synced translations, increased build version. Karim Abou Zeid 2015-09-12 15:38:56 +02:00
  • cf4ed6d5c0 Recently played is now history. Songs are always added to the history but their play count will be only increased if they were played at least half. This makes the top tracks much more accurate. Karim Abou Zeid 2015-09-12 15:14:01 +02:00
  • 29f91b6969 Added a drag view to playlist songs for easier rearrangement Karim Abou Zeid 2015-09-12 12:21:45 +02:00
  • a83e54c37f Cleaned up unused resources Karim Abou Zeid 2015-09-09 12:44:18 +02:00
  • df73d5900c Start at a random position when opening a queue via "Ok Google" and shuffle is on. Karim Abou Zeid 2015-09-09 12:06:44 +02:00
  • c0b41f63cc Fixed cab (contextual action bar) content not visible with light primary colors. Karim Abou Zeid 2015-09-08 12:03:00 +02:00
  • 49a2b97933 Sliding to the right on the bottom bar goes to the previous one instead of seeking back now. Close kabouzeid/phonograph-issue-tracker#9 Karim Abou Zeid 2015-09-08 11:29:43 +02:00
  • 19dff92002 Updated gradle from 1.3.0 to 1.3.1 Karim Abou Zeid 2015-09-08 11:01:31 +02:00
  • 29455b2bdb Synced translations, increased build version. Karim Abou Zeid 2015-09-08 10:54:54 +02:00
  • 5e32025f90 Removed thin line to the right of the progress bar Karim Abou Zeid 2015-09-08 10:46:41 +02:00
  • 9f57ecc61c Slightly darker default bar color on light theme Karim Abou Zeid 2015-09-08 10:38:45 +02:00
  • 06c75641ff Updated changelog Karim Abou Zeid 2015-09-08 10:31:40 +02:00
  • 3b3d49611f Fixed crash when opening the about section. Karim Abou Zeid 2015-09-08 10:29:07 +02:00
  • 9a73fcfee6 Fade album covers in the now playing screen in. Karim Abou Zeid 2015-09-08 10:01:52 +02:00
  • 8943453a04 Merge branch 'fab-offset-debug' Karim Abou Zeid 2015-09-08 09:13:53 +02:00
  • c3db8284d3 Should fix the fab being not moved to the correct position. Close kabouzeid/phonograph-issue-tracker#5 Karim Abou Zeid 2015-09-07 21:56:24 +02:00
  • ae3882b989 Updated buildTools from 23.0.0 to 23.0.1 (cherry picked from commit fb00525) Karim Abou Zeid 2015-09-07 21:41:07 +02:00
  • 9ddb62b4fb Updated buildTools from 23.0.0 to 23.0.1 Karim Abou Zeid 2015-09-07 21:41:07 +02:00
  • c359469dfa Synced translations, increased build version and updated changelogs. Karim Abou Zeid 2015-09-06 21:41:56 +02:00
  • 4e5b04d9aa Added landscape and rtl support for the new about screen. Karim Abou Zeid 2015-09-06 20:46:42 +02:00
  • 3d87e57856 Finished the new about screen. Also the DonationDialog loads its content now async. Karim Abou Zeid 2015-09-06 19:57:29 +02:00
  • 7eddffed74 Finished the new about screens layout. Now only the onClick listeners are missing. Karim Abou Zeid 2015-09-05 21:21:56 +02:00
  • 984b652b35 Merge branch 'master' into new-about-screen Karim Abou Zeid 2015-09-05 16:21:25 +02:00
  • 98575df88a Synced strings Karim Abou Zeid 2015-09-05 16:21:07 +02:00
  • 36e4ea5e20 Merge branch 'master' into new-about-screen Karim Abou Zeid 2015-09-05 14:12:47 +02:00
  • 767f6f0300 Fixed missing toolbar shadow in the playlist view. Karim Abou Zeid 2015-09-05 14:11:44 +02:00
  • 64f6f09595 Cleaned up the changelog. Karim Abou Zeid 2015-09-05 13:43:55 +02:00
  • 17e1e41655 Typo Karim Abou Zeid 2015-09-05 13:29:23 +02:00
  • dc551fc6cc Even though the Last.fm app and webpage say something is scrobbling, the scrobble doesn't actually get saved at the end. Fixes #59 Karim Abou Zeid 2015-09-05 13:04:45 +02:00
  • 44f751442b Merge branch 'master' into new-about-screen Karim Abou Zeid 2015-09-05 10:29:23 +02:00
  • ab2f1f9dff Fixed the plural typo in the artist list Karim Abou Zeid 2015-09-05 10:29:11 +02:00
  • 984aa03fab Preparation Karim Abou Zeid 2015-09-05 10:10:54 +02:00
  • 0e940be79f Removed ignore deprecation annotation from the MusicService class Karim Abou Zeid 2015-09-05 10:09:50 +02:00
  • 6159b2ba28 Upgraded support libs from 23.0.0 to 23.0.1 Karim Abou Zeid 2015-09-04 18:42:09 +02:00
  • b1d17ea3c9 Updated whatsnew Karim Abou Zeid 2015-08-29 23:33:47 +02:00
  • c3ae8e9081 No longer consume purchases. Also strike through bought items. Karim Abou Zeid 2015-08-29 23:32:06 +02:00
  • 94ebb0b0e1 Cleaned up the changelog dialog Karim Abou Zeid 2015-08-29 20:20:49 +02:00
  • a642f04b5d Updated material dialogs and removed the extra padding from the song details dialog. Karim Abou Zeid 2015-08-29 19:57:40 +02:00
  • 638ab4547c Finally fixed the issue where the artist image loading blocks the image loaders queue. This is done by using a custom Executor which is basically a wrapper for two independent ThreadPoolExecutors. Karim Abou Zeid 2015-08-29 19:22:50 +02:00
  • 783332c3af Added timeouts for last.fm data loading Karim Abou Zeid 2015-08-29 14:53:00 +02:00
  • a3d610c411 Deleted old copy of whatsnew Karim Abou Zeid 2015-08-29 14:25:09 +02:00
  • e55e1fa256 Push to beta chanel by default Karim Abou Zeid 2015-08-29 14:23:54 +02:00
  • fbd16a1003 Created a new user with a new key. This time without pushing the key to GitHub, lol. Karim Abou Zeid 2015-08-29 13:30:36 +02:00
  • 3bd18d11e8 Pushed the private key for accident... Karim Abou Zeid 2015-08-29 13:18:59 +02:00
  • f538bf6a33 Build and push APKs directly to Google Play via gradle task. This won't be available for people without the matching .p12 key. Karim Abou Zeid 2015-08-29 13:13:43 +02:00
  • f458d146af Clean ups Karim Abou Zeid 2015-08-28 18:12:39 +02:00
  • 9d9fdff13f Fixed little lag when opening donations dialog Karim Abou Zeid 2015-08-28 17:07:21 +02:00
  • a4b2fd32c1 Synced translations and increased build version. Karim Abou Zeid 2015-08-27 16:52:58 +02:00