1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-22 04:12:08 +01:00

Removed redundant changelog

This commit is contained in:
vanitasvitae 2016-07-04 16:04:38 +02:00
parent 881d5ed79d
commit bb0ef44719
4 changed files with 4 additions and 47 deletions

View file

@ -938,7 +938,7 @@ public class MainActivity extends AppCompatActivity
break;
case R.id.nav_license_help: {
final CharSequence[] options = {getString(R.string.help_license), getString(R.string.help_about), getString(R.string.help_help)};
final CharSequence[] options = {getString(R.string.help_license), getString(R.string.help_help)};
new AlertDialog.Builder(MainActivity.this)
.setItems(options, new DialogInterface.OnClickListener() {
@Override
@ -953,16 +953,6 @@ public class MainActivity extends AppCompatActivity
d.show();
((TextView) d.findViewById(android.R.id.message)).setMovementMethod(LinkMovementMethod.getInstance());
}
if (options[item].equals(getString(R.string.help_about))) {
final SpannableString s = new SpannableString(Html.fromHtml(getString(R.string.about_text)));
Linkify.addLinks(s, Linkify.WEB_URLS);
final AlertDialog d = new AlertDialog.Builder(MainActivity.this)
.setTitle(R.string.help_about)
.setMessage(s)
.setPositiveButton(android.R.string.yes, null).show();
d.show();
((TextView) d.findViewById(android.R.id.message)).setMovementMethod(LinkMovementMethod.getInstance());
}
if (options[item].equals(getString(R.string.help_help))) {
new AlertDialog.Builder(MainActivity.this)
.setTitle(R.string.help_help)

View file

@ -126,6 +126,7 @@
• gsantner https://gsantner.github.io<br>
• martinchodev https://github.com/martinchodev<br>
• scoute-dich https://github.com/scoute-dich<br> <br>
• vanitasvitae https://github.com/vanitasvitae<br> <br>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -145,7 +146,6 @@ along with this program. If not, see http://www.gnu.org/licenses.<br> <br
Sie wurden von \"Lydia\" veröffentlicht und stehen unter der cc by-nc-sa Lizenz.&lt;/i></string>
<string name="splash_screen_description">Startbildschirm</string>
<string name="new_notifications">Ungelesene Benachrichtigung. Lesen?</string>
<string name="help_about">Changelog</string>
<string name="jb_profile">Profil</string>
<string name="shared_by_diaspora_android">*[geteilt durch #DiasporaForAndroid]*</string>
<string name="context_menu_save_image">Bild speichern</string>

View file

@ -64,7 +64,6 @@
<string name="help_license">Licence</string>
<string name="help_help">Mise en page Markdown</string>
<string name="help_about">Changelog</string>
<string name="toast_screenshot">Enregistrer la capture d\'écran sous :</string>
@ -122,6 +121,7 @@
&#8226; gsantner https://gsantner.github.io&lt;br>
&#8226; martinchodev https://github.com/martinchodev&lt;br>
&#8226; scoute-dich https://github.com/scoute-dich&lt;br> &lt;br>
&#8226; vanitasvitae https://github.com/vanitasvitae&lt;br> &lt;br>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View file

@ -73,7 +73,6 @@
<string name="help_license">License</string>
<string name="help_help">Markdown formating</string>
<string name="help_about">Changelog</string>
<string name="toast_screenshot">Saving screenshot as:</string>
@ -131,45 +130,13 @@
You can create the following symbols and other special characters using a combination of characters:&lt;br>
(c) = © ; (r) = ® ; x^2 = x²"</string>
<string name="about_text" translatable="false">
&lt;i>For more informations visit the Projectsite on github:&lt;br>
https://github.com/scoute-dich/Diaspora&lt;/i>&lt;br>&lt;br>
&lt;b>v1.3.&lt;/b>&lt;br>
&lt;i>big thanks to gsantner&lt;/i>&lt;br>
&#8226; gitignore&lt;br>
&#8226; Link to profile&lt;br>
&#8226; Move menu actions&lt;br>
&#8226; Refactoring part1&lt;br>
&#8226; bump libs&lt;br>&lt;br>
&lt;b>v1.2.&lt;/b>&lt;br>
&#8226; using strings in podactivity&lt;br>
&#8226; improved share activity&lt;br>&lt;br>
&lt;b>v1.1.&lt;/b>&lt;br>
&#8226; new about app and help dialogs&lt;br>
&#8226; better snackbar integration&lt;br>&lt;br>
&lt;b>v1.0.1.&lt;/b>&lt;br>
&#8226; click on titelbar to load stream&lt;br>&lt;br>
&lt;b>v1.0.&lt;/b>&lt;br>
&#8226; all features of original Diaspora-Native-Webapp&lt;br>
&#8226; popup menus (view settings, diaspora settings, share function)&lt;br>
&#8226; share function (link, screenshot)&lt;br>
&#8226; design improvements&lt;br>
&#8226; implemented android marshmallow perimssion model&lt;br>
&#8226; implemented swipe to refresh
</string>
<string name="license_title" translatable="false">Copyright © 20152016</string>
<string name="license_text">&lt;b>Main Contributors:&lt;/b>&lt;br>
&#8226; gsantner https://gsantner.github.io&lt;br>
&#8226; martinchodev https://github.com/martinchodev&lt;br>
&#8226; scoute-dich https://github.com/scoute-dich&lt;br> &lt;br>
&#8226; vanitasvitae https://github.com/vanitasvitae&lt;br> &lt;br>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by