diff --git a/.gitignore b/.gitignore index afbdab33..79da7d71 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /.idea/libraries .DS_Store /build +*.properties diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 217af471..00000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf33..00000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index e206d70d..00000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 2071d1a6..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b312839..00000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index b0a270f5..c665c8fe 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,36 +1,45 @@ - - + + - - - - - - + + + + + + + + + Spelling + + + + + SpellCheckingInspection + + + + + + + + + + 1.8 + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index eb3197b3..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b8..00000000 --- a/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index c63efbb2..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..5b5fc374 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ + language: android +jdk: + - oraclejdk8 +android: + components: + - platform-tools + - tools + - build-tools-25.0.0 + - android-21 + - extra-android-support + - extra-android-m2repository + - extra-google-m2repository +licenses: + - 'android-sdk-preview-license-.+' + - 'android-sdk-license-.+' + - 'google-gdk-license-.+' + +before_install: + - export JAVA7_HOME=/usr/lib/jvm/java-7-oracle + - export JAVA8_HOME=/usr/lib/jvm/java-8-oracle + - export JAVA_HOME=$JAVA8_HOME +script: + - ./gradlew clean assemble || ./gradlew clean assemble diff --git a/SoundRecorder.iml b/SoundRecorder.iml index 40b8fc4a..b24f32f9 100644 --- a/SoundRecorder.iml +++ b/SoundRecorder.iml @@ -1,5 +1,5 @@ - + diff --git a/app/.idea/.name b/app/.idea/.name new file mode 100644 index 00000000..5a046d03 --- /dev/null +++ b/app/.idea/.name @@ -0,0 +1 @@ +SoundRecorder \ No newline at end of file diff --git a/app/.idea/dictionaries/Inam.xml b/app/.idea/dictionaries/Inam.xml new file mode 100644 index 00000000..02215030 --- /dev/null +++ b/app/.idea/dictionaries/Inam.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/app/.idea/gradle.xml similarity index 70% rename from .idea/gradle.xml rename to app/.idea/gradle.xml index 2a7f5bfc..d417c89f 100644 --- a/.idea/gradle.xml +++ b/app/.idea/gradle.xml @@ -3,13 +3,12 @@