change name

This commit is contained in:
tom79 2019-06-02 14:43:39 +02:00
parent 839b77b05e
commit 899e15e19f
2 changed files with 3 additions and 3 deletions

View File

@ -276,14 +276,14 @@ public class AboutActivity extends BaseActivity implements OnRetrieveRemoteAccou
new RetrieveRemoteDataAsyncTask(getApplicationContext(), "PhotonQyv", "mastodon.xyz", AboutActivity.this).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR); new RetrieveRemoteDataAsyncTask(getApplicationContext(), "PhotonQyv", "mastodon.xyz", AboutActivity.this).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
new RetrieveRemoteDataAsyncTask(getApplicationContext(), "angrytux", "social.tchncs.de", AboutActivity.this).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR); new RetrieveRemoteDataAsyncTask(getApplicationContext(), "angrytux", "social.tchncs.de", AboutActivity.this).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
}else{ }else{
SpannableString name = new SpannableString("@tom79@mastodon.social"); SpannableString name = new SpannableString("@fedilab@framapiaf.org");
name.setSpan(new UnderlineSpan(), 0, name.length(), 0); name.setSpan(new UnderlineSpan(), 0, name.length(), 0);
txt_developers.setText(name); txt_developers.setText(name);
txt_developers.setVisibility(View.VISIBLE); txt_developers.setVisibility(View.VISIBLE);
txt_developers.setOnClickListener(new View.OnClickListener() { txt_developers.setOnClickListener(new View.OnClickListener() {
@Override @Override
public void onClick(View v) { public void onClick(View v) {
Helper.openBrowser(AboutActivity.this, "https://mastodon.social/@tom79"); Helper.openBrowser(AboutActivity.this, "https://framapiaf.org/@fedilab");
} }
}); });
name = new SpannableString("@mmarif@mastodon.social"); name = new SpannableString("@mmarif@mastodon.social");

View File

@ -203,7 +203,7 @@
<!-- About --> <!-- About -->
<string name="about_vesrion">Release %1$s</string> <string name="about_vesrion">Release %1$s</string>
<string name="about_developer">Developer:</string> <string name="about_developer">Developer:</string>
<string name="about_developer_action" translatable="false">\@tom79</string> <string name="about_developer_action" translatable="false">\@fedilab</string>
<string name="about_license">License: </string> <string name="about_license">License: </string>
<string name="about_license_action">GNU GPL V3</string> <string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Source code: </string> <string name="about_code">Source code: </string>