Browse Source

refactor: rename Github organization

develop
Ezerous 2 years ago
parent
commit
5ccfdc55ab
  1. 8
      CONTRIBUTING.md
  2. 2
      PRIVACY.md
  3. 4
      README.md
  4. 2
      app/src/main/assets/PRIVACY.md
  5. 2
      app/src/main/java/gr/thmmy/mthmmy/activities/AboutActivity.java
  6. 2
      app/src/main/res/values/strings.xml

8
CONTRIBUTING.md

@ -35,15 +35,15 @@ Pull requests with fixes and improvements to mTHMMY are most welcome. Any develo
follow the workflow below to make a pull request (PR): follow the workflow below to make a pull request (PR):
1. Fork the project into your personal space on Github 1. Fork the project into your personal space on Github
1. Create a feature branch, away from [develop](https://github.com/ThmmyNoLife/mTHMMY/tree/develop) 1. Create a feature branch, away from [develop](https://github.com/THMMYgr/mTHMMY/tree/develop)
1. Push the commit(s) to your fork 1. Push the commit(s) to your fork
1. Create a PR targeting [develop at mTHMMY](https://github.com/ThmmyNoLife/mTHMMY/tree/develop) 1. Create a PR targeting [develop at mTHMMY](https://github.com/THMMYgr/mTHMMY/tree/develop)
1. Fill the PR title describing the change you want to make 1. Fill the PR title describing the change you want to make
1. Fill the PR description with a brief motive for your change and the method you used to achieve it 1. Fill the PR description with a brief motive for your change and the method you used to achieve it
1. Submit the PR. 1. Submit the PR.
[google-play]: https://play.google.com/store/apps/details?id=gr.thmmy.mthmmy [google-play]: https://play.google.com/store/apps/details?id=gr.thmmy.mthmmy
[github-issues]: https://github.com/ThmmyNoLife/mTHMMY/issues [github-issues]: https://github.com/THMMYgr/mTHMMY/issues
[discord-server]: https://discord.gg/CVt3yrn [discord-server]: https://discord.gg/CVt3yrn
[sisyphus]: https://github.com/ThmmyNoLife/Sisyphus [sisyphus]: https://github.com/THMMYgr/Sisyphus
[firebase-console]: https://console.firebase.google.com/ [firebase-console]: https://console.firebase.google.com/

2
PRIVACY.md

@ -69,7 +69,7 @@ mTHMMY may contain links to third-party websites. Any access to and use of such
## Policy Updates ## Policy Updates
We may update this Privacy Policy from time to time and, thus, you are advised to review it periodically. The most recent version of our Privacy Policy can be found at <https://github.com/ThmmyNoLife/mTHMMY/blob/develop/PRIVACY.md>. We may update this Privacy Policy from time to time and, thus, you are advised to review it periodically. The most recent version of our Privacy Policy can be found at <https://github.com/THMMYgr/mTHMMY/blob/develop/PRIVACY.md>.
## Contact Us ## Contact Us

4
README.md

@ -1,9 +1,9 @@
# mTHMMY # mTHMMY
[![GitHub release](https://img.shields.io/github/release/ThmmyNoLife/mTHMMY.svg?color=orange)](https://github.com/ThmmyNoLife/mTHMMY/releases) [![GitHub release](https://img.shields.io/github/release/THMMYgr/mTHMMY.svg?color=orange)](https://github.com/THMMYgr/mTHMMY/releases)
[![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=21) [![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=21)
[![Discord Channel](https://img.shields.io/discord/252539000571559947?style=flat&color=738bd7&label=discord)][discord-server] [![Discord Channel](https://img.shields.io/discord/252539000571559947?style=flat&color=738bd7&label=discord)][discord-server]
![Last Commit](https://img.shields.io/github/last-commit/ThmmyNoLife/mTHMMY/develop.svg?style=flat) ![Last Commit](https://img.shields.io/github/last-commit/THMMYgr/mTHMMY/develop.svg?style=flat)
![mTHMMY logo](app/src/main/res/mipmap-xhdpi/ic_launcher_round.png) ![mTHMMY logo](app/src/main/res/mipmap-xhdpi/ic_launcher_round.png)

2
app/src/main/assets/PRIVACY.md

@ -69,7 +69,7 @@ mTHMMY may contain links to third-party websites. Any access to and use of such
## Policy Updates ## Policy Updates
We may update this Privacy Policy from time to time and, thus, you are advised to review it periodically. The most recent version of our Privacy Policy can be found at <https://github.com/ThmmyNoLife/mTHMMY/blob/develop/PRIVACY.md>. We may update this Privacy Policy from time to time and, thus, you are advised to review it periodically. The most recent version of our Privacy Policy can be found at <https://github.com/THMMYgr/mTHMMY/blob/develop/PRIVACY.md>.
## Contact Us ## Contact Us

2
app/src/main/java/gr/thmmy/mthmmy/activities/AboutActivity.java

@ -105,7 +105,7 @@ public class AboutActivity extends BaseActivity {
if (gitExists) { if (gitExists) {
versionTextView.setOnClickListener(view -> { versionTextView.setOnClickListener(view -> {
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/ThmmyNoLife/mTHMMY/commit/" + BuildConfig.COMMIT_HASH)); Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/THMMYgr/mTHMMY/commit/" + BuildConfig.COMMIT_HASH));
startActivity(intent); startActivity(intent);
}); });
} }

2
app/src/main/res/values/strings.xml

@ -102,7 +102,7 @@
<string name="contact_text">Do not hesitate to contact us for any technical matter, either by email at thmmynolife@gmail.com, or by joining our Discord server using https://discord.gg/CVt3yrn&#8203;. <string name="contact_text">Do not hesitate to contact us for any technical matter, either by email at thmmynolife@gmail.com, or by joining our Discord server using https://discord.gg/CVt3yrn&#8203;.
For account-related issues, please contact the administration team of thmmy.gr by email at contact@thmmy.gr.</string> For account-related issues, please contact the administration team of thmmy.gr by email at contact@thmmy.gr.</string>
<string name="open_source">Open Source</string> <string name="open_source">Open Source</string>
<string name="open_source_text">The source code of mTHMMY can be found on Github at https://github.com/ThmmyNoLife/mTHMMY, along with further details of how one can contribute.</string> <string name="open_source_text">The source code of mTHMMY can be found on Github at https://github.com/THMMYgr/mTHMMY, along with further details of how one can contribute.</string>
<string name="trollPic">You should see a funny pic!</string> <string name="trollPic">You should see a funny pic!</string>
<string name="privacy_policy">Privacy policy</string> <string name="privacy_policy">Privacy policy</string>

Loading…
Cancel
Save