aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/inbox_activity.xml
blob: c3eb4cc97dee97b5bdd2095dd77413d2750f4eaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <item
        android:id="@+id/action_refresh_inbox_activity"
        android:orderInCategory="1"
        android:title="@string/action_refresh"
        app:showAsAction="never" />

    <item
        android:id="@+id/action_read_all_messages_inbox_activity"
        android:orderInCategory="2"
        android:title="@string/action_read_all_messages"
        app:showAsAction="never" />
</menu>
='deletions'>-4/+2 2022-08-16Receive events in HistoryPostFragment.Docile-Alligator1-6/+399 2022-08-15Update Redgifs API.Docile-Alligator4-13/+35 2022-08-15Show urls in ShareLinkBottomSheetFragment.Docile-Alligator2-2/+40 2022-08-15Apply custom theme to settings page.Docile-Alligator77-239/+518 2022-08-14Apply custom theme to the header of the navigation drawer.Docile-Alligator4-16/+14 2022-08-14Heading markdown fix (#908)Sergei Kozelko11-15/+165 * Copy heading parser and adjust it to match Reddit behavior Unlike CommonMark, Reddit does not require space after #. This behavior is coded in a private static function, so the only way to override it is to copy everything and use the modified copy instead of the default parser. * Use RedditHeadingPlugin instead of regexes * Apply plugins to post body when writing a comment This fixes display when writing comment to a post that contains spoilers or headings without space * Apply plugins to parent comment body when writing a comment This fixes display when replying to a comment that contains strikethrough text 2022-08-14Fix post content is not parsed in other types of posts.Docile-Alligator8-96/+131 2022-08-13Fix saved comments not shown when clicking Saved option in the bottom ↵Docile-Alligator4-8/+4 navigation bar. 2022-08-13Fix caption shown under the navbar in ViewRedditGalleryImageOrGifFragment.Docile-Alligator4-23/+37 2022-08-12Manage theme insertion callbacks behaviour (#892)Andrei Shpakovskiy1-25/+25 2022-08-12fixed renamed labelWladimir Kirianov1-1/+1 2022-08-12fixed typosWladimir Kirianov1-2/+2 2022-08-05Extra small font sizeDocile-Alligator7-0/+36 2022-08-05Set default position of cursor at the end of query (#842)Andrei Shpakovskiy1-0/+1 2022-08-05Move mAccessToken and mAccountName initialization upper (#841)Anatolii Afanasev1-3/+3 2022-08-05Apply FAB theme in CustomThemeListingActivity (#857)Sergei Kozelko1-0/+1 2022-08-05Fix loading previews after quick scroll (#861)Sergei Kozelko2-1/+8 * Request layout on ratio change * Change imageView visibility on bind/recycle to force layout change 2022-08-04Clear user flair.Docile-Alligator4-25/+55 2022-07-29Fixed linksWladimir Kirianov1-1/+1 2022-07-28Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵Docile-Alligator12-27/+46 CustomThemePreviewActivity. 2022-07-28Update config.ymlWladimir Kirianov1-1/+1 2022-07-28Update translation contributors.Docile-Alligator1-19/+19