Skip to content

Commit

Permalink
Suppressing lint false positive and updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Mar 25, 2022
1 parent 96cd258 commit 1a63fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Updated default subreddit list (thanks to Cameron Merkel)
Allows reporting uncaught exceptions
Fix to sample flag handling when saving Reddit videos
Accessibility: announce relative level of comments within a thread (on by default)
Accessibility text improvements (thanks to codeofdusk)
Dependency updates

102/1.18.1
Expand Down
4 changes: 2 additions & 2 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
~ along with RedReader. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<resources xmlns:tools="http://schemas.android.com/tools">

<string name="app_name" translatable="false">RedReader</string>

Expand Down Expand Up @@ -1659,7 +1659,7 @@
<string name="pref_accessibility_say_comment_indent_level_key">pref_accessibility_say_comment_indent_level</string>
<string name="pref_accessibility_say_comment_indent_level_title">Announce comment indent</string>
<string name="pref_accessibility_say_comment_indent_level_summary">Announce relative level (indent) of comments within a thread</string>
<string name="accessibility_comment_indent_level">Level %d comment.</string>
<string name="accessibility_comment_indent_level" tools:ignore="PluralsCandidate">Level %d comment.</string>
<string name="accessibility_comment_indent_level_top">Top level comment.</string>

<string name="pref_behaviour_collapse_sticky_comments_key">pref_behaviour_collapse_sticky_comments</string>
Expand Down

0 comments on commit 1a63fbc

Please sign in to comment.