summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/ids.xml
blob: 3c173b72da01c339021beadc24e78e138d275b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<resources>
    <!-- Menu items -->
    <item name="select_all_item" type="id"/>
    <item name="deselect_all_item" type="id"/>
    <item name="clear_history_item" type="id"/>
    <item name="open_in_browser_item" type="id"/>
    <item name="copy_url_item" type="id"/>
    <item name="share_url_item" type="id"/>
    <item name="go_to_position_item" type="id"/>
    <item name="drag_handle" type="id"/>
    <item name="skip_episode_item" type="id"/>
    <item name="move_to_top_item" type="id"/>
    <item name="move_to_bottom_item" type="id"/>

    <!-- View types -->
    <item name="view_type_episode_item" type="id"/>

    <!-- Notifications need unique IDs to update/cancel them -->
    <item name="notification_gpodnet_sync_error" type="id"/>
    <item name="notification_gpodnet_sync_autherror" type="id"/>
    <item name="notification_downloading" type="id"/>
    <item name="notification_download_report" type="id"/>
    <item name="notification_auto_download_report" type="id"/>
    <item name="notification_playing" type="id"/>
    <item name="notification_streaming_confirmation" type="id"/>

    <!-- PendingIntent objects that use the same action but different extras need to use a unique request code -->
    <item name="pending_intent_download_service_notification" type="id"/>
    <item name="pending_intent_download_service_auth" type="id"/>
    <item name="pending_intent_download_service_report" type="id"/>
    <item name="pending_intent_download_service_autodownload_report" type="id"/>
    <item name="pending_intent_allow_stream_always" type="id"/>
    <item name="pending_intent_allow_stream_this_time" type="id"/>
    <item name="pending_intent_player_activity" type="id"/>
    <item name="pending_intent_sync_error" type="id"/>
</resources>