diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000..e08f7db Binary files /dev/null and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..30aa626 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 3963879..99202cc 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,11 +5,12 @@ diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 6ea5823..69dc5a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,5 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:27.1.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' - testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' - compile 'com.android.volley:volley:1.1.0' + implementation 'com.android.volley:volley:1.1.0' } diff --git a/backend/run.py b/backend/run.py index 4c4359e..8c59d5e 100755 --- a/backend/run.py +++ b/backend/run.py @@ -26,7 +26,7 @@ def vol_up(): @app.route('/prev') def prev(): - call(['cmus-remote', '-p']) + call(['cmus-remote', '-r']) return '' diff --git a/backend/wsgi.ini b/backend/wsgi.ini index 25975d7..f31c0a0 100644 --- a/backend/wsgi.ini +++ b/backend/wsgi.ini @@ -2,11 +2,11 @@ plugins = python module = wsgi:app -socket = /srv/http/i3control/i3control.sock +socket = /srv/http/i3control.sock +chmod-socket = 666 master = true threads = 2 -stats = 127.0.0.1:9191 vacuum = true die-on-term = true diff --git a/build.gradle b/build.gradle index e6b32bc..47825b2 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.1.0' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 83e29d1..cab8395 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Mar 21 00:12:31 CET 2018 +#Mon Apr 02 19:56:32 CEST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip