Update LangPref ; Remove metadata

This commit is contained in:
Gregor Santner 2017-09-19 15:19:00 +02:00
parent 9767363a7e
commit 19161ca3e4
4 changed files with 3 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "metadata"]
path = metadata
url = https://github.com/Diaspora-for-Android/dandelion-metadata-latest.git

View File

@ -51,7 +51,6 @@ import android.text.TextUtils;
import android.text.method.LinkMovementMethod;
import android.util.DisplayMetrics;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import android.webkit.WebView;
import android.widget.ImageView;
import android.widget.TextView;

View File

@ -117,11 +117,14 @@ public class SimpleMarkdownParser {
text = text
.replace("New:", "<font color='#276230'>New:</font>")
.replace("Added:", "<font color='#276230'>Added:</font>")
.replace("Add:", "<font color='#276230'>Add:</font>")
.replace("Fixed:", "<font color='#005688'>Fixed:</font>")
.replace("Fix:", "<font color='#005688'>Fix:</font>")
.replace("Removed:", "<font color='#C13524'>Removed:</font>")
.replace("Updated:", "<font color='#555555'>Updated:</font>")
.replace("Improved:", "<font color='#555555'>Improved:</font>")
.replace("Modified:", "<font color='#555555'>Modified:</font>")
.replace("Mod:", "<font color='#555555'>Mod:</font>")
;
return text;
}

@ -1 +0,0 @@
Subproject commit 0f83b91174b5dc0eb72479fd0d63e5e7c0bd40cc