diff --git a/app/src/main/java/de/marcelkapfer/morseconverter/fragments/AboutFragment.java b/app/src/main/java/de/marcelkapfer/morseconverter/fragments/AboutFragment.java index 1e71646..54594a8 100644 --- a/app/src/main/java/de/marcelkapfer/morseconverter/fragments/AboutFragment.java +++ b/app/src/main/java/de/marcelkapfer/morseconverter/fragments/AboutFragment.java @@ -120,10 +120,10 @@ public class AboutFragment extends Fragment{ } //called when clicking on the version entry in the about fragment - //opens the app page (de.marcelkapfer.morseconverter) + //opens the GitLab repository public void versionEntry(){ try{ - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/details?id=de.marcelkapfer.morseconverter")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.com/mmk2410/morse-converter-android")); startActivity(browserIntent); } catch(Exception e){ e.printStackTrace(); @@ -131,10 +131,10 @@ public class AboutFragment extends Fragment{ } //called when clicking on the developer entry in the about fragment - //opens the gplus profile of +MarcelMichaelKapfer + //opens the website of Marcel Kapfer public void developerEntry(){ try{ - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://plus.google.com/+MarcelMichaelKapfer/posts")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://mmk2410.org")); startActivity(browserIntent); } catch(Exception e){ e.printStackTrace(); @@ -142,10 +142,10 @@ public class AboutFragment extends Fragment{ } //called when clicking on the website entry in the about fragment - //opens marcel-kapfer.de/writtenmorse + //opens the writtenMorse wiki page at phab.mmk2410.org public void websiteEntry(){ try{ - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://marcel-kapfer.de/writtenmorse/")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://phab.mmk2410.org/w/writtenmorse/")); startActivity(browserIntent); } catch(Exception e){ e.printStackTrace(); @@ -153,10 +153,10 @@ public class AboutFragment extends Fragment{ } //called when clicking on the contact entry in the about fragment - //opens mail app with mail to marcelmichaelkapfer@yahoo.co.nz + //opens mail app with mail to opensource@mmk2410.org public void contactEntry(){ try{ - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("mailto:marcelmichaelkapfer@yahoo.co.nz")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("mailto:opensource@mmk2410.org")); startActivity(browserIntent); } catch(Exception e){ e.printStackTrace(); @@ -175,10 +175,10 @@ public class AboutFragment extends Fragment{ } //called when clicking on the developer entry in the about fragment - //opens mail app with mail to marcelmichaelkapfer@yahoo.co.nz + //opens mail app with mail to opensource@mmk2410.org public void bugEntry(){ try{ - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("mailto:marcelmichaelkapfer@yahoo.co.nz?subject=Bug Report")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("mailto:opensource@mmk2410.org?subject=writtenMorse Bug Report")); startActivity(browserIntent); } catch(Exception e){ e.printStackTrace(); @@ -186,10 +186,10 @@ public class AboutFragment extends Fragment{ } //called when clicking on the developer entry in the about fragment - //opens the howto webpage + //opens the writtenMorse wiki page on phab.mmk2410.org public void howtoEntry(){ try{ - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://marcel-kapfer.de/writtenmorse/#howto_android")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://phab.mmk2410.org/w/writtenmorse/")); startActivity(browserIntent); } catch(Exception e){ e.printStackTrace(); @@ -200,7 +200,7 @@ public class AboutFragment extends Fragment{ //opens mail app with mail to marcelmichaelkapfer@yahoo.co.nz public void missingCodeEntry(){ try{ - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("mailto:marcelmichaelkapfer@yahoo.co.nz?subject=Missing Code")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("mailto:opensource@mmk2410.org?subject=writtenMorse Missing Code")); startActivity(browserIntent); } catch(Exception e){ e.printStackTrace(); diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index d28ccd3..4268a64 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -33,10 +33,10 @@ Teilen Sie Ihren Text: Über Normales Morse - Wenn Du einen Fehler gefunden hast, schreibe mir bitte ein E-Mail an marcelmichaelkapfer@yahoo.co.nz - Du kannst eine ausführliche Anleitung auf marcel-kapfer.de/writtenmorse/index.html#howto_android finden. - Wenn Du auf einen fehlenden Code aufmerksam geworden bist, dann schreibe eine E-Mail an marcelmichaelkapfer@yahoo.co.nz. - 2.4.0 \n21. August 2015 + Wenn Du einen Fehler gefunden hast, schreibe mir bitte ein E-Mail an opensource@mmk2410.org + Du kannst eine ausführliche Anleitung auf https://phab.mmk2410.org/w/writtenmorse/ finden. + Wenn Du auf einen fehlenden Code aufmerksam geworden bist, dann schreibe eine E-Mail an opensource@mmk2410.org. + 2.4.1 \n17. September 2017 Fehler Kontakt Entwickler diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 91638e8..a09ca08 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -41,14 +41,14 @@ How to Missing Code - 2.4.0 \n21 August 2015 - Marcel Michael Kapfer - marcel-kapfer.de/writtenmorse - marcelmichaelkapfer@yahoo.co.nz + 2.4.1 \n17th September 2017 + Marcel Kapfer + opensource@mmk2410.org GNU GPL v3.0 - If you found a bug, please write me a mail to marcelmichaelkapfer@yahoo.co.nz with a short description of the problem. - You can find a detailed guide on marcel-kapfer.de/writtenmorse/index.php#howto_android - If you discovered, that code is missing, then write me a mail to marcelmichaelkapfer@yahoo.co.nz and tell me about it. + If you found a bug, please write me a mail to opensource@mmk2410.org with a short description of the problem. + You can find a detailed guide on https://phab.mmk2410.org/w/writtenmorse/ + If you discovered, that code is missing, then write me a mail to opensource@mmk2410.org and tell me about it. + https://phab.mmk2410.org/w/writtenmorse/ About Normal Morse