aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/menu/account_saved_thing_activity.xml
blob: 483c27a3a7b92b7ae77ec5a6f053a301bb1f9c77 (plain) (tree)
1
2
3
4
5
6
7
8


                                                                
                                                                                                  



                                                                     






                                                                       





                                                                                
       
<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:application="ml.docilealligator.infinityforreddit.activities.AccountSavedThingActivity">
    <item
        android:id="@+id/action_refresh_account_saved_thing_activity"
        android:orderInCategory="1"
        android:title="@string/action_refresh"
        app:showAsAction="never" />

    <item
        android:id="@+id/action_lazy_mode_account_saved_thing_activity"
        android:orderInCategory="2"
        android:title="@string/action_start_lazy_mode"
        app:showAsAction="never" />

    <item
        android:id="@+id/action_change_post_layout_account_saved_thing_activity"
        android:orderInCategory="3"
        android:title="@string/action_change_post_layout"
        app:showAsAction="never" />
</menu>
'> 2021-03-05Tabs to spacesMango0x451-526/+541 2021-03-05Educate new members on input rulesMango0x451-535/+526 2021-02-28Make !pending not max out at 200 runs per gamerandomidiot131-5/+16 2021-02-27Update aiohttp due to security vulnerabilityMango0x452-1/+2 2021-02-24Make !verified asynchronousAnInternetTroll2-38/+36 2021-02-20Add verified commandrandomidiot131-0/+45 If I did everything right, there should be a "verified" command that does the same thing as "src!v", roughly. Be advised that I have no idea if what I'm doing is correct, good, and/or functional. 2021-02-13Whitelist coop all bosses when rejecting spamMango0x451-1/+1 2021-02-13Remove useless importsMango0x454-6/+1 2021-02-13Add better spam preventionMango0x451-15/+22 2021-02-13Remove useless dependenciesMango0x451-10/+8