Commit graph

72 commits

Author SHA1 Message Date
903a1162e7
Continued work on new settings 2017-01-14 16:58:16 +01:00
87a80b4dd7
Added exception type to the crash log, which was previously unavailable.
The log in the crash handler now contains what kind of exception is being handled by the handler.
2017-01-01 19:37:12 +01:00
51d0ed4c7e
Fixed missing translations 2016-12-31 13:08:44 +01:00
8d0f23a1e5
Merge branch 'release/v0.9.1' into develop 2016-12-31 12:58:52 +01:00
5eac344745
Fixed version number 2016-12-31 12:58:45 +01:00
d0a5db30d6
Restructured Settings and SharedPreference usage. 2016-12-31 12:54:40 +01:00
8cca5610ab
Merge branch 'feature/extract_strings' into develop 2016-12-30 16:12:14 +01:00
b190d510ba
Added TODO to build.gradle 2016-12-30 16:12:09 +01:00
691e2a1950
Extracted Strings and created a preference helper class and made use of it in the automation part of the app 2016-12-30 16:06:47 +01:00
647823a104
woow what was that? where did these come from!? 2016-12-30 13:22:57 +01:00
80c134e19d
Added Debug Menu
The debug menu is only displayed when BuildConfig.Debug is true.
2016-12-30 13:21:23 +01:00
b6a445626f
Added Debug Menu
The debug menu is only displayed when BuildConfig.Debug is true.
2016-12-30 13:20:41 +01:00
470a6a2085 Update LICENSE.txt 2016-12-30 01:25:59 +01:00
2b41e5a827 Update README.md 2016-12-30 01:25:01 +01:00
aad8bdd427 Update README.md 2016-12-30 01:24:41 +01:00
4b9b04290e
Rewrote Settings, added automated export, changed package. 2016-12-30 01:03:30 +01:00
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
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
74c2877d91
Added .gitignore 2016-05-24 18:08:47 +02:00
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