Skip to content

Commit

Permalink
Allow custom text selection actions in Android 11
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jun 18, 2021
1 parent a9d7690 commit e83fc3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/changelog-alpha.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/Alpha 279 (2021-06-18)
Translation updates (thanks to Andrey F, Axus Wizix, Eric, FintasticMan, Gontzal Manuel Pujana Onaindia, Lukman Nulhakim, phlostically, Sergio Varela, Vsevolod, zeritti, zmni)
Allow custom text selection actions in Android 11

/Alpha 278 (2021-06-13)
Better errors for subreddit content rules when submitting posts
Expand Down
1 change: 1 addition & 0 deletions assets/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Fixed issue where tapping a loading image would close it (thanks to Cameron Merk
Fixed issue where edited posts weren't marked
Fixed video controls issue where rewinding could go to negative time (thanks to Cameron Merkel)
Handle inbox messages from subreddits correctly
Allow custom text selection actions in Android 11
Workaround for Android crash due to large images
Fixes for various rare crashes
Workaround for third party share apps
Expand Down
7 changes: 7 additions & 0 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>

<queries>
<intent>
<action android:name="android.intent.action.PROCESS_TEXT" />
<data android:mimeType="text/plain" />
</intent>
</queries>

<application android:name="org.quantumbadger.redreader.RedReader"
android:icon="@mipmap/icon"
android:label="@string/app_name"
Expand Down

0 comments on commit e83fc3a

Please sign in to comment.