├── .classpath ├── .gitignore ├── .project ├── Android.mk ├── AndroidManifest.xml ├── CleanSpec.mk ├── MODULE_LICENSE_APACHE2 ├── NOTICE ├── README.md ├── fill_screens.py ├── libs ├── android-support-v4.jar └── protobuf-java-2.3.0.jar ├── print_db.py ├── proguard.flags ├── project.properties ├── protos └── backup.proto ├── res ├── anim │ ├── fade_in_fast.xml │ └── fade_out_fast.xml ├── drawable-hdpi │ ├── apps_customize_bg.png │ ├── bg_appwidget_error.9.png │ ├── bg_cling1.png │ ├── bg_cling2.png │ ├── bg_cling3.png │ ├── bg_cling4.png │ ├── cling.9.png │ ├── cling_arrow_down.png │ ├── cling_arrow_left.png │ ├── cling_arrow_right.png │ ├── cling_arrow_up.png │ ├── cling_button.9.png │ ├── cling_button_pressed.9.png │ ├── custom_content_page.png │ ├── focused_bg.9.png │ ├── hand.png │ ├── home_press.9.png │ ├── ic_actionbar_accept.png │ ├── ic_allapps.png │ ├── ic_allapps_pressed.png │ ├── ic_home_all_apps_holo_dark.png │ ├── ic_home_search_normal_holo.png │ ├── ic_home_voice_search_holo.png │ ├── ic_images.png │ ├── ic_launcher_clear_active_holo.png │ ├── ic_launcher_clear_normal_holo.png │ ├── ic_launcher_info_active_holo.png │ ├── ic_launcher_info_normal_holo.png │ ├── ic_launcher_market_holo.png │ ├── ic_launcher_trashcan_active_holo.png │ ├── ic_launcher_trashcan_normal_holo.png │ ├── ic_pageindicator_add.png │ ├── ic_pageindicator_current.png │ ├── ic_pageindicator_default.png │ ├── ic_setting.png │ ├── ic_setting_pressed.png │ ├── ic_wallpaper.png │ ├── ic_wallpaper_pressed.png │ ├── ic_widget.png │ ├── ic_widget_pressed.png │ ├── overscroll_glow_left.9.png │ ├── overscroll_glow_right.9.png │ ├── page_hover_left_holo.9.png │ ├── page_hover_right_holo.9.png │ ├── paged_view_indicator.9.png │ ├── portal_container_holo.9.png │ ├── portal_ring_inner_holo.png │ ├── portal_ring_inner_nolip_holo.png │ ├── portal_ring_outer_holo.png │ ├── portal_ring_rest.png │ ├── screenpanel.9.png │ ├── screenpanel_hover.9.png │ ├── search_frame.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_holo.9.png │ ├── tab_selected_pressed_focused_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_holo.9.png │ ├── tab_unselected_pressed_focused_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── tile_picker_focused.9.png │ ├── tile_picker_pressed.9.png │ ├── tile_picker_selected.9.png │ ├── tile_shadow_bottom.9.png │ ├── tile_shadow_top.9.png │ ├── widget_container_holo.9.png │ ├── widget_resize_frame_holo.9.png │ ├── widget_resize_handle_bottom.png │ ├── widget_resize_handle_left.png │ ├── widget_resize_handle_right.png │ ├── widget_resize_handle_top.png │ ├── widget_tile.png │ └── workspace_bg.9.png ├── drawable-land-hdpi │ ├── bg_cling1.png │ ├── bg_cling2.png │ ├── bg_cling3.png │ ├── ic_home_voice_search_holo.png │ └── workspace_bg.9.png ├── drawable-land-mdpi │ ├── bg_cling1.png │ ├── bg_cling2.png │ ├── bg_cling3.png │ ├── ic_home_voice_search_holo.png │ └── workspace_bg.9.png ├── drawable-land-xhdpi │ ├── bg_cling1.png │ ├── bg_cling2.png │ ├── bg_cling3.png │ ├── ic_home_voice_search_holo.png │ └── workspace_bg.9.png ├── drawable-land-xxhdpi │ ├── bg_cling1.png │ ├── bg_cling2.png │ ├── bg_cling3.png │ ├── ic_home_voice_search_holo.png │ └── workspace_bg.9.png ├── drawable-mdpi │ ├── apps_customize_bg.png │ ├── bg_appwidget_error.9.png │ ├── bg_cling1.png │ ├── bg_cling2.png │ ├── bg_cling3.png │ ├── bg_cling4.png │ ├── bg_cling5.png │ ├── cling.9.png │ ├── cling_arrow_down.png │ ├── cling_arrow_left.png │ ├── cling_arrow_right.png │ ├── cling_arrow_up.png │ ├── cling_button.9.png │ ├── cling_button_pressed.9.png │ ├── custom_content_page.png │ ├── focused_bg.9.png │ ├── hand.png │ ├── home_press.9.png │ ├── ic_actionbar_accept.png │ ├── ic_allapps.png │ ├── ic_allapps_pressed.png │ ├── ic_home_all_apps_holo_dark.png │ ├── ic_home_search_normal_holo.png │ ├── ic_home_voice_search_holo.png │ ├── ic_images.png │ ├── ic_launcher_clear_active_holo.png │ ├── ic_launcher_clear_normal_holo.png │ ├── ic_launcher_info_active_holo.png │ ├── ic_launcher_info_normal_holo.png │ ├── ic_launcher_market_holo.png │ ├── ic_launcher_trashcan_active_holo.png │ ├── ic_launcher_trashcan_normal_holo.png │ ├── ic_pageindicator_add.png │ ├── ic_pageindicator_current.png │ ├── ic_pageindicator_default.png │ ├── ic_setting.png │ ├── ic_setting_icn.png │ ├── ic_setting_pressed.png │ ├── ic_wallpaper.png │ ├── ic_wallpaper_pressed.png │ ├── ic_widget.png │ ├── ic_widget_pressed.png │ ├── overscroll_glow_left.9.png │ ├── overscroll_glow_right.9.png │ ├── page_hover_left_holo.9.png │ ├── page_hover_right_holo.9.png │ ├── paged_view_indicator.9.png │ ├── portal_container_holo.9.png │ ├── portal_ring_inner_holo.png │ ├── portal_ring_inner_nolip_holo.png │ ├── portal_ring_outer_holo.png │ ├── portal_ring_rest.png │ ├── screenpanel.9.png │ ├── screenpanel_hover.9.png │ ├── search_frame.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_holo.9.png │ ├── tab_selected_pressed_focused_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_holo.9.png │ ├── tab_unselected_pressed_focused_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── tile_picker_focused.9.png │ ├── tile_picker_pressed.9.png │ ├── tile_picker_selected.9.png │ ├── tile_shadow_bottom.9.png │ ├── tile_shadow_top.9.png │ ├── widget_container_holo.9.png │ ├── widget_resize_frame_holo.9.png │ ├── widget_resize_handle_bottom.png │ ├── widget_resize_handle_left.png │ ├── widget_resize_handle_right.png │ ├── widget_resize_handle_top.png │ ├── widget_tile.png │ └── workspace_bg.9.png ├── drawable-sw600dp-hdpi │ ├── homescreen_blue_normal_holo.9.png │ ├── homescreen_blue_strong_holo.9.png │ ├── ic_allapps.png │ ├── ic_allapps_pressed.png │ ├── overscroll_glow_left.9.png │ ├── overscroll_glow_right.9.png │ ├── portal_ring_inner_holo.png │ ├── portal_ring_inner_nolip_holo.png │ └── portal_ring_outer_holo.png ├── drawable-sw600dp-mdpi │ ├── homescreen_blue_normal_holo.9.png │ ├── homescreen_blue_strong_holo.9.png │ ├── ic_allapps.png │ ├── ic_allapps_pressed.png │ ├── overscroll_glow_left.9.png │ ├── overscroll_glow_right.9.png │ ├── portal_ring_inner_holo.png │ ├── portal_ring_inner_nolip_holo.png │ └── portal_ring_outer_holo.png ├── drawable-sw600dp-xhdpi │ ├── homescreen_blue_normal_holo.9.png │ ├── homescreen_blue_strong_holo.9.png │ ├── ic_allapps.png │ ├── ic_allapps_pressed.png │ ├── overscroll_glow_left.9.png │ ├── overscroll_glow_right.9.png │ ├── portal_ring_inner_holo.png │ ├── portal_ring_inner_nolip_holo.png │ └── portal_ring_outer_holo.png ├── drawable-sw600dp-xxhdpi │ ├── homescreen_blue_normal_holo.9.png │ ├── homescreen_blue_strong_holo.9.png │ ├── ic_allapps.png │ ├── ic_allapps_pressed.png │ ├── overscroll_glow_left.9.png │ ├── overscroll_glow_right.9.png │ ├── portal_ring_inner_holo.png │ ├── portal_ring_inner_nolip_holo.png │ └── portal_ring_outer_holo.png ├── drawable-sw720dp-hdpi │ └── workspace_bg.9.png ├── drawable-sw720dp-mdpi │ └── workspace_bg.9.png ├── drawable-sw720dp-xhdpi │ └── workspace_bg.9.png ├── drawable-xhdpi │ ├── apps_customize_bg.png │ ├── bg_appwidget_error.9.png │ ├── bg_cling1.png │ ├── bg_cling2.png │ ├── bg_cling3.png │ ├── bg_cling4.png │ ├── cling.9.png │ ├── cling_arrow_down.png │ ├── cling_arrow_left.png │ ├── cling_arrow_right.png │ ├── cling_arrow_up.png │ ├── cling_button.9.png │ ├── cling_button_pressed.9.png │ ├── custom_content_page.png │ ├── focused_bg.9.png │ ├── hand.png │ ├── home_press.9.png │ ├── ic_actionbar_accept.png │ ├── ic_allapps.png │ ├── ic_allapps_pressed.png │ ├── ic_home_all_apps_holo_dark.png │ ├── ic_home_search_normal_holo.png │ ├── ic_home_voice_search_holo.png │ ├── ic_images.png │ ├── ic_launcher_clear_active_holo.png │ ├── ic_launcher_clear_normal_holo.png │ ├── ic_launcher_info_active_holo.png │ ├── ic_launcher_info_normal_holo.png │ ├── ic_launcher_market_holo.png │ ├── ic_launcher_trashcan_active_holo.png │ ├── ic_launcher_trashcan_normal_holo.png │ ├── ic_pageindicator_add.png │ ├── ic_pageindicator_current.png │ ├── ic_pageindicator_default.png │ ├── ic_setting.png │ ├── ic_setting_pressed.png │ ├── ic_wallpaper.png │ ├── ic_wallpaper_pressed.png │ ├── ic_widget.png │ ├── ic_widget_pressed.png │ ├── overscroll_glow_left.9.png │ ├── overscroll_glow_right.9.png │ ├── page_hover_left_holo.9.png │ ├── page_hover_right_holo.9.png │ ├── paged_view_indicator.9.png │ ├── portal_container_holo.9.png │ ├── portal_ring_inner_holo.png │ ├── portal_ring_inner_nolip_holo.png │ ├── portal_ring_outer_holo.png │ ├── portal_ring_rest.png │ ├── screenpanel.9.png │ ├── screenpanel_hover.9.png │ ├── search_frame.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_holo.9.png │ ├── tab_selected_pressed_focused_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_holo.9.png │ ├── tab_unselected_pressed_focused_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── tile_picker_focused.9.png │ ├── tile_picker_pressed.9.png │ ├── tile_picker_selected.9.png │ ├── tile_shadow_bottom.9.png │ ├── tile_shadow_top.9.png │ ├── widget_container_holo.9.png │ ├── widget_resize_frame_holo.9.png │ ├── widget_resize_handle_bottom.png │ ├── widget_resize_handle_left.png │ ├── widget_resize_handle_right.png │ ├── widget_resize_handle_top.png │ ├── widget_tile.png │ └── workspace_bg.9.png ├── drawable-xxhdpi │ ├── arrow_dashed.png │ ├── bg_cling1.png │ ├── bg_cling2.png │ ├── bg_cling3.png │ ├── bg_cling4.png │ ├── bg_cling_home.png │ ├── bg_cling_nakasi3.png │ ├── cling.9.png │ ├── cling_arrow_down.png │ ├── cling_arrow_left.png │ ├── cling_arrow_right.png │ ├── cling_arrow_up.png │ ├── cling_button.9.png │ ├── cling_button_pressed.9.png │ ├── default_widget_preview_holo.9.png │ ├── focused_bg.9.png │ ├── hand.png │ ├── hotseat_bg_panel.9.png │ ├── hotseat_scrubber_holo.9.png │ ├── hotseat_track_holo.9.png │ ├── ic_allapps.png │ ├── ic_allapps_pressed.png │ ├── ic_home_all_apps_holo_dark.png │ ├── ic_home_google_logo_normal_holo.png │ ├── ic_home_google_logo_pressed_holo.png │ ├── ic_home_search_normal_holo.png │ ├── ic_home_search_pressed_holo.png │ ├── ic_home_voice_search_holo.png │ ├── ic_home_voice_search_pressed_holo.png │ ├── ic_images.png │ ├── ic_launcher_clear_active_holo.png │ ├── ic_launcher_clear_normal_holo.png │ ├── ic_launcher_info_active_holo.png │ ├── ic_launcher_info_normal_holo.png │ ├── ic_launcher_trashcan_active_holo.png │ ├── ic_launcher_trashcan_normal_holo.png │ ├── ic_pageindicator_add.png │ ├── ic_pageindicator_current.png │ ├── ic_pageindicator_default.png │ ├── ic_qs_remote_display.png │ ├── ic_qs_remote_display_connected.png │ ├── ic_setting.png │ ├── ic_setting_pressed.png │ ├── ic_wallpaper.png │ ├── ic_wallpaper_pressed.png │ ├── ic_widget.png │ ├── ic_widget_pressed.png │ ├── overscroll_glow_left.9.png │ ├── overscroll_glow_right.9.png │ ├── page_hover_left_holo.9.png │ ├── page_hover_right_holo.9.png │ ├── portal_container_holo.9.png │ ├── portal_ring_inner_holo.png │ ├── portal_ring_inner_nolip_holo.png │ ├── portal_ring_outer_holo.png │ ├── portal_ring_rest.png │ ├── screenpanel.9.png │ ├── screenpanel_hover.9.png │ ├── search_bg_panel.9.png │ ├── search_frame.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── tile_picker_focused.9.png │ ├── tile_picker_pressed.9.png │ ├── tile_picker_selected.9.png │ ├── tile_shadow_bottom.9.png │ ├── tile_shadow_top.9.png │ ├── widget_container_holo.9.png │ ├── widget_resize_frame_holo.9.png │ ├── widget_resize_handle_bottom.png │ ├── widget_resize_handle_left.png │ ├── widget_resize_handle_right.png │ ├── widget_resize_handle_top.png │ ├── widget_tile.png │ └── workspace_bg.9.png ├── drawable │ ├── all_apps_button_icon.xml │ ├── cling_arrow_end.xml │ ├── cling_arrow_start.xml │ ├── cling_button_bg.xml │ ├── focusable_view_bg.xml │ ├── info_target_selector.xml │ ├── remove_target_selector.xml │ ├── setting_button.xml │ ├── tab_widget_indicator_selector.xml │ ├── uninstall_target_selector.xml │ ├── wallpaper_button.xml │ ├── wallpaper_tile_fg.xml │ └── widget_button.xml ├── layout-land │ ├── all_apps_cling.xml │ ├── first_run_cling.xml │ ├── folder_cling.xml │ ├── launcher.xml │ ├── search_bar.xml │ └── workspace_cling.xml ├── layout-port │ ├── all_apps_cling.xml │ ├── first_run_cling.xml │ ├── folder_cling.xml │ ├── launcher.xml │ ├── search_bar.xml │ └── workspace_cling.xml ├── layout-sw600dp-port │ ├── all_apps_cling.xml │ └── folder_cling.xml ├── layout-sw720dp-port │ └── folder_cling.xml ├── layout-sw720dp │ ├── all_apps_cling.xml │ ├── external_widget_drop_list_item.xml │ ├── launcher.xml │ ├── market_button.xml │ └── search_bar.xml ├── layout │ ├── actionbar_set_wallpaper.xml │ ├── add_list_item.xml │ ├── all_apps_button.xml │ ├── application.xml │ ├── apps_customize_application.xml │ ├── apps_customize_pane.xml │ ├── apps_customize_progressbar.xml │ ├── apps_customize_widget.xml │ ├── appwidget_error.xml │ ├── custom_content_page_indicator_marker.xml │ ├── custom_workspace_cling.xml │ ├── drop_target_bar.xml │ ├── folder_icon.xml │ ├── hotseat.xml │ ├── market_button.xml │ ├── overview_panel.xml │ ├── page_indicator.xml │ ├── page_indicator_marker.xml │ ├── qsb_bar.xml │ ├── rename_folder.xml │ ├── tab_widget_indicator.xml │ ├── user_folder.xml │ ├── wallpaper_cropper.xml │ ├── wallpaper_picker.xml │ ├── wallpaper_picker_image_picker_item.xml │ ├── wallpaper_picker_item.xml │ ├── wallpaper_picker_live_wallpaper_item.xml │ ├── wallpaper_picker_third_party_item.xml │ └── workspace_screen.xml ├── menu │ └── cab_delete_wallpapers.xml ├── mipmap-hdpi │ ├── ic_launcher_application.png │ ├── ic_launcher_home.png │ └── ic_launcher_wallpaper.png ├── mipmap-mdpi │ ├── ic_launcher_application.png │ ├── ic_launcher_home.png │ └── ic_launcher_wallpaper.png ├── mipmap-xhdpi │ ├── ic_launcher_application.png │ ├── ic_launcher_home.png │ └── ic_launcher_wallpaper.png ├── mipmap-xxhdpi │ ├── ic_launcher_application.png │ ├── ic_launcher_home.png │ └── ic_launcher_wallpaper.png ├── values-af-land │ └── strings.xml ├── values-af │ └── strings.xml ├── values-am-land │ └── strings.xml ├── values-am │ └── strings.xml ├── values-ar-land │ └── strings.xml ├── values-ar │ └── strings.xml ├── values-be │ └── strings.xml ├── values-bg-land │ └── strings.xml ├── values-bg │ └── strings.xml ├── values-ca-land │ └── strings.xml ├── values-ca │ └── strings.xml ├── values-cs-land │ └── strings.xml ├── values-cs │ └── strings.xml ├── values-da-land │ └── strings.xml ├── values-da │ └── strings.xml ├── values-de-land │ └── strings.xml ├── values-de │ └── strings.xml ├── values-el-land │ └── strings.xml ├── values-el │ └── strings.xml ├── values-en-rGB-land │ └── strings.xml ├── values-en-rGB │ └── strings.xml ├── values-en-rIN │ └── strings.xml ├── values-es-land │ └── strings.xml ├── values-es-rUS-land │ └── strings.xml ├── values-es-rUS │ └── strings.xml ├── values-es │ └── strings.xml ├── values-et-rEE │ └── strings.xml ├── values-et │ └── strings.xml ├── values-fa-land │ └── strings.xml ├── values-fa │ └── strings.xml ├── values-fi-land │ └── strings.xml ├── values-fi │ └── strings.xml ├── values-fr-land │ └── strings.xml ├── values-fr-rCA │ └── strings.xml ├── values-fr │ └── strings.xml ├── values-hi │ └── strings.xml ├── values-hr-land │ └── strings.xml ├── values-hr │ └── strings.xml ├── values-hu-land │ └── strings.xml ├── values-hu │ └── strings.xml ├── values-hy-rAM │ └── strings.xml ├── values-in-land │ └── strings.xml ├── values-in │ └── strings.xml ├── values-it-land │ └── strings.xml ├── values-it │ └── strings.xml ├── values-iw-land │ └── strings.xml ├── values-iw │ └── strings.xml ├── values-ja-land │ └── strings.xml ├── values-ja │ └── strings.xml ├── values-ka-rGE │ └── strings.xml ├── values-km-rKH │ └── strings.xml ├── values-ko-land │ └── strings.xml ├── values-ko │ └── strings.xml ├── values-land │ ├── config.xml │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml ├── values-lo-rLA │ └── strings.xml ├── values-lt-land │ └── strings.xml ├── values-lt │ └── strings.xml ├── values-lv-land │ └── strings.xml ├── values-lv │ └── strings.xml ├── values-mn-rMN │ └── strings.xml ├── values-ms-land │ └── strings.xml ├── values-ms-rMY │ └── strings.xml ├── values-ms │ └── strings.xml ├── values-nb-land │ └── strings.xml ├── values-nb │ └── strings.xml ├── values-nl-land │ └── strings.xml ├── values-nl │ └── strings.xml ├── values-nodpi │ └── wallpapers.xml ├── values-pl-land │ └── strings.xml ├── values-pl │ └── strings.xml ├── values-port │ ├── dimens.xml │ └── styles.xml ├── values-pt-land │ └── strings.xml ├── values-pt-rPT-land │ └── strings.xml ├── values-pt-rPT │ └── strings.xml ├── values-pt │ └── strings.xml ├── values-rm-land │ └── strings.xml ├── values-rm │ └── strings.xml ├── values-ro-land │ └── strings.xml ├── values-ro │ └── strings.xml ├── values-ru-land │ └── strings.xml ├── values-ru │ └── strings.xml ├── values-sk-land │ └── strings.xml ├── values-sk │ └── strings.xml ├── values-sl-land │ └── strings.xml ├── values-sl │ └── strings.xml ├── values-sr-land │ └── strings.xml ├── values-sr │ └── strings.xml ├── values-sv-land │ └── strings.xml ├── values-sv │ └── strings.xml ├── values-sw-land │ └── strings.xml ├── values-sw │ └── strings.xml ├── values-sw340dp-land │ └── dimens.xml ├── values-sw340dp-port │ ├── config.xml │ ├── dimens.xml │ └── styles.xml ├── values-sw340dp │ └── dimens.xml ├── values-sw600dp-land │ └── dimens.xml ├── values-sw600dp │ ├── config.xml │ ├── dimens.xml │ └── styles.xml ├── values-sw720dp-land │ └── dimens.xml ├── values-sw720dp-port │ ├── dimens.xml │ └── styles.xml ├── values-sw720dp │ ├── config.xml │ ├── dimens.xml │ └── styles.xml ├── values-th-land │ └── strings.xml ├── values-th │ └── strings.xml ├── values-tl-land │ └── strings.xml ├── values-tl │ └── strings.xml ├── values-tr-land │ └── strings.xml ├── values-tr │ └── strings.xml ├── values-uk-land │ └── strings.xml ├── values-uk │ └── strings.xml ├── values-vi-land │ └── strings.xml ├── values-vi │ └── strings.xml ├── values-zh-rCN-land │ └── strings.xml ├── values-zh-rCN │ └── strings.xml ├── values-zh-rHK │ └── strings.xml ├── values-zh-rTW-land │ └── strings.xml ├── values-zh-rTW │ └── strings.xml ├── values-zu-land │ └── strings.xml ├── values-zu │ └── strings.xml ├── values │ ├── attrs.xml │ ├── colors.xml │ ├── config.xml │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml ├── xml-sw600dp │ └── default_workspace.xml ├── xml-sw720dp │ └── default_workspace.xml └── xml │ ├── default_workspace.xml │ └── update_workspace.xml ├── src ├── android │ └── util │ │ └── Pools.java └── com │ └── android │ ├── gallery3d │ ├── common │ │ ├── BitmapUtils.java │ │ └── Utils.java │ ├── exif │ │ ├── ByteBufferInputStream.java │ │ ├── CountedDataInputStream.java │ │ ├── ExifData.java │ │ ├── ExifInterface.java │ │ ├── ExifInvalidFormatException.java │ │ ├── ExifModifier.java │ │ ├── ExifOutputStream.java │ │ ├── ExifParser.java │ │ ├── ExifReader.java │ │ ├── ExifTag.java │ │ ├── IfdData.java │ │ ├── IfdId.java │ │ ├── JpegHeader.java │ │ ├── OrderedDataOutputStream.java │ │ └── Rational.java │ ├── glrenderer │ │ ├── BasicTexture.java │ │ ├── BitmapTexture.java │ │ ├── GLCanvas.java │ │ ├── GLES20Canvas.java │ │ ├── GLES20IdImpl.java │ │ ├── GLId.java │ │ ├── GLPaint.java │ │ ├── RawTexture.java │ │ ├── Texture.java │ │ └── UploadedTexture.java │ └── util │ │ └── IntArray.java │ ├── launcher3 │ ├── AccessibleTabView.java │ ├── AddAdapter.java │ ├── Alarm.java │ ├── AllAppsList.java │ ├── AppFilter.java │ ├── AppInfo.java │ ├── AppWidgetResizeFrame.java │ ├── AppsCustomizeCellLayout.java │ ├── AppsCustomizePagedView.java │ ├── AppsCustomizeTabHost.java │ ├── BubbleTextView.java │ ├── ButtonDropTarget.java │ ├── CellLayout.java │ ├── CheckLongPressHelper.java │ ├── CheckableFrameLayout.java │ ├── Cling.java │ ├── CropView.java │ ├── DeferredHandler.java │ ├── DeleteDropTarget.java │ ├── DragController.java │ ├── DragLayer.java │ ├── DragScroller.java │ ├── DragSource.java │ ├── DragView.java │ ├── DrawableStateProxyView.java │ ├── DropTarget.java │ ├── DynamicGrid.java │ ├── FastBitmapDrawable.java │ ├── FirstFrameAnimatorHelper.java │ ├── FocusHelper.java │ ├── FocusOnlyTabWidget.java │ ├── Folder.java │ ├── FolderAutoScrollHelper.java │ ├── FolderEditText.java │ ├── FolderIcon.java │ ├── FolderInfo.java │ ├── HideFromAccessibilityHelper.java │ ├── HolographicImageView.java │ ├── HolographicLinearLayout.java │ ├── HolographicOutlineHelper.java │ ├── HolographicViewHelper.java │ ├── Hotseat.java │ ├── IconCache.java │ ├── InfoDropTarget.java │ ├── Insettable.java │ ├── InstallShortcutReceiver.java │ ├── InstallWidgetReceiver.java │ ├── InterruptibleInOutAnimator.java │ ├── ItemInfo.java │ ├── Launcher.java │ ├── LauncherAnimUtils.java │ ├── LauncherAnimatorUpdateListener.java │ ├── LauncherAppState.java │ ├── LauncherAppWidgetHost.java │ ├── LauncherAppWidgetHostView.java │ ├── LauncherAppWidgetInfo.java │ ├── LauncherApplication.java │ ├── LauncherBackupAgentHelper.java │ ├── LauncherBackupHelper.java │ ├── LauncherModel.java │ ├── LauncherProvider.java │ ├── LauncherSettings.java │ ├── LauncherViewPropertyAnimator.java │ ├── LiveWallpaperListAdapter.java │ ├── MemoryDumpActivity.java │ ├── MemoryTracker.java │ ├── PackageChangedReceiver.java │ ├── PageIndicator.java │ ├── PageIndicatorMarker.java │ ├── PagedView.java │ ├── PagedViewCellLayout.java │ ├── PagedViewCellLayoutChildren.java │ ├── PagedViewGridLayout.java │ ├── PagedViewIcon.java │ ├── PagedViewIconCache.java │ ├── PagedViewWidget.java │ ├── PagedViewWidgetImageView.java │ ├── PagedViewWithDraggableItems.java │ ├── PendingAddItemInfo.java │ ├── PreloadReceiver.java │ ├── RampUpScroller.java │ ├── SavedWallpaperImages.java │ ├── ScrimView.java │ ├── SearchDropTargetBar.java │ ├── ShortcutAndWidgetContainer.java │ ├── ShortcutInfo.java │ ├── SmoothPagedView.java │ ├── SpringLoadedDragController.java │ ├── Stats.java │ ├── ThirdPartyWallpaperPickerListAdapter.java │ ├── ToggleWeightWatcher.java │ ├── UninstallShortcutReceiver.java │ ├── UserInitializeReceiver.java │ ├── Utilities.java │ ├── WallpaperCropActivity.java │ ├── WallpaperPickerActivity.java │ ├── WallpaperRootView.java │ ├── WeightWatcher.java │ ├── WidgetAdder.java │ ├── WidgetPreviewLoader.java │ ├── Workspace.java │ ├── backup │ │ └── BackupProtos.java │ └── config │ │ └── ProviderConfig.java │ └── photos │ ├── BitmapRegionTileSource.java │ └── views │ ├── BlockingGLTextureView.java │ ├── TiledImageRenderer.java │ └── TiledImageView.java ├── tests ├── Android.mk └── stress │ ├── Android.mk │ ├── AndroidManifest.xml │ └── src │ └── com │ └── android │ └── launcher3 │ └── stress │ └── LauncherRotationStressTest.java ├── update_gallery_files.py └── util └── com └── android └── launcher3 └── DecoderRing.java /.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/.classpath -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | db_files 2 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/.project -------------------------------------------------------------------------------- /Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/Android.mk -------------------------------------------------------------------------------- /AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/AndroidManifest.xml -------------------------------------------------------------------------------- /CleanSpec.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/CleanSpec.mk -------------------------------------------------------------------------------- /MODULE_LICENSE_APACHE2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/README.md -------------------------------------------------------------------------------- /fill_screens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/fill_screens.py -------------------------------------------------------------------------------- /libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/libs/android-support-v4.jar -------------------------------------------------------------------------------- /libs/protobuf-java-2.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/libs/protobuf-java-2.3.0.jar -------------------------------------------------------------------------------- /print_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/print_db.py -------------------------------------------------------------------------------- /proguard.flags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/proguard.flags -------------------------------------------------------------------------------- /project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/project.properties -------------------------------------------------------------------------------- /protos/backup.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/protos/backup.proto -------------------------------------------------------------------------------- /res/anim/fade_in_fast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/anim/fade_in_fast.xml -------------------------------------------------------------------------------- /res/anim/fade_out_fast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/anim/fade_out_fast.xml -------------------------------------------------------------------------------- /res/drawable-hdpi/apps_customize_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/apps_customize_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bg_appwidget_error.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/bg_appwidget_error.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bg_cling1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/bg_cling1.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bg_cling2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/bg_cling2.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bg_cling3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/bg_cling3.png -------------------------------------------------------------------------------- /res/drawable-hdpi/bg_cling4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/bg_cling4.png -------------------------------------------------------------------------------- /res/drawable-hdpi/cling.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/cling.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/cling_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/cling_arrow_down.png -------------------------------------------------------------------------------- /res/drawable-hdpi/cling_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/cling_arrow_left.png -------------------------------------------------------------------------------- /res/drawable-hdpi/cling_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/cling_arrow_right.png -------------------------------------------------------------------------------- /res/drawable-hdpi/cling_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/cling_arrow_up.png -------------------------------------------------------------------------------- /res/drawable-hdpi/cling_button.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/cling_button.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/cling_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/cling_button_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/custom_content_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/custom_content_page.png -------------------------------------------------------------------------------- /res/drawable-hdpi/focused_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/focused_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/hand.png -------------------------------------------------------------------------------- /res/drawable-hdpi/home_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/home_press.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_actionbar_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_actionbar_accept.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_allapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_allapps.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_allapps_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_allapps_pressed.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_home_all_apps_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_home_all_apps_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_home_search_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_home_search_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_home_voice_search_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_home_voice_search_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_images.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher_clear_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_launcher_clear_active_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher_clear_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_launcher_clear_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher_info_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_launcher_info_active_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher_info_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_launcher_info_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher_market_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_launcher_market_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher_trashcan_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_launcher_trashcan_active_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher_trashcan_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_launcher_trashcan_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_pageindicator_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_pageindicator_add.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_pageindicator_current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_pageindicator_current.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_pageindicator_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_pageindicator_default.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_setting.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_setting_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_setting_pressed.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_wallpaper.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_wallpaper_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_wallpaper_pressed.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_widget.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_widget_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/ic_widget_pressed.png -------------------------------------------------------------------------------- /res/drawable-hdpi/overscroll_glow_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/overscroll_glow_left.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/overscroll_glow_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/overscroll_glow_right.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/page_hover_left_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/page_hover_left_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/page_hover_right_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/page_hover_right_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/paged_view_indicator.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/paged_view_indicator.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/portal_container_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/portal_container_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/portal_ring_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/portal_ring_inner_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/portal_ring_inner_nolip_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/portal_ring_inner_nolip_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/portal_ring_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/portal_ring_outer_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/portal_ring_rest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/portal_ring_rest.png -------------------------------------------------------------------------------- /res/drawable-hdpi/screenpanel.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/screenpanel.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/screenpanel_hover.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/screenpanel_hover.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/search_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/search_frame.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tab_selected_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_selected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tab_selected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_unselected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tab_unselected_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_unselected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tab_unselected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tile_picker_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tile_picker_focused.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tile_picker_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tile_picker_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tile_picker_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tile_picker_selected.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tile_shadow_bottom.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tile_shadow_bottom.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tile_shadow_top.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/tile_shadow_top.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_container_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/widget_container_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_resize_frame_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/widget_resize_frame_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_resize_handle_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/widget_resize_handle_bottom.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_resize_handle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/widget_resize_handle_left.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_resize_handle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/widget_resize_handle_right.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_resize_handle_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/widget_resize_handle_top.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/widget_tile.png -------------------------------------------------------------------------------- /res/drawable-hdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-hdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-land-hdpi/bg_cling1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-hdpi/bg_cling1.png -------------------------------------------------------------------------------- /res/drawable-land-hdpi/bg_cling2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-hdpi/bg_cling2.png -------------------------------------------------------------------------------- /res/drawable-land-hdpi/bg_cling3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-hdpi/bg_cling3.png -------------------------------------------------------------------------------- /res/drawable-land-hdpi/ic_home_voice_search_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-hdpi/ic_home_voice_search_holo.png -------------------------------------------------------------------------------- /res/drawable-land-hdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-hdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-land-mdpi/bg_cling1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-mdpi/bg_cling1.png -------------------------------------------------------------------------------- /res/drawable-land-mdpi/bg_cling2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-mdpi/bg_cling2.png -------------------------------------------------------------------------------- /res/drawable-land-mdpi/bg_cling3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-mdpi/bg_cling3.png -------------------------------------------------------------------------------- /res/drawable-land-mdpi/ic_home_voice_search_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-mdpi/ic_home_voice_search_holo.png -------------------------------------------------------------------------------- /res/drawable-land-mdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-mdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-land-xhdpi/bg_cling1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xhdpi/bg_cling1.png -------------------------------------------------------------------------------- /res/drawable-land-xhdpi/bg_cling2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xhdpi/bg_cling2.png -------------------------------------------------------------------------------- /res/drawable-land-xhdpi/bg_cling3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xhdpi/bg_cling3.png -------------------------------------------------------------------------------- /res/drawable-land-xhdpi/ic_home_voice_search_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xhdpi/ic_home_voice_search_holo.png -------------------------------------------------------------------------------- /res/drawable-land-xhdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xhdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-land-xxhdpi/bg_cling1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xxhdpi/bg_cling1.png -------------------------------------------------------------------------------- /res/drawable-land-xxhdpi/bg_cling2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xxhdpi/bg_cling2.png -------------------------------------------------------------------------------- /res/drawable-land-xxhdpi/bg_cling3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xxhdpi/bg_cling3.png -------------------------------------------------------------------------------- /res/drawable-land-xxhdpi/ic_home_voice_search_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xxhdpi/ic_home_voice_search_holo.png -------------------------------------------------------------------------------- /res/drawable-land-xxhdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-land-xxhdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/apps_customize_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/apps_customize_bg.png -------------------------------------------------------------------------------- /res/drawable-mdpi/bg_appwidget_error.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/bg_appwidget_error.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/bg_cling1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/bg_cling1.png -------------------------------------------------------------------------------- /res/drawable-mdpi/bg_cling2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/bg_cling2.png -------------------------------------------------------------------------------- /res/drawable-mdpi/bg_cling3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/bg_cling3.png -------------------------------------------------------------------------------- /res/drawable-mdpi/bg_cling4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/bg_cling4.png -------------------------------------------------------------------------------- /res/drawable-mdpi/bg_cling5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/bg_cling5.png -------------------------------------------------------------------------------- /res/drawable-mdpi/cling.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/cling.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/cling_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/cling_arrow_down.png -------------------------------------------------------------------------------- /res/drawable-mdpi/cling_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/cling_arrow_left.png -------------------------------------------------------------------------------- /res/drawable-mdpi/cling_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/cling_arrow_right.png -------------------------------------------------------------------------------- /res/drawable-mdpi/cling_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/cling_arrow_up.png -------------------------------------------------------------------------------- /res/drawable-mdpi/cling_button.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/cling_button.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/cling_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/cling_button_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/custom_content_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/custom_content_page.png -------------------------------------------------------------------------------- /res/drawable-mdpi/focused_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/focused_bg.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/hand.png -------------------------------------------------------------------------------- /res/drawable-mdpi/home_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/home_press.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_actionbar_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_actionbar_accept.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_allapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_allapps.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_allapps_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_allapps_pressed.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_home_all_apps_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_home_all_apps_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_home_search_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_home_search_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_home_voice_search_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_home_voice_search_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_images.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher_clear_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_launcher_clear_active_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher_clear_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_launcher_clear_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher_info_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_launcher_info_active_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher_info_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_launcher_info_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher_market_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_launcher_market_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher_trashcan_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_launcher_trashcan_active_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher_trashcan_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_launcher_trashcan_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_pageindicator_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_pageindicator_add.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_pageindicator_current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_pageindicator_current.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_pageindicator_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_pageindicator_default.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_setting.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_setting_icn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_setting_icn.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_setting_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_setting_pressed.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_wallpaper.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_wallpaper_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_wallpaper_pressed.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_widget.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_widget_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/ic_widget_pressed.png -------------------------------------------------------------------------------- /res/drawable-mdpi/overscroll_glow_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/overscroll_glow_left.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/overscroll_glow_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/overscroll_glow_right.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/page_hover_left_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/page_hover_left_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/page_hover_right_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/page_hover_right_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/paged_view_indicator.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/paged_view_indicator.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/portal_container_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/portal_container_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/portal_ring_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/portal_ring_inner_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/portal_ring_inner_nolip_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/portal_ring_inner_nolip_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/portal_ring_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/portal_ring_outer_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/portal_ring_rest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/portal_ring_rest.png -------------------------------------------------------------------------------- /res/drawable-mdpi/screenpanel.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/screenpanel.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/screenpanel_hover.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/screenpanel_hover.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/search_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/search_frame.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tab_selected_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_selected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tab_selected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_unselected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tab_unselected_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_unselected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tab_unselected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tile_picker_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tile_picker_focused.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tile_picker_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tile_picker_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tile_picker_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tile_picker_selected.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tile_shadow_bottom.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tile_shadow_bottom.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tile_shadow_top.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/tile_shadow_top.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_container_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/widget_container_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_resize_frame_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/widget_resize_frame_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_resize_handle_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/widget_resize_handle_bottom.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_resize_handle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/widget_resize_handle_left.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_resize_handle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/widget_resize_handle_right.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_resize_handle_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/widget_resize_handle_top.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/widget_tile.png -------------------------------------------------------------------------------- /res/drawable-mdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-mdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/homescreen_blue_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/homescreen_blue_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/homescreen_blue_strong_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/homescreen_blue_strong_holo.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/ic_allapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/ic_allapps.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/ic_allapps_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/ic_allapps_pressed.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/overscroll_glow_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/overscroll_glow_left.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/overscroll_glow_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/overscroll_glow_right.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/portal_ring_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/portal_ring_inner_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/portal_ring_inner_nolip_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/portal_ring_inner_nolip_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-hdpi/portal_ring_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-hdpi/portal_ring_outer_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/homescreen_blue_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/homescreen_blue_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/homescreen_blue_strong_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/homescreen_blue_strong_holo.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/ic_allapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/ic_allapps.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/ic_allapps_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/ic_allapps_pressed.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/overscroll_glow_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/overscroll_glow_left.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/overscroll_glow_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/overscroll_glow_right.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/portal_ring_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/portal_ring_inner_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/portal_ring_inner_nolip_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/portal_ring_inner_nolip_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-mdpi/portal_ring_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-mdpi/portal_ring_outer_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/homescreen_blue_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/homescreen_blue_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/homescreen_blue_strong_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/homescreen_blue_strong_holo.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/ic_allapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/ic_allapps.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/ic_allapps_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/ic_allapps_pressed.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/overscroll_glow_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/overscroll_glow_left.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/overscroll_glow_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/overscroll_glow_right.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/portal_ring_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/portal_ring_inner_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/portal_ring_inner_nolip_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/portal_ring_inner_nolip_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xhdpi/portal_ring_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xhdpi/portal_ring_outer_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/homescreen_blue_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/homescreen_blue_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/homescreen_blue_strong_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/homescreen_blue_strong_holo.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/ic_allapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/ic_allapps.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/ic_allapps_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/ic_allapps_pressed.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/overscroll_glow_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/overscroll_glow_left.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/overscroll_glow_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/overscroll_glow_right.9.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/portal_ring_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/portal_ring_inner_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/portal_ring_inner_nolip_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/portal_ring_inner_nolip_holo.png -------------------------------------------------------------------------------- /res/drawable-sw600dp-xxhdpi/portal_ring_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw600dp-xxhdpi/portal_ring_outer_holo.png -------------------------------------------------------------------------------- /res/drawable-sw720dp-hdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw720dp-hdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-sw720dp-mdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw720dp-mdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-sw720dp-xhdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-sw720dp-xhdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/apps_customize_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/apps_customize_bg.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/bg_appwidget_error.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/bg_appwidget_error.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/bg_cling1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/bg_cling1.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/bg_cling2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/bg_cling2.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/bg_cling3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/bg_cling3.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/bg_cling4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/bg_cling4.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/cling.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/cling.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/cling_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/cling_arrow_down.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/cling_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/cling_arrow_left.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/cling_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/cling_arrow_right.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/cling_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/cling_arrow_up.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/cling_button.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/cling_button.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/cling_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/cling_button_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/custom_content_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/custom_content_page.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/focused_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/focused_bg.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/hand.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/home_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/home_press.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_actionbar_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_actionbar_accept.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_allapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_allapps.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_allapps_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_allapps_pressed.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_home_all_apps_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_home_search_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_home_search_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_home_voice_search_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_home_voice_search_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_images.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher_clear_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_launcher_clear_active_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher_clear_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_launcher_clear_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher_info_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_launcher_info_active_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher_info_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_launcher_info_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher_market_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_launcher_market_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher_trashcan_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_launcher_trashcan_active_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher_trashcan_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_launcher_trashcan_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_pageindicator_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_pageindicator_add.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_pageindicator_current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_pageindicator_current.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_pageindicator_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_pageindicator_default.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_setting.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_setting_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_setting_pressed.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_wallpaper.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_wallpaper_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_wallpaper_pressed.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_widget.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_widget_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/ic_widget_pressed.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/overscroll_glow_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/overscroll_glow_left.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/overscroll_glow_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/overscroll_glow_right.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/page_hover_left_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/page_hover_left_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/page_hover_right_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/page_hover_right_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/paged_view_indicator.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/paged_view_indicator.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/portal_container_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/portal_container_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/portal_ring_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/portal_ring_inner_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/portal_ring_inner_nolip_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/portal_ring_inner_nolip_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/portal_ring_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/portal_ring_outer_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/portal_ring_rest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/portal_ring_rest.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/screenpanel.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/screenpanel.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/screenpanel_hover.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/screenpanel_hover.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/search_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/search_frame.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tab_selected_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_selected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tab_selected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_unselected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tab_unselected_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_unselected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tab_unselected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tile_picker_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tile_picker_focused.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tile_picker_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tile_picker_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tile_picker_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tile_picker_selected.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tile_shadow_bottom.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tile_shadow_bottom.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tile_shadow_top.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/tile_shadow_top.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_container_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/widget_container_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_resize_frame_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/widget_resize_frame_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_resize_handle_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/widget_resize_handle_bottom.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_resize_handle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/widget_resize_handle_left.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_resize_handle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/widget_resize_handle_right.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_resize_handle_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/widget_resize_handle_top.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/widget_tile.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xhdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/arrow_dashed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/arrow_dashed.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/bg_cling1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/bg_cling1.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/bg_cling2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/bg_cling2.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/bg_cling3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/bg_cling3.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/bg_cling4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/bg_cling4.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/bg_cling_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/bg_cling_home.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/bg_cling_nakasi3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/bg_cling_nakasi3.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/cling.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/cling.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/cling_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/cling_arrow_down.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/cling_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/cling_arrow_left.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/cling_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/cling_arrow_right.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/cling_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/cling_arrow_up.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/cling_button.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/cling_button.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/cling_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/cling_button_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/default_widget_preview_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/default_widget_preview_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/focused_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/focused_bg.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/hand.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/hotseat_bg_panel.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/hotseat_bg_panel.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/hotseat_scrubber_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/hotseat_scrubber_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/hotseat_track_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/hotseat_track_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_allapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_allapps.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_allapps_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_allapps_pressed.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_home_all_apps_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_home_all_apps_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_home_google_logo_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_home_google_logo_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_home_google_logo_pressed_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_home_google_logo_pressed_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_home_search_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_home_search_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_home_search_pressed_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_home_search_pressed_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_home_voice_search_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_home_voice_search_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_home_voice_search_pressed_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_home_voice_search_pressed_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_images.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher_clear_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_launcher_clear_active_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher_clear_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_launcher_clear_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher_info_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_launcher_info_active_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher_info_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_launcher_info_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher_trashcan_active_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_launcher_trashcan_active_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher_trashcan_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_launcher_trashcan_normal_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_pageindicator_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_pageindicator_add.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_pageindicator_current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_pageindicator_current.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_pageindicator_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_pageindicator_default.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_qs_remote_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_qs_remote_display.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_qs_remote_display_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_qs_remote_display_connected.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_setting.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_setting_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_setting_pressed.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_wallpaper.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_wallpaper_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_wallpaper_pressed.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_widget.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_widget_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/ic_widget_pressed.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/overscroll_glow_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/overscroll_glow_left.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/overscroll_glow_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/overscroll_glow_right.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/page_hover_left_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/page_hover_left_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/page_hover_right_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/page_hover_right_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/portal_container_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/portal_container_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/portal_ring_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/portal_ring_inner_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/portal_ring_inner_nolip_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/portal_ring_inner_nolip_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/portal_ring_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/portal_ring_outer_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/portal_ring_rest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/portal_ring_rest.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/screenpanel.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/screenpanel.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/screenpanel_hover.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/screenpanel_hover.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/search_bg_panel.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/search_bg_panel.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/search_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/search_frame.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tab_selected_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_unselected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tab_unselected_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tile_picker_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tile_picker_focused.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tile_picker_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tile_picker_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tile_picker_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tile_picker_selected.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tile_shadow_bottom.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tile_shadow_bottom.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tile_shadow_top.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/tile_shadow_top.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_container_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/widget_container_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_resize_frame_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/widget_resize_frame_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_resize_handle_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/widget_resize_handle_bottom.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_resize_handle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/widget_resize_handle_left.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_resize_handle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/widget_resize_handle_right.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_resize_handle_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/widget_resize_handle_top.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/widget_tile.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/workspace_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable-xxhdpi/workspace_bg.9.png -------------------------------------------------------------------------------- /res/drawable/all_apps_button_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/all_apps_button_icon.xml -------------------------------------------------------------------------------- /res/drawable/cling_arrow_end.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/cling_arrow_end.xml -------------------------------------------------------------------------------- /res/drawable/cling_arrow_start.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/cling_arrow_start.xml -------------------------------------------------------------------------------- /res/drawable/cling_button_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/cling_button_bg.xml -------------------------------------------------------------------------------- /res/drawable/focusable_view_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/focusable_view_bg.xml -------------------------------------------------------------------------------- /res/drawable/info_target_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/info_target_selector.xml -------------------------------------------------------------------------------- /res/drawable/remove_target_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/remove_target_selector.xml -------------------------------------------------------------------------------- /res/drawable/setting_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/setting_button.xml -------------------------------------------------------------------------------- /res/drawable/tab_widget_indicator_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/tab_widget_indicator_selector.xml -------------------------------------------------------------------------------- /res/drawable/uninstall_target_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/uninstall_target_selector.xml -------------------------------------------------------------------------------- /res/drawable/wallpaper_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/wallpaper_button.xml -------------------------------------------------------------------------------- /res/drawable/wallpaper_tile_fg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/wallpaper_tile_fg.xml -------------------------------------------------------------------------------- /res/drawable/widget_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/drawable/widget_button.xml -------------------------------------------------------------------------------- /res/layout-land/all_apps_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-land/all_apps_cling.xml -------------------------------------------------------------------------------- /res/layout-land/first_run_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-land/first_run_cling.xml -------------------------------------------------------------------------------- /res/layout-land/folder_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-land/folder_cling.xml -------------------------------------------------------------------------------- /res/layout-land/launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-land/launcher.xml -------------------------------------------------------------------------------- /res/layout-land/search_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-land/search_bar.xml -------------------------------------------------------------------------------- /res/layout-land/workspace_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-land/workspace_cling.xml -------------------------------------------------------------------------------- /res/layout-port/all_apps_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-port/all_apps_cling.xml -------------------------------------------------------------------------------- /res/layout-port/first_run_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-port/first_run_cling.xml -------------------------------------------------------------------------------- /res/layout-port/folder_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-port/folder_cling.xml -------------------------------------------------------------------------------- /res/layout-port/launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-port/launcher.xml -------------------------------------------------------------------------------- /res/layout-port/search_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-port/search_bar.xml -------------------------------------------------------------------------------- /res/layout-port/workspace_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-port/workspace_cling.xml -------------------------------------------------------------------------------- /res/layout-sw600dp-port/all_apps_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-sw600dp-port/all_apps_cling.xml -------------------------------------------------------------------------------- /res/layout-sw600dp-port/folder_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-sw600dp-port/folder_cling.xml -------------------------------------------------------------------------------- /res/layout-sw720dp-port/folder_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-sw720dp-port/folder_cling.xml -------------------------------------------------------------------------------- /res/layout-sw720dp/all_apps_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-sw720dp/all_apps_cling.xml -------------------------------------------------------------------------------- /res/layout-sw720dp/external_widget_drop_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-sw720dp/external_widget_drop_list_item.xml -------------------------------------------------------------------------------- /res/layout-sw720dp/launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-sw720dp/launcher.xml -------------------------------------------------------------------------------- /res/layout-sw720dp/market_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-sw720dp/market_button.xml -------------------------------------------------------------------------------- /res/layout-sw720dp/search_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout-sw720dp/search_bar.xml -------------------------------------------------------------------------------- /res/layout/actionbar_set_wallpaper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/actionbar_set_wallpaper.xml -------------------------------------------------------------------------------- /res/layout/add_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/add_list_item.xml -------------------------------------------------------------------------------- /res/layout/all_apps_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/all_apps_button.xml -------------------------------------------------------------------------------- /res/layout/application.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/application.xml -------------------------------------------------------------------------------- /res/layout/apps_customize_application.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/apps_customize_application.xml -------------------------------------------------------------------------------- /res/layout/apps_customize_pane.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/apps_customize_pane.xml -------------------------------------------------------------------------------- /res/layout/apps_customize_progressbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/apps_customize_progressbar.xml -------------------------------------------------------------------------------- /res/layout/apps_customize_widget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/apps_customize_widget.xml -------------------------------------------------------------------------------- /res/layout/appwidget_error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/appwidget_error.xml -------------------------------------------------------------------------------- /res/layout/custom_content_page_indicator_marker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/custom_content_page_indicator_marker.xml -------------------------------------------------------------------------------- /res/layout/custom_workspace_cling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/custom_workspace_cling.xml -------------------------------------------------------------------------------- /res/layout/drop_target_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/drop_target_bar.xml -------------------------------------------------------------------------------- /res/layout/folder_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/folder_icon.xml -------------------------------------------------------------------------------- /res/layout/hotseat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/hotseat.xml -------------------------------------------------------------------------------- /res/layout/market_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/market_button.xml -------------------------------------------------------------------------------- /res/layout/overview_panel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/overview_panel.xml -------------------------------------------------------------------------------- /res/layout/page_indicator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/page_indicator.xml -------------------------------------------------------------------------------- /res/layout/page_indicator_marker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/page_indicator_marker.xml -------------------------------------------------------------------------------- /res/layout/qsb_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/qsb_bar.xml -------------------------------------------------------------------------------- /res/layout/rename_folder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/rename_folder.xml -------------------------------------------------------------------------------- /res/layout/tab_widget_indicator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/tab_widget_indicator.xml -------------------------------------------------------------------------------- /res/layout/user_folder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/user_folder.xml -------------------------------------------------------------------------------- /res/layout/wallpaper_cropper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/wallpaper_cropper.xml -------------------------------------------------------------------------------- /res/layout/wallpaper_picker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/wallpaper_picker.xml -------------------------------------------------------------------------------- /res/layout/wallpaper_picker_image_picker_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/wallpaper_picker_image_picker_item.xml -------------------------------------------------------------------------------- /res/layout/wallpaper_picker_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/wallpaper_picker_item.xml -------------------------------------------------------------------------------- /res/layout/wallpaper_picker_live_wallpaper_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/wallpaper_picker_live_wallpaper_item.xml -------------------------------------------------------------------------------- /res/layout/wallpaper_picker_third_party_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/wallpaper_picker_third_party_item.xml -------------------------------------------------------------------------------- /res/layout/workspace_screen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/layout/workspace_screen.xml -------------------------------------------------------------------------------- /res/menu/cab_delete_wallpapers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/menu/cab_delete_wallpapers.xml -------------------------------------------------------------------------------- /res/mipmap-hdpi/ic_launcher_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-hdpi/ic_launcher_application.png -------------------------------------------------------------------------------- /res/mipmap-hdpi/ic_launcher_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-hdpi/ic_launcher_home.png -------------------------------------------------------------------------------- /res/mipmap-hdpi/ic_launcher_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-hdpi/ic_launcher_wallpaper.png -------------------------------------------------------------------------------- /res/mipmap-mdpi/ic_launcher_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-mdpi/ic_launcher_application.png -------------------------------------------------------------------------------- /res/mipmap-mdpi/ic_launcher_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-mdpi/ic_launcher_home.png -------------------------------------------------------------------------------- /res/mipmap-mdpi/ic_launcher_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-mdpi/ic_launcher_wallpaper.png -------------------------------------------------------------------------------- /res/mipmap-xhdpi/ic_launcher_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-xhdpi/ic_launcher_application.png -------------------------------------------------------------------------------- /res/mipmap-xhdpi/ic_launcher_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-xhdpi/ic_launcher_home.png -------------------------------------------------------------------------------- /res/mipmap-xhdpi/ic_launcher_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-xhdpi/ic_launcher_wallpaper.png -------------------------------------------------------------------------------- /res/mipmap-xxhdpi/ic_launcher_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-xxhdpi/ic_launcher_application.png -------------------------------------------------------------------------------- /res/mipmap-xxhdpi/ic_launcher_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-xxhdpi/ic_launcher_home.png -------------------------------------------------------------------------------- /res/mipmap-xxhdpi/ic_launcher_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/mipmap-xxhdpi/ic_launcher_wallpaper.png -------------------------------------------------------------------------------- /res/values-af-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-af-land/strings.xml -------------------------------------------------------------------------------- /res/values-af/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-af/strings.xml -------------------------------------------------------------------------------- /res/values-am-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-am-land/strings.xml -------------------------------------------------------------------------------- /res/values-am/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-am/strings.xml -------------------------------------------------------------------------------- /res/values-ar-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ar-land/strings.xml -------------------------------------------------------------------------------- /res/values-ar/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ar/strings.xml -------------------------------------------------------------------------------- /res/values-be/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-be/strings.xml -------------------------------------------------------------------------------- /res/values-bg-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-bg-land/strings.xml -------------------------------------------------------------------------------- /res/values-bg/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-bg/strings.xml -------------------------------------------------------------------------------- /res/values-ca-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ca-land/strings.xml -------------------------------------------------------------------------------- /res/values-ca/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ca/strings.xml -------------------------------------------------------------------------------- /res/values-cs-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-cs-land/strings.xml -------------------------------------------------------------------------------- /res/values-cs/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-cs/strings.xml -------------------------------------------------------------------------------- /res/values-da-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-da-land/strings.xml -------------------------------------------------------------------------------- /res/values-da/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-da/strings.xml -------------------------------------------------------------------------------- /res/values-de-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-de-land/strings.xml -------------------------------------------------------------------------------- /res/values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-de/strings.xml -------------------------------------------------------------------------------- /res/values-el-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-el-land/strings.xml -------------------------------------------------------------------------------- /res/values-el/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-el/strings.xml -------------------------------------------------------------------------------- /res/values-en-rGB-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-en-rGB-land/strings.xml -------------------------------------------------------------------------------- /res/values-en-rGB/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-en-rGB/strings.xml -------------------------------------------------------------------------------- /res/values-en-rIN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-en-rIN/strings.xml -------------------------------------------------------------------------------- /res/values-es-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-es-land/strings.xml -------------------------------------------------------------------------------- /res/values-es-rUS-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-es-rUS-land/strings.xml -------------------------------------------------------------------------------- /res/values-es-rUS/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-es-rUS/strings.xml -------------------------------------------------------------------------------- /res/values-es/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-es/strings.xml -------------------------------------------------------------------------------- /res/values-et-rEE/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-et-rEE/strings.xml -------------------------------------------------------------------------------- /res/values-et/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-et/strings.xml -------------------------------------------------------------------------------- /res/values-fa-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-fa-land/strings.xml -------------------------------------------------------------------------------- /res/values-fa/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-fa/strings.xml -------------------------------------------------------------------------------- /res/values-fi-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-fi-land/strings.xml -------------------------------------------------------------------------------- /res/values-fi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-fi/strings.xml -------------------------------------------------------------------------------- /res/values-fr-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-fr-land/strings.xml -------------------------------------------------------------------------------- /res/values-fr-rCA/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-fr-rCA/strings.xml -------------------------------------------------------------------------------- /res/values-fr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-fr/strings.xml -------------------------------------------------------------------------------- /res/values-hi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-hi/strings.xml -------------------------------------------------------------------------------- /res/values-hr-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-hr-land/strings.xml -------------------------------------------------------------------------------- /res/values-hr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-hr/strings.xml -------------------------------------------------------------------------------- /res/values-hu-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-hu-land/strings.xml -------------------------------------------------------------------------------- /res/values-hu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-hu/strings.xml -------------------------------------------------------------------------------- /res/values-hy-rAM/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-hy-rAM/strings.xml -------------------------------------------------------------------------------- /res/values-in-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-in-land/strings.xml -------------------------------------------------------------------------------- /res/values-in/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-in/strings.xml -------------------------------------------------------------------------------- /res/values-it-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-it-land/strings.xml -------------------------------------------------------------------------------- /res/values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-it/strings.xml -------------------------------------------------------------------------------- /res/values-iw-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-iw-land/strings.xml -------------------------------------------------------------------------------- /res/values-iw/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-iw/strings.xml -------------------------------------------------------------------------------- /res/values-ja-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ja-land/strings.xml -------------------------------------------------------------------------------- /res/values-ja/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ja/strings.xml -------------------------------------------------------------------------------- /res/values-ka-rGE/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ka-rGE/strings.xml -------------------------------------------------------------------------------- /res/values-km-rKH/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-km-rKH/strings.xml -------------------------------------------------------------------------------- /res/values-ko-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ko-land/strings.xml -------------------------------------------------------------------------------- /res/values-ko/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ko/strings.xml -------------------------------------------------------------------------------- /res/values-land/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-land/config.xml -------------------------------------------------------------------------------- /res/values-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-land/dimens.xml -------------------------------------------------------------------------------- /res/values-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-land/strings.xml -------------------------------------------------------------------------------- /res/values-land/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-land/styles.xml -------------------------------------------------------------------------------- /res/values-lo-rLA/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-lo-rLA/strings.xml -------------------------------------------------------------------------------- /res/values-lt-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-lt-land/strings.xml -------------------------------------------------------------------------------- /res/values-lt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-lt/strings.xml -------------------------------------------------------------------------------- /res/values-lv-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-lv-land/strings.xml -------------------------------------------------------------------------------- /res/values-lv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-lv/strings.xml -------------------------------------------------------------------------------- /res/values-mn-rMN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-mn-rMN/strings.xml -------------------------------------------------------------------------------- /res/values-ms-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ms-land/strings.xml -------------------------------------------------------------------------------- /res/values-ms-rMY/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ms-rMY/strings.xml -------------------------------------------------------------------------------- /res/values-ms/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ms/strings.xml -------------------------------------------------------------------------------- /res/values-nb-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-nb-land/strings.xml -------------------------------------------------------------------------------- /res/values-nb/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-nb/strings.xml -------------------------------------------------------------------------------- /res/values-nl-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-nl-land/strings.xml -------------------------------------------------------------------------------- /res/values-nl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-nl/strings.xml -------------------------------------------------------------------------------- /res/values-nodpi/wallpapers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-nodpi/wallpapers.xml -------------------------------------------------------------------------------- /res/values-pl-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-pl-land/strings.xml -------------------------------------------------------------------------------- /res/values-pl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-pl/strings.xml -------------------------------------------------------------------------------- /res/values-port/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-port/dimens.xml -------------------------------------------------------------------------------- /res/values-port/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-port/styles.xml -------------------------------------------------------------------------------- /res/values-pt-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-pt-land/strings.xml -------------------------------------------------------------------------------- /res/values-pt-rPT-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-pt-rPT-land/strings.xml -------------------------------------------------------------------------------- /res/values-pt-rPT/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-pt-rPT/strings.xml -------------------------------------------------------------------------------- /res/values-pt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-pt/strings.xml -------------------------------------------------------------------------------- /res/values-rm-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-rm-land/strings.xml -------------------------------------------------------------------------------- /res/values-rm/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-rm/strings.xml -------------------------------------------------------------------------------- /res/values-ro-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ro-land/strings.xml -------------------------------------------------------------------------------- /res/values-ro/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ro/strings.xml -------------------------------------------------------------------------------- /res/values-ru-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ru-land/strings.xml -------------------------------------------------------------------------------- /res/values-ru/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-ru/strings.xml -------------------------------------------------------------------------------- /res/values-sk-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sk-land/strings.xml -------------------------------------------------------------------------------- /res/values-sk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sk/strings.xml -------------------------------------------------------------------------------- /res/values-sl-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sl-land/strings.xml -------------------------------------------------------------------------------- /res/values-sl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sl/strings.xml -------------------------------------------------------------------------------- /res/values-sr-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sr-land/strings.xml -------------------------------------------------------------------------------- /res/values-sr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sr/strings.xml -------------------------------------------------------------------------------- /res/values-sv-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sv-land/strings.xml -------------------------------------------------------------------------------- /res/values-sv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sv/strings.xml -------------------------------------------------------------------------------- /res/values-sw-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw-land/strings.xml -------------------------------------------------------------------------------- /res/values-sw/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw/strings.xml -------------------------------------------------------------------------------- /res/values-sw340dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw340dp-land/dimens.xml -------------------------------------------------------------------------------- /res/values-sw340dp-port/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw340dp-port/config.xml -------------------------------------------------------------------------------- /res/values-sw340dp-port/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw340dp-port/dimens.xml -------------------------------------------------------------------------------- /res/values-sw340dp-port/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw340dp-port/styles.xml -------------------------------------------------------------------------------- /res/values-sw340dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw340dp/dimens.xml -------------------------------------------------------------------------------- /res/values-sw600dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw600dp-land/dimens.xml -------------------------------------------------------------------------------- /res/values-sw600dp/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw600dp/config.xml -------------------------------------------------------------------------------- /res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /res/values-sw600dp/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw600dp/styles.xml -------------------------------------------------------------------------------- /res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /res/values-sw720dp-port/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw720dp-port/dimens.xml -------------------------------------------------------------------------------- /res/values-sw720dp-port/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw720dp-port/styles.xml -------------------------------------------------------------------------------- /res/values-sw720dp/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw720dp/config.xml -------------------------------------------------------------------------------- /res/values-sw720dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw720dp/dimens.xml -------------------------------------------------------------------------------- /res/values-sw720dp/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-sw720dp/styles.xml -------------------------------------------------------------------------------- /res/values-th-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-th-land/strings.xml -------------------------------------------------------------------------------- /res/values-th/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-th/strings.xml -------------------------------------------------------------------------------- /res/values-tl-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-tl-land/strings.xml -------------------------------------------------------------------------------- /res/values-tl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-tl/strings.xml -------------------------------------------------------------------------------- /res/values-tr-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-tr-land/strings.xml -------------------------------------------------------------------------------- /res/values-tr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-tr/strings.xml -------------------------------------------------------------------------------- /res/values-uk-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-uk-land/strings.xml -------------------------------------------------------------------------------- /res/values-uk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-uk/strings.xml -------------------------------------------------------------------------------- /res/values-vi-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-vi-land/strings.xml -------------------------------------------------------------------------------- /res/values-vi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-vi/strings.xml -------------------------------------------------------------------------------- /res/values-zh-rCN-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-zh-rCN-land/strings.xml -------------------------------------------------------------------------------- /res/values-zh-rCN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-zh-rCN/strings.xml -------------------------------------------------------------------------------- /res/values-zh-rHK/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-zh-rHK/strings.xml -------------------------------------------------------------------------------- /res/values-zh-rTW-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-zh-rTW-land/strings.xml -------------------------------------------------------------------------------- /res/values-zh-rTW/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-zh-rTW/strings.xml -------------------------------------------------------------------------------- /res/values-zu-land/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-zu-land/strings.xml -------------------------------------------------------------------------------- /res/values-zu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values-zu/strings.xml -------------------------------------------------------------------------------- /res/values/attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values/attrs.xml -------------------------------------------------------------------------------- /res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values/colors.xml -------------------------------------------------------------------------------- /res/values/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values/config.xml -------------------------------------------------------------------------------- /res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values/dimens.xml -------------------------------------------------------------------------------- /res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values/strings.xml -------------------------------------------------------------------------------- /res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/values/styles.xml -------------------------------------------------------------------------------- /res/xml-sw600dp/default_workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/xml-sw600dp/default_workspace.xml -------------------------------------------------------------------------------- /res/xml-sw720dp/default_workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/xml-sw720dp/default_workspace.xml -------------------------------------------------------------------------------- /res/xml/default_workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/xml/default_workspace.xml -------------------------------------------------------------------------------- /res/xml/update_workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/res/xml/update_workspace.xml -------------------------------------------------------------------------------- /src/android/util/Pools.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/android/util/Pools.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/common/BitmapUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/common/BitmapUtils.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/common/Utils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/common/Utils.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ByteBufferInputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ByteBufferInputStream.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/CountedDataInputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/CountedDataInputStream.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ExifData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ExifData.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ExifInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ExifInterface.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ExifInvalidFormatException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ExifInvalidFormatException.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ExifModifier.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ExifModifier.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ExifOutputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ExifOutputStream.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ExifParser.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ExifParser.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ExifReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ExifReader.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/ExifTag.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/ExifTag.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/IfdData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/IfdData.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/IfdId.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/IfdId.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/JpegHeader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/JpegHeader.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/OrderedDataOutputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/OrderedDataOutputStream.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/exif/Rational.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/exif/Rational.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/BasicTexture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/BasicTexture.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/BitmapTexture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/BitmapTexture.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/GLCanvas.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/GLCanvas.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/GLES20Canvas.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/GLES20Canvas.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/GLES20IdImpl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/GLES20IdImpl.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/GLId.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/GLId.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/GLPaint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/GLPaint.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/RawTexture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/RawTexture.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/Texture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/Texture.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/glrenderer/UploadedTexture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/glrenderer/UploadedTexture.java -------------------------------------------------------------------------------- /src/com/android/gallery3d/util/IntArray.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/gallery3d/util/IntArray.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AccessibleTabView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AccessibleTabView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AddAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AddAdapter.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Alarm.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Alarm.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AllAppsList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AllAppsList.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AppFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AppFilter.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AppInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AppInfo.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AppWidgetResizeFrame.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AppWidgetResizeFrame.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AppsCustomizeCellLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AppsCustomizeCellLayout.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AppsCustomizePagedView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AppsCustomizePagedView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/AppsCustomizeTabHost.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/AppsCustomizeTabHost.java -------------------------------------------------------------------------------- /src/com/android/launcher3/BubbleTextView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/BubbleTextView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/ButtonDropTarget.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/ButtonDropTarget.java -------------------------------------------------------------------------------- /src/com/android/launcher3/CellLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/CellLayout.java -------------------------------------------------------------------------------- /src/com/android/launcher3/CheckLongPressHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/CheckLongPressHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/CheckableFrameLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/CheckableFrameLayout.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Cling.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Cling.java -------------------------------------------------------------------------------- /src/com/android/launcher3/CropView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/CropView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DeferredHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DeferredHandler.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DeleteDropTarget.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DeleteDropTarget.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DragController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DragController.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DragLayer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DragLayer.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DragScroller.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DragScroller.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DragSource.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DragSource.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DragView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DragView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DrawableStateProxyView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DrawableStateProxyView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DropTarget.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DropTarget.java -------------------------------------------------------------------------------- /src/com/android/launcher3/DynamicGrid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/DynamicGrid.java -------------------------------------------------------------------------------- /src/com/android/launcher3/FastBitmapDrawable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/FastBitmapDrawable.java -------------------------------------------------------------------------------- /src/com/android/launcher3/FirstFrameAnimatorHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/FirstFrameAnimatorHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/FocusHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/FocusHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/FocusOnlyTabWidget.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/FocusOnlyTabWidget.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Folder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Folder.java -------------------------------------------------------------------------------- /src/com/android/launcher3/FolderAutoScrollHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/FolderAutoScrollHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/FolderEditText.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/FolderEditText.java -------------------------------------------------------------------------------- /src/com/android/launcher3/FolderIcon.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/FolderIcon.java -------------------------------------------------------------------------------- /src/com/android/launcher3/FolderInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/FolderInfo.java -------------------------------------------------------------------------------- /src/com/android/launcher3/HideFromAccessibilityHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/HideFromAccessibilityHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/HolographicImageView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/HolographicImageView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/HolographicLinearLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/HolographicLinearLayout.java -------------------------------------------------------------------------------- /src/com/android/launcher3/HolographicOutlineHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/HolographicOutlineHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/HolographicViewHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/HolographicViewHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Hotseat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Hotseat.java -------------------------------------------------------------------------------- /src/com/android/launcher3/IconCache.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/IconCache.java -------------------------------------------------------------------------------- /src/com/android/launcher3/InfoDropTarget.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/InfoDropTarget.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Insettable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Insettable.java -------------------------------------------------------------------------------- /src/com/android/launcher3/InstallShortcutReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/InstallShortcutReceiver.java -------------------------------------------------------------------------------- /src/com/android/launcher3/InstallWidgetReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/InstallWidgetReceiver.java -------------------------------------------------------------------------------- /src/com/android/launcher3/InterruptibleInOutAnimator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/InterruptibleInOutAnimator.java -------------------------------------------------------------------------------- /src/com/android/launcher3/ItemInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/ItemInfo.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Launcher.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Launcher.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherAnimUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherAnimUtils.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherAnimatorUpdateListener.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherAnimatorUpdateListener.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherAppState.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherAppState.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherAppWidgetHost.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherAppWidgetHost.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherAppWidgetHostView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherAppWidgetHostView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherAppWidgetInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherAppWidgetInfo.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherApplication.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherBackupAgentHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherBackupAgentHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherBackupHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherBackupHelper.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherModel.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherProvider.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherProvider.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherSettings.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherSettings.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LauncherViewPropertyAnimator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LauncherViewPropertyAnimator.java -------------------------------------------------------------------------------- /src/com/android/launcher3/LiveWallpaperListAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/LiveWallpaperListAdapter.java -------------------------------------------------------------------------------- /src/com/android/launcher3/MemoryDumpActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/MemoryDumpActivity.java -------------------------------------------------------------------------------- /src/com/android/launcher3/MemoryTracker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/MemoryTracker.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PackageChangedReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PackageChangedReceiver.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PageIndicator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PageIndicator.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PageIndicatorMarker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PageIndicatorMarker.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedViewCellLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedViewCellLayout.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedViewCellLayoutChildren.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedViewCellLayoutChildren.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedViewGridLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedViewGridLayout.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedViewIcon.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedViewIcon.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedViewIconCache.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedViewIconCache.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedViewWidget.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedViewWidget.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedViewWidgetImageView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedViewWidgetImageView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PagedViewWithDraggableItems.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PagedViewWithDraggableItems.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PendingAddItemInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PendingAddItemInfo.java -------------------------------------------------------------------------------- /src/com/android/launcher3/PreloadReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/PreloadReceiver.java -------------------------------------------------------------------------------- /src/com/android/launcher3/RampUpScroller.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/RampUpScroller.java -------------------------------------------------------------------------------- /src/com/android/launcher3/SavedWallpaperImages.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/SavedWallpaperImages.java -------------------------------------------------------------------------------- /src/com/android/launcher3/ScrimView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/ScrimView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/SearchDropTargetBar.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/SearchDropTargetBar.java -------------------------------------------------------------------------------- /src/com/android/launcher3/ShortcutAndWidgetContainer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/ShortcutAndWidgetContainer.java -------------------------------------------------------------------------------- /src/com/android/launcher3/ShortcutInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/ShortcutInfo.java -------------------------------------------------------------------------------- /src/com/android/launcher3/SmoothPagedView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/SmoothPagedView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/SpringLoadedDragController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/SpringLoadedDragController.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Stats.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Stats.java -------------------------------------------------------------------------------- /src/com/android/launcher3/ThirdPartyWallpaperPickerListAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/ThirdPartyWallpaperPickerListAdapter.java -------------------------------------------------------------------------------- /src/com/android/launcher3/ToggleWeightWatcher.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/ToggleWeightWatcher.java -------------------------------------------------------------------------------- /src/com/android/launcher3/UninstallShortcutReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/UninstallShortcutReceiver.java -------------------------------------------------------------------------------- /src/com/android/launcher3/UserInitializeReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/UserInitializeReceiver.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Utilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Utilities.java -------------------------------------------------------------------------------- /src/com/android/launcher3/WallpaperCropActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/WallpaperCropActivity.java -------------------------------------------------------------------------------- /src/com/android/launcher3/WallpaperPickerActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/WallpaperPickerActivity.java -------------------------------------------------------------------------------- /src/com/android/launcher3/WallpaperRootView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/WallpaperRootView.java -------------------------------------------------------------------------------- /src/com/android/launcher3/WeightWatcher.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/WeightWatcher.java -------------------------------------------------------------------------------- /src/com/android/launcher3/WidgetAdder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/WidgetAdder.java -------------------------------------------------------------------------------- /src/com/android/launcher3/WidgetPreviewLoader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/WidgetPreviewLoader.java -------------------------------------------------------------------------------- /src/com/android/launcher3/Workspace.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/Workspace.java -------------------------------------------------------------------------------- /src/com/android/launcher3/backup/BackupProtos.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/backup/BackupProtos.java -------------------------------------------------------------------------------- /src/com/android/launcher3/config/ProviderConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/launcher3/config/ProviderConfig.java -------------------------------------------------------------------------------- /src/com/android/photos/BitmapRegionTileSource.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/photos/BitmapRegionTileSource.java -------------------------------------------------------------------------------- /src/com/android/photos/views/BlockingGLTextureView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/photos/views/BlockingGLTextureView.java -------------------------------------------------------------------------------- /src/com/android/photos/views/TiledImageRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/photos/views/TiledImageRenderer.java -------------------------------------------------------------------------------- /src/com/android/photos/views/TiledImageView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/src/com/android/photos/views/TiledImageView.java -------------------------------------------------------------------------------- /tests/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/tests/Android.mk -------------------------------------------------------------------------------- /tests/stress/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/tests/stress/Android.mk -------------------------------------------------------------------------------- /tests/stress/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/tests/stress/AndroidManifest.xml -------------------------------------------------------------------------------- /tests/stress/src/com/android/launcher3/stress/LauncherRotationStressTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/tests/stress/src/com/android/launcher3/stress/LauncherRotationStressTest.java -------------------------------------------------------------------------------- /update_gallery_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/update_gallery_files.py -------------------------------------------------------------------------------- /util/com/android/launcher3/DecoderRing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chislon/Launcher3/HEAD/util/com/android/launcher3/DecoderRing.java --------------------------------------------------------------------------------