feat: Add option to clear home screen in settings (#6125)
Signed-off-by: abhixv <abhi.sharma1@hotmail.com>
This commit is contained in:
committed by
Pun Butrach
parent
9898749619
commit
5f3a03f4fb
@@ -52,7 +52,7 @@ jobs:
|
||||
echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks
|
||||
fi
|
||||
- name: Build debug APK
|
||||
run: ./gradlew assembleLawnWithQuickstepNightlyRelease assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug --no-configuration-cache
|
||||
run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug assembleLawnWithQuickstepNightlyRelease --no-configuration-cache
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
@@ -118,8 +118,7 @@ jobs:
|
||||
|
||||
nightly-release:
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
# if: github.repository_owner == 'LawnchairLauncher' && github.event_name == 'push' && github.ref == 'refs/heads/15-dev'
|
||||
if: github.repository_owner == 'LawnchairLauncher' && github.event_name == 'push' && github.ref == 'refs/heads/15-dev'
|
||||
needs: build-debug-apk
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
upload_translations: false
|
||||
upload_sources: true
|
||||
download_translations: true
|
||||
localization_branch_name: 16-dev-localization
|
||||
localization_branch_name: 15-dev-localization
|
||||
create_pull_request: true
|
||||
base_url: 'https://lawnchair.crowdin.com'
|
||||
env:
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
upload_translations: false
|
||||
upload_sources: false
|
||||
download_translations: true
|
||||
localization_branch_name: 16-dev-localization
|
||||
localization_branch_name: 15-dev-localization
|
||||
create_pull_request: true
|
||||
base_url: 'https://lawnchair.crowdin.com'
|
||||
env:
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
upload_translations: false
|
||||
upload_sources: true
|
||||
download_translations: false
|
||||
localization_branch_name: 16-dev-localization
|
||||
localization_branch_name: 15-dev-localization
|
||||
create_pull_request: false
|
||||
base_url: 'https://lawnchair.crowdin.com'
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user