From 9688c9d4fbae21108b476f26c6508d45635784db Mon Sep 17 00:00:00 2001 From: "DESKTOP-K0NGA5M\\Assunta De Caro" Date: Mon, 16 Nov 2020 11:08:54 +0100 Subject: [PATCH 01/57] Checkstyle configuration and files alignment to coding standard --- .idea/caches/build_file_checksums.ser | Bin 0 -> 547 bytes .idea/checkstyle-idea.xml | 20 ++ .idea/checkstyleidea-libs/readme.txt | 6 + .idea/codeStyles/Project.xml | 116 +++++++++ .idea/gradle.xml | 2 + .idea/inspectionProfiles/Project_Default.xml | 6 +- .idea/jarRepositories.xml | 35 +++ .idea/misc.xml | 24 +- .idea/modules.xml | 4 +- .idea/vcs.xml | 5 +- ...TION MANAGEMENT PLAN OF SOUND RECORDER.pdf | Bin 0 -> 337805 bytes SoundRecorder.iml | 7 +- app/app.iml | 70 ++---- app/build.gradle | 1 + .../com/danielkim/soundrecorder/DBHelper.java | 2 +- .../soundrecorder/RecordingService.java | 7 +- .../activities/MainActivity.java | 7 +- .../adapters/FileViewerAdapter.java | 7 +- .../fragments/FileViewerFragment.java | 14 +- .../fragments/PlaybackFragment.java | 16 +- .../fragments/RecordFragment.java | 4 +- checkstyle.xml | 223 ++++++++++++++++++ 22 files changed, 482 insertions(+), 94 deletions(-) create mode 100644 .idea/caches/build_file_checksums.ser create mode 100644 .idea/checkstyle-idea.xml create mode 100644 .idea/checkstyleidea-libs/readme.txt create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 SOFTWARE CONFIGURATION MANAGEMENT PLAN OF SOUND RECORDER.pdf create mode 100644 checkstyle.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000000000000000000000000000000000000..a5d6f2b3450f43a4b6b51aeaef058523cf39e89c GIT binary patch literal 547 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r}Q#7BMhIJFWRF{)3GpeRKJyvm1a; zEKV&c$;?YHhG{HhsAFIQsr8eoTfOS4$oCfZGs&9lTc(yU7&%+Tgche36~{Oh7nkOh zBr3S1DmW(=<;OrZ#~{MAAhoC@Gqt!BZrl~wo}2v)n^;~paL#!1!>O)>fd|FGaE0@& z-F0{_sI5-)w$$c&B(N3eyPW*w#2ipeVVL^r2TS=Do|n7la!AkbySC#-34u>%c + + + + + \ No newline at end of file diff --git a/.idea/checkstyleidea-libs/readme.txt b/.idea/checkstyleidea-libs/readme.txt new file mode 100644 index 00000000..236f70bc --- /dev/null +++ b/.idea/checkstyleidea-libs/readme.txt @@ -0,0 +1,6 @@ +This folder contains libraries copied from the "SoundRecorder" project. +It is managed by the CheckStyle-IDEA IDE plugin. +Do not modify this folder while the IDE is running. +When the IDE is stopped, you may delete this folder at any time. It will be recreated as needed. +In order to prevent the CheckStyle-IDEA IDE plugin from creating this folder, +uncheck the "Copy libraries from project directory" option in the CheckStyle-IDEA settings dialog. diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..681f41ae --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 2a7f5bfc..b20ffc8b 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,8 +1,10 @@ +