Skip to content

Commit 569271f

Browse files
authored
Merge branch 'main' into main
2 parents 9482840 + 91f2193 commit 569271f

File tree

272 files changed

+6439
-788
lines changed

Some content is hidden

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

272 files changed

+6439
-788
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.5.0

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
required: true
1919
- label: "I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Keyboard/issues) or [closed](https://github.com/FossifyOrg/Keyboard/issues?q=is%3Aissue+is%3Aclosed) - to which I could contribute my information."
2020
required: true
21-
- label: "I made sure that there are **no existing discussions** - [open](https://github.com/FossifyOrg/Keyboard/discussions) or [closed](https://github.com/FossifyOrg/Keyboard/discussions?discussions_q=is%3Aclosed) - to which I could contribute my information."
21+
- label: "I made sure that there are **no existing discussions** - [open](https://github.com/orgs/FossifyOrg/discussions?discussions_q=is:open+label:keyboard) or [closed](https://github.com/orgs/FossifyOrg/discussions?discussions_q=is:closed+label:keyboard) - to which I could contribute my information."
2222
required: true
2323
- label: "I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed."
2424
required: true
@@ -77,9 +77,6 @@ body:
7777
What did you do for the bug to show up?
7878
7979
If you can't cause the bug to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the bug.
80-
81-
⚠️ Please **DO NOT** add links to SimpleMobileTools issues as they can be deleted at any time. Instead, copy-paste any useful information or instructions manually.
82-
8380
placeholder: |
8481
1. Go to '...'
8582
2. Click on '....'
@@ -112,7 +109,7 @@ body:
112109
description: |
113110
A picture or video is worth a thousand words.
114111
115-
If applicable, drag and drop screenshots or a screen recording to help explain your problem. If your file is too big for Github to accept, try to compress it (ZIP file), or feel free to paste a link to an image/video hoster here instead.
112+
If applicable, drag and drop screenshots or a screen recording to help explain your problem. If your file is too big for Github to accept, try to compress it (ZIP file), or feel free to paste a link to an image/video instead.
116113
117114
- type: textarea
118115
id: additional-information

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Questions
4-
url: https://github.com/FossifyOrg/Keyboard/discussions
4+
url: https://github.com/orgs/FossifyOrg/discussions
55
about: Please ask and answer questions here.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,23 @@ body:
1616
options:
1717
- label: "I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Keyboard/issues) or [closed](https://github.com/FossifyOrg/Keyboard/issues?q=is%3Aissue+is%3Aclosed) - to which I could contribute my information."
1818
required: true
19-
- label: "I made sure that there are **no existing discussions** - [open](https://github.com/FossifyOrg/Keyboard/discussions) or [closed](https://github.com/FossifyOrg/Keyboard/discussions?discussions_q=is%3Aclosed) - to which I could contribute my information."
19+
- label: "I made sure that there are **no existing discussions** - [open](https://github.com/orgs/FossifyOrg/discussions?discussions_q=is:open+label:keyboard) or [closed](https://github.com/orgs/FossifyOrg/discussions?discussions_q=is:closed+label:keyboard) - to which I could contribute my information."
2020
required: true
2121
- label: "I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed."
2222
required: true
23-
- label: "**I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.**"
23+
- label: "**I have taken the time to fill in all the required details. I understand that the request will be dismissed otherwise.**"
2424
required: true
2525
- label: "This issue contains only one feature request."
2626
required: true
2727
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Keyboard/blob/main/CONTRIBUTING.md)."
2828
required: true
29-
- label: "I optionally [donated](https://fossify.org/donate) to support the Fossify mission."
30-
required: false
3129

3230
- type: textarea
3331
id: feature-description
3432
attributes:
3533
label: Feature description
3634
description: |
3735
Explain how you want the app's look or behavior to change to suit your needs.
38-
39-
⚠️ Please **DO NOT** add links to SimpleMobileTools issues as they can be deleted at any time. Instead, copy-paste any useful information manually.
4036
validations:
4137
required: true
4238

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
version: 2
2+
3+
registries:
4+
maven-google:
5+
type: maven-repository
6+
url: "https://dl.google.com/dl/android/maven2/"
7+
8+
maven-central:
9+
type: maven-repository
10+
url: "https://repo.maven.apache.org/maven2"
11+
12+
jitpack:
13+
type: maven-repository
14+
url: "https://jitpack.io"
15+
16+
updates:
17+
- package-ecosystem: "bundler"
18+
directory: "/"
19+
schedule:
20+
interval: "weekly"
21+
commit-message:
22+
prefix: "chore"
23+
prefix-development: "chore"
24+
include: "scope"
25+
26+
- package-ecosystem: "gradle"
27+
directory: "/"
28+
registries:
29+
- maven-central
30+
- maven-google
31+
- jitpack
32+
schedule:
33+
interval: "weekly"
34+
commit-message:
35+
prefix: "chore"
36+
prefix-development: "chore"
37+
include: "scope"
38+
39+
- package-ecosystem: "github-actions"
40+
directory: "/"
41+
schedule:
42+
interval: "weekly"
43+
commit-message:
44+
prefix: "chore"
45+
prefix-development: "chore"
46+
include: "scope"

.github/workflows/image-minimizer.js

Lines changed: 0 additions & 148 deletions
This file was deleted.

.github/workflows/image-minimizer.yml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,10 @@ on:
55
types: [created, edited]
66
issues:
77
types: [opened, edited]
8-
pull_request:
8+
pull_request_target:
99
types: [opened, edited]
1010

11-
permissions:
12-
issues: write
13-
pull-requests: write
14-
1511
jobs:
16-
try-minimize:
17-
runs-on: ubuntu-latest
18-
19-
steps:
20-
- uses: actions/checkout@v4
21-
22-
- uses: actions/setup-node@v4
23-
with:
24-
node-version: 16
25-
26-
- name: Install probe-image-size
27-
run: npm i [email protected] --ignore-scripts
28-
29-
- name: Minimize simple images
30-
uses: actions/github-script@v7
31-
timeout-minutes: 3
32-
with:
33-
script: |
34-
const script = require('.github/workflows/image-minimizer.js');
35-
await script({github, context});
12+
call-image-minimizer-workflow:
13+
uses: FossifyOrg/.github/.github/workflows/image-minimizer.yml@main
14+
secrets: inherit

.github/workflows/no-response.yml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1-
name: no-response
1+
name: No Response
22

3-
# Both `issue_comment` and `scheduled` event types are required for this Action
4-
# to work properly.
53
on:
6-
issue_comment:
7-
types: [created]
84
schedule:
9-
# Run daily at midnight.
10-
- cron: '0 0 * * *'
11-
12-
permissions:
13-
issues: write
14-
pull-requests: write
5+
- cron: "0 12 * * *" # Runs daily at noon
6+
workflow_dispatch:
157

168
jobs:
17-
noResponse:
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: lee-dohm/[email protected]
21-
with:
22-
token: ${{ github.token }}
23-
# Number of days of inactivity before an issue is closed for lack of response.
24-
daysUntilClose: 30
25-
responseRequiredLabel: waiting for author
9+
call-no-response-workflow:
10+
uses: FossifyOrg/.github/.github/workflows/no-response.yml@main
11+
secrets: inherit

.github/workflows/pr-labeler.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PR Labeler
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
jobs:
8+
call-pr-labeler-workflow:
9+
uses: FossifyOrg/.github/.github/workflows/pr-labeler.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)