├── .gitignore
├── FairphoneHome
├── Android.mk
├── AndroidManifest.xml
├── CleanSpec.mk
├── assets
│ └── fonts
│ │ └── YWFT-Hannah-Regular.ttf
├── fill_screens.py
├── libs
│ ├── RootTools-3.3.jar
│ ├── android-support-v4.jar
│ ├── crashlytics.jar
│ └── flurryAnalytics_3.4.0.jar
├── print_db.py
├── proguard-project.txt
├── proguard.flags
├── project.properties
├── res
│ ├── anim
│ │ ├── button_select_animation.xml
│ │ ├── fade_in_fast.xml
│ │ ├── fade_in_slow.xml
│ │ ├── fade_out_fast.xml
│ │ ├── fade_out_slow.xml
│ │ ├── menu_activation_zone_appear.xml
│ │ ├── menu_activation_zone_disappear.xml
│ │ ├── menu_appear_from_left_animation.xml
│ │ ├── menu_appear_from_right_animation.xml
│ │ ├── menu_background_fade_in.xml
│ │ ├── menu_background_fade_out.xml
│ │ ├── menu_disappear_to_left_animation.xml
│ │ ├── menu_disappear_to_right_animation.xml
│ │ ├── menu_edge_edit_button_fade_in.xml
│ │ ├── menu_icon_ring_fade_in.xml
│ │ ├── menu_icon_ring_fade_out.xml
│ │ ├── tutorial_edge_swipe_arrow_main.xml
│ │ ├── tutorial_edge_swipe_arrow_main_2.xml
│ │ ├── tutorial_edge_swipe_arrow_outro.xml
│ │ ├── tutorial_edge_swipe_hand_main.xml
│ │ ├── tutorial_edge_swipe_hand_main_2.xml
│ │ ├── tutorial_edge_swipe_hand_outro.xml
│ │ ├── tutorial_edge_swipe_touch_main.xml
│ │ ├── tutorial_edge_swipe_touch_main_2.xml
│ │ ├── tutorial_edge_swipe_touch_outro.xml
│ │ ├── tutorial_edit_favs_counter_main.xml
│ │ ├── tutorial_edit_favs_hand_main.xml
│ │ ├── tutorial_edit_favs_hand_outro.xml
│ │ ├── tutorial_edit_favs_icon_blue_main.xml
│ │ ├── tutorial_edit_favs_icon_holder_main.xml
│ │ ├── tutorial_edit_favs_icon_main.xml
│ │ ├── tutorial_edit_favs_touch_main.xml
│ │ ├── tutorial_intro.xml
│ │ ├── tutorial_outro.xml
│ │ ├── tutorial_title_text_intro_bottom.xml
│ │ └── tutorial_title_text_intro_top.xml
│ ├── color
│ │ └── button_app_switcher_reset_text.xml
│ ├── drawable-hdpi
│ │ ├── app_switcher_background_right.png
│ │ ├── app_switcher_background_right_item.png
│ │ ├── app_switcher_button_reset_disabled.png
│ │ ├── app_switcher_button_reset_press.png
│ │ ├── app_switcher_button_reset_up.png
│ │ ├── app_switcher_divider.9.png
│ │ ├── app_switcher_icon_all_apps.png
│ │ ├── app_switcher_icon_apps.png
│ │ ├── app_switcher_list_background.png
│ │ ├── app_switcher_separator.9.png
│ │ ├── apps_customize_bg.png
│ │ ├── apps_widgets_bg.png
│ │ ├── appswicther_widget_icon.png
│ │ ├── bg_appwidget_error.9.png
│ │ ├── bg_cling1.png
│ │ ├── bg_cling2.png
│ │ ├── bg_cling3.png
│ │ ├── bg_cling4.png
│ │ ├── bg_gradient.png
│ │ ├── btn_cling_normal.9.png
│ │ ├── btn_cling_pressed.9.png
│ │ ├── cling.png
│ │ ├── divider_launcher_holo.9.png
│ │ ├── edge_swipe_menu_highlight.png
│ │ ├── edit_holder.png
│ │ ├── edit_menu_all_apps_faded.png
│ │ ├── edit_menu_circle.png
│ │ ├── edit_menu_circle_faded.png
│ │ ├── edit_menu_icon_remove.png
│ │ ├── edit_menu_list_background.png
│ │ ├── edit_menu_list_separator.9.png
│ │ ├── edit_menu_list_shadow_bottom.png
│ │ ├── edit_menu_list_shadow_top.png
│ │ ├── edit_menu_separator.9.png
│ │ ├── flying_icon_bg_pressed.9.png
│ │ ├── focused_bg.9.png
│ │ ├── fp_edit_favs_remove_red_bg.png
│ │ ├── fp_fav_icon_ring.png
│ │ ├── fp_gapps_alert_background.9.png
│ │ ├── fp_gapps_installer_icon.png
│ │ ├── fp_gapps_widget_install.png
│ │ ├── fp_gapps_widget_uninstall.png
│ │ ├── fp_oobe_background.png
│ │ ├── grid_focused.9.png
│ │ ├── grid_pressed.9.png
│ │ ├── grid_selected.9.png
│ │ ├── home_press.9.png
│ │ ├── homescreen_blue_normal_holo.9.png
│ │ ├── homescreen_blue_strong_holo.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_search_normal_holo.png
│ │ ├── ic_home_voice_search_holo.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
│ │ ├── icon_edit.png
│ │ ├── oobe_app_icon.png
│ │ ├── oobe_app_icon_small.png
│ │ ├── oobe_arrow_big.png
│ │ ├── oobe_delete_higlight.png
│ │ ├── oobe_delete_x.png
│ │ ├── oobe_edit_all_apps.png
│ │ ├── oobe_edit_drag_intro.png
│ │ ├── oobe_edit_favourite_apps.png
│ │ ├── oobe_fairphone_logo.png
│ │ ├── oobe_hand.png
│ │ ├── oobe_hand_shadow.png
│ │ ├── oobe_icon_all_apps.png
│ │ ├── oobe_icon_select.png
│ │ ├── oobe_language_button_press.png
│ │ ├── oobe_language_button_up.png
│ │ ├── oobe_menu.png
│ │ ├── oobe_selection_big.png
│ │ ├── oobe_wifi_button_press.png
│ │ ├── oobe_wifi_button_up.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
│ │ ├── search_frame.9.png
│ │ ├── swipe_menu_shadow_bottom.png
│ │ ├── swipe_menu_shadow_top.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
│ │ ├── widget_container_holo.9.png
│ │ ├── widget_preview_tile.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
│ │ └── workspace_bg.9.png
│ ├── drawable-mdpi
│ │ ├── app_switcher_icon_sync.png
│ │ ├── apps_customize_bg.png
│ │ ├── bg_appwidget_error.9.png
│ │ ├── bg_cling1.png
│ │ ├── bg_cling2.png
│ │ ├── bg_cling3.png
│ │ ├── bg_cling4.png
│ │ ├── bg_cling5.png
│ │ ├── btn_cling_normal.9.png
│ │ ├── btn_cling_pressed.9.png
│ │ ├── cling.png
│ │ ├── divider_launcher_holo.9.png
│ │ ├── flying_icon_bg_pressed.9.png
│ │ ├── focused_bg.9.png
│ │ ├── fp_wallpaper_default.png
│ │ ├── grid_focused.9.png
│ │ ├── grid_pressed.9.png
│ │ ├── grid_selected.9.png
│ │ ├── hand.png
│ │ ├── home_press.9.png
│ │ ├── homescreen_blue_normal_holo.9.png
│ │ ├── homescreen_blue_strong_holo.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_search_normal_holo.png
│ │ ├── ic_home_voice_search_holo.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
│ │ ├── 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
│ │ ├── 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
│ │ ├── widget_container_holo.9.png
│ │ ├── widget_preview_tile.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
│ │ └── workspace_bg.9.png
│ ├── drawable-nodpi
│ │ ├── background.png
│ │ ├── edit_text.png
│ │ ├── fp_fav_background.png
│ │ ├── fp_fav_icon_ring.png
│ │ ├── fp_wallpaper_company.png
│ │ ├── fp_wallpaper_company_small.png
│ │ ├── fp_wallpaper_crystal_1.jpg
│ │ ├── fp_wallpaper_crystal_1_blue.jpg
│ │ ├── fp_wallpaper_crystal_1_blue_small.jpg
│ │ ├── fp_wallpaper_crystal_1_pink.jpg
│ │ ├── fp_wallpaper_crystal_1_pink_small.jpg
│ │ ├── fp_wallpaper_crystal_1_small.jpg
│ │ ├── fp_wallpaper_crystal_2.jpg
│ │ ├── fp_wallpaper_crystal_2_small.jpg
│ │ ├── fp_wallpaper_crystal_3.jpg
│ │ ├── fp_wallpaper_crystal_3_small.jpg
│ │ ├── fp_wallpaper_crystal_4.jpg
│ │ ├── fp_wallpaper_crystal_4_blue.jpg
│ │ ├── fp_wallpaper_crystal_4_blue_small.jpg
│ │ ├── fp_wallpaper_crystal_4_pink.jpg
│ │ ├── fp_wallpaper_crystal_4_pink_small.jpg
│ │ ├── fp_wallpaper_crystal_4_small.jpg
│ │ ├── fp_wallpaper_crystal_5.jpg
│ │ ├── fp_wallpaper_crystal_5_blue.jpg
│ │ ├── fp_wallpaper_crystal_5_blue_small.jpg
│ │ ├── fp_wallpaper_crystal_5_pink.jpg
│ │ ├── fp_wallpaper_crystal_5_pink_small.jpg
│ │ ├── fp_wallpaper_crystal_5_small.jpg
│ │ ├── fp_wallpaper_crystal_6.jpg
│ │ ├── fp_wallpaper_crystal_6_small.jpg
│ │ ├── fp_wallpaper_default.png
│ │ ├── fp_wallpaper_default_small.png
│ │ ├── fp_wallpaper_mine_5_blue.jpg
│ │ ├── fp_wallpaper_mine_5_blue_small.jpg
│ │ ├── fp_wallpaper_sun_1.jpg
│ │ ├── fp_wallpaper_sun_1_pink.jpg
│ │ ├── fp_wallpaper_sun_1_pink_small.jpg
│ │ ├── fp_wallpaper_sun_1_small.jpg
│ │ ├── fp_wallpaper_sun_2.jpg
│ │ ├── fp_wallpaper_sun_2_small.jpg
│ │ ├── fp_wallpaper_sun_3.jpg
│ │ ├── fp_wallpaper_sun_3_small.jpg
│ │ ├── fp_wallpaper_sun_4.jpg
│ │ ├── fp_wallpaper_sun_4_pink.jpg
│ │ ├── fp_wallpaper_sun_4_pink_small.jpg
│ │ ├── fp_wallpaper_sun_4_small.jpg
│ │ ├── fp_wallpaper_sun_5.jpg
│ │ ├── fp_wallpaper_sun_5_small.jpg
│ │ ├── icon_all_apps.png
│ │ └── icon_clean.png
│ ├── drawable
│ │ ├── all_apps_button_icon.xml
│ │ ├── app_placeholder_blue_icon.xml
│ │ ├── app_placeholder_icon.xml
│ │ ├── button_app_switcher_reset.xml
│ │ ├── button_last_used_app.xml
│ │ ├── cling_button_bg.xml
│ │ ├── fairphone_fav_menu_background.xml
│ │ ├── flying_icon_bg.xml
│ │ ├── focusable_view_bg.xml
│ │ ├── fp_gaaps_alert_button.xml
│ │ ├── fp_gapps_progress.xml
│ │ ├── info_target_selector.xml
│ │ ├── oobe_language_button.xml
│ │ ├── oobe_wifi_button.xml
│ │ ├── remove_target_selector.xml
│ │ ├── tab_widget_indicator_selector.xml
│ │ ├── uninstall_target_selector.xml
│ │ ├── wallpaper_gallery_background.xml
│ │ └── wallpaper_gallery_item.xml
│ ├── layout-de
│ │ └── fp_google_apps_installer_widget.xml
│ ├── layout-fr
│ │ └── fp_google_apps_installer_widget.xml
│ ├── layout-nl
│ │ └── fp_google_apps_installer_widget.xml
│ ├── layout
│ │ ├── add_list_item.xml
│ │ ├── all_apps_cling.xml
│ │ ├── application.xml
│ │ ├── apps_customize_application.xml
│ │ ├── apps_customize_pane.xml
│ │ ├── apps_customize_progressbar.xml
│ │ ├── apps_customize_widget.xml
│ │ ├── appwidget_error.xml
│ │ ├── custom_workspace_cling.xml
│ │ ├── drop_target_bar.xml
│ │ ├── folder_cling.xml
│ │ ├── folder_icon.xml
│ │ ├── fp_app_switcher.xml
│ │ ├── fp_edit_favorites.xml
│ │ ├── fp_fav_apps_layout.xml
│ │ ├── fp_favorites_all_apps_list_item.xml
│ │ ├── fp_google_apps_installer_widget.xml
│ │ ├── fp_last_used_item.xml
│ │ ├── fp_most_used_item.xml
│ │ ├── fp_oobe_activity.xml
│ │ ├── fp_oobe_texts.xml
│ │ ├── hotseat.xml
│ │ ├── launcher.xml
│ │ ├── market_button.xml
│ │ ├── qsb_bar.xml
│ │ ├── rename_folder.xml
│ │ ├── scroll_indicator.xml
│ │ ├── search_bar.xml
│ │ ├── tab_widget_indicator.xml
│ │ ├── tutorial_edge_swipe_layout.xml
│ │ ├── tutorial_edit_fav_add_layout.xml
│ │ ├── tutorial_edit_fav_move_layout.xml
│ │ ├── tutorial_edit_fav_remove_layout.xml
│ │ ├── tutorial_open_app_layout.xml
│ │ ├── user_folder.xml
│ │ ├── wallpaper_chooser.xml
│ │ ├── wallpaper_chooser_base.xml
│ │ ├── wallpaper_item.xml
│ │ ├── workspace_cling.xml
│ │ ├── workspace_divider.xml
│ │ └── workspace_screen.xml
│ ├── mipmap-hdpi
│ │ ├── ic_launcher_application.png
│ │ ├── ic_launcher_wallpaper.png
│ │ └── icon_launcher_home.png
│ ├── raw
│ │ ├── fp_buy_a_phone_start_a_movement.mp4
│ │ └── public_key.pem
│ ├── values-af
│ │ └── strings.xml
│ ├── values-am
│ │ └── strings.xml
│ ├── values-ar
│ │ └── strings.xml
│ ├── values-be
│ │ └── strings.xml
│ ├── values-bg
│ │ └── strings.xml
│ ├── values-ca
│ │ └── strings.xml
│ ├── values-cs
│ │ └── strings.xml
│ ├── values-da
│ │ └── strings.xml
│ ├── values-de
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-el
│ │ └── strings.xml
│ ├── values-en-rGB
│ │ └── strings.xml
│ ├── values-es-rUS
│ │ └── strings.xml
│ ├── values-es
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-et
│ │ └── strings.xml
│ ├── values-fa
│ │ └── strings.xml
│ ├── values-fi
│ │ └── strings.xml
│ ├── values-fr
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-hi
│ │ └── strings.xml
│ ├── values-hr
│ │ └── strings.xml
│ ├── values-hu
│ │ └── strings.xml
│ ├── values-in
│ │ └── strings.xml
│ ├── values-it
│ │ └── strings.xml
│ ├── values-iw
│ │ └── strings.xml
│ ├── values-ja
│ │ └── strings.xml
│ ├── values-ko
│ │ └── strings.xml
│ ├── values-land
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-lt
│ │ └── strings.xml
│ ├── values-lv
│ │ └── strings.xml
│ ├── values-ms
│ │ └── strings.xml
│ ├── values-nb
│ │ └── strings.xml
│ ├── values-nl
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-pl
│ │ └── strings.xml
│ ├── values-port
│ │ ├── dimens.xml
│ │ └── styles.xml
│ ├── values-pt-rPT
│ │ └── strings.xml
│ ├── values-pt
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-rm
│ │ └── strings.xml
│ ├── values-ro
│ │ └── strings.xml
│ ├── values-ru
│ │ └── strings.xml
│ ├── values-sk
│ │ └── strings.xml
│ ├── values-sl
│ │ └── strings.xml
│ ├── values-sr
│ │ └── strings.xml
│ ├── values-sv
│ │ └── strings.xml
│ ├── values-sw
│ │ └── strings.xml
│ ├── values-sw340dp-port
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ └── styles.xml
│ ├── values-sw340dp
│ │ └── dimens.xml
│ ├── values-sw380dp-port
│ │ └── dimens.xml
│ ├── values-th
│ │ └── strings.xml
│ ├── values-tl
│ │ └── strings.xml
│ ├── values-tr
│ │ └── strings.xml
│ ├── values-uk
│ │ └── strings.xml
│ ├── values-vi
│ │ └── strings.xml
│ ├── values-zh-rCN
│ │ └── strings.xml
│ ├── values-zh-rTW
│ │ └── strings.xml
│ ├── values-zu
│ │ └── strings.xml
│ ├── values
│ │ ├── array.xml
│ │ ├── attrs.xml
│ │ ├── colors.xml
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ ├── extra_wallpapers.xml
│ │ ├── strings.xml
│ │ ├── styles.xml
│ │ └── wallpapers.xml
│ └── xml
│ │ ├── default_workspace.xml
│ │ ├── google_apps_widget.xml
│ │ ├── launcher_settings.xml
│ │ ├── update_workspace.xml
│ │ ├── wallpaper_picker_preview.xml
│ │ └── widget_provider.xml
├── src
│ └── org
│ │ └── fairphone
│ │ ├── launcher
│ │ ├── AccessibleTabView.java
│ │ ├── AddAdapter.java
│ │ ├── Alarm.java
│ │ ├── AllAppsList.java
│ │ ├── AppWidgetResizeFrame.java
│ │ ├── ApplicationInfo.java
│ │ ├── AppsCustomizePagedView.java
│ │ ├── AppsCustomizeTabHost.java
│ │ ├── BubbleTextView.java
│ │ ├── ButtonDropTarget.java
│ │ ├── CellLayout.java
│ │ ├── CheckLongPressHelper.java
│ │ ├── Cling.java
│ │ ├── DeferredHandler.java
│ │ ├── DeleteDropTarget.java
│ │ ├── DragController.java
│ │ ├── DragLayer.java
│ │ ├── DragScroller.java
│ │ ├── DragSource.java
│ │ ├── DragView.java
│ │ ├── DrawableStateProxyView.java
│ │ ├── DropTarget.java
│ │ ├── FairphoneApplication.java
│ │ ├── FastBitmapDrawable.java
│ │ ├── FocusHelper.java
│ │ ├── FocusOnlyTabWidget.java
│ │ ├── Folder.java
│ │ ├── FolderEditText.java
│ │ ├── FolderIcon.java
│ │ ├── FolderInfo.java
│ │ ├── HandleView.java
│ │ ├── HideFromAccessibilityHelper.java
│ │ ├── HolographicImageView.java
│ │ ├── HolographicLinearLayout.java
│ │ ├── HolographicOutlineHelper.java
│ │ ├── HolographicViewHelper.java
│ │ ├── Hotseat.java
│ │ ├── IconCache.java
│ │ ├── InfoDropTarget.java
│ │ ├── InstallShortcutReceiver.java
│ │ ├── InstallWidgetReceiver.java
│ │ ├── InterruptibleInOutAnimator.java
│ │ ├── ItemInfo.java
│ │ ├── Launcher.java
│ │ ├── LauncherAnimUtils.java
│ │ ├── LauncherAnimatorUpdateListener.java
│ │ ├── LauncherAppWidgetHost.java
│ │ ├── LauncherAppWidgetHostView.java
│ │ ├── LauncherAppWidgetInfo.java
│ │ ├── LauncherApplication.java
│ │ ├── LauncherModel.java
│ │ ├── LauncherProvider.java
│ │ ├── LauncherSettings.java
│ │ ├── LauncherViewPropertyAnimator.java
│ │ ├── PagedView.java
│ │ ├── PagedViewCellLayout.java
│ │ ├── PagedViewCellLayoutChildren.java
│ │ ├── PagedViewGridLayout.java
│ │ ├── PagedViewIcon.java
│ │ ├── PagedViewIconCache.java
│ │ ├── PagedViewWidget.java
│ │ ├── PagedViewWidgetImageView.java
│ │ ├── PagedViewWithDraggableItems.java
│ │ ├── PendingAddItemInfo.java
│ │ ├── PreloadReceiver.java
│ │ ├── SearchDropTargetBar.java
│ │ ├── ShortcutAndWidgetContainer.java
│ │ ├── ShortcutInfo.java
│ │ ├── SmoothPagedView.java
│ │ ├── SpringLoadedDragController.java
│ │ ├── StrokedTextView.java
│ │ ├── SymmetricalLinearTween.java
│ │ ├── TweenCallback.java
│ │ ├── UninstallShortcutReceiver.java
│ │ ├── UserInitializeReceiver.java
│ │ ├── Utilities.java
│ │ ├── WallpaperChooser.java
│ │ ├── WallpaperChooserDialogFragment.java
│ │ ├── Workspace.java
│ │ ├── edgeswipe
│ │ │ ├── EdgeSwipeAppMenuHelper.java
│ │ │ ├── edit
│ │ │ │ ├── AllAppsListAdapter.java
│ │ │ │ ├── AppDiscoverer.java
│ │ │ │ ├── DragDropItemLayoutListener.java
│ │ │ │ ├── EdgeSwipeApplicationInfo.java
│ │ │ │ ├── EditFavoritesActivity.java
│ │ │ │ └── FavoritesStorageHelper.java
│ │ │ └── ui
│ │ │ │ ├── CircularCountdownTimerView.java
│ │ │ │ ├── EdgeSwipeInterceptorViewListener.java
│ │ │ │ └── EditFavoritesGridView.java
│ │ ├── gappsinstaller
│ │ │ ├── GappsInstallationAssets.java
│ │ │ └── GappsInstallerHelper.java
│ │ ├── rsa
│ │ │ └── utils
│ │ │ │ └── RSAUtils.java
│ │ └── util
│ │ │ ├── FlurryHelper.java
│ │ │ └── KWMathUtils.java
│ │ ├── oobe
│ │ ├── OOBEActivity.java
│ │ ├── animation
│ │ │ ├── AddFavTutorialAnimationHelper.java
│ │ │ ├── EdgeSwipeTutorialAnimationHelper.java
│ │ │ ├── EditFavsTutorialAnimationView.java
│ │ │ ├── MenuTutorialAnimationView.java
│ │ │ ├── MoveFavTutorialAnimationHelper.java
│ │ │ ├── OpenAppTutorialAnimationHelper.java
│ │ │ ├── RemoveFavTutorialAnimationHelper.java
│ │ │ └── TutorialAnimationHelper.java
│ │ └── utils
│ │ │ ├── KWAnimation.java
│ │ │ ├── KWAnimationGroup.java
│ │ │ ├── KWAnimationManager.java
│ │ │ ├── KWFontsManager.java
│ │ │ ├── KWMathUtils.java
│ │ │ └── KWSprite.java
│ │ ├── settings
│ │ ├── SettingsActivity.java
│ │ └── SettingsFragment.java
│ │ └── widgets
│ │ ├── appswitcher
│ │ ├── AppDiscoverer.java
│ │ ├── ApplicationRunInfoManager.java
│ │ ├── ApplicationRunInformation.java
│ │ └── WidgetProvider.java
│ │ └── gapps
│ │ └── GoogleAppsInstallerWidget.java
└── tests
│ ├── Android.mk
│ └── stress
│ ├── Android.mk
│ ├── AndroidManifest.xml
│ └── src
│ └── com
│ └── android
│ └── launcher2
│ └── stress
│ └── LauncherRotationStressTest.java
├── FairphonePeaceOfMind
├── AndroidManifest.xml
├── help_layout.xml
├── libs
│ ├── android-support-v4.jar
│ └── flurryAnalytics_3.4.0.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ ├── fade_in_fast.xml
│ │ ├── fade_out_fast.xml
│ │ └── target_time_fade_in_fast.xml
│ ├── drawable-hdpi
│ │ ├── background_grid.png
│ │ ├── background_off.png
│ │ ├── background_on.png
│ │ ├── background_overlay.png
│ │ ├── button_close_press.png
│ │ ├── button_close_up.png
│ │ ├── button_help_press.png
│ │ ├── button_help_up.png
│ │ ├── peace_app_icon.png
│ │ ├── peace_play_store_icon.png
│ │ ├── peace_system_bar_icon.png
│ │ ├── peace_widget_icon.png
│ │ ├── seekbar_background_off.9.png
│ │ ├── seekbar_background_on.9.png
│ │ ├── seekbar_progress_secondary.9.png
│ │ ├── seekbar_thumb_off.png
│ │ ├── seekbar_thumb_on.png
│ │ ├── widget_off.png
│ │ ├── widget_progressbar_background_off.png
│ │ ├── widget_progressbar_background_on.png
│ │ ├── widget_progressbar_progress.9.png
│ │ └── widget_progressbar_secondary_progress.9.png
│ ├── drawable
│ │ ├── background_off_repeat.xml
│ │ ├── background_on_repeat.xml
│ │ ├── button_close.xml
│ │ ├── button_help.xml
│ │ ├── progressbar_progress.xml
│ │ ├── secondary_progressbar_progress.xml
│ │ └── transparent.xml
│ ├── layout-ca
│ │ └── widget_off.xml
│ ├── layout-de
│ │ └── widget_off.xml
│ ├── layout-es
│ │ └── widget_off.xml
│ ├── layout-fr
│ │ ├── help_layout.xml
│ │ └── widget_off.xml
│ ├── layout-nl
│ │ └── widget_off.xml
│ ├── layout-pt
│ │ └── widget_off.xml
│ ├── layout
│ │ ├── activity_main.xml
│ │ ├── help_layout.xml
│ │ ├── widget.xml
│ │ └── widget_off.xml
│ ├── raw
│ │ └── fp_start_pom_video.mp4
│ ├── values-ca
│ │ └── strings.xml
│ ├── values-de
│ │ └── strings.xml
│ ├── values-es
│ │ └── strings.xml
│ ├── values-fr
│ │ └── strings.xml
│ ├── values-nl
│ │ └── strings.xml
│ ├── values-pt
│ │ └── strings.xml
│ ├── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── xml
│ │ └── widget_provider.xml
└── src
│ └── org
│ └── fairphone
│ └── peaceofmind
│ ├── AirplaneModeDeviceController.java
│ ├── AirplaneModeToggler.java
│ ├── IDeviceController.java
│ ├── PeaceOfMindActivity.java
│ ├── PeaceOfMindApplicationBroadcastReceiver.java
│ ├── PeaceOfMindBroadCastReceiver.java
│ ├── PeaceOfMindIntents.java
│ ├── data
│ ├── PeaceOfMindRun.java
│ └── PeaceOfMindStats.java
│ ├── service
│ ├── IPeaceOfMindTimeListener.java
│ └── IPeaceServiceController.java
│ ├── ui
│ ├── VerticalScrollListener.java
│ └── VerticalSeekBar.java
│ ├── utils
│ └── FlurryHelper.java
│ └── widget
│ └── WidgetProvider.java
├── FairphoneUpdater
├── Android.mk
├── AndroidManifest.xml
├── CleanSpec.mk
├── libs
│ └── android-support-v4.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── drawable-hdpi
│ │ ├── fairphone_updater_app_icon.png
│ │ ├── fairphone_updater_app_icon_small.png
│ │ ├── fairphone_updater_current_version.png
│ │ ├── fairphone_updater_tray_icon.png
│ │ └── fairphone_updater_tray_icon_small.png
│ ├── layout
│ │ └── activity_fairphone_updater.xml
│ ├── raw
│ │ └── public_key.pem
│ ├── values-ca
│ │ └── strings.xml
│ ├── values-de
│ │ └── strings.xml
│ ├── values-es
│ │ └── strings.xml
│ ├── values-fr
│ │ └── strings.xml
│ ├── values-nl
│ │ └── strings.xml
│ ├── values-pt
│ │ └── strings.xml
│ └── values
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
└── src
│ └── com
│ └── fairphone
│ └── updater
│ ├── BootBroadcastReceiver.java
│ ├── FairphoneUpdater.java
│ ├── RSAUtils.java
│ ├── UpdaterService.java
│ ├── Version.java
│ └── VersionParserHelper.java
├── LICENSE.txt
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 | # Ignore OS specific files #
2 | .DS_Store
3 | .directory
4 | .DS_Store?
5 | ._*
6 | .Spotlight-V100
7 | .Trashes
8 | ehthumbs.db
9 | Thumbs.db
10 | .metadata
11 | RemoteSystemsTempFiles/
12 |
13 | # built application files
14 | *.apk
15 | *.ap_
16 |
17 | # files for the dex VM
18 | *.dex
19 |
20 | # Java class files
21 | *.class
22 |
23 | # generated files
24 | bin/
25 | gen/
26 |
27 | # Ignore gradle files
28 | .gradle/
29 | build/
30 |
31 | # Local configuration file (sdk path, etc)
32 | local.properties
33 |
34 | # Ignore Eclipse files #
35 | .project
36 | .classpath
37 | .settings/
38 | # Proguard folder generated by Eclipse
39 | proguard/
40 |
41 | FairphoneHome/res/values/com_crashlytics_export_strings.xml
42 |
--------------------------------------------------------------------------------
/FairphoneHome/assets/fonts/YWFT-Hannah-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/assets/fonts/YWFT-Hannah-Regular.ttf
--------------------------------------------------------------------------------
/FairphoneHome/libs/RootTools-3.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/libs/RootTools-3.3.jar
--------------------------------------------------------------------------------
/FairphoneHome/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/FairphoneHome/libs/crashlytics.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/libs/crashlytics.jar
--------------------------------------------------------------------------------
/FairphoneHome/libs/flurryAnalytics_3.4.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/libs/flurryAnalytics_3.4.0.jar
--------------------------------------------------------------------------------
/FairphoneHome/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/FairphoneHome/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=Google Inc.:Google APIs:17
15 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/button_select_animation.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
9 |
18 |
25 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/fade_in_fast.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/fade_in_slow.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/fade_out_fast.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/fade_out_slow.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_activation_zone_appear.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
9 |
10 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_activation_zone_disappear.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_appear_from_left_animation.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
13 |
14 |
18 |
19 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_appear_from_right_animation.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
13 |
14 |
18 |
19 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_background_fade_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_background_fade_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_disappear_to_left_animation.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
14 |
15 |
19 |
20 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_disappear_to_right_animation.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
14 |
15 |
19 |
20 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_edge_edit_button_fade_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_icon_ring_fade_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/menu_icon_ring_fade_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_arrow_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
17 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_arrow_main_2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_arrow_outro.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
17 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_hand_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
11 |
17 |
18 |
24 |
25 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_hand_main_2.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
11 |
17 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_hand_outro.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
11 |
12 |
18 |
19 |
28 |
29 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_touch_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
16 |
17 |
23 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_touch_main_2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
16 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edge_swipe_touch_outro.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edit_favs_counter_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
13 |
14 |
24 |
25 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edit_favs_hand_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
12 |
20 |
21 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edit_favs_hand_outro.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
13 |
14 |
20 |
21 |
30 |
31 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edit_favs_icon_blue_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
11 |
12 |
21 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edit_favs_icon_holder_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
16 |
17 |
22 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edit_favs_icon_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
15 |
16 |
21 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_edit_favs_touch_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
12 |
20 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_intro.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_outro.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_title_text_intro_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
8 |
9 |
14 |
15 |
--------------------------------------------------------------------------------
/FairphoneHome/res/anim/tutorial_title_text_intro_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
8 |
9 |
14 |
15 |
--------------------------------------------------------------------------------
/FairphoneHome/res/color/button_app_switcher_reset_text.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_background_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_background_right.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_background_right_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_background_right_item.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_button_reset_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_button_reset_disabled.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_button_reset_press.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_button_reset_press.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_button_reset_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_button_reset_up.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_divider.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_divider.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_icon_all_apps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_icon_all_apps.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_icon_apps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_icon_apps.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_list_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_list_background.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/app_switcher_separator.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/app_switcher_separator.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/apps_customize_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/apps_customize_bg.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/apps_widgets_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/apps_widgets_bg.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/appswicther_widget_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/appswicther_widget_icon.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/bg_appwidget_error.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/bg_appwidget_error.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/bg_cling1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/bg_cling1.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/bg_cling2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/bg_cling2.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/bg_cling3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/bg_cling3.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/bg_cling4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/bg_cling4.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/bg_gradient.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/bg_gradient.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/btn_cling_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/btn_cling_normal.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/btn_cling_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/btn_cling_pressed.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/cling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/cling.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/divider_launcher_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/divider_launcher_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edge_swipe_menu_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edge_swipe_menu_highlight.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_holder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_holder.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_all_apps_faded.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_all_apps_faded.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_circle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_circle.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_circle_faded.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_circle_faded.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_icon_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_icon_remove.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_list_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_list_background.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_list_separator.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_list_separator.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_list_shadow_bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_list_shadow_bottom.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_list_shadow_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_list_shadow_top.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/edit_menu_separator.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/edit_menu_separator.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/flying_icon_bg_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/flying_icon_bg_pressed.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/focused_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/focused_bg.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/fp_edit_favs_remove_red_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/fp_edit_favs_remove_red_bg.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/fp_fav_icon_ring.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/fp_fav_icon_ring.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/fp_gapps_alert_background.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/fp_gapps_alert_background.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/fp_gapps_installer_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/fp_gapps_installer_icon.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/fp_gapps_widget_install.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/fp_gapps_widget_install.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/fp_gapps_widget_uninstall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/fp_gapps_widget_uninstall.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/fp_oobe_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/fp_oobe_background.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/grid_focused.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/grid_focused.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/grid_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/grid_pressed.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/grid_selected.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/grid_selected.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/home_press.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/home_press.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/homescreen_blue_normal_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/homescreen_blue_normal_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/homescreen_blue_strong_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/homescreen_blue_strong_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/hotseat_scrubber_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/hotseat_scrubber_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/hotseat_track_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/hotseat_track_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_allapps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_allapps.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_allapps_pressed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_allapps_pressed.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_home_all_apps_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_home_all_apps_holo_dark.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_home_search_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_home_search_normal_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_home_voice_search_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_home_voice_search_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_launcher_clear_active_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_launcher_clear_active_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_launcher_clear_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_launcher_clear_normal_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_launcher_info_active_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_launcher_info_active_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_launcher_info_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_launcher_info_normal_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_launcher_market_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_launcher_market_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_launcher_trashcan_active_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_launcher_trashcan_active_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/ic_launcher_trashcan_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/ic_launcher_trashcan_normal_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/icon_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/icon_edit.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_app_icon.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_app_icon_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_app_icon_small.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_arrow_big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_arrow_big.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_delete_higlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_delete_higlight.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_delete_x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_delete_x.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_edit_all_apps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_edit_all_apps.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_edit_drag_intro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_edit_drag_intro.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_edit_favourite_apps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_edit_favourite_apps.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_fairphone_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_fairphone_logo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_hand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_hand.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_hand_shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_hand_shadow.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_icon_all_apps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_icon_all_apps.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_icon_select.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_icon_select.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_language_button_press.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_language_button_press.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_language_button_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_language_button_up.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_menu.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_selection_big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_selection_big.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_wifi_button_press.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_wifi_button_press.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/oobe_wifi_button_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/oobe_wifi_button_up.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/overscroll_glow_left.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/overscroll_glow_left.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/overscroll_glow_right.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/overscroll_glow_right.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/page_hover_left_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/page_hover_left_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/page_hover_right_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/page_hover_right_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/paged_view_indicator.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/paged_view_indicator.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/portal_container_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/portal_container_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/portal_ring_inner_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/portal_ring_inner_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/portal_ring_inner_nolip_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/portal_ring_inner_nolip_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/portal_ring_outer_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/portal_ring_outer_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/portal_ring_rest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/portal_ring_rest.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/search_frame.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/search_frame.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/swipe_menu_shadow_bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/swipe_menu_shadow_bottom.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/swipe_menu_shadow_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/swipe_menu_shadow_top.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/tab_selected_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/tab_selected_pressed_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/tab_selected_pressed_focused_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/tab_unselected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/tab_unselected_focused_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/tab_unselected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/tab_unselected_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/tab_unselected_pressed_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/tab_unselected_pressed_focused_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/widget_container_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/widget_container_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/widget_preview_tile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/widget_preview_tile.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/widget_resize_frame_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/widget_resize_frame_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/widget_resize_handle_bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/widget_resize_handle_bottom.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/widget_resize_handle_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/widget_resize_handle_left.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/widget_resize_handle_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/widget_resize_handle_right.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/widget_resize_handle_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/widget_resize_handle_top.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-hdpi/workspace_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-hdpi/workspace_bg.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/app_switcher_icon_sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/app_switcher_icon_sync.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/apps_customize_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/apps_customize_bg.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/bg_appwidget_error.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/bg_appwidget_error.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/bg_cling1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/bg_cling1.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/bg_cling2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/bg_cling2.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/bg_cling3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/bg_cling3.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/bg_cling4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/bg_cling4.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/bg_cling5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/bg_cling5.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/btn_cling_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/btn_cling_normal.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/btn_cling_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/btn_cling_pressed.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/cling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/cling.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/divider_launcher_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/divider_launcher_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/flying_icon_bg_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/flying_icon_bg_pressed.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/focused_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/focused_bg.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/fp_wallpaper_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/fp_wallpaper_default.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/grid_focused.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/grid_focused.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/grid_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/grid_pressed.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/grid_selected.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/grid_selected.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/hand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/hand.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/home_press.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/home_press.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/homescreen_blue_normal_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/homescreen_blue_normal_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/homescreen_blue_strong_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/homescreen_blue_strong_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/hotseat_scrubber_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/hotseat_scrubber_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/hotseat_track_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/hotseat_track_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_allapps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_allapps.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_allapps_pressed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_allapps_pressed.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_home_all_apps_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_home_all_apps_holo_dark.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_home_search_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_home_search_normal_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_home_voice_search_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_home_voice_search_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_launcher_clear_active_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_launcher_clear_active_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_launcher_clear_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_launcher_clear_normal_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_launcher_info_active_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_launcher_info_active_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_launcher_info_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_launcher_info_normal_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_launcher_market_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_launcher_market_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_launcher_trashcan_active_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_launcher_trashcan_active_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/ic_launcher_trashcan_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/ic_launcher_trashcan_normal_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/overscroll_glow_left.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/overscroll_glow_left.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/overscroll_glow_right.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/overscroll_glow_right.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/page_hover_left_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/page_hover_left_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/page_hover_right_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/page_hover_right_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/paged_view_indicator.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/paged_view_indicator.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/portal_container_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/portal_container_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/portal_ring_inner_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/portal_ring_inner_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/portal_ring_inner_nolip_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/portal_ring_inner_nolip_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/portal_ring_outer_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/portal_ring_outer_holo.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/portal_ring_rest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/portal_ring_rest.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/search_frame.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/search_frame.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/tab_selected_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/tab_selected_pressed_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/tab_selected_pressed_focused_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/tab_unselected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/tab_unselected_focused_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/tab_unselected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/tab_unselected_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/tab_unselected_pressed_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/tab_unselected_pressed_focused_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/widget_container_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/widget_container_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/widget_preview_tile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/widget_preview_tile.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/widget_resize_frame_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/widget_resize_frame_holo.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/widget_resize_handle_bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/widget_resize_handle_bottom.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/widget_resize_handle_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/widget_resize_handle_left.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/widget_resize_handle_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/widget_resize_handle_right.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/widget_resize_handle_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/widget_resize_handle_top.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-mdpi/workspace_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-mdpi/workspace_bg.9.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/background.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/edit_text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/edit_text.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_fav_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_fav_background.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_fav_icon_ring.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_fav_icon_ring.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_company.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_company.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_company_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_company_small.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_blue.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_blue.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_blue_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_blue_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_pink.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_pink.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_pink_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_pink_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_1_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_2.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_2_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_2_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_3.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_3_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_3_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_blue.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_blue.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_blue_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_blue_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_pink.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_pink.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_pink_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_pink_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_4_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_blue.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_blue.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_blue_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_blue_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_pink.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_pink.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_pink_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_pink_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_5_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_6.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_6_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_crystal_6_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_default.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_default_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_default_small.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_mine_5_blue.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_mine_5_blue.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_mine_5_blue_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_mine_5_blue_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_1.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_1_pink.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_1_pink.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_1_pink_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_1_pink_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_1_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_1_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_2.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_2_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_2_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_3.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_3_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_3_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_4.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_4_pink.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_4_pink.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_4_pink_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_4_pink_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_4_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_4_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_5.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_5_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/fp_wallpaper_sun_5_small.jpg
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/icon_all_apps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/icon_all_apps.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable-nodpi/icon_clean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/drawable-nodpi/icon_clean.png
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/all_apps_button_icon.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/app_placeholder_blue_icon.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/app_placeholder_icon.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/button_app_switcher_reset.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/button_last_used_app.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/cling_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/fairphone_fav_menu_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
9 |
10 |
15 |
16 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/flying_icon_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/focusable_view_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/fp_gaaps_alert_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/fp_gapps_progress.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | -
5 |
6 |
7 |
8 |
9 | -
10 |
11 |
12 | -
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/info_target_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/oobe_language_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/oobe_wifi_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/remove_target_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/uninstall_target_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/wallpaper_gallery_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
--------------------------------------------------------------------------------
/FairphoneHome/res/drawable/wallpaper_gallery_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/add_list_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
26 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/application.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
21 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/apps_customize_application.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
30 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/apps_customize_progressbar.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
23 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/appwidget_error.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
30 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/fp_favorites_all_apps_list_item.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
11 |
12 |
18 |
19 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/fp_last_used_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
11 |
12 |
19 |
20 |
25 |
26 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/fp_most_used_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
26 |
27 |
35 |
36 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/market_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
31 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/qsb_bar.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
20 |
21 |
22 |
23 |
27 |
28 |
29 |
32 |
33 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/scroll_indicator.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
22 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/tab_widget_indicator.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
20 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/tutorial_edge_swipe_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
12 |
13 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/tutorial_edit_fav_add_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
12 |
13 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/tutorial_edit_fav_move_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
12 |
13 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/tutorial_edit_fav_remove_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
12 |
13 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/tutorial_open_app_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
12 |
13 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/wallpaper_chooser_base.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
24 |
28 |
29 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/wallpaper_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/layout/workspace_divider.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/mipmap-hdpi/ic_launcher_application.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/mipmap-hdpi/ic_launcher_application.png
--------------------------------------------------------------------------------
/FairphoneHome/res/mipmap-hdpi/ic_launcher_wallpaper.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/mipmap-hdpi/ic_launcher_wallpaper.png
--------------------------------------------------------------------------------
/FairphoneHome/res/mipmap-hdpi/icon_launcher_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/mipmap-hdpi/icon_launcher_home.png
--------------------------------------------------------------------------------
/FairphoneHome/res/raw/fp_buy_a_phone_start_a_movement.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneHome/res/raw/fp_buy_a_phone_start_a_movement.mp4
--------------------------------------------------------------------------------
/FairphoneHome/res/raw/public_key.pem:
--------------------------------------------------------------------------------
1 | -----BEGIN PUBLIC KEY-----
2 | MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0FRWtP59Lq3axya7c48b
3 | aZgJIc19Welf56rG1oXnJqG3qqVhaAg8OKLW6pLKeg38K/VI8ih5HVuj2fb7u35G
4 | BsOvSFcPRVbezermyFdnlbCfVgQlTfnVtv9oGRzgofg6dkXYQytObouQKMAW3QSX
5 | 0475+9JFLlyW7aTtafsapP6sqCZX8cgLHT/nPqTPdA/MFB5tDPtBBsOf2LR7h5Kj
6 | NbU8exLV/6SGqqJq5ZmJOOIdW5W6IxiGUkHJ+uhQ5YDIxYRVsv7IV/PVFzMLD2pe
7 | 9sa0wX1Gj0/h7pguVGorpR5wxK5AWpyXuAYbzyLTXRyIk5AgXlW9bDiP//wHqSlH
8 | pQIDAQAB
9 | -----END PUBLIC KEY-----
10 |
--------------------------------------------------------------------------------
/FairphoneHome/res/values-land/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 | false
21 |
22 | false
23 |
24 |
26 | 6
27 | 3
28 |
29 |
--------------------------------------------------------------------------------
/FairphoneHome/res/values-land/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/FairphoneHome/res/values-port/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
25 |
26 |
--------------------------------------------------------------------------------
/FairphoneHome/res/values-sw340dp-port/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 | false
21 |
22 |
--------------------------------------------------------------------------------
/FairphoneHome/res/values/extra_wallpapers.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/FairphoneHome/res/xml/google_apps_widget.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FairphoneHome/res/xml/wallpaper_picker_preview.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/FairphoneHome/res/xml/widget_provider.xml:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/launcher/DragScroller.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2008 The Android Open Source Project
3 | * Copyright (C) 2013 Fairphone Project
4 | *
5 | * Licensed under the Apache License, Version 2.0 (the "License");
6 | * you may not use this file except in compliance with the License.
7 | * You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 | package org.fairphone.launcher;
19 |
20 | /**
21 | * Handles scrolling while dragging
22 | *
23 | */
24 | public interface DragScroller {
25 | void scrollLeft();
26 | void scrollRight();
27 |
28 | /**
29 | * The touch point has entered the scroll area; a scroll is imminent.
30 | * This event will only occur while a drag is active.
31 | *
32 | * @param direction The scroll direction
33 | */
34 | boolean onEnterScrollArea(int x, int y, int direction);
35 |
36 | /**
37 | * The touch point has left the scroll area.
38 | * NOTE: This may not be called, if a drop occurs inside the scroll area.
39 | */
40 | boolean onExitScrollArea();
41 | }
42 |
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/launcher/FairphoneApplication.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.launcher;
17 |
18 | import com.crashlytics.android.Crashlytics;
19 |
20 | public class FairphoneApplication extends LauncherApplication
21 | {
22 | @Override
23 | public void onCreate()
24 | {
25 | Crashlytics.start(this);
26 | super.onCreate();
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/launcher/LauncherAnimatorUpdateListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2011 The Android Open Source Project
3 | * Copyright (C) 2013 Fairphone Project
4 | *
5 | * Licensed under the Apache License, Version 2.0 (the "License");
6 | * you may not use this file except in compliance with the License.
7 | * You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 | package org.fairphone.launcher;
19 |
20 | import android.animation.ValueAnimator;
21 | import android.animation.ValueAnimator.AnimatorUpdateListener;
22 |
23 | abstract class LauncherAnimatorUpdateListener implements AnimatorUpdateListener {
24 | public void onAnimationUpdate(ValueAnimator animation) {
25 | final float b = (Float) animation.getAnimatedValue();
26 | final float a = 1f - b;
27 | onAnimationUpdate(a, b);
28 | }
29 |
30 | abstract void onAnimationUpdate(float a, float b);
31 | }
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/launcher/TweenCallback.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2009 The Android Open Source Project
3 | * Copyright (C) 2013 Fairphone Project
4 | *
5 | * Licensed under the Apache License, Version 2.0 (the "License");
6 | * you may not use this file except in compliance with the License.
7 | * You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 | package org.fairphone.launcher;
19 |
20 | interface TweenCallback {
21 | void onTweenValueChanged(float value, float oldValue);
22 | void onTweenStarted();
23 | void onTweenFinished();
24 | }
25 |
26 |
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/launcher/edgeswipe/edit/DragDropItemLayoutListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.launcher.edgeswipe.edit;
17 |
18 | import org.fairphone.launcher.ApplicationInfo;
19 |
20 | import android.widget.RelativeLayout;
21 |
22 | public interface DragDropItemLayoutListener {
23 | void setupFavoriteIcon(RelativeLayout rla, ApplicationInfo info, int idx, boolean performAnimation);
24 | void showAllAppsRemoveZone();
25 | void hideAllAppsRemoveZone();
26 | void toggleAllAppRemoveZoneRedGlow(float pointerX, float pointerY);
27 | void showAllAppsRemoveZoneRedGlow();
28 | void hideAllAppsRemoveZoneRedGlow();
29 | }
30 |
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/launcher/edgeswipe/ui/EdgeSwipeInterceptorViewListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.launcher.edgeswipe.ui;
17 |
18 | public interface EdgeSwipeInterceptorViewListener
19 | {
20 | public void onSelectionStarted(float pointerX, float pointerY);
21 |
22 | public void onSelectionUpdate(float pointerX, float pointerY);
23 |
24 | public void onSelectionFinished(float pointerX, float pointerY);
25 | };
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/oobe/animation/TutorialAnimationHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.oobe.animation;
17 |
18 | import android.content.Context;
19 | import android.view.View;
20 |
21 | public interface TutorialAnimationHelper
22 | {
23 | public enum TutorialState
24 | {
25 | IdleInvisible,IdleVisible,Intro,Outro,Main
26 | };
27 |
28 | public interface TutorialAnimationHelperListener
29 | {
30 | public void onTutorialAnimationFinished(TutorialAnimationHelper helper, TutorialState state);
31 | }
32 |
33 | public View setup(Context context);
34 | public void setTutorialAnimationHelperListener(TutorialAnimationHelperListener listener);
35 | public boolean playIntro();
36 | public boolean playMain();
37 | public boolean playOutro();
38 | }
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/settings/SettingsActivity.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.settings;
17 |
18 | import android.app.Activity;
19 | import android.content.Intent;
20 | import android.os.Bundle;
21 | import android.util.Log;
22 |
23 | public class SettingsActivity extends Activity {
24 | @Override
25 | protected void onCreate(Bundle savedInstanceState) {
26 | super.onCreate(savedInstanceState);
27 |
28 |
29 | // Display the fragment as the main content.
30 | getFragmentManager().beginTransaction()
31 | .replace(android.R.id.content, new SettingsFragment())
32 | .commit();
33 | }
34 |
35 | @Override
36 | public void onBackPressed()
37 | {
38 |
39 | Intent intent = getIntent();
40 | setResult(RESULT_OK, intent);
41 |
42 | finish();
43 | }
44 |
45 | }
46 |
--------------------------------------------------------------------------------
/FairphoneHome/src/org/fairphone/widgets/appswitcher/AppDiscoverer.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.widgets.appswitcher;
17 |
18 |
19 | public class AppDiscoverer
20 | {
21 | private static final ApplicationRunInfoManager _instance = new ApplicationRunInfoManager();
22 |
23 | public static ApplicationRunInfoManager getInstance(){
24 | return _instance;
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/FairphoneHome/tests/Android.mk:
--------------------------------------------------------------------------------
1 | # Copyright (C) 2011 The Android Open Source Project
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 | #
15 | LOCAL_PATH := $(call my-dir)
16 | include $(call all-makefiles-under,$(LOCAL_PATH))
17 |
--------------------------------------------------------------------------------
/FairphoneHome/tests/stress/Android.mk:
--------------------------------------------------------------------------------
1 | # Copyright (C) 2011 The Android Open Source Project
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 | #
15 | LOCAL_PATH := $(call my-dir)
16 | include $(CLEAR_VARS)
17 |
18 | # We only want this apk build for tests.
19 | LOCAL_MODULE_TAGS := tests
20 |
21 | LOCAL_JAVA_LIBRARIES := android.test.runner
22 |
23 | LOCAL_SRC_FILES := $(call all-java-files-under, src)
24 |
25 | LOCAL_PACKAGE_NAME := LauncherRotationStressTest
26 |
27 | LOCAL_CERTIFICATE := shared
28 |
29 | LOCAL_INSTRUMENTATION_FOR := Launcher2
30 |
31 | include $(BUILD_PACKAGE)
32 |
--------------------------------------------------------------------------------
/FairphoneHome/tests/stress/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 |
20 |
21 |
22 |
23 |
24 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/libs/flurryAnalytics_3.4.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/libs/flurryAnalytics_3.4.0.jar
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-17
15 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/anim/fade_in_fast.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/anim/fade_out_fast.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/anim/target_time_fade_in_fast.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/background_grid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/background_grid.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/background_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/background_off.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/background_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/background_on.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/background_overlay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/background_overlay.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/button_close_press.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/button_close_press.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/button_close_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/button_close_up.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/button_help_press.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/button_help_press.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/button_help_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/button_help_up.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/peace_app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/peace_app_icon.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/peace_play_store_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/peace_play_store_icon.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/peace_system_bar_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/peace_system_bar_icon.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/peace_widget_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/peace_widget_icon.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_background_off.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_background_off.9.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_background_on.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_background_on.9.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_progress_secondary.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_progress_secondary.9.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_thumb_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_thumb_off.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_thumb_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/seekbar_thumb_on.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/widget_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/widget_off.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/widget_progressbar_background_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/widget_progressbar_background_off.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/widget_progressbar_background_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/widget_progressbar_background_on.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/widget_progressbar_progress.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/widget_progressbar_progress.9.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable-hdpi/widget_progressbar_secondary_progress.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/drawable-hdpi/widget_progressbar_secondary_progress.9.png
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable/background_off_repeat.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable/background_on_repeat.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable/button_close.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable/button_help.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable/progressbar_progress.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | -
5 |
6 |
7 |
8 |
9 | -
10 |
11 |
12 | -
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable/secondary_progressbar_progress.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | -
5 |
6 |
7 |
8 |
9 | -
10 |
11 |
12 | -
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/drawable/transparent.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/raw/fp_start_pom_video.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphonePeaceOfMind/res/raw/fp_start_pom_video.mp4
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values-ca/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Gaudeix d\'una mica de pau
5 | En
6 | Pau
7 |
8 | A mesura que les nostres vides estan més connectades, augmenta la nostra dependència dels mòbils\n\nT\'agradaria sentir-te desconnectat, ni tan sols per un moment?
9 | El teu telèfon es quedarà en silenci i es desconnectarà del món: sense e-mail, sense xarxes socials, sense missatges i sense trucades
10 | Decideix quant temps t\'agradaria desconnectar-te. Fins a 3 hores!\n\nMentrestant pots seguir jugant, llegint o fent servir aplicacions sense connexió
11 |
12 | Gaudeix
13 | mica
14 | d\'una
15 | de
16 | de
17 | h
18 |
19 | En pau
20 | Peace of Mind està desconnectat
21 |
22 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values-de/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | GENIESSEN SIE DIE RUHE
5 | IN
6 | Ruhe
7 |
8 | Unsere Abhängigkeit von Handys wächst täglich, da unsere Leben immer stärker miteinander verbunden sind\n\nMöchten Sie die Verbindung wieder trennen, wenn auch nur für einen Moment?
9 | Ihr Handy geht in den Ruhemodus und trennt sich von der Welt: keine E-Mails, keine Status-Updates, keine SMS und keine Anrufe
10 | Wählen Sie, wie lange Sie getrennt sein möchten (bis zu 3 Stunden)\n\nWährenddessen können Sie immer noch Games spielen oder Apps offline benutzen
11 |
12 | Genießen
13 | Sie
14 | Die
15 | Bis
16 | Bis
17 | h
18 |
19 | In ruhe
20 | Peace of Mind ist aus
21 |
22 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values-es/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Disfruta de un poco de paz
5 | En
6 | Paz
7 | A medida que nuestras vidas están más conectadas, aumenta nuestra dependencia de los móviles\n\n¿Te gustaría sentirte desconectado, aunque fuera sólo por un momento?
8 | Tu teléfono se quedará en silencio y se desconectará del mundo: sin e-mail, sin redes sociales, sin mensajes y sin llamadas
9 | Decide cuánto tiempo te gustaría desconectarte. ¡Hasta 3 horas!\n\nMientras, puedes seguir jugando, leyendo o usando aplicaciones sin conexión
10 | Disfruta
11 | poco
12 | un
13 | de
14 | de
15 | h
16 | En paz
17 | Peace of Mind está desconectado
18 |
19 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values-fr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Missing translation
5 | De
6 | tranquillité
7 |
8 | Nous devenons plus conscients de nos téléphones alors que nos vies deviennent de plus en plus connectées\n\nAimeriez-vous pouvoir vous déconnecter, ne serait-ce que pour quelques heures?
9 | Votre téléphone passe en mode silencieux et se déconnecte du reste du monde: plus de courriels, de mises-à-jour de statut, de textos ou d\'appels téléphoniques
10 | Choisissez votre temps de déconnexion (jusqu\'à 3 heures)\n\nPendant ce temps, vous pouvez quand même vous divertir avec les jeux ou utiliser les applications hors ligne
11 |
12 | Profitez
13 | moment
14 | d\'un
15 | de
16 | de
17 | des
18 | h
19 |
20 | En tranquillité
21 | L’application Peace of Mind est desactivée
22 |
23 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values-nl/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | GENIET VAN DE RUST
5 |
6 | Rust
7 |
8 | Onze levens worden in toenemende mate met elkaar verbonden en we worden ons steeds bewuster van onze telefoon\n\nWil je offline, al is het voor even?
9 | Je telefoon zal op stil gaan en de wereld voor even achter zich laten: geen e-mail, geen status updates, geen SMS en geen belletjes
10 | Bepaal hoe lang jij ‘uit’ wil staan (tot wel 3 uur)\n\nTussendoor spellen spelen is mogelijk en het offline gebruik van applicaties ook
11 |
12 | Geniet
13 | Van
14 | de
15 | Tot
16 | Tot
17 | u
18 |
19 | In rust
20 | Peace of Mind staat uit
21 |
22 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values-pt/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Disfrute de um pouco de paz
5 | Em
6 | Paz
7 |
8 | Dependemos cada vez mais dos telefones à medida que as nossas vidas se tornam mais ligadas\n\nGostaria de se sentir desligado outra vez, só por um momento?
9 | O seu telemóvel vai ficar silencioso e desligar-se do mundo: sem e-mail, sem redes sociais, sem mensagens e sem chamadas
10 | Escolha quanto tempo quer estar desligado, até 3 horas\n\nNo entanto, ainda pode jogar ou usar aplicações off-line
11 |
12 | Disfrute
13 | pouco
14 | um
15 | De
16 | De
17 | h
18 |
19 | Em paz
20 | Peace of Mind está desligado
21 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | #FFFFFF
5 | #000000
6 | #808080
7 | #dadada
8 | #878787
9 | #5dfffe
10 | #92a6a6
11 | #AA5dfffe
12 | #9fe0e0
13 |
14 |
15 | #00ffffff
16 | #55ffffff
17 | #66000000
18 |
19 |
20 | #fcfcfc
21 |
22 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 |
8 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Peace of Mind
5 | Peace of Mind
6 |
7 | Enjoy some Peace
8 | At
9 | Peace
10 |
11 | We become more conscious of our phones as our lives become increasingly connected\n\nWould you like to disconnect, if only for a moment?
12 | Your phone will go silent and disconnect from the world: no e-mail, no status updates, no SMS and no phone calls
13 | Choose how long you wish to disconnect (up to 3 hours)\n\nMeanwhile, you can still play games or use off-line apps
14 |
15 | Enjoy
16 | Some
17 | To
18 | To
19 | h
20 |
21 | At peace
22 | Peace of Mind is off
23 |
24 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/res/xml/widget_provider.xml:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/src/org/fairphone/peaceofmind/IDeviceController.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.peaceofmind;
17 |
18 | public interface IDeviceController {
19 |
20 | void startPeaceOfMind();
21 |
22 | void endPeaceOfMind();
23 |
24 | void screenOffDevice();
25 |
26 | }
27 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/src/org/fairphone/peaceofmind/PeaceOfMindIntents.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.peaceofmind;
17 |
18 | public class PeaceOfMindIntents {
19 | public static String PIECE_OF_MIND_APP = "org.fairphone.peaceofmind.launchapp";
20 | public static String STOP_PIECE_OF_MIND = "org.fairphone.peaceofmind.stoppeaceofmind";
21 |
22 | }
23 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/src/org/fairphone/peaceofmind/data/PeaceOfMindRun.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.peaceofmind.data;
17 |
18 | public class PeaceOfMindRun {
19 | public long mTimeStarted;
20 | public long mTargetTime;
21 | public long mPastTime;
22 | }
23 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/src/org/fairphone/peaceofmind/service/IPeaceOfMindTimeListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.peaceofmind.service;
17 |
18 | public interface IPeaceOfMindTimeListener {
19 | void updateTime(long millis);
20 | }
21 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/src/org/fairphone/peaceofmind/service/IPeaceServiceController.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.peaceofmind.service;
17 |
18 | public interface IPeaceServiceController {
19 |
20 | void startPeaceOfMind();
21 |
22 | void startWarOfMind();
23 | }
24 |
--------------------------------------------------------------------------------
/FairphonePeaceOfMind/src/org/fairphone/peaceofmind/ui/VerticalScrollListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 Fairphone Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.fairphone.peaceofmind.ui;
17 |
18 | public interface VerticalScrollListener {
19 |
20 | void scrollEnded(float progress);
21 |
22 | void updateBarScroll(float progress);
23 | }
24 |
--------------------------------------------------------------------------------
/FairphoneUpdater/Android.mk:
--------------------------------------------------------------------------------
1 | #
2 | # Copyright (C) 2008 The Android Open Source Project
3 | #
4 | # Licensed under the Apache License, Version 2.0 (the "License");
5 | # you may not use this file except in compliance with the License.
6 | # You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 | #
16 |
17 | LOCAL_PATH := $(call my-dir)
18 | include $(CLEAR_VARS)
19 |
20 | LOCAL_MODULE_TAGS := optional
21 |
22 | LOCAL_STATIC_JAVA_LIBRARIES := android-common android-support-v4
23 | LOCAL_JAVA_LIBRARIES += mediatek-framework
24 |
25 | LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
26 | #LOCAL_SDK_VERSION := current
27 |
28 | LOCAL_PACKAGE_NAME := FairphoneUpdater
29 | LOCAL_CERTIFICATE := platform
30 |
31 | include $(BUILD_PACKAGE)
32 |
33 | include $(call all-makefiles-under,$(LOCAL_PATH))
34 |
--------------------------------------------------------------------------------
/FairphoneUpdater/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneUpdater/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/FairphoneUpdater/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/FairphoneUpdater/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-17
15 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_app_icon.png
--------------------------------------------------------------------------------
/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_app_icon_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_app_icon_small.png
--------------------------------------------------------------------------------
/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_current_version.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_current_version.png
--------------------------------------------------------------------------------
/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_tray_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_tray_icon.png
--------------------------------------------------------------------------------
/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_tray_icon_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Kwamecorp/Fairphone/5f87292d1b61bfc927f24d45cabbe59a0690fbf0/FairphoneUpdater/res/drawable-hdpi/fairphone_updater_tray_icon_small.png
--------------------------------------------------------------------------------
/FairphoneUpdater/res/raw/public_key.pem:
--------------------------------------------------------------------------------
1 | -----BEGIN PUBLIC KEY-----
2 | MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0FRWtP59Lq3axya7c48b
3 | aZgJIc19Welf56rG1oXnJqG3qqVhaAg8OKLW6pLKeg38K/VI8ih5HVuj2fb7u35G
4 | BsOvSFcPRVbezermyFdnlbCfVgQlTfnVtv9oGRzgofg6dkXYQytObouQKMAW3QSX
5 | 0475+9JFLlyW7aTtafsapP6sqCZX8cgLHT/nPqTPdA/MFB5tDPtBBsOf2LR7h5Kj
6 | NbU8exLV/6SGqqJq5ZmJOOIdW5W6IxiGUkHJ+uhQ5YDIxYRVsv7IV/PVFzMLD2pe
7 | 9sa0wX1Gj0/h7pguVGorpR5wxK5AWpyXuAYbzyLTXRyIk5AgXlW9bDiP//wHqSlH
8 | pQIDAQAB
9 | -----END PUBLIC KEY-----
10 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/values-ca/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Servei d\'actualització
4 | Versió actual
5 | Nova versió
6 | Instal·lar versió nova
7 | Reiniciar dispositiu
8 | La nova versió està llesta per a ser instal·lada…
9 | L\'arxiu descarregat és incorrecte
10 | Hi ha una actualizació del Fairphone disponible
11 | Descarregant actualizació, tingues paciència…
12 | Nova actualització per al Fairphone
13 | L\'arxiu que està provant de descarregar és massa gran per a connexions mòbils. Siusplau connecta\'t a una xarxa inal·làmbrica i torna a intentar-ho.
14 |
15 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/values-de/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Aktualisierungsservice
4 | Aktuelle Version
5 | Neue Version
6 | Neue Version installieren
7 | Gerät neustarten
8 | Neue Version bereit zur Installation…
9 | Ungültige Datei runtergeladen
10 | Neues Fairphone Update verfügbar
11 | Lade Datei, bitte warten…
12 | Neue Fairphone Version
13 | WLAN deaktiviert
14 | Die Datei, die Sie herunterladen möchten, ist zu groß für mobile Verbindungen (~200 MB). Bitte aktivieren Sie die WLAN-Verbindung und versuchen Sie es erneut.
15 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/values-es/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Servicio de actualización
4 | Versión actual
5 | Nueva versión
6 | Instalar nueva versión
7 | Reiniciar dispositivo
8 | La nueva versión está lista para instalar…
9 | Archivo descargado incorrecto
10 | Nueva actualización para Fairphone disponible
11 | Descargando actualización, ten paciencia…
12 | Nueva actualización para Fairphone
13 | Wi-Fi desconectado
14 | El archivo que está intentando descargar demasiado grande para conexiones móviles (~200mb). Por favor conéctese al Wi-Fi e intente otra vez.
15 |
16 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/values-fr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Service de mise à jour
4 | Version actuelle
5 | Nouvelle version
6 | Installer la nouvelle version
7 | Redémarrer l\'appareil
8 | Une nouvelle version est prête à installer…
9 | Fichier téléchargé invalide
10 | Nouvelle mise à jour de Fairphone disponible
11 | Téléchargement de la mise à jour, veuillez patienter…
12 | Nouvelle mise à jour de Fairphone
13 | Fonction Wi-Fi désactivée
14 | Le fichier que vous essayez de télécharger est trop volumineux pour les connexions mobiles (~200 MB). Veuillez activer la connexion Wi-Fi et essayer à nouveau.
15 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/values-nl/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Updater Service
4 | Huidige Versie
5 | Nieuwe Versie
6 | Installeer nieuwe versie
7 | Herstart apparaat
8 | Nieuwe versie staat klaar om te installeren…
9 | Gedownloade bestand is ongeldig
10 | Nieuwe Fairphone update beschikbaar
11 | Downloaden update, een moment geduld…
12 | Nieuwe Fairphone update
13 | Wi-Fi niet beschikbaar
14 | Het bestand dat je probeert te downloaden is te groot voor mobiele verbindingen (~200MB). Breng de Wi-Fi verbinding tot stand en probeer het opnieuw.
15 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/values-pt/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Serviço de actualização
4 | Versão actual
5 | Nova versão
6 | Instalar nova versão
7 | Reiniciar dispositivo
8 | Nova versão pronta para instalar…
9 | Ficheiro descarregado inválido
10 | Nova actualização Fairphone disponível
11 | A descarregar nova versão, por favor aguarde…
12 | Nova actualização Fairphone
13 | Wi-Fi desligado
14 | O ficheiro que está a tentar descarregar é muito grande para ligações móveis (~200mb). Por favor ligue-se ao Wi-Fi e tente outra vez.
15 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 |
--------------------------------------------------------------------------------
/FairphoneUpdater/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
--------------------------------------------------------------------------------