updated about fragment contents

This commit is contained in:
Marcel Kapfer 2017-09-17 13:55:00 +02:00
parent ba286c7267
commit 77600b4d34
3 changed files with 24 additions and 24 deletions

View File

@ -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();

View File

@ -33,10 +33,10 @@
<string name="send_to">Teilen Sie Ihren Text:</string>
<string name="about">Über</string>
<string name="normalMorse">Normales Morse</string>
<string name="aboutBug">Wenn Du einen Fehler gefunden hast, schreibe mir bitte ein E-Mail an marcelmichaelkapfer@yahoo.co.nz</string>
<string name="aboutHow">Du kannst eine ausführliche Anleitung auf marcel-kapfer.de/writtenmorse/index.html#howto_android finden.</string>
<string name="aboutMissing">Wenn Du auf einen fehlenden Code aufmerksam geworden bist, dann schreibe eine E-Mail an marcelmichaelkapfer@yahoo.co.nz.</string>
<string name="aboutVersion">2.4.0 \n21. August 2015</string>
<string name="aboutBug">Wenn Du einen Fehler gefunden hast, schreibe mir bitte ein E-Mail an opensource@mmk2410.org</string>
<string name="aboutHow">Du kannst eine ausführliche Anleitung auf https://phab.mmk2410.org/w/writtenmorse/ finden.</string>
<string name="aboutMissing">Wenn Du auf einen fehlenden Code aufmerksam geworden bist, dann schreibe eine E-Mail an opensource@mmk2410.org.</string>
<string name="aboutVersion">2.4.1 \n17. September 2017</string>
<string name="sectionBug">Fehler</string>
<string name="sectionContact">Kontakt</string>
<string name="sectionDeveloper">Entwickler</string>

View File

@ -41,14 +41,14 @@
<string name="sectionHow">How to</string>
<string name="sectionMissing">Missing Code</string>
<!--About Texts-->
<string name="aboutVersion">2.4.0 \n21 August 2015</string>
<string name="aboutDeveloper" translatable="false">Marcel Michael Kapfer</string>
<string name="aboutWebsite" translatable="false">marcel-kapfer.de/writtenmorse</string>
<string name="aboutContact" translatable="false">marcelmichaelkapfer@yahoo.co.nz</string>
<string name="aboutVersion">2.4.1 \n17th September 2017</string>
<string name="aboutDeveloper" translatable="false">Marcel Kapfer</string>
<string name="aboutContact" translatable="false">opensource@mmk2410.org</string>
<string name="aboutLicense" translatable="false">GNU GPL v3.0</string>
<string name="aboutBug">If you found a bug, please write me a mail to marcelmichaelkapfer@yahoo.co.nz with a short description of the problem.</string>
<string name="aboutHow">You can find a detailed guide on marcel-kapfer.de/writtenmorse/index.php#howto_android</string>
<string name="aboutMissing">If you discovered, that code is missing, then write me a mail to marcelmichaelkapfer@yahoo.co.nz and tell me about it.</string>
<string name="aboutBug">If you found a bug, please write me a mail to opensource@mmk2410.org with a short description of the problem.</string>
<string name="aboutHow">You can find a detailed guide on https://phab.mmk2410.org/w/writtenmorse/</string>
<string name="aboutMissing">If you discovered, that code is missing, then write me a mail to opensource@mmk2410.org and tell me about it.</string>
<string name="aboutWebsite" translatable="false">https://phab.mmk2410.org/w/writtenmorse/</string>
<!--Drawer Titles-->
<string name="about">About</string>
<string name="normalMorse">Normal Morse</string>