From d31dd61b1bf31af028127eb59eb4788010624800 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Wed, 1 Apr 2020 19:54:48 -0400 Subject: [PATCH 1/3] Ignore CHANGELOG.md while generating changelogs I heard you liked changelogs, so I put a changelog in your changelog... or something. How meta. Signed-off-by: AJ Jordan --- scripts/buildDev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildDev b/scripts/buildDev index 78ec7b557db7..8a4d8f673b9f 100755 --- a/scripts/buildDev +++ b/scripts/buildDev @@ -44,7 +44,7 @@ lastBuildTag=$(git tag | grep dev | tail -n1) # * Commits touching only non-user-facing stuff like tests # * Version bump commits # * Anything reachable from the previous dev edition tag -changelog=$(git log --no-merges --invert-grep --author=dependabot --pretty='format:%s' HEAD "^$lastBuildTag" -- ':!src/androidTest' ':!.*' ':!scripts/' ':!screenshots' | grep -vE '^daily dev [[:digit:]]{8}$') +changelog=$(git log --no-merges --invert-grep --author=dependabot --pretty='format:%s' HEAD "^$lastBuildTag" -- ':!src/androidTest' ':!.*' ':!scripts/' ':!screenshots' ':!CHANGELOG.md' | grep -vE '^daily dev [[:digit:]]{8}$') # Make Transifex updates have a nicer description if echo "$changelog" | grep -q 'tx-robot'; then changelog=$(echo "$changelog" | grep -v 'tx-robot') From 0259a331343616320a752d069adf16816fcfc759 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 2 Apr 2020 08:32:41 +0200 Subject: [PATCH 2/3] Change pdf icon Signed-off-by: tobiasKaminsky --- drawable_resources/application-pdf.svg | 12 ++++++- scripts/analysis/lint-results.txt | 2 +- src/main/res/drawable/file_pdf.xml | 43 ++++++++++++++++++++++++-- 3 files changed, 52 insertions(+), 5 deletions(-) diff --git a/drawable_resources/application-pdf.svg b/drawable_resources/application-pdf.svg index cb54edd93396..cd5bad4b70de 100644 --- a/drawable_resources/application-pdf.svg +++ b/drawable_resources/application-pdf.svg @@ -1 +1,11 @@ - + + + + + + + + diff --git a/scripts/analysis/lint-results.txt b/scripts/analysis/lint-results.txt index 9612bc22b562..5d6b4fa29027 100644 --- a/scripts/analysis/lint-results.txt +++ b/scripts/analysis/lint-results.txt @@ -1,2 +1,2 @@ DO NOT TOUCH; GENERATED BY DRONE - Lint Report: 1 error and 94 warnings + Lint Report: 1 error and 95 warnings diff --git a/src/main/res/drawable/file_pdf.xml b/src/main/res/drawable/file_pdf.xml index 9d2ff48f6f27..7ee633ead66c 100644 --- a/src/main/res/drawable/file_pdf.xml +++ b/src/main/res/drawable/file_pdf.xml @@ -1,4 +1,41 @@ - - + + + + + + + From 2734e5382bf8011a32a95eae0da2b6b2060534e3 Mon Sep 17 00:00:00 2001 From: nextcloud-android-bot Date: Wed, 8 Apr 2020 05:41:42 +0000 Subject: [PATCH 3/3] Drone: update Lint results to reflect reduced error/warning count [skip ci] Signed-off-by: nextcloud-android-bot --- scripts/analysis/lint-results.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analysis/lint-results.txt b/scripts/analysis/lint-results.txt index 5d6b4fa29027..9612bc22b562 100644 --- a/scripts/analysis/lint-results.txt +++ b/scripts/analysis/lint-results.txt @@ -1,2 +1,2 @@ DO NOT TOUCH; GENERATED BY DRONE - Lint Report: 1 error and 95 warnings + Lint Report: 1 error and 94 warnings