mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
Update LangPref ; Remove metadata
This commit is contained in:
parent
9767363a7e
commit
19161ca3e4
4 changed files with 3 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "metadata"]
|
||||
path = metadata
|
||||
url = https://github.com/Diaspora-for-Android/dandelion-metadata-latest.git
|
|
@ -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;
|
||||
|
|
|
@ -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
metadata
1
metadata
|
@ -1 +0,0 @@
|
|||
Subproject commit 0f83b91174b5dc0eb72479fd0d63e5e7c0bd40cc
|
Loading…
Reference in a new issue