Update release notes
This commit is contained in:
parent
0c60c9dbed
commit
c1814aa5e9
|
@ -317,7 +317,7 @@ public class Helper {
|
||||||
|
|
||||||
Pattern.CASE_INSENSITIVE | Pattern.MULTILINE | Pattern.DOTALL);*/
|
Pattern.CASE_INSENSITIVE | Pattern.MULTILINE | Pattern.DOTALL);*/
|
||||||
|
|
||||||
public static final Pattern hashtagPattern = Pattern.compile("(^|\\s+|[.,;?!-]+)(#[\\w_A-zÀ-ÿ]+)");
|
public static final Pattern hashtagPattern = Pattern.compile("(#[\\w_A-zÀ-ÿ]+)");
|
||||||
public static final Pattern groupPattern = Pattern.compile("(![\\w_]+)");
|
public static final Pattern groupPattern = Pattern.compile("(![\\w_]+)");
|
||||||
public static final Pattern mentionPattern = Pattern.compile("(@[\\w_.-]+[\\w])");
|
public static final Pattern mentionPattern = Pattern.compile("(@[\\w_.-]+[\\w])");
|
||||||
public static final Pattern mentionLongPattern = Pattern.compile("(@[\\w_.-]+@[a-zA-Z0-9][a-zA-Z0-9.-]{1,61}[a-zA-Z0-9](?:\\.[a-zA-Z]{2,})+)");
|
public static final Pattern mentionLongPattern = Pattern.compile("(@[\\w_.-]+@[a-zA-Z0-9][a-zA-Z0-9.-]{1,61}[a-zA-Z0-9](?:\\.[a-zA-Z]{2,})+)");
|
||||||
|
|
|
@ -3,9 +3,11 @@ Added:
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
- Visual feedback for block on account list
|
- Visual feedback for block on account list
|
||||||
|
- Visual changes with compose / top bar
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
- Nav buttons not visible with media (Light theme)
|
- Nav buttons not visible with media (Light theme)
|
||||||
- Status bar with Android 5
|
- Status bar with Android 5
|
||||||
- Fix links not clickable
|
- Fix links not clickable
|
||||||
- Fix deep links
|
- Fix deep links
|
||||||
|
- Fix remote threads not fetched for some instances
|
Loading…
Reference in New Issue