diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/menu/menu_web.xml | 11 | ||||
-rw-r--r-- | app/src/main/res/values/strings_web_context.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 3 |
3 files changed, 11 insertions, 4 deletions
diff --git a/app/src/main/res/menu/menu_web.xml b/app/src/main/res/menu/menu_web.xml index 5baefa1b..15394c75 100644 --- a/app/src/main/res/menu/menu_web.xml +++ b/app/src/main/res/menu/menu_web.xml @@ -5,14 +5,17 @@ <item android:id="@+id/action_copy_link" - android:orderInCategory="100" android:title="@string/copy_link" - app:showAsAction="ifRoom" /> + app:showAsAction="never" /> <item android:id="@+id/action_share" - android:orderInCategory="200" android:title="@string/kau_share" - app:showAsAction="ifRoom" /> + app:showAsAction="never" /> + + <item + android:id="@+id/action_open_in_browser" + android:title="@string/open_in_browser" + app:showAsAction="never" /> </menu> diff --git a/app/src/main/res/values/strings_web_context.xml b/app/src/main/res/values/strings_web_context.xml index 2a8ca71c..fe3972cb 100644 --- a/app/src/main/res/values/strings_web_context.xml +++ b/app/src/main/res/values/strings_web_context.xml @@ -11,4 +11,5 @@ <string name="copy_link">Copy Link</string> <string name="copy_text">Copy Text</string> <string name="debug_image_link_subject" translatable="false">Frost for Facebook: Image Link Debug</string> + <string name="open_in_browser">Open in browser</string> </resources>
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 88216d63..e8856b03 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -11,6 +11,9 @@ <item text="Notification tab will keep first page in the same window; fixes marking notifications as read" /> <item text="Fix nav and status bar icon colors for custom themes (Android O+)" /> <item text="Fix biometric prompt, and prompt on activity resume" /> + <item text="Fix notification title" /> + <item text="Add option to open overlay links in browser" /> + <item text="Disable swipe to refresh for composer and sharer pages" /> <item text="" /> <version title="v2.4.0" /> |