Loading app/src/main/java/app/fedilab/android/helper/Helper.java +1 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,7 @@ public class Helper { 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 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,})+)"); Loading src/fdroid/fastlane/metadata/android/en/changelogs/452.txt +3 −1 Original line number Diff line number Diff line Loading @@ -3,9 +3,11 @@ Added: Changed: - Visual feedback for block on account list - Visual changes with compose / top bar Fixed: - Nav buttons not visible with media (Light theme) - Status bar with Android 5 - Fix links not clickable - Fix deep links - Fix remote threads not fetched for some instances No newline at end of file Loading
app/src/main/java/app/fedilab/android/helper/Helper.java +1 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,7 @@ public class Helper { 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 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,})+)"); Loading
src/fdroid/fastlane/metadata/android/en/changelogs/452.txt +3 −1 Original line number Diff line number Diff line Loading @@ -3,9 +3,11 @@ Added: Changed: - Visual feedback for block on account list - Visual changes with compose / top bar Fixed: - Nav buttons not visible with media (Light theme) - Status bar with Android 5 - Fix links not clickable - Fix deep links - Fix remote threads not fetched for some instances No newline at end of file