Some cleaning in code

This commit is contained in:
stom79 2017-11-03 19:19:16 +01:00
parent 9e703700a8
commit f87eede11a
8 changed files with 2 additions and 19 deletions

View File

@ -92,7 +92,7 @@ public class AboutActivity extends AppCompatActivity implements OnRetrieveRemote
about_code.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://bitbucket.org/tom79/mastodon_etalab/src"));
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/stom79/mastalab"));
startActivity(browserIntent);
}
});

View File

@ -220,17 +220,5 @@
android:layout_height="wrap_content"
android:text="@string/about_yandex_action"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:padding="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:text="@string/thanks_text"
android:layout_marginTop="20dp"
android:gravity="center_horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</ScrollView>

View File

@ -221,6 +221,5 @@
android:layout_weight="3"
android:text="@string/about_yandex_action"/>
</LinearLayout>
</LinearLayout>
</ScrollView>

View File

@ -196,7 +196,6 @@
<string name="about_license">Lizenz:</string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Quellcode:</string>
<string name="about_code_action">Bitbucket</string>
<string name="about_yandex">Übersetzen von toots:</string>
<string name="about_thekinrar">Instanzensuche:</string>
<string name="about_thekinrar_action">instances.social</string>

View File

@ -192,7 +192,6 @@
<string name="about_license">Licence : </string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Code source : </string>
<string name="about_code_action">bitbucket</string>
<string name="about_yandex">Traduction des pouets :</string>
<string name="about_thekinrar">Recherche d\'instances :</string>
<string name="about_thekinrar_action">instances.social</string>

View File

@ -190,7 +190,6 @@
<string name="about_license">Licentie: </string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Broncode: </string>
<string name="about_code_action">Bitbucket</string>
<string name="about_yandex">Vertaling van toots:</string>
<string name="about_thekinrar">Servers zoeken:</string>
<string name="about_thekinrar_action">instances.social</string>

View File

@ -192,7 +192,6 @@
<string name="about_license">Licença: </string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Código-fonte: </string>
<string name="about_code_action">Bitbucket</string>
<string name="about_yandex">Tradução dos toots:</string>
<string name="about_thekinrar">Busca de instâncias:</string>
<string name="about_thekinrar_action">instances.social</string>

View File

@ -202,7 +202,7 @@
<string name="about_license">License: </string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Source code: </string>
<string name="about_code_action">Bitbucket</string>
<string name="about_code_action" translatable="false">Github</string>
<string name="about_yandex">Translation of toots:</string>
<string name="about_yandex_action" translatable="false">Powered by Yandex.Translate</string>
<string name="about_thekinrar">Search instances:</string>