Skip to content

Commit abccc7d

Browse files
authored
Merge pull request #8710 from element-hq/feature/bma/elementHq
Element hq
2 parents 6feee61 + b6e3e87 commit abccc7d

File tree

2,171 files changed

+3396
-3396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,171 files changed

+3396
-3396
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Enhancement or feature request
4-
url: https://github.com/vector-im/element-meta/discussions/categories/ideas
4+
url: https://github.com/element-hq/element-meta/discussions/categories/ideas
55
about: Do you have a suggestion or feature request?
66
- name: Element Android Community Support
77
url: https://matrix.to/#/#element-android:matrix.org

.github/ISSUE_TEMPLATE/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
- [ ] Check the update of the store descriptions (using Google Translate if necessary) to ensure that the changes are acceptable to be published to the stores.
2020
- [ ] While Weblate is locked, and after the PR from Weblate has been merged, handle all the TODOs in the main `strings.xml` file
2121
- [ ] Run the script `./tools/release/pushPlayStoreMetaData.sh`. You can check in the GooglePlay console the Activity log to check the effect.
22-
- [ ] Ensure all [the required PRs](https://github.com/vector-im/element-android/pulls?q=is%3Aopen+is%3Apr+label%3AZ-NextRelease) have been merged
22+
- [ ] Ensure all [the required PRs](https://github.com/element-hq/element-android/pulls?q=is%3Aopen+is%3Apr+label%3AZ-NextRelease) have been merged
2323
2424
### Do the release
2525

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Please read [CONTRIBUTING.md](https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md) before submitting your pull request -->
1+
<!-- Please read [CONTRIBUTING.md](https://github.com/element-hq/element-android/blob/develop/CONTRIBUTING.md) before submitting your pull request -->
22

33
## Type of change
44

@@ -49,10 +49,10 @@ Uncomment this markdown table below and edit the last line `|||`:
4949

5050
- [ ] Changes has been tested on an Android device or Android emulator with API 21
5151
- [ ] UI change has been tested on both light and dark themes
52-
- [ ] Accessibility has been taken into account. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#accessibility
52+
- [ ] Accessibility has been taken into account. See https://github.com/element-hq/element-android/blob/develop/CONTRIBUTING.md#accessibility
5353
- [ ] Pull request is based on the develop branch
54-
- [ ] Pull request includes a new file under ./changelog.d. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#changelog
54+
- [ ] Pull request includes a new file under ./changelog.d. See https://github.com/element-hq/element-android/blob/develop/CONTRIBUTING.md#changelog
5555
- [ ] Pull request includes screenshots or videos if containing UI changes
5656
- [ ] Pull request includes a [sign off](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off)
5757
- [ ] You've made a self review of your PR
58-
- [ ] If you have modified the screen flow, or added new screens to the application, you have updated the test [UiAllScreensSanityTest.allScreensTest()](https://github.com/vector-im/element-android/blob/main/vector/src/androidTest/java/im/vector/app/ui/UiAllScreensSanityTest.kt#L73)
58+
- [ ] If you have modified the screen flow, or added new screens to the application, you have updated the test [UiAllScreensSanityTest.allScreensTest()](https://github.com/element-hq/element-android/blob/main/vector/src/androidTest/java/im/vector/app/ui/UiAllScreensSanityTest.kt#L73)

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
schedule:
1212
interval: "weekly"
1313
reviewers:
14-
- "vector-im/element-android-reviewers"
14+
- "element-hq/element-android-reviewers"
1515
ignore:
1616
- dependency-name: "*"
1717
# Updates for Gradle dependencies used in the app
@@ -21,7 +21,7 @@ updates:
2121
interval: "daily"
2222
open-pull-requests-limit: 200
2323
reviewers:
24-
- "vector-im/element-android-reviewers"
24+
- "element-hq/element-android-reviewers"
2525
allow:
2626
- dependency-name: "io.element.android:wysiwyg"
2727
- dependency-name: "org.matrix.rustcomponents:crypto-android"

.github/workflows/sync-from-external-sources.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync-emojis:
1010
runs-on: ubuntu-latest
1111
# Skip in forks
12-
if: github.repository == 'vector-im/element-android'
12+
if: github.repository == 'element-hq/element-android'
1313
# No concurrency required, runs every time on a schedule.
1414
steps:
1515
- uses: actions/checkout@v3
@@ -36,7 +36,7 @@ jobs:
3636
sync-sas-strings:
3737
runs-on: ubuntu-latest
3838
# Skip in forks
39-
if: github.repository == 'vector-im/element-android'
39+
if: github.repository == 'element-hq/element-android'
4040
# No concurrency required, runs every time on a schedule.
4141
steps:
4242
- uses: actions/checkout@v3
@@ -62,7 +62,7 @@ jobs:
6262
sync-analytics-plan:
6363
runs-on: ubuntu-latest
6464
# Skip in forks
65-
if: github.repository == 'vector-im/element-android'
65+
if: github.repository == 'element-hq/element-android'
6666
# No concurrency required, runs every time on a schedule.
6767
steps:
6868
- uses: actions/checkout@v3

.github/workflows/triage-incoming.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
automate-project-columns:
99
runs-on: ubuntu-latest
1010
# Skip in forks
11-
if: github.repository == 'vector-im/element-android'
11+
if: github.repository == 'element-hq/element-android'
1212
steps:
1313
- uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
1414
with:
@@ -21,5 +21,5 @@ jobs:
2121
steps:
2222
- uses: actions/add-to-project@main
2323
with:
24-
project-url: https://github.com/orgs/vector-im/projects/91
24+
project-url: https://github.com/orgs/element-hq/projects/91
2525
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

.github/workflows/triage-labelled.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
name: X-Needs-Info issues to Need info column on triage board
5252
runs-on: ubuntu-latest
5353
# Skip in forks
54-
if: github.repository == 'vector-im/element-android'
54+
if: github.repository == 'element-hq/element-android'
5555
steps:
5656
- uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338
5757
with:
5858
action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
59-
project-url: "https://github.com/vector-im/element-android/projects/4"
59+
project-url: "https://github.com/element-hq/element-android/projects/4"
6060
column-name: "Need info"
6161
label-name: "X-Needs-Info"
6262

@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
# Skip in forks
6767
if: >
68-
github.repository == 'vector-im/element-android' &&
68+
github.repository == 'element-hq/element-android' &&
6969
contains(github.event.issue.labels.*.name, 'X-Needs-Design') &&
7070
(contains(github.event.issue.labels.*.name, 'S-Critical') &&
7171
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/add-to-project@main
7878
with:
79-
project-url: https://github.com/orgs/vector-im/projects/18
79+
project-url: https://github.com/orgs/element-hq/projects/18
8080
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
8181

8282
add_product_issues:
@@ -87,15 +87,15 @@ jobs:
8787
steps:
8888
- uses: actions/add-to-project@main
8989
with:
90-
project-url: https://github.com/orgs/vector-im/projects/28
90+
project-url: https://github.com/orgs/element-hq/projects/28
9191
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
9292

9393
move_element_x_issues:
9494
name: ElementX issues to ElementX project board
9595
runs-on: ubuntu-latest
9696
# Skip in forks
9797
if: >
98-
github.repository == 'vector-im/element-android' &&
98+
github.repository == 'element-hq/element-android' &&
9999
(contains(github.event.issue.labels.*.name, 'Z-BBQ-Alpha') ||
100100
contains(github.event.issue.labels.*.name, 'Z-BBQ-Beta') ||
101101
contains(github.event.issue.labels.*.name, 'Z-BBQ-Release') ||
@@ -105,7 +105,7 @@ jobs:
105105
steps:
106106
- uses: actions/add-to-project@main
107107
with:
108-
project-url: https://github.com/orgs/vector-im/projects/43
108+
project-url: https://github.com/orgs/element-hq/projects/43
109109
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
110110

111111
ex_plorers:
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- uses: actions/add-to-project@main
118118
with:
119-
project-url: https://github.com/orgs/vector-im/projects/73
119+
project-url: https://github.com/orgs/element-hq/projects/73
120120
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
121121

122122
ps_features1:
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- uses: actions/add-to-project@main
134134
with:
135-
project-url: https://github.com/orgs/vector-im/projects/56
135+
project-url: https://github.com/orgs/element-hq/projects/56
136136
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
137137

138138
ps_features2:
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
- uses: actions/add-to-project@main
146146
with:
147-
project-url: https://github.com/orgs/vector-im/projects/58
147+
project-url: https://github.com/orgs/element-hq/projects/58
148148
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
149149

150150
ps_features3:
@@ -155,7 +155,7 @@ jobs:
155155
steps:
156156
- uses: actions/add-to-project@main
157157
with:
158-
project-url: https://github.com/orgs/vector-im/projects/57
158+
project-url: https://github.com/orgs/element-hq/projects/57
159159
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
160160

161161
voip:
@@ -166,5 +166,5 @@ jobs:
166166
steps:
167167
- uses: actions/add-to-project@main
168168
with:
169-
project-url: https://github.com/orgs/vector-im/projects/41
169+
project-url: https://github.com/orgs/element-hq/projects/41
170170
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

.github/workflows/triage-move-review-requests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
name: Move PRs asking for design review to the design board
99
runs-on: ubuntu-latest
1010
# Skip in forks
11-
if: github.repository == 'vector-im/element-android'
11+
if: github.repository == 'element-hq/element-android'
1212
steps:
1313
- uses: octokit/graphql-action@v2.x
1414
id: find_team_members
1515
with:
1616
headers: '{"GraphQL-Features": "projects_next_graphql"}'
1717
query: |
1818
query find_team_members($team: String!) {
19-
organization(login: "vector-im") {
19+
organization(login: "element-hq") {
2020
team(slug: $team) {
2121
members {
2222
nodes {
@@ -77,15 +77,15 @@ jobs:
7777
name: Move PRs asking for product review to the product board
7878
runs-on: ubuntu-latest
7979
# Skip in forks
80-
if: github.repository == 'vector-im/element-android'
80+
if: github.repository == 'element-hq/element-android'
8181
steps:
8282
- uses: octokit/graphql-action@v2.x
8383
id: find_team_members
8484
with:
8585
headers: '{"GraphQL-Features": "projects_next_graphql"}'
8686
query: |
8787
query find_team_members($team: String!) {
88-
organization(login: "vector-im") {
88+
organization(login: "element-hq") {
8989
team(slug: $team) {
9090
members {
9191
nodes {

.github/workflows/triage-priority-bugs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
# Skip in forks
1111
if: >
12-
github.repository == 'vector-im/element-android' &&
12+
github.repository == 'element-hq/element-android' &&
1313
(!contains(github.event.issue.labels.*.name, 'A-E2EE') &&
1414
!contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') &&
1515
!contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') &&
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
# Skip in forks
3636
if: >
37-
github.repository == 'vector-im/element-android' &&
37+
github.repository == 'element-hq/element-android' &&
3838
(contains(github.event.issue.labels.*.name, 'Z-UISI') ||
3939
(contains(github.event.issue.labels.*.name, 'A-E2EE') ||
4040
contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') ||

.github/workflows/triage-unlabelled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
# Skip in forks
1212
if: >
13-
github.repository == 'vector-im/element-android' &&
13+
github.repository == 'element-hq/element-android' &&
1414
!contains(github.event.issue.labels.*.name, 'X-Needs-Info')
1515
env:
1616
BOARD_NAME: "Issue triage"

0 commit comments

Comments
 (0)