diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/menu/menu_main.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/menu/menu_settings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/menu/menu_web.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/values/ids.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
5 files changed, 10 insertions, 6 deletions
diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml index 3063ffec..8c6d3b34 100644 --- a/app/src/main/res/menu/menu_main.xml +++ b/app/src/main/res/menu/menu_main.xml @@ -1,7 +1,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - tools:context="com.pitchedapps.myapplication.MainActivity"> + tools:context="com.pitchedapps.frost.activities.MainActivity"> <item android:id="@+id/action_search" diff --git a/app/src/main/res/menu/menu_settings.xml b/app/src/main/res/menu/menu_settings.xml index 7ae59ad2..d8348af4 100644 --- a/app/src/main/res/menu/menu_settings.xml +++ b/app/src/main/res/menu/menu_settings.xml @@ -1,7 +1,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - tools:context="com.pitchedapps.myapplication.MainActivity"> + tools:context="com.pitchedapps.frost.activities.SettingsActivity"> <item android:id="@+id/action_email" diff --git a/app/src/main/res/menu/menu_web.xml b/app/src/main/res/menu/menu_web.xml index 833e7c27..5baefa1b 100644 --- a/app/src/main/res/menu/menu_web.xml +++ b/app/src/main/res/menu/menu_web.xml @@ -1,8 +1,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - tools:context="com.pitchedapps.myapplication.MainActivity"> - + tools:context="com.pitchedapps.frost.activities.WebOverlayActivity"> <item android:id="@+id/action_copy_link" @@ -14,6 +13,6 @@ android:id="@+id/action_share" android:orderInCategory="200" android:title="@string/kau_share" - app:showAsAction="always" /> + app:showAsAction="ifRoom" /> </menu> diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index d32a3b71..0aaeeab8 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -9,4 +9,9 @@ <item name="intro_title" type="id" /> <item name="intro_image" type="id" /> <item name="intro_desc" type="id" /> + + <!--Extra menu ids; see OverlayContext--> + <item name="action_notification" type="id" /> + <item name="action_messages" type="id" /> + <item name="action_frost" type="id" /> </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 99e60483..0e6bb252 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -15,7 +15,7 @@ <item text="Add full support for messaging in overlays. We will dynamically launch new overlays when required to." /> <item text="Prevent bad messenger intent from launching" /> <item text="Add toggle for recents feed. Aggressive loading removes extra posts that are not really recent, whereas disabling it will show exactly what you get on Facebook" /> - <item text="" /> + <item text="Add contextual menu items. Easily go to your full list of notifications or messages from the overlay." /> <item text="" /> <item text="" /> |