Skip to content

Commit edc7e2b

Browse files
Refactor: Cleanup wrong namespaces
1 parent 7f25788 commit edc7e2b

File tree

9 files changed

+16
-15
lines changed

9 files changed

+16
-15
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bug report
22
description: Create a bug report
33
labels: ['Type: Bug Report']
44
title: '[Bug Report] add text here'
5-
assignees: ['HeCodes2Much']
5+
assignees: ['CreativeCodeCat']
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/CRASH_REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Crash Report
22
description: Create a report with a generated crash log attached (if possible) to help mLauncher improve
33
labels: ['Type: Crash Report']
44
title: '[Crash Report] add text here'
5-
assignees: ['HeCodes2Much']
5+
assignees: ['CreativeCodeCat']
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/ENHANCEMENT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Feature request
22
description: Suggest an idea for this project
33
labels: ['Type: Enhancement']
44
title: '[Enhancement] add text here'
5-
assignees: ['HeCodes2Much']
5+
assignees: ['CreativeCodeCat']
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/QUESTION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Question
22
description: Ask about anything related
33
labels: ['Type: Question']
44
title: '[Question] add text here'
5-
assignees: ['HeCodes2Much']
5+
assignees: ['HeCodes2MCreativeCodeCatuch']
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ contact_links:
44
url: https://github.com/orgs/community/discussions
55
about: Please ask and answer questions here.
66
- name: Organization wide discussions
7-
url: https://github.com/orgs/HeAndroids2Much/discussions
7+
url: https://github.com/orgs/DroidWorksStudio/discussions
88
about: For any discussion within our community
99
- name: GitHub Security Bug Bounty
1010
url: https://bounty.github.com/
1111
about: Please report security vulnerabilities here.
1212
- name: Email Me
13-
url: mailto://wayne6324@proton.me
13+
url: mailto://wayne6324@gmail.com
1414
about: Contact me via sending email

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Issues should be used to report problems with the project, request a new feature
6262

6363
If you find an Issue that addresses the problem you're having, please add your own reproduction information to the existing issue rather than creating a new one. Adding a [reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) can also help be indicating to our maintainers that a particular problem is affecting more than just the reporter.
6464

65-
**Report bugs using Github's [issues](https://github.com/HeCodes2Much/mLauncher/issues)**
65+
**Report bugs using Github's [issues](https://github.com/DroidWorksStudio/mLauncher/issues)**
6666

67-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/HeCodes2Much/mLauncher/issues/new/choose); it's that easy!
67+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/DroidWorksStudio/mLauncher/issues/new/choose); it's that easy!
6868

6969
Write bug reports with detail, background, and sample code
7070

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</div>
1919

2020
- Chat with us at [mLauncher](https://discord.gg/qG6hFuAzfu) on discord.
21-
- This application can be found on [F-Droid](https://f-droid.org/packages/app.mlauncher/) and [GitHub](https://github.com/HeCodes2Much/mLauncher/releases/).
22-
- The latest stable version is available on the [`main`](https://github.com/HeCodes2Much/mLauncher/tree/main) branch, which can be cloned to build the application independently.
23-
- Additionally, a GitHub action has been set up to automatically generate an APK for every [release](https://github.com/HeCodes2Much/mLauncher/releases).
21+
- This application can be found on [F-Droid](https://f-droid.org/packages/app.mlauncher/) and [GitHub](https://github.com/DroidWorksStudio/mLauncher/releases/).
22+
- The latest stable version is available on the [`main`](https://github.com/DroidWorksStudio/mLauncher/tree/main) branch, which can be cloned to build the application independently.
23+
- Additionally, a GitHub action has been set up to automatically generate an APK for every [release](https://github.com/DroidWorksStudio/mLauncher/releases).
2424
- The **original** version of the application is also accessible on the [Play Store](https://play.google.com/store/apps/details?id=app.olauncher), [F-Droid](https://f-droid.org/fr/packages/app.olauncher/) & [GitHub](https://github.com/tanujnotes/Olauncher).
2525

2626
We try to balance customizability and minimalization well still being simple :)</h3>
@@ -113,11 +113,11 @@ We would like to extend our sincere gratitude to the numerous individuals who ha
113113

114114
## Contribute
115115

116-
- If you are unhappy with any part of the app or feel like missing something, you can open a pull request or an [**issue**](https://github.com/HeCodes2Much/mLauncher/issues/new/choose) as you like.
116+
- If you are unhappy with any part of the app or feel like missing something, you can open a pull request or an [**issue**](https://github.com/DroidWorksStudio/mLauncher/issues/new/choose) as you like.
117117
- Please go through the issues marked as `Bug report`, `Crash report` or `Feature request`.
118118
- Please can we discuss before sending pull requests.
119119
- Make pull requests to `main` branch.
120-
- Any help in translating mLauncher into other languages is greatly appreciated. If you don't know how to perform a pull request, feel free to check out our dedicated [**Wiki**](https://github.com/HeCodes2Much/mLauncher/wiki).
120+
- Any help in translating mLauncher into other languages is greatly appreciated. If you don't know how to perform a pull request, feel free to check out our dedicated [**Wiki**](https://github.com/DroidWorksStudio/mLauncher/wiki).
121121

122122
## License
123123

app/src/main/res/xml/accessibility_service_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
android:canRetrieveWindowContent="true"
77
android:description="@string/accessibility_service_description"
88
android:notificationTimeout="100"
9-
android:packageNames="com.github.hecodes2much.mlauncher.debug, com.github.hecodes2much.mlauncher"
9+
android:packageNames="com.github.droidworksstudio.mlauncher.debug, com.github.droidworksstudio.mlauncher"
1010
android:settingsActivity="com.example.android.accessibility.ServiceSettingsActivity" />

cliff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ commit_preprocessors = [
7676
{ pattern = "Merge pull request #([0-9]+) from [^ ]+", replace = "PR # [${1}](<REPO>/pull/${1}):"},
7777
# Replace Signed-off-by
7878
{ pattern = "Signed-off-by: HeCodes2Much <[email protected]>", replace = ""},
79-
{ pattern = "Signed-off-by: The-Repo-Club <[email protected]>", replace = ""}
79+
{ pattern = "Signed-off-by: The-Repo-Club <[email protected]>", replace = ""},
80+
{ pattern = "Signed-off-by: CreativeCodeCat <[email protected]>", replace = ""}
8081
# Check spelling of the commit with https://github.com/crate-ci/typos
8182
# If the spelling is incorrect, it will be automatically fixed.
8283
# { pattern = '.*', replace_command = 'typos --write-changes -' },

0 commit comments

Comments
 (0)