Commit graph

83 commits

Author SHA1 Message Date
Jan Christian Grünhage 80c134e19d
Added Debug Menu
The debug menu is only displayed when BuildConfig.Debug is true.
2016-12-30 13:21:23 +01:00
Jan Christian Grünhage b6a445626f
Added Debug Menu
The debug menu is only displayed when BuildConfig.Debug is true.
2016-12-30 13:20:41 +01:00
Jan Christian Grünhage 4b9b04290e
Rewrote Settings, added automated export, changed package. 2016-12-30 01:03:30 +01:00
Jan Christian Grünhage 7c9086a912
Updated to API 25, switched Preference File Mode to MODE_PRIVATE, since MODE_WORLD_READABLE is not supported anymore. 2016-11-25 23:17:43 +01:00
mark.gillespie@gmail.com 4d7d7eefe4 Missing strings stopping release compile from Android Studio 2.1 2016-07-13 23:25:31 +01:00
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
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 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 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 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 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