From d651646df58328db71f5e927a156b3d310422a7f Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 6 Jul 2024 12:30:38 -0400 Subject: [PATCH 01/11] update dependencies --- app/build.gradle | 8 ++++---- app/build.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dde5afea..55987476 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,13 +33,13 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3' implementation 'androidx.media:media:1.7.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'com.jjoe64:graphview:4.2.2' // Unit Test Dependencies - testImplementation 'androidx.test.ext:junit:1.1.5' + testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.12.0' @@ -50,8 +50,8 @@ dependencies { testImplementation 'org.slf4j:slf4j-simple:2.0.13' testImplementation 'org.assertj:assertj-core:3.26.0' // Android Test Dependencies - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1' } android { diff --git a/app/build.properties b/app/build.properties index 250993b9..d01d893e 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Sat Jul 06 12:13:16 EDT 2024 -version_build=0 +#Sat Jul 06 12:26:18 EDT 2024 +version_build=1 version_major=3 version_minor=1 version_patch=3 From 99c9bbfdff73e3e9bdeef326a119b3f3c70cafc2 Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Fri, 12 Jul 2024 14:57:25 -0400 Subject: [PATCH 02/11] dependencies update --- app/build.gradle | 8 ++++---- app/build.properties | 4 ++-- build.gradle | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 55987476..0eedb2b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.annotation:annotation:1.8.0' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.collection:collection-ktx:1.4.0' + implementation 'androidx.collection:collection-ktx:1.4.1' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -43,12 +43,12 @@ dependencies { testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.12.0' - testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.1' - testImplementation 'org.robolectric:robolectric:4.12.2' + testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0' + testImplementation 'org.robolectric:robolectric:4.13' testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" testImplementation 'org.slf4j:slf4j-simple:2.0.13' - testImplementation 'org.assertj:assertj-core:3.26.0' + testImplementation 'org.assertj:assertj-core:3.26.3' // Android Test Dependencies androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1' diff --git a/app/build.properties b/app/build.properties index d01d893e..2117b566 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Sat Jul 06 12:26:18 EDT 2024 -version_build=1 +#Fri Jul 12 14:55:09 EDT 2024 +version_build=2 version_major=3 version_minor=1 version_patch=3 diff --git a/build.gradle b/build.gradle index 92265b69..9225643d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.0' + classpath 'com.android.tools.build:gradle:8.5.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version" } From 28c5ca633c288cc646fec3c387432c871bf399e1 Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Fri, 12 Jul 2024 15:14:47 -0400 Subject: [PATCH 03/11] update readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f27ae0a..246d1bab 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [Get it on Google Play](https://play.google.com/store/apps/details?id=com.vrem.wifianalyzer) [Get it on F-Droid](https://f-droid.org/repository/browse/?fdid=com.vrem.wifianalyzer) -[Get it at Amazon Store -](https://www.amazon.com/VREM-Software-Development-WiFiAnalyzer-open-source/dp/B06XZT7RYD) +[Get it on GitHub](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/releases/latest) +[Get it at Amazon Store](https://www.amazon.com/VREM-Software-Development-WiFiAnalyzer-open-source/dp/B06XZT7RYD) This is the official repository of WiFi Analyzer. From fa1bd6a4166647110a50a7b989da1d603bed6c5d Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Fri, 12 Jul 2024 15:15:47 -0400 Subject: [PATCH 04/11] update readme [skip ci] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 246d1bab..da0831a4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [Get it on Google Play](https://play.google.com/store/apps/details?id=com.vrem.wifianalyzer) [Get it on F-Droid](https://f-droid.org/repository/browse/?fdid=com.vrem.wifianalyzer) [Get it on GitHub](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/releases/latest) -[Get it at Amazon Store](https://www.amazon.com/VREM-Software-Development-WiFiAnalyzer-open-source/dp/B06XZT7RYD) This is the official repository of WiFi Analyzer. From 6e5163b35ee5fd9a4b95c542dcefd187fcd1f0fc Mon Sep 17 00:00:00 2001 From: Sky <51057802+IlysvlVEizbr@users.noreply.github.com> Date: Tue, 20 Aug 2024 07:17:05 +0800 Subject: [PATCH 05/11] Fixed typo in zh-CN translation. (#484) * update readme [skip ci] * Update zh-CN strings.xml Replace Traditional Chinese characters mixed in Simplified Chinese strings. --------- Co-authored-by: VREM Software Development --- app/src/main/res/values-zh-rCN/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index ab45a682..07fa334d 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -44,7 +44,7 @@ "当您使用此应用时,此应用可以通过位置信息服务获取您的确切位置信息。您必须开启设备的位置信息服务,此应用才能获取位置信息。这可能会增加耗电量。" "Android 9 引入了 Wi-Fi 扫描限制。 Android 10 有一个新的开发人员选项,可在(设置 > 开发人员选项 > 网络 > Wi-Fi 扫描限制)下关闭限制。" 无可用的导出" - "目前連接" + "目前连接" "最佳信道:" "无" @@ -59,7 +59,7 @@ "信号强度 (dBm)" - "国家" + "国家 (或地区)" "扫描间隔" "%s 秒" @@ -120,7 +120,7 @@ "关闭" "重置" "应用" - "SSID (區分大小寫)" + "SSID (区分大小写)" "Wi-Fi 频段" "信号强度" "安全性" From 971852c19de6376d6f38c152634e6e9b783129da Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 24 Aug 2024 11:31:03 -0400 Subject: [PATCH 06/11] update dependencies --- .github/workflows/stale.yml | 20 ++++++++++++++++++++ app/build.gradle | 8 ++++---- app/build.properties | 4 ++-- build.gradle | 4 ++-- 4 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 00000000..81efb70f --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,20 @@ +name: Mark stale issues and pull requests +on: + schedule: + - cron: '* * 1 * *' +jobs: + stale: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' + stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' + stale-issue-label: 'stale' + stale-pr-label: 'stale' + exempt-issue-labels: 'bug,high-priority' + operations-per-run: 100 \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 0eedb2b4..ef106a67 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,13 +27,13 @@ dependencies { // Compile Build Dependencies implementation fileTree(include: ["*.jar"], dir: "libs") implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.annotation:annotation:1.8.0' + implementation 'androidx.annotation:annotation:1.8.2' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.collection:collection-ktx:1.4.1' + implementation 'androidx.collection:collection-ktx:1.4.3' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4' implementation 'androidx.media:media:1.7.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" @@ -47,7 +47,7 @@ dependencies { testImplementation 'org.robolectric:robolectric:4.13' testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" - testImplementation 'org.slf4j:slf4j-simple:2.0.13' + testImplementation 'org.slf4j:slf4j-simple:2.0.16' testImplementation 'org.assertj:assertj-core:3.26.3' // Android Test Dependencies androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/app/build.properties b/app/build.properties index 2117b566..abadb1e4 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Fri Jul 12 14:55:09 EDT 2024 -version_build=2 +#Sat Aug 24 11:16:29 EDT 2024 +version_build=3 version_major=3 version_minor=1 version_patch=3 diff --git a/build.gradle b/build.gradle index 9225643d..7b5adbd5 100644 --- a/build.gradle +++ b/build.gradle @@ -20,14 +20,14 @@ buildscript { ext { - kotlin_version = '2.0.0' + kotlin_version = '2.0.20' } repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version" } From c8c4a35e81961bf739a1e5abc3da9940d58f5325 Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 7 Sep 2024 12:26:30 -0400 Subject: [PATCH 07/11] update dependencies --- app/build.gradle | 9 +++++---- app/build.properties | 4 ++-- .../com/vrem/wifianalyzer/InstrumentedTestUtils.kt | 2 +- build.gradle | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ef106a67..649932af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5' implementation 'androidx.media:media:1.7.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" @@ -42,7 +42,7 @@ dependencies { testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.12.0' + testImplementation 'org.mockito:mockito-core:5.13.0' testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0' testImplementation 'org.robolectric:robolectric:4.13' testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" @@ -56,7 +56,8 @@ dependencies { android { namespace 'com.vrem.wifianalyzer' - compileSdk 34 + compileSdk 35 + buildToolsVersion '35.0.0' sourceSets.each { it.java.srcDirs += "src/$it.name/kotlin" @@ -65,7 +66,7 @@ android { defaultConfig { applicationId "com.vrem.wifianalyzer" minSdkVersion 24 - targetSdkVersion 34 + targetSdkVersion 35 versionCode versionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/build.properties b/app/build.properties index abadb1e4..00e3d647 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Sat Aug 24 11:16:29 EDT 2024 -version_build=3 +#Sat Sep 07 12:20:16 EDT 2024 +version_build=4 version_major=3 version_minor=1 version_patch=3 diff --git a/app/src/androidTest/kotlin/com/vrem/wifianalyzer/InstrumentedTestUtils.kt b/app/src/androidTest/kotlin/com/vrem/wifianalyzer/InstrumentedTestUtils.kt index 5a84621e..1c33888c 100644 --- a/app/src/androidTest/kotlin/com/vrem/wifianalyzer/InstrumentedTestUtils.kt +++ b/app/src/androidTest/kotlin/com/vrem/wifianalyzer/InstrumentedTestUtils.kt @@ -30,7 +30,7 @@ internal class ChildAtPosition(private val parentMatcher: Matcher, private parentMatcher.describeTo(description) } - public override fun matchesSafely(view: View): Boolean { + override fun matchesSafely(view: View): Boolean { val parent = view.parent return (parent is ViewGroup && parentMatcher.matches(parent) && view == parent.getChildAt(position)) } diff --git a/build.gradle b/build.gradle index 7b5adbd5..eb5164cc 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.2' + classpath 'com.android.tools.build:gradle:8.6.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version" } From 870ae4ba970157f1a6c7ebaab82332f80dfe2bcb Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 28 Sep 2024 10:14:04 -0400 Subject: [PATCH 08/11] update gradle --- app/build.gradle | 6 +++--- app/build.properties | 4 ++-- build.gradle | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 649932af..7ee64efb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,11 +29,11 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.annotation:annotation:1.8.2' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.collection:collection-ktx:1.4.3' + implementation 'androidx.collection:collection-ktx:1.4.4' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6' implementation 'androidx.media:media:1.7.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" @@ -42,7 +42,7 @@ dependencies { testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.13.0' + testImplementation 'org.mockito:mockito-core:5.14.0' testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0' testImplementation 'org.robolectric:robolectric:4.13' testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" diff --git a/app/build.properties b/app/build.properties index 00e3d647..fd56c0e0 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Sat Sep 07 12:20:16 EDT 2024 -version_build=4 +#Sat Sep 28 10:13:39 EDT 2024 +version_build=5 version_major=3 version_minor=1 version_patch=3 diff --git a/build.gradle b/build.gradle index eb5164cc..8a1a8815 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.6.0' + classpath 'com.android.tools.build:gradle:8.6.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version" } From ac63aae0cc899ed8297654c22b508362983e2332 Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 5 Oct 2024 10:16:45 -0400 Subject: [PATCH 09/11] update gradle --- app/build.gradle | 2 +- app/build.properties | 4 ++-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7ee64efb..626536cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.14.0' + testImplementation 'org.mockito:mockito-core:5.14.1' testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0' testImplementation 'org.robolectric:robolectric:4.13' testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" diff --git a/app/build.properties b/app/build.properties index fd56c0e0..0e03288e 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Sat Sep 28 10:13:39 EDT 2024 -version_build=5 +#Sat Oct 05 10:11:19 EDT 2024 +version_build=6 version_major=3 version_minor=1 version_patch=3 diff --git a/build.gradle b/build.gradle index 8a1a8815..8d27a9d4 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.6.1' + classpath 'com.android.tools.build:gradle:8.7.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7c2322d6..03e7599e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip From 0a7d1436db5b13d0d56b2255adecee6bbf997189 Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 5 Oct 2024 10:25:51 -0400 Subject: [PATCH 10/11] update feature branch references --- .github/workflows/codeql-analysis.yml | 4 ++-- CONTRIBUTING.md | 5 ++--- PULL_REQUEST_TEMPLATE.md | 2 -- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 92a42497..e427da98 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,9 +1,9 @@ name: "CodeQL" on: push: - branches: [ master, feature ] + branches: [ main, release ] pull_request: - branches: [ master, feature ] + branches: [ main, release ] schedule: - cron: '41 4 * * 2' jobs: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9879134e..e687670d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,8 @@ - Make sure you are using the latest version of WiFiAnalyzer. - Please search issues to see if the same feature has already been submitted. -- If an feature has already been opened, feel free to add more useful information to it. Oherwise, open a new feature request (one feature per request). +- If an feature has already been opened, feel free to add more useful information to it. Otherwise, open a new feature + request (one feature per request). - Please provide an explanation how the feature solves the problem you are having. - UI feature request, please describe what the UI would look like and how the user would interact with it. @@ -21,8 +22,6 @@ - When starting to work on a feature or bug that has been reported, please add a comment to it that you are working on it. - Fork the repository -- Please make sure that you are using `feature` branch, since all the WiFiAnalyzer changes are done on the `feature` branch. -- WiFiAnalyzer 'master' branch is only used to release new versions. As a result, the `master` branch most likely doesn't contain the latest changes. - To close a feature or a bug automatically, once pull request has been merged, please mention it in the [commit comment](https://help.github.com/articles/closing-issues-via-commit-messages/) or [pull request text](https://github.com/blog/1506-closing-issues-via-pull-requests). - Please avoid if possible large change sets. - Please do not forget to add unit tests. diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 4a3761d8..e5dc2990 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,5 @@ Thanks for sending a pull request! -**Please make sure that you are using `feature` branch, since all the WiFi Analyzer changes are done on the `feature` branch!** - [How to submit a pull request](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/wiki/Pull-Request) **What does this implement/fix? Please describe.** From 164aba45590e43acaf66bc248b94a3e3bdf56566 Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 5 Oct 2024 10:39:15 -0400 Subject: [PATCH 11/11] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0831a4..30bc751e 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ WiFi Analyzer is licensed under the GNU General Public License v3.0 (GPLv3). [![Workflow Status](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/workflows/Android%20CI/badge.svg)](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/actions?query=workflow%3A%22Android+CI%22) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/203eaa0583694bcca6554190513179ba)](https://app.codacy.com/gh/VREMSoftwareDevelopment/WiFiAnalyzer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) -[![codecov](https://codecov.io/gh/VREMSoftwareDevelopment/WiFiAnalyzer/branch/master/graph/badge.svg)](https://codecov.io/gh/VREMSoftwareDevelopment/WiFiAnalyzer) +[![codecov](https://codecov.io/gh/VREMSoftwareDevelopment/WiFiAnalyzer/branch/main/graph/badge.svg)](https://codecov.io/gh/VREMSoftwareDevelopment/WiFiAnalyzer) [![Known Vulnerabilities](https://snyk.io/test/github/vremsoftwaredevelopment/wifianalyzer/badge.svg)](https://snyk.io/test/github/vremsoftwaredevelopment/wifianalyzer) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FVREMSoftwareDevelopment%2FWiFiAnalyzer.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FVREMSoftwareDevelopment%2FWiFiAnalyzer?ref=badge_shield)