Skip to content

Commit

Permalink
Detects more bot usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jan 31, 2023
1 parent bd9add8 commit 717708b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/assets/changelog-alpha.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/Alpha 325 (2023-01-31)
Added round icon (which may make icon theming work on more devices)
Detects more bot usernames

/Alpha 324 (2023-01-30)
Added support for Material You themed monochrome icon on Android 13
Expand Down
1 change: 1 addition & 0 deletions src/main/assets/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Show avatar in user profile dialog (thanks to mgurga)
Added support for Material You themed monochrome icon on Android 13
Added accessibility actions for posts and comments (thanks to codeofdusk)
Detects more bot usernames
Dependency updates

104/1.20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ public static final class Reddit {
BOT_USERNAMES_LOWERCASE.add("automoderator");
BOT_USERNAMES_LOWERCASE.add("qualityvote");
BOT_USERNAMES_LOWERCASE.add("visualmod");
BOT_USERNAMES_LOWERCASE.add("a-mirror-bot");
BOT_USERNAMES_LOWERCASE.add("unexbot");
}

public static final String SCHEME_HTTPS = "https";
Expand Down

0 comments on commit 717708b

Please sign in to comment.