Ezerous
6 years ago
No known key found for this signature in database
GPG Key ID: 262B2954BBA319E3
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/gr/thmmy/mthmmy/activities/topic/TopicParser.java
|
@ -37,7 +37,7 @@ import timber.log.Timber; |
|
|
public class TopicParser { |
|
|
public class TopicParser { |
|
|
private static Pattern mentionsPattern = Pattern. |
|
|
private static Pattern mentionsPattern = Pattern. |
|
|
compile("<div class=\"quoteheader\">\\n\\s+?<a href=.+?>(Quote from|Παράθεση από): " |
|
|
compile("<div class=\"quoteheader\">\\n\\s+?<a href=.+?>(Quote from|Παράθεση από): " |
|
|
+ BaseActivity.getSessionManager().getUsername()); |
|
|
+ BaseActivity.getSessionManager().getUsername() +"\\s(στις|on)"); |
|
|
|
|
|
|
|
|
//User colors
|
|
|
//User colors
|
|
|
private static final int USER_COLOR_BLACK = Color.parseColor("#000000"); |
|
|
private static final int USER_COLOR_BLACK = Color.parseColor("#000000"); |
|
|