Commit graph

154 commits

Author SHA1 Message Date
mark.gillespie@gmail.com 4b7e06f312 Quick hack to make the default paths suitable for me. Might make it a preference next rainy day. 2016-07-13 23:18:37 +01:00
Mark Gillespie ac1b2faf85 Merge pull request #1 from ddonuts4/master
Pull in fixes from ddonuts4 into my fork
2016-07-13 21:35:04 +01:00
ddonuts4 bf4cd96853 Merge pull request #1 from jcgruenhage/master
Lib update and .gitignore
2016-05-24 18:40:13 -05:00
Jan Christian Grünhage 74c2877d91
Added .gitignore 2016-05-24 18:08:47 +02:00
Jan Christian Grünhage 6d218737ba
Updated mp3agic lib 2016-05-24 14:29:52 +02:00
ddonuts4 ae877b6bbe Fixed #4 2016-05-15 02:16:56 -05:00
Duncan Steenburgh ec6f460fee Fixed #7 2016-05-14 15:36:13 -05:00
David e5208454e2 Update AppCompat
Workaround for the Marshmallow problem (writes temp files to external storage instead of the private data)
Update binary
2015-11-14 00:35:21 +01:00
David 6e2a763494 Stores the read/write permission on external storage with Android 5.0
Fixed deprecated color functions
2015-11-09 21:25:51 +01:00
David b44fcdf9e9 Update AppCompat
Update to SDK 23.0.1
2015-11-09 20:55:30 +01:00
David Schulte 780728cc09 Update build 2015-08-19 22:36:28 +02:00
David Schulte c32918a009 Update appcompat
Update to api 23
Update the copyright to Android Studio 1.3.x
Added my own ByteBuffer (old was removed)
2015-08-19 22:33:11 +02:00
David Schulte ce1aa10276 Add build date 2015-08-15 18:19:09 +02:00
David Schulte 6fcc68b2e9 Update beta build 2015-08-15 17:55:44 +02:00
David Schulte 0286f2994a Adds support for Lollipop file api (access to external sdcard) 2015-08-15 17:52:50 +02:00
David Schulte 76138eb1f6 Fixed build
Turn off build minify (TODO: Fix appcompat and minify issues)
2015-08-11 22:10:03 +02:00
David Schulte 766b45ab82 Change app name to beta
Add a first build
2015-08-11 22:04:26 +02:00
David Schulte 16850fa150 Fixed deselect 2015-08-11 21:45:55 +02:00
David Schulte 2b3bd0b924 Add toast when you try to select an non-offline track 2015-08-10 21:52:33 +02:00
David Schulte dac0260f35 Add a floating button to export tracks
Update AppCompat
2015-08-10 17:57:01 +02:00
David Schulte 3a97bbebc1 Add select all button
Do not close activity on deselect or export
2015-08-09 21:38:14 +02:00
David Schulte c6fc6493ef Fixed artwork loading size
Fixed action mode
Add deselect button
2015-08-09 21:08:01 +02:00
David Schulte ea84b5f685 Create a subclass for artwork properties 2015-05-14 11:58:37 +02:00
David Schulte c36675f639 Use the new AppCompatActivity
Adds an artwork loader to load artworks from the cache or the internet
Improve the selection
2015-05-14 11:42:57 +02:00
David Schulte 608ebc2034 Fix artwork path
Fix crash if the artwork file doesn't exist
Update to 5.1 sdk target and update appcompat
2015-05-09 19:41:57 +02:00
David Schulte a088fd22d0 Fix app settings 2015-05-03 20:25:11 +02:00
David Schulte c04b5cbce6 Continue multi-selection develop
Continue the settings develop
Add the directory browser to the framework project
Group support (playlist or artist)
2015-05-03 20:17:42 +02:00
David Schulte 22f53fbc0f Add multiselection 2015-04-28 23:00:43 +02:00
David Schulte 819cce3870 Add search view 2015-04-06 12:44:28 +02:00
David Schulte c75ac1e8a9 Adds an export service 2015-04-05 22:45:18 +02:00
David Schulte d8a79e6900 Add rating in music track
More ui improvments
2015-02-06 21:59:23 +01:00
David Schulte 471528a496 Layout improvements
Add new icon
2015-01-30 19:01:47 +01:00
David Schulte b6194613a5 Add a track list to the main app when selecting an album
Add deserializer from id and type to the MusicTrackList
Add a ImageLoader to load artworks to ImageViews
2015-01-27 23:08:24 +01:00
David Schulte ed4446e48e Update README.md 2015-01-27 14:05:12 +01:00
David Schulte 767145fc71 Update README.md 2015-01-27 13:33:24 +01:00
David Schulte 2ffa2973de Update README.md 2015-01-27 13:24:38 +01:00
David Schulte 0a3b9b95ee Add async support to SuperUserCommands
Add a simple MusicTrackListAdapter to the activity
Loading the artworks in the adapter
Add a download link to the README.md
2015-01-27 00:04:51 +01:00
David Schulte 0598cbccc4 Rename project 2015-01-25 22:05:27 +01:00
David Schulte d27fe9f5c2 Rename project 2015-01-25 21:58:01 +01:00
David Schulte 1c444619b4 Remove unused import 2015-01-25 20:54:59 +01:00
David Schulte 13a4bb22c4 ArtistDataSource will work with setOfflineOnly
Synchronized SuperUserCommand
Update function and class names
2015-01-25 20:52:57 +01:00
David Schulte 7a1b80d20d Fix album and artist group
Fix slow cut command when reading binary files via superuser commands
Run the media scanner after exporting a track
2015-01-25 18:50:17 +01:00
David Schulte 0aeba42d12 Add artist data source
Add export method in th PlayMusicManager
Add Mp3agic as ID3 lib
Fixed a lot of warnings
2015-01-25 16:53:00 +01:00
David Schulte be1be7398c Add file tools to framework
Add a playlist data source
Improve the data sources
2015-01-25 11:36:17 +01:00
David Schulte 3b0eb97f51 Added the playmusiclib 2015-01-24 15:08:38 +01:00
David Schulte e85e97d141 Update README.md 2015-01-23 20:17:20 +01:00
David Schulte a8f3e27e67 Merge remote-tracking branch 'origin/master'
Conflicts:
	README.md
2015-01-23 20:16:10 +01:00
David Schulte eb2cd42ae1 Merge remote-tracking branch 'origin/master'
Conflicts:
	README.md
2015-01-23 20:10:36 +01:00
David Schulte 552f4957f4 Merge remote-tracking branch 'origin/master'
Conflicts:
	README.md
2015-01-23 20:05:29 +01:00
David Schulte a7fac9e4d4 Update README.md 2015-01-23 19:57:39 +01:00