From d2a2eb60d788b0ec7681269abf84775c5dbd9135 Mon Sep 17 00:00:00 2001 From: Paulis Gributs Date: Wed, 1 Jul 2020 10:34:23 +0100 Subject: [PATCH 1/6] Remove signing workflow --- .github/workflows/android.yml | 45 ----------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .github/workflows/android.yml diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml deleted file mode 100644 index 7cdbb253..00000000 --- a/.github/workflows/android.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: Signed APK Builder - -on: - push: - branches: - - master - - dev - pull_request: - branches: - - master - - dev - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - - name: Grant rights - run: chmod +x ./gradlew - - - name: Build project with Gradle - run: ./gradlew build - - - name: Build Release APK with Gradle - run: ./gradlew assembleRelease - - - name: Sign APK - uses: r0adkll/sign-android-release@v1 - id: sign-app - with: - releaseDirectory: app/build/outputs/apk/release - signingKeyBase64: ${{ secrets.TOKEN }} - alias: ${{ secrets.ALIAS }} - keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} - - - name: Upload to GitHub - uses: actions/upload-artifact@v2 - with: - name: 'Vanced-Manager' - path: ${{ steps.sign-app.outputs.signedReleaseFile }} \ No newline at end of file From e0c6249b899bd8370386f46ef5e79f2085dd296c Mon Sep 17 00:00:00 2001 From: Paulis Gributs Date: Thu, 2 Jul 2020 02:20:08 +0100 Subject: [PATCH 2/6] Added oneskyapp link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b85dc6bb..23666f68 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Then we thought, "why don't we make a manager for vanced, which will download, u After 3 months of development, we are finally ready to introduce Vanced Manager to the masses. Vanced manager can easily install and uninstall vanced and microg, has various settings for customisation and better experience. The Manager comes with an easy-to-use interface, support for background download and installation* ##### *Due to changes in Android Oreo and up, and because of aggressive battery optimisations in some ROMs, feature may not be available for all devices. +For anyone who wants to provide translations please submit them to https://vanced.oneskyapp.com as we also use it for YouTube Vanced. + ## Vanced Developers - xfileFIN - KevinX8 From eb1c76d812adb7522d7170bb1db057c21e17a734 Mon Sep 17 00:00:00 2001 From: Paulis Gributs Date: Thu, 2 Jul 2020 18:53:18 +0100 Subject: [PATCH 3/6] Made translations more obvious --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23666f68..64c61fce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +For anyone who wants to provide translations please submit them to https://vanced.oneskyapp.com as we also use it for YouTube Vanced. Any issues with translations should be posted there too. +====== # Vanced Manager Hi, when we released Vanced 15.05.54, people were upset because it used the .apks format, which was way harder to install than a traditional .apk file. Even though we wrote clear instructions on how to install the new Vanced build, people still couldn't figure it out. Then we thought, "why don't we make a manager for vanced, which will download, update and uninstall Vanced and MicroG, have an easy and understandable UI and be less than 5mb?" and that's how Vanced Manager was born. @@ -5,8 +7,6 @@ Then we thought, "why don't we make a manager for vanced, which will download, u After 3 months of development, we are finally ready to introduce Vanced Manager to the masses. Vanced manager can easily install and uninstall vanced and microg, has various settings for customisation and better experience. The Manager comes with an easy-to-use interface, support for background download and installation* ##### *Due to changes in Android Oreo and up, and because of aggressive battery optimisations in some ROMs, feature may not be available for all devices. -For anyone who wants to provide translations please submit them to https://vanced.oneskyapp.com as we also use it for YouTube Vanced. - ## Vanced Developers - xfileFIN - KevinX8 From 66f875f4b0da349050d2ed380c17f82483893876 Mon Sep 17 00:00:00 2001 From: Paulis Gributs Date: Thu, 2 Jul 2020 21:31:06 +0100 Subject: [PATCH 4/6] Update issue templates --- .github/ISSUE_TEMPLATE/bug-issue-template.md | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/bug-issue-template.md b/.github/ISSUE_TEMPLATE/bug-issue-template.md new file mode 100644 index 00000000..5e332a98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-issue-template.md @@ -0,0 +1,30 @@ +--- +name: Bug issue template +about: Vanced Manager Bug template +title: '' +labels: '' +assignees: '' + +--- + +**Please only report your issue here, if all points below are true** +- I installed the App from [vanced.app](https://vanced.app), this github repository or the Vanced Discord server +- I am using the latest version +- This is an issue in the Vanced Manager app (NOT Youtube Vanced) +- This issue keeps re-occurring every time I try +- For MIUI users: I disabled MIUI optimisation +- For root users: I disabled apk Signature Verification + +**Phone Specifications:** +- Brand: +- Operating System: +- Android Version: +- Vanced Manager Version: + +**Please describe the problem you are having in as much detail as possible:** + + +**Steps to reproduce:** + + +**Further details:** From 54fe7ef6dfaf105a28bb4fd26d59469a1a165e6d Mon Sep 17 00:00:00 2001 From: Paulis Gributs Date: Fri, 3 Jul 2020 14:34:57 +0100 Subject: [PATCH 5/6] Added download counter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64c61fce..4201297f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ For anyone who wants to provide translations please submit them to https://vanced.oneskyapp.com as we also use it for YouTube Vanced. Any issues with translations should be posted there too. ====== +[![Github All Releases](https://img.shields.io/github/downloads/YTVanced/VancedManager/total.svg)]() [![Github All Releases](https://img.shields.io/github/release/YTVanced/VancedManager.svg)]() # Vanced Manager Hi, when we released Vanced 15.05.54, people were upset because it used the .apks format, which was way harder to install than a traditional .apk file. Even though we wrote clear instructions on how to install the new Vanced build, people still couldn't figure it out. Then we thought, "why don't we make a manager for vanced, which will download, update and uninstall Vanced and MicroG, have an easy and understandable UI and be less than 5mb?" and that's how Vanced Manager was born. From 33580abd18c234c3ef999676d2e0018f7ea99f9a Mon Sep 17 00:00:00 2001 From: Paulis Gributs Date: Fri, 3 Jul 2020 16:32:06 +0100 Subject: [PATCH 6/6] changted to crowdin domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4201297f..836e590b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -For anyone who wants to provide translations please submit them to https://vanced.oneskyapp.com as we also use it for YouTube Vanced. Any issues with translations should be posted there too. +For anyone who wants to provide translations please submit them to https://translate.vanced.app as we also use it for YouTube Vanced. Any issues with translations should be posted there too. ====== [![Github All Releases](https://img.shields.io/github/downloads/YTVanced/VancedManager/total.svg)]() [![Github All Releases](https://img.shields.io/github/release/YTVanced/VancedManager.svg)]() # Vanced Manager