Commit graph

1,072 commits

Author SHA1 Message Date
Karim Abou Zeid
484df44582 Update email and github 2017-05-22 20:34:59 +02:00
Karim Abou Zeid
bfc8dfbc50 Update gralde 2017-05-22 20:34:29 +02:00
Karim Abou Zeid
abb2c21add Fixed strings build error 2017-04-25 20:06:41 +02:00
Karim Abou Zeid
4b0d4c4649 Bumped version, updated changelog 2017-04-25 20:03:19 +02:00
Karim Abou Zeid
816667e0eb Synced translations 2017-04-25 20:03:06 +02:00
Karim Abou Zeid
4a8320fcc8 Bumped version 2017-04-22 17:04:16 +02:00
Karim Abou Zeid
483450c9ac Bumped version, updated changelog 2017-04-22 16:59:40 +02:00
Karim Abou Zeid
c8d0060622 Merge branch 'pr/105' 2017-04-22 16:35:03 +02:00
Karim Abou Zeid
3561cfd0b7 Added support for Android File Explorer 2017-04-22 16:34:52 +02:00
Karim Abou Zeid
d0a9a9693d Merge branch 'pr/127' 2017-04-22 15:35:16 +02:00
Karim Abou Zeid
3232370e47 Created CustomPlaylist class, cleaned up some code 2017-04-22 15:34:59 +02:00
ezio84
f433d2a01a Update deprecated API
(cherry picked from commit 493ee4b)
2017-04-22 13:43:01 +02:00
Feng Zheng
ba80e5afae Merge remote-tracking branch 'origin/filebrowser' into filebrowser 2017-04-19 11:44:58 -05:00
Feng Zheng
11584bdab6 Fix: can't play media files from file browser
When media file is selected from various file browers, the
uri sent to app might be different scheme like file or content.
Fix is to query the media file based on different scheme.
2017-04-19 11:19:00 -05:00
Karim Abou Zeid
314ab258d9 Merge pull request #133 from friederbluemle/update-project
Update build dependencies
2017-04-14 20:04:24 +02:00
Karim Abou Zeid
b54b474ef8 Merge pull request #120 from arkon/max-aspect
Support super widescreen Android devices
2017-04-14 19:59:28 +02:00
Frieder Bluemle
9ba545cd66
Update support libs to 25.3.1 2017-04-11 17:55:06 +08:00
Frieder Bluemle
e8d31bf159
Update Android Gradle plugin to 2.3.1 2017-04-11 17:46:45 +08:00
Frieder Bluemle
c444f38609
Update Gradle wrapper to 3.5 2017-04-11 17:46:42 +08:00
Adrian Campos
54414e7d3e Fixes issue #112 - Crash on too many songs in App Shortcut playlist
Instead of passing all songs in an intent extra, pass the Playlist which is then used to load the songs in MusicService
2017-04-05 16:39:22 -07:00
Adrian Campos
f504e83cbf Fixes issue 111.
Instead of calling play() when the playlist is empty, show a toast
2017-04-04 09:07:15 -07:00
Eugene Cheung
d89d59fc30 Support super widescreen Android devices 2017-03-30 14:31:00 -04:00
Karim Abou Zeid
4eebe7be16 Bumped version, updated changelog 2017-03-27 12:51:25 +02:00
Karim Abou Zeid
fd77e555be Updated changelog 2017-03-27 12:42:17 +02:00
Karim Abou Zeid
b0590bf5e1 Moved shortcut handling from MainActivity to MusicService. Cleaned up the code. 2017-03-27 12:28:37 +02:00
Feng Zheng
d411b33983 Fix: can't play media files from file browser
When media file is selected from various file browers, the
uri sent to app might be different scheme like file or content.
Fix is to query the media file based on different scheme.
2017-03-23 20:47:14 -05:00
Karim Abou Zeid
d60ca48c2b Fixed top track shortcut playing recent tracks. 2017-03-23 18:52:54 +01:00
Karim Abou Zeid
2eca79cd56 Removed unnecessary error message 2017-03-23 18:52:07 +01:00
Karim Abou Zeid
e07b5afb0a Removed unnecessary log 2017-03-23 18:44:23 +01:00
Karim Abou Zeid
693cc9b49f Refactoring 2017-03-23 18:43:17 +01:00
Adrian Campos
0a871af744 Implemented reportShortcutUsed() to track shortcut usage 2017-03-23 17:52:58 +01:00
Adrian Campos
d17f0407dd Fixes issue #2
by removing singleinstance from MainActivity in the manifest and handling the launch in AppShortcutLauncherActivity
2017-03-23 17:52:58 +01:00
Adrian Campos
4170e00cfd Added "Colored App Shortcuts" as an option in settings 2017-03-23 17:52:58 +01:00
Adrian Campos
49a3d0b28a Support theme colors in AppShortcut icons 2017-03-23 17:52:58 +01:00
Xorok
6b43160a0f Replace PNG app shortcut icons with vector versions 2017-03-23 17:52:58 +01:00
Adrian Campos
b14ba65a5b Added version check for app shortcuts
As mentioned by @arkon 2e1a453e8d (commitcomment-21247880)
2017-03-23 17:52:58 +01:00
Adrian Campos
34f2f8b936 Fixed bug where app shortcuts wouldn't work when app was already open 2017-03-23 17:52:58 +01:00
Adrian Campos
978d0716e0 Fixed orientation change bug with app shortcuts
https://github.com/kabouzeid/Phonograph/issues/78#issuecomment-285512114
2017-03-23 17:52:58 +01:00
Xorok
d422a05e8d Adapt names to naming convention 2017-03-23 17:52:58 +01:00
Xorok
35aaca78ea Autoformat 2017-03-23 17:52:58 +01:00
Xorok
079f163cc4 Add app shortcut icons 2017-03-23 17:52:58 +01:00
Adrian Campos
43a2f319fc Convert static app shortcuts to dynamic
Will allow user customization in the future (colors, choosing which show up in list, etc.)
2017-03-23 17:52:58 +01:00
Adrian Campos
33ff49de0f Added basic support for App Shortcuts
Shuffle All, Top Tracks, and Last added. Still need to fix icons and add dynamic shortcuts for playlists
2017-03-23 17:52:58 +01:00
Karim Abou Zeid
d5bf0b58d2 Bumped version number, synced translations and updated changelog. 2017-03-23 13:18:41 +01:00
Karim Abou Zeid
d294822e7c Fixed a bug where the notification wouldn't disappear when the queue is cleared. Fixes #97 2017-03-23 13:13:49 +01:00
Karim Abou Zeid
c136c2e056 Updated Glide to 3.8.0 snapshot 2017-03-23 12:31:00 +01:00
Karim Abou Zeid
663040714e Updated retrofit 2017-03-23 12:19:17 +01:00
Karim Abou Zeid
8f93d7cba0 Switched back to Crashlytics/Fabric 2017-03-23 12:10:52 +01:00
Karim Abou Zeid
b9bf82306e Added dummy google-services.json 2017-03-23 11:44:39 +01:00
Karim Abou Zeid
42a9dbe392 Bumped version, updated changelog. 2017-03-22 20:03:54 +01:00