Commit graph

42 commits

Author SHA1 Message Date
Jan Christian Grünhage 2f17819dbb
Version Bump, changing a lot of minor stuff suggested by Android Studio. 2017-03-29 00:31:10 +02:00
Jan Christian Grünhage 3374b3f8d0
Added exception reporting for tag writing failures. 2017-03-28 17:50:21 +02:00
Jan Christian Grünhage 6c7832f1e6 Merge pull request #16 from jcgruenhage/update-libs
Updated libraries and replaced mp3agic jar with gradle dependency.
2017-03-11 11:15:04 +01:00
Jan Christian Grünhage a0fda16193
Updated libraries and replaced mp3agic jar with gradle dependency. 2017-03-11 11:11:26 +01:00
Mark Gillespie 7dafd21843 Refresh button (#11)
* Added a refresh button to bin the previous database, copy the new one, and reload it into the UI.   Saves having to kill the app and re-open to see the latest changes. Should address "Issue #8 Reload Play Music Files"

* Pull Request actions.

* Fixed Typo and Translation
2017-03-09 15:08:51 +00:00
Mark Gillespie a8c51db21b Null check in here to prevent a random crash. 2017-01-26 18:33:51 +00:00
Mark Gillespie 3794434085 Use uniqueID in the filenames. This appears to help with some file corruption problems I have been seeing (wrong tracks, or 0 byte files). Some more testing to see if this is truly fixed. Treat 0 byte as garbage that needs overwriting. 2017-01-21 13:08:07 +00:00
Mark Gillespie 2af33709ec Stop tracking these too (still builds in Android Studio 2.2.3 with a clean repo) 2017-01-20 21:11:45 +00:00
Jan Christian Grünhage 86e0b7c02a
isAlreadyThere caused an IllegalArgumentException, when called with the default export path without enabling force overwrite. 2017-01-20 11:03:47 +01:00
Mark Gillespie 81035f1082 Rebased on branch from develop. Overwrite files preference and renamed "groups" to "Playlists" (The term Groups really confused me!!!). 2017-01-19 23:03:44 +00:00
Mark Gillespie 782ada5c12 Artwork loading and path fixes. 2017-01-19 09:03:53 +00:00
Jan Christian Grünhage 05ebba3da1
Bump version number (again) 2017-01-19 00:44:54 +01:00
Jan Christian Grünhage 42b72e822a
Merge branch 'feature/automation_fix' into develop
# Conflicts:
#	framework/framework.iml
#	playmusicexporter/playmusicexporter.iml
#	playmusicexporter/src/main/java/re/jcg/playmusicexporter/settings/PlayMusicExporterPreferences.java
2017-01-19 00:23:20 +01:00
Jan Christian Grünhage f2a8a24e28
Finished AppIntro
The minSdk bump in the libs come from the try to use lambdas, but JACK does not work with lambdas in libraries yet, but who still uses gingerbread anyway.
2017-01-18 23:40:51 +01:00
Jan Christian Grünhage 43dd39951c
Started Implementing the Introduction, still a lot missing, 2017-01-15 22:36:02 +01:00
Jan Christian Grünhage 903a1162e7
Continued work on new settings 2017-01-14 16:58:16 +01:00
Jan Christian Grünhage 51d0ed4c7e
Fixed missing translations 2016-12-31 13:08:44 +01:00
Jan Christian Grünhage b190d510ba
Added TODO to build.gradle 2016-12-30 16:12:09 +01:00
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 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
Jan Christian Grünhage 6d218737ba
Updated mp3agic lib 2016-05-24 14:29:52 +02: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 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 0286f2994a Adds support for Lollipop file api (access to external sdcard) 2015-08-15 17:52:50 +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 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 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