diff --git a/.idea/copyright/MIT.xml b/.idea/copyright/MIT.xml deleted file mode 100644 index b35760b..0000000 --- a/.idea/copyright/MIT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index c1e2ebc..e7bedf3 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,7 +1,3 @@ - - - - - + \ No newline at end of file diff --git a/.idea/dictionaries/david.xml b/.idea/dictionaries/david.xml deleted file mode 100644 index 8409230..0000000 --- a/.idea/dictionaries/david.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - simpel - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index eb82d02..bdb59ca 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,9 +3,9 @@ diff --git a/.idea/libraries/appcompat_v7_23_1_0.xml b/.idea/libraries/appcompat_v7_23_1_0.xml deleted file mode 100644 index be42335..0000000 --- a/.idea/libraries/appcompat_v7_23_1_0.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/appcompat_v7_23_1_1.xml b/.idea/libraries/appcompat_v7_23_1_1.xml deleted file mode 100644 index b6afcfb..0000000 --- a/.idea/libraries/appcompat_v7_23_1_1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/design_23_1_1.xml b/.idea/libraries/design_23_1_1.xml deleted file mode 100644 index c55762c..0000000 --- a/.idea/libraries/design_23_1_1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/mp3agic_0_8_4_SNAPSHOT.xml b/.idea/libraries/mp3agic_0_8_4_SNAPSHOT.xml deleted file mode 100644 index 234bc7b..0000000 --- a/.idea/libraries/mp3agic_0_8_4_SNAPSHOT.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/recyclerview_v7_23_1_1.xml b/.idea/libraries/recyclerview_v7_23_1_1.xml deleted file mode 100644 index 6cfa065..0000000 --- a/.idea/libraries/recyclerview_v7_23_1_1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_annotations_23_1_0.xml b/.idea/libraries/support_annotations_23_1_0.xml deleted file mode 100644 index 5d54766..0000000 --- a/.idea/libraries/support_annotations_23_1_0.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_annotations_23_1_1.xml b/.idea/libraries/support_annotations_23_1_1.xml deleted file mode 100644 index 1b84def..0000000 --- a/.idea/libraries/support_annotations_23_1_1.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_v4_23_1_0.xml b/.idea/libraries/support_v4_23_1_0.xml deleted file mode 100644 index 5abb7c9..0000000 --- a/.idea/libraries/support_v4_23_1_0.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_v4_23_1_1.xml b/.idea/libraries/support_v4_23_1_1.xml deleted file mode 100644 index 96947aa..0000000 --- a/.idea/libraries/support_v4_23_1_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 4063951..5d19981 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -27,5 +27,20 @@ - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..94a25f7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index eae8100..2e122d7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project uses the [mp3agic library](https://github.com/mpatric/mp3agic) by [ ### Notice The project will be rewritten and the complete source will be a available soon. -The android package id is currently "de.arcus.playmusicexporter2". This will be replaced by the old id "de.arcus.playmusicexporter" when the new code is done. +The android package id is currently "re.jcg.playmusicexporter". This will be replaced by the old id "de.arcus.playmusicexporter" when the new code is done. You can get the old working version [here](https://www.david-schulte.de/en/play-music-exporter-updater/)! diff --git a/framework/build.gradle b/framework/build.gradle index 3fd9488..fa5dad6 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -24,7 +24,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 25 - buildToolsVersion "25.0.1" + buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 9 @@ -42,5 +42,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:appcompat-v7:25.1.0' } diff --git a/framework/framework.iml b/framework/framework.iml index e889fd8..dad98d5 100644 --- a/framework/framework.iml +++ b/framework/framework.iml @@ -12,10 +12,7 @@ - + + + @@ -51,6 +50,15 @@ + + + + + + + + + @@ -58,6 +66,15 @@ + + + + + + + + + @@ -65,34 +82,46 @@ - + + + - - - - - + + + + + + + + + - - - + + - - - + + + - + - - - + + + + + + + + + + \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dd57d81..aab9353 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,28 +1,6 @@ -# -# Copyright (c) 2015 David Schulte -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. -# - -#Wed Apr 10 15:27:10 PDT 2013 +#Fri Nov 25 23:05:46 CET 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip diff --git a/playmusicexporter/build.gradle b/playmusicexporter/build.gradle index f14d44c..6f685fa 100644 --- a/playmusicexporter/build.gradle +++ b/playmusicexporter/build.gradle @@ -26,14 +26,15 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.1" + buildToolsVersion "25.0.2" defaultConfig { - applicationId "de.arcus.playmusicexporter2" - minSdkVersion 9 + applicationId "re.jcg.playmusicexporter" + minSdkVersion 21 targetSdkVersion 25 versionCode 102 versionName '2.4.2' + vectorDrawables.useSupportLibrary = true } buildTypes { release { @@ -45,9 +46,10 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.0.1' - compile 'com.android.support:support-v4:25.0.1' - compile 'com.android.support:design:25.0.1' compile project(':framework') compile project(':playmusiclib') + compile 'com.android.support:appcompat-v7:25.1.0' + compile 'com.android.support:support-v4:25.1.0' + compile 'com.android.support:design:25.1.0' + compile 'com.android.support:support-vector-drawable:25.1.0' } diff --git a/playmusicexporter/playmusicexporter.iml b/playmusicexporter/playmusicexporter.iml index b4a112a..9833dc1 100644 --- a/playmusicexporter/playmusicexporter.iml +++ b/playmusicexporter/playmusicexporter.iml @@ -12,10 +12,7 @@