Skip to content

Commit d206376

Browse files
committed
Repo renamings
1 parent 5c12d13 commit d206376

15 files changed

Lines changed: 334 additions & 334 deletions

File tree

CHANGELOG.md

Lines changed: 297 additions & 297 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
---
5757

5858
### Bug Reports / Feature-Requests
59-
If you find any bugs or want to propose a new Feature/Enhancement, feel free to [create a new Issue](https://github.com/PhilKes/NotallyX/issues/new/choose)
59+
If you find any bugs or want to propose a new Feature/Enhancement, feel free to [create a new Issue](https://github.com/Crustack/NotallyX/issues/new/choose)
6060

61-
When using the app and an unknown error occurs, causing the app to crash you will see a dialog (see showcase video in https://github.com/PhilKes/NotallyX/pull/171) from which you can immediately create a bug report on Github with the crash details pre-filled.
61+
When using the app and an unknown error occurs, causing the app to crash you will see a dialog (see showcase video in https://github.com/Crustack/NotallyX/pull/171) from which you can immediately create a bug report on Github with the crash details pre-filled.
6262

6363

6464
#### Beta Releases
6565

6666
I occasionally release BETA versions of the app during development, since its very valuable for me to get feedback before publicly releasing a new version.
6767
These BETA releases have another `applicationId` as the release versions, thats why when you install a BETA version it will show up on your device as a separate app called `NotallyX BETA`.
6868
BETA versions also have their own data, they do not use the data of your NotallyX app
69-
You can download the most recent BETA release [here on Github](https://github.com/PhilKes/NotallyX/releases/tag/beta)
69+
You can download the most recent BETA release [here on Github](https://github.com/Crustack/NotallyX/releases/tag/beta)
7070

7171
#### APK Signing Certifcate Fingerprint
7272

@@ -89,6 +89,6 @@ Before submitting your proposed changes as a Pull-Request, make sure all tests a
8989
### Attribution
9090
The original Notally project was developed by [OmGodse](https://github.com/OmGodse) under the [GPL 3.0 License](https://github.com/OmGodse/Notally/blob/master/LICENSE.md).
9191

92-
In accordance to GPL 3.0, this project is licensed under the same [GPL 3.0 License](https://github.com/PhilKes/NotallyX/blob/master/LICENSE.md).
92+
In accordance to GPL 3.0, this project is licensed under the same [GPL 3.0 License](https://github.com/Crustack/NotallyX/blob/master/LICENSE.md).
9393

9494

TRANSLATIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
All translations are crowd sourced.
44
To contribute:
5-
1. Download current [translations.xlsx](https://github.com/PhilKes/NotallyX/raw/refs/heads/main/app/translations.xlsx)
5+
1. Download current [translations.xlsx](https://github.com/Crustack/NotallyX/raw/refs/heads/main/app/translations.xlsx)
66
2. Open in Excel/LibreOffice and add missing translations
77
Notes:
88
- Missing translations are marked in red
99
- You can filter by key or any language column values
1010
- Non-Translatable strings are hidden and marked in gray, do not add translations for them
1111
- For plurals, some languages need/have more quantity strings than others, if a quantity string in the default language (english) is not needed the row is highlighted in yellow. If your language does not need that quantity string either, ignore them.
12-
3. Open a [Update Translations Issue](https://github.com/PhilKes/NotallyX/issues/new?assignees=&labels=translations&projects=&template=translation.md&title=%3CINSERT+LANGUAGE+HERE%3E+translations+update)
12+
3. Open a [Update Translations Issue](https://github.com/Crustack/NotallyX/issues/new?assignees=&labels=translations&projects=&template=translation.md&title=%3CINSERT+LANGUAGE+HERE%3E+translations+update)
1313
4. I will create a Pull-Request to add your updated translations
1414

15-
See [Android Translations Converter](https://github.com/PhilKes/android-translations-converter-plugin) for more details
15+
See [Android Translations Converter](https://github.com/Crustack/android-translations-converter-plugin) for more details
1616

1717
# Coverage
1818

app/src/main/java/com/philkes/notallyx/presentation/activity/main/fragment/settings/SettingsFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ class SettingsFragment : Fragment() {
732732
Intent(
733733
Intent.ACTION_VIEW,
734734
Uri.parse(
735-
"https://github.com/PhilKes/NotallyX/issues/new?labels=enhancement&template=feature_request.md"
735+
"https://github.com/Crustack/NotallyX/issues/new?labels=enhancement&template=feature_request.md"
736736
),
737737
)
738738
.wrapWithChooser(requireContext())
@@ -773,7 +773,7 @@ class SettingsFragment : Fragment() {
773773
openLink("https://play.google.com/store/apps/details?id=com.philkes.notallyx")
774774
}
775775
Documentation.setOnClickListener { openLink("https://philkes.github.io/NotallyX") }
776-
SourceCode.setOnClickListener { openLink("https://github.com/PhilKes/NotallyX") }
776+
SourceCode.setOnClickListener { openLink("https://github.com/Crustack/NotallyX") }
777777
Libraries.setOnClickListener {
778778
val libraries =
779779
arrayOf(

app/src/main/java/com/philkes/notallyx/utils/AndroidExtensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ fun Context.createReportBugIntent(
359359
}
360360

361361
val url =
362-
"https://github.com/PhilKes/NotallyX/issues/new?labels=bug&projects=&template=bug_report.yml${
362+
"https://github.com/Crustack/NotallyX/issues/new?labels=bug&projects=&template=bug_report.yml${
363363
title.asQueryParam("title")
364364
}&version=${BuildConfig.VERSION_NAME}&android-version=${Build.VERSION.SDK_INT}${
365365
stackTrace.asQueryParam("logs")

app/src/test/kotlin/com/philkes/notallyx/data/imports/HtmlUtilsTest.kt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class HtmlUtilsTest {
3838
<br />
3939
</div>
4040
<div>
41-
<a href="https://github.com/PhilKes/NotallyX">https://github.com/PhilKes/NotallyX</a>
41+
<a href="https://github.com/Crustack/NotallyX">https://github.com/Crustack/NotallyX</a>
4242
</div>
4343
<div>
4444
<br />
@@ -71,7 +71,7 @@ class HtmlUtilsTest {
7171
7272
System.out.println("Super useful code");
7373
74-
https://github.com/PhilKes/NotallyX
74+
https://github.com/Crustack/NotallyX
7575
7676
7777
@@ -91,9 +91,9 @@ class HtmlUtilsTest {
9191
it.monospace
9292
}
9393
.anyMatch {
94-
body.substringOfSpan(it) == "https://github.com/PhilKes/NotallyX" &&
94+
body.substringOfSpan(it) == "https://github.com/Crustack/NotallyX" &&
9595
it.link &&
96-
it.linkData.equals("https://github.com/PhilKes/NotallyX")
96+
it.linkData.equals("https://github.com/Crustack/NotallyX")
9797
}
9898
}
9999

@@ -128,7 +128,7 @@ class HtmlUtilsTest {
128128
<p dir="ltr" style="line-height:1.38;margin-top:0.0pt;margin-bottom:0.0pt;">
129129
<span
130130
style="font-size:16.0pt;font-family:'Google Sans';color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;-webkit-text-decoration-skip:none;text-decoration-skip-ink:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">
131-
https://github.com/PhilKes/NotallyX</span>
131+
https://github.com/Crustack/NotallyX</span>
132132
</p>
133133
<br/>
134134
<br/>
@@ -160,7 +160,7 @@ class HtmlUtilsTest {
160160
161161
System.out.println("Super useful code");
162162
163-
https://github.com/PhilKes/NotallyX
163+
https://github.com/Crustack/NotallyX
164164
165165
166166
@@ -175,9 +175,9 @@ class HtmlUtilsTest {
175175
.anyMatch { body.substringOfSpan(it) == "This text needs to be fat" && it.bold }
176176
.anyMatch { body.substringOfSpan(it) == "A very italic" && it.italic }
177177
.anyMatch {
178-
body.substringOfSpan(it) == "https://github.com/PhilKes/NotallyX" &&
178+
body.substringOfSpan(it) == "https://github.com/Crustack/NotallyX" &&
179179
it.link &&
180-
it.linkData.equals("https://github.com/PhilKes/NotallyX")
180+
it.linkData.equals("https://github.com/Crustack/NotallyX")
181181
}
182182
}
183183
}

app/src/test/kotlin/com/philkes/notallyx/data/imports/evernote/EvernoteImporterTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class EvernoteImporterTest {
108108
"A very italic",
109109
"Outdated stuff",
110110
"System.out.println(\"Super useful code\");",
111-
"https://github.com/PhilKes/NotallyX",
111+
"https://github.com/Crustack/NotallyX",
112112
)
113113
},
114114
"Text formatting",

app/src/test/resources/imports/evernote/Notebook.enex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
<note>
469469
<content>
470470
<![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
471-
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"><en-note><div><b>This text needs to be fat</b></div><div><br/></div><div><i>A very italic</i></div><div><br/></div><div><s>Outdated stuff</s></div><div><br/></div><div><span style="--en-fontfamily: monospace; font-family: &quot;Source Code Pro&quot;,monospace">System.out.println("Super useful code");</span></div><div><br/></div><div><a href="https://github.com/PhilKes/NotallyX">https://github.com/PhilKes/NotallyX</a></div><div><br/></div><div><br/></div><div><br/></div><div><br/></div><div>I want to format this</div></en-note> ]]>
471+
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"><en-note><div><b>This text needs to be fat</b></div><div><br/></div><div><i>A very italic</i></div><div><br/></div><div><s>Outdated stuff</s></div><div><br/></div><div><span style="--en-fontfamily: monospace; font-family: &quot;Source Code Pro&quot;,monospace">System.out.println("Super useful code");</span></div><div><br/></div><div><a href="https://github.com/Crustack/NotallyX">https://github.com/Crustack/NotallyX</a></div><div><br/></div><div><br/></div><div><br/></div><div><br/></div><div>I want to format this</div></en-note> ]]>
472472
</content>
473473
<created>20241024T074430Z</created>
474474
<note-attributes>

documentation/docs/contributing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ There are many ways to contribute to NotallyX, regardless of your technical skil
1313

1414
### For Everyone
1515

16-
- **Report bugs**: If you find a bug, report it on [GitHub Issues](https://github.com/PhilKes/NotallyX/issues/new/choose)
17-
- **Suggest features**: Have an idea for a new feature? Share it on [GitHub Issues](https://github.com/PhilKes/NotallyX/issues/new/choose)
16+
- **Report bugs**: If you find a bug, report it on [GitHub Issues](https://github.com/Crustack/NotallyX/issues/new/choose)
17+
- **Suggest features**: Have an idea for a new feature? Share it on [GitHub Issues](https://github.com/Crustack/NotallyX/issues/new/choose)
1818
- **Improve documentation**: Help improve this documentation by suggesting changes or additions
1919
- **Spread the word**: Share NotallyX with others who might find it useful
2020
- **Translate the app**: Help make NotallyX available in more languages, see `Contributing Translations` below
@@ -32,7 +32,7 @@ If you want to contribute code to NotallyX, follow these steps:
3232

3333
### Setting Up the Development Environment
3434

35-
1. **Fork the repository**: Go to [NotallyX on GitHub](https://github.com/PhilKes/NotallyX) and click the "Fork" button
35+
1. **Fork the repository**: Go to [NotallyX on GitHub](https://github.com/Crustack/NotallyX) and click the "Fork" button
3636
2. **Clone your fork**:
3737
```bash
3838
git clone https://github.com/YOUR_USERNAME/NotallyX.git
@@ -90,13 +90,13 @@ If you want to contribute code to NotallyX, follow these steps:
9090

9191
To contribute translations:
9292

93-
1. Download the current [translations.xlsx](https://github.com/PhilKes/NotallyX/raw/refs/heads/main/app/translations.xlsx) file
93+
1. Download the current [translations.xlsx](https://github.com/Crustack/NotallyX/raw/refs/heads/main/app/translations.xlsx) file
9494
2. Open it in Excel/LibreOffice and add missing translations
9595
- Missing translations are marked in red
9696
- You can filter by key or any language column values
9797
- Non-translatable strings are hidden and marked in gray, do not add translations for them
9898
- For plurals, some languages need/have more quantity strings than others
99-
3. Open an [Update Translations Issue](https://github.com/PhilKes/NotallyX/issues/new?assignees=&labels=translations&projects=&template=translation.md&title=%3CINSERT+LANGUAGE+HERE%3E+translations+update)
99+
3. Open an [Update Translations Issue](https://github.com/Crustack/NotallyX/issues/new?assignees=&labels=translations&projects=&template=translation.md&title=%3CINSERT+LANGUAGE+HERE%3E+translations+update)
100100
4. The project maintainer will create a Pull Request to add your updated translations
101101

102102
## Bug Reports and Feature Requests

documentation/docs/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 9
55

66
# FAQ - Frequently Asked Questions
77

8-
This page answers common questions about NotallyX. If you don't find the answer you're looking for, please check the [GitHub issues](https://github.com/PhilKes/NotallyX/issues) or create a new issue.
8+
This page answers common questions about NotallyX. If you don't find the answer you're looking for, please check the [GitHub issues](https://github.com/Crustack/NotallyX/issues) or create a new issue.
99

1010
## General Questions
1111

@@ -28,7 +28,7 @@ You can download NotallyX from:
2828
- [Google Play Store](https://play.google.com/store/apps/details?id=com.philkes.notallyx)
2929
- [F-Droid](https://f-droid.org/en/packages/com.philkes.notallyx)
3030
- [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.philkes.notallyx)
31-
- [GitHub Releases](https://github.com/PhilKes/NotallyX/releases)
31+
- [GitHub Releases](https://github.com/Crustack/NotallyX/releases)
3232

3333
## Data and Privacy
3434

@@ -39,7 +39,7 @@ Your notes are stored locally on your device. NotallyX does not upload your data
3939
### Does NotallyX collect any data about me?
4040

4141
No, NotallyX does not collect any personal data or usage statistics. Your notes remain private on your device.
42-
For the up-to-date privacy policy, see [Privacy-Policy](https://github.com/PhilKes/NotallyX/blob/main/Privacy-Policy.md)
42+
For the up-to-date privacy policy, see [Privacy-Policy](https://github.com/Crustack/NotallyX/blob/main/Privacy-Policy.md)
4343

4444
### What happens to my notes if I uninstall the app?
4545

@@ -129,7 +129,7 @@ If you're experiencing performance issues:
129129
### How can I try new features before they're released?
130130

131131
You can join the beta program:
132-
1. Download the most recent BETA release [from GitHub](https://github.com/PhilKes/NotallyX/releases/tag/beta)
132+
1. Download the most recent BETA release [from GitHub](https://github.com/Crustack/NotallyX/releases/tag/beta)
133133
2. Install the BETA version (it will be installed as a separate app called "NotallyX BETA")
134134
3. Provide feedback on new features
135135

@@ -144,4 +144,4 @@ See our [Contribution Guidelines](contributing.md) for information on how to con
144144
### I found a bug. How do I report it?
145145

146146
- From inside the app: Tap "Settings" > In "About" section > "Send Feedback" > "Report Bug" (this will prefill the last crash logs and other useful information)
147-
- You can also report bugs directly by [creating a new issue](https://github.com/PhilKes/NotallyX/issues/new/choose) on GitHub. Please include as much detail as possible, including steps to reproduce the issue.
147+
- You can also report bugs directly by [creating a new issue](https://github.com/Crustack/NotallyX/issues/new/choose) on GitHub. Please include as much detail as possible, including steps to reproduce the issue.

0 commit comments

Comments
 (0)