├── app └── OpenWatch │ ├── src │ └── org │ │ └── ale │ │ └── openwatch │ │ ├── gcm │ │ └── GCMActivity.java │ │ ├── OWObjectBackedEntity.java │ │ ├── GCMMissionActivity.java │ │ ├── model │ │ └── OWLocalVideoRecordingSegment.java │ │ ├── MapActivity.java │ │ ├── http │ │ └── Utils.java │ │ ├── account │ │ └── Manager.java │ │ ├── share │ │ └── Share.java │ │ └── OWApplication.java │ ├── res │ ├── menu │ │ ├── activity_welcome.xml │ │ ├── picture_review.xml │ │ ├── activity_feed.xml │ │ ├── activity_main.xml │ │ ├── activity_action_bar_feed.xml │ │ ├── activity_recorder.xml │ │ ├── activity_what_happened.xml │ │ ├── activity_profile.xml │ │ ├── activity_login.xml │ │ ├── fragment_tabs_pager.xml │ │ ├── server_object.xml │ │ └── activity_mission_view.xml │ ├── drawable-hdpi │ │ ├── fb.png │ │ ├── hash.png │ │ ├── icon.png │ │ ├── plus.png │ │ ├── star.png │ │ ├── alert.png │ │ ├── camera.png │ │ ├── earth.png │ │ ├── heart.png │ │ ├── onbo_1.png │ │ ├── onbo_2.png │ │ ├── onbo_3.png │ │ ├── onbo_4.png │ │ ├── record.png │ │ ├── stone.png │ │ ├── thumb.png │ │ ├── ticks.png │ │ ├── trash.png │ │ ├── calendar.png │ │ ├── camcorder.png │ │ ├── eye_icon.png │ │ ├── ic_drawer.png │ │ ├── ic_record.png │ │ ├── location.png │ │ ├── mission.png │ │ ├── openwatch.png │ │ ├── play_btn.png │ │ ├── recording.png │ │ ├── settings.png │ │ ├── switch_no.png │ │ ├── threedots.png │ │ ├── twitter.png │ │ ├── action_icon.png │ │ ├── blurry_map.png │ │ ├── camera_icon.png │ │ ├── coffee_ring.png │ │ ├── ic_ab_icon.png │ │ ├── ic_launcher.png │ │ ├── marker_stop.png │ │ ├── microphone.png │ │ ├── onbo_4agent.png │ │ ├── picture_add.png │ │ ├── red_ow_eye.png │ │ ├── switch_yes.png │ │ ├── camcorder_icon.png │ │ ├── camera_pressed.png │ │ ├── heart_pressed.png │ │ ├── ic_camcorder.png │ │ ├── ic_checkmark.png │ │ ├── ic_directory.png │ │ ├── marker_start.png │ │ ├── mission_icon.png │ │ ├── openwatch_ab.png │ │ ├── openwatch_ab2.png │ │ ├── star_pressed.png │ │ ├── drawer_shadow.9.png │ │ ├── location_pressed.png │ │ ├── microphone_icon.png │ │ ├── openwatch_padded.png │ │ ├── openwatch_white.png │ │ ├── recording_shadow.png │ │ ├── settings_pressed.png │ │ ├── twitter_button.9.png │ │ ├── user_placeholder.png │ │ ├── blurry_map_pressed.png │ │ ├── camcorder_pressed.png │ │ ├── investigation_icon.png │ │ ├── location_disabled.png │ │ ├── microphone_pressed.png │ │ ├── recording_pressed.png │ │ ├── red_ow_eye_pressed.png │ │ ├── side_banner_green.9.png │ │ ├── twitter_btn_small.png │ │ ├── ab_solid_openwatch.9.png │ │ ├── spinner_16_inner_holo.png │ │ ├── spinner_16_outer_holo.png │ │ ├── thumbnail_placeholder.png │ │ ├── ic_menu_share_holo_light.png │ │ ├── list_focused_openwatch.9.png │ │ ├── progress_bg_openwatch.9.png │ │ ├── tab_selected_openwatch.9.png │ │ ├── twitter_button_pressed.9.png │ │ ├── ab_transparent_openwatch.9.png │ │ ├── twitter_btn_image_sosmall.png │ │ ├── ab_bottom_solid_openwatch.9.png │ │ ├── ab_stacked_solid_openwatch.9.png │ │ ├── progress_primary_openwatch.9.png │ │ ├── custom_tab_indicator_divider.9.png │ │ ├── custom_tab_indicator_focused.9.png │ │ ├── custom_tab_indicator_selected.9.png │ │ ├── menu_dropdown_panel_openwatch.9.png │ │ ├── menu_hardkey_panel_openwatch.9.png │ │ ├── progress_secondary_openwatch.9.png │ │ ├── spinner_ab_default_openwatch.9.png │ │ ├── spinner_ab_disabled_openwatch.9.png │ │ ├── spinner_ab_focused_openwatch.9.png │ │ ├── spinner_ab_pressed_openwatch.9.png │ │ ├── custom_tab_indicator_unselected.9.png │ │ ├── tab_selected_focused_openwatch.9.png │ │ ├── tab_selected_pressed_openwatch.9.png │ │ ├── tab_unselected_focused_openwatch.9.png │ │ ├── tab_unselected_pressed_openwatch.9.png │ │ ├── custom_tab_indicator_selected_pressed.9.png │ │ ├── custom_tab_indicator_unselected_focused.9.png │ │ └── custom_tab_indicator_unselected_pressed.9.png │ ├── drawable-mdpi │ │ ├── icon.png │ │ ├── ic_drawer.png │ │ ├── ic_record.png │ │ ├── switch_no.png │ │ ├── ic_ab_icon.png │ │ ├── ic_launcher.png │ │ ├── switch_yes.png │ │ ├── ic_camcorder.png │ │ ├── ic_checkmark.png │ │ ├── ic_directory.png │ │ ├── drawer_shadow.9.png │ │ ├── twitter_button.9.png │ │ ├── side_banner_green.9.png │ │ ├── ab_solid_openwatch.9.png │ │ ├── ic_menu_share_holo_dark.png │ │ ├── list_focused_openwatch.9.png │ │ ├── progress_bg_openwatch.9.png │ │ ├── tab_selected_openwatch.9.png │ │ ├── twitter_button_pressed.9.png │ │ ├── ab_transparent_openwatch.9.png │ │ ├── ab_bottom_solid_openwatch.9.png │ │ ├── ab_stacked_solid_openwatch.9.png │ │ ├── progress_primary_openwatch.9.png │ │ ├── custom_tab_indicator_divider.9.png │ │ ├── custom_tab_indicator_selected.9.png │ │ ├── menu_dropdown_panel_openwatch.9.png │ │ ├── menu_hardkey_panel_openwatch.9.png │ │ ├── progress_secondary_openwatch.9.png │ │ ├── spinner_ab_default_openwatch.9.png │ │ ├── spinner_ab_disabled_openwatch.9.png │ │ ├── spinner_ab_focused_openwatch.9.png │ │ ├── spinner_ab_pressed_openwatch.9.png │ │ ├── custom_tab_indicator_unselected.9.png │ │ ├── tab_selected_focused_openwatch.9.png │ │ ├── tab_selected_pressed_openwatch.9.png │ │ ├── tab_unselected_focused_openwatch.9.png │ │ ├── tab_unselected_pressed_openwatch.9.png │ │ ├── custom_tab_indicator_selected_focused.9.png │ │ ├── custom_tab_indicator_selected_pressed.9.png │ │ ├── custom_tab_indicator_unselected_focused.9.png │ │ └── custom_tab_indicator_unselected_pressed.9.png │ ├── drawable-xhdpi │ │ ├── eye.png │ │ ├── flag.png │ │ ├── heart.png │ │ ├── icon.png │ │ ├── local.png │ │ ├── play.png │ │ ├── share.png │ │ ├── star.png │ │ ├── user.png │ │ ├── camera.png │ │ ├── location.png │ │ ├── mission.png │ │ ├── record.png │ │ ├── red_eye.png │ │ ├── settings.png │ │ ├── camcorder.png │ │ ├── ic_ab_icon.png │ │ ├── ic_drawer.png │ │ ├── ic_record.png │ │ ├── microphone.png │ │ ├── openwatch.png │ │ ├── recording.png │ │ ├── camera_small.png │ │ ├── eye_pressed.png │ │ ├── flag_pressed.png │ │ ├── heart_pressed.png │ │ ├── heart_small.png │ │ ├── ic_camcorder.png │ │ ├── ic_checkmark.png │ │ ├── ic_directory.png │ │ ├── ic_launcher.png │ │ ├── local_pressed.png │ │ ├── play_pressed.png │ │ ├── share_pressed.png │ │ ├── star_pressed.png │ │ ├── camcorder_small.png │ │ ├── camera_pressed.png │ │ ├── drawer_shadow.9.png │ │ ├── record_pressed.png │ │ ├── red_eye_pressed.png │ │ ├── camcorder_pressed.png │ │ ├── camera_small_red.png │ │ ├── location_disabled.png │ │ ├── location_pressed.png │ │ ├── microphone_pressed.png │ │ ├── microphone_small.png │ │ ├── recording_pressed.png │ │ ├── settings_pressed.png │ │ ├── twitter_button.9.png │ │ ├── ab_solid_openwatch.9.png │ │ ├── camcorder_small_red.png │ │ ├── camera_small_pressed.png │ │ ├── heart_small_pressed.png │ │ ├── microphone_small_red.png │ │ ├── side_banner_green.9.png │ │ ├── camcorder_small_pressed.png │ │ ├── ic_menu_share_holo_dark.png │ │ ├── progress_bg_openwatch.9.png │ │ ├── thumbnail_placeholder.png │ │ ├── list_focused_openwatch.9.png │ │ ├── microphone_small_pressed.png │ │ ├── tab_selected_openwatch.9.png │ │ ├── twitter_button_pressed.9.png │ │ ├── ab_bottom_solid_openwatch.9.png │ │ ├── ab_stacked_solid_openwatch.9.png │ │ ├── ab_transparent_openwatch.9.png │ │ ├── openwatch_splash_police_back.jpg │ │ ├── openwatch_splash_syria_peace.jpg │ │ ├── progress_primary_openwatch.9.png │ │ ├── custom_tab_indicator_divider.9.png │ │ ├── menu_hardkey_panel_openwatch.9.png │ │ ├── progress_secondary_openwatch.9.png │ │ ├── spinner_ab_default_openwatch.9.png │ │ ├── spinner_ab_focused_openwatch.9.png │ │ ├── spinner_ab_pressed_openwatch.9.png │ │ ├── custom_tab_indicator_selected.9.png │ │ ├── custom_tab_indicator_unselected.9.png │ │ ├── menu_dropdown_panel_openwatch.9.png │ │ ├── spinner_ab_disabled_openwatch.9.png │ │ ├── tab_selected_focused_openwatch.9.png │ │ ├── tab_selected_pressed_openwatch.9.png │ │ ├── tab_unselected_focused_openwatch.9.png │ │ ├── tab_unselected_pressed_openwatch.9.png │ │ ├── custom_tab_indicator_selected_focused.9.png │ │ ├── custom_tab_indicator_selected_pressed.9.png │ │ ├── custom_tab_indicator_unselected_focused.9.png │ │ └── custom_tab_indicator_unselected_pressed.9.png │ ├── drawable │ │ ├── and_cam.png │ │ ├── and_mic.png │ │ ├── and_vid.png │ │ ├── broadcast_1.png │ │ ├── broadcast_2.png │ │ ├── broadcast_3.png │ │ ├── broadcast_4.png │ │ ├── background.xml │ │ ├── tick_background.xml │ │ ├── action_bar_bg.xml │ │ ├── fb_toggle.xml │ │ ├── ow_toggle.xml │ │ ├── twitter_toggle.xml │ │ ├── ow_toggle_pressed.xml │ │ ├── ow_toggle_disabled.xml │ │ ├── ow_toggle_track.xml │ │ ├── drop_shadow.xml │ │ ├── btn_toggle.xml │ │ ├── toggle_bg.xml │ │ ├── flag_button.xml │ │ ├── watch_button.xml │ │ ├── heart_button.xml │ │ ├── mission_button.xml │ │ ├── share_button.xml │ │ ├── camera_button.xml │ │ ├── record_button.xml │ │ ├── saved_button.xml │ │ ├── settings_button.xml │ │ ├── camcorder_button.xml │ │ ├── id_card.xml │ │ ├── local_button.xml │ │ ├── streaming.xml │ │ ├── map_button_bg.xml │ │ ├── ow_toggle_bg.xml │ │ ├── white_button_text.xml │ │ ├── id_card_top.xml │ │ ├── spinny_progress_small_holo.xml │ │ ├── members_bg.xml │ │ ├── twitter_button_bg.xml │ │ ├── transparent_button_bg.xml │ │ ├── pressable_button_grey_bg.xml │ │ ├── pressed_background_openwatch.xml │ │ ├── selectable_background_openwatch.xml │ │ ├── white_edittext_bg.xml │ │ ├── spinner_background_ab_openwatch.xml │ │ ├── progress_small_holo.xml │ │ ├── progress_horizontal_openwatch.xml │ │ ├── red_button_bg.xml │ │ ├── badge_bg.xml │ │ ├── members_badge.xml │ │ ├── green_button_bg.xml │ │ ├── grey_button_bg.xml │ │ └── tag_shape.xml │ ├── drawable-ldpi │ │ ├── blank.png │ │ └── side_banner_green.9.png │ ├── drawable-xxhdpi │ │ ├── ic_ab_icon.png │ │ ├── ic_checkmark.png │ │ ├── ic_launcher.png │ │ ├── twitter_button.9.png │ │ └── twitter_button_pressed.9.png │ ├── values │ │ ├── machine_strings.xml │ │ ├── dimens.xml │ │ ├── id.xml │ │ ├── styles.xml │ │ └── colors_openwatch.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── layout │ │ ├── photo_media_view.xml │ │ ├── tag_pool_row.xml │ │ ├── video_media_view.xml │ │ ├── activity_webview.xml │ │ ├── autocomplete_tag_item.xml │ │ ├── image_popup.xml │ │ ├── main_activity_ab.xml │ │ ├── tag_pool_item.xml │ │ ├── take_photo_button.xml │ │ ├── broadcast_video_button.xml │ │ ├── activity_map.xml │ │ ├── media_tools.xml │ │ ├── tab_indicator_openwatch.xml │ │ ├── drawer_list_item.xml │ │ ├── list_view.xml │ │ ├── list_view_loading_footer.xml │ │ ├── user_media_object_info_view.xml │ │ ├── feed_video_view.xml │ │ ├── list_item_icon_text.xml │ │ ├── simple_tabs.xml │ │ ├── drawer_item.xml │ │ ├── dialog_victory.xml │ │ ├── progress_header.xml │ │ ├── mission_list_item.xml │ │ └── on_boarding.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ ├── anim │ │ ├── fadein.xml │ │ ├── fadeout.xml │ │ ├── zoom.xml │ │ └── slide_left.xml │ ├── xml │ │ ├── pref_account.xml │ │ ├── pref_headers.xml │ │ └── pref_misc.xml │ ├── values-large │ │ └── styles.xml │ ├── layout-v14 │ │ ├── tab_indicator_openwatch.xml │ │ └── on_boarding_3.xml │ ├── layout-land │ │ └── activity_local_recording_view.xml │ └── layout-mdpi │ │ └── on_boarding.xml │ ├── proguard.config │ ├── libs │ ├── gcm.jar │ ├── MixpanelAPI.jar │ ├── bugsense-3.5.jar │ ├── gson-2.2.2.jar │ ├── httpcore-4.2.2.jar │ ├── httpmime-4.2.3.jar │ ├── commons-codec-1.6.jar │ ├── fluent-hc-4.2.3.jar │ ├── httpclient-4.2.3.jar │ ├── commons-logging-1.1.1.jar │ ├── httpclient-cache-4.2.3.jar │ └── twitter4j-core-3.0.3.jar │ ├── ic_ab_icon-web.png │ ├── assets │ └── Palatino.ttc │ ├── ic_launcher-web.png │ ├── .settings │ └── org.eclipse.jdt.core.prefs │ ├── proguard-project.txt │ ├── .project │ ├── project.properties │ ├── .classpath │ └── build.gradle ├── .pull_db.sh.swp ├── libraries └── google-play-services_lib │ ├── libs │ ├── google-play-services.jar.properties │ └── google-play-services.jar │ ├── res │ ├── drawable-hdpi │ │ ├── common_signin_btn_icon_focus_dark.9.png │ │ ├── common_signin_btn_text_focus_dark.9.png │ │ ├── common_signin_btn_icon_disabled_dark.9.png │ │ ├── common_signin_btn_icon_focus_light.9.png │ │ ├── common_signin_btn_icon_normal_dark.9.png │ │ ├── common_signin_btn_icon_normal_light.9.png │ │ ├── common_signin_btn_icon_pressed_dark.9.png │ │ ├── common_signin_btn_icon_pressed_light.9.png │ │ ├── common_signin_btn_text_disabled_dark.9.png │ │ ├── common_signin_btn_text_focus_light.9.png │ │ ├── common_signin_btn_text_normal_dark.9.png │ │ ├── common_signin_btn_text_normal_light.9.png │ │ ├── common_signin_btn_text_pressed_dark.9.png │ │ ├── common_signin_btn_text_pressed_light.9.png │ │ ├── common_signin_btn_icon_disabled_light.9.png │ │ ├── common_signin_btn_text_disabled_light.9.png │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png │ │ └── common_signin_btn_text_disabled_focus_light.9.png │ ├── drawable-mdpi │ │ ├── common_signin_btn_icon_focus_dark.9.png │ │ ├── common_signin_btn_text_focus_dark.9.png │ │ ├── common_signin_btn_icon_disabled_dark.9.png │ │ ├── common_signin_btn_icon_focus_light.9.png │ │ ├── common_signin_btn_icon_normal_dark.9.png │ │ ├── common_signin_btn_icon_normal_light.9.png │ │ ├── common_signin_btn_icon_pressed_dark.9.png │ │ ├── common_signin_btn_icon_pressed_light.9.png │ │ ├── common_signin_btn_text_disabled_dark.9.png │ │ ├── common_signin_btn_text_focus_light.9.png │ │ ├── common_signin_btn_text_normal_dark.9.png │ │ ├── common_signin_btn_text_normal_light.9.png │ │ ├── common_signin_btn_text_pressed_dark.9.png │ │ ├── common_signin_btn_text_pressed_light.9.png │ │ ├── common_signin_btn_icon_disabled_light.9.png │ │ ├── common_signin_btn_text_disabled_light.9.png │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png │ │ └── common_signin_btn_text_disabled_focus_light.9.png │ ├── drawable-xhdpi │ │ ├── common_signin_btn_icon_focus_dark.9.png │ │ ├── common_signin_btn_icon_focus_light.9.png │ │ ├── common_signin_btn_icon_normal_dark.9.png │ │ ├── common_signin_btn_icon_normal_light.9.png │ │ ├── common_signin_btn_icon_pressed_dark.9.png │ │ ├── common_signin_btn_text_focus_dark.9.png │ │ ├── common_signin_btn_text_focus_light.9.png │ │ ├── common_signin_btn_text_normal_dark.9.png │ │ ├── common_signin_btn_text_normal_light.9.png │ │ ├── common_signin_btn_text_pressed_dark.9.png │ │ ├── common_signin_btn_icon_disabled_dark.9.png │ │ ├── common_signin_btn_icon_disabled_light.9.png │ │ ├── common_signin_btn_icon_pressed_light.9.png │ │ ├── common_signin_btn_text_disabled_dark.9.png │ │ ├── common_signin_btn_text_disabled_light.9.png │ │ ├── common_signin_btn_text_pressed_light.9.png │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png │ │ └── common_signin_btn_text_disabled_focus_light.9.png │ ├── color │ │ ├── common_signin_btn_text_dark.xml │ │ └── common_signin_btn_text_light.xml │ ├── drawable │ │ ├── common_signin_btn_icon_dark.xml │ │ ├── common_signin_btn_text_dark.xml │ │ ├── common_signin_btn_icon_light.xml │ │ └── common_signin_btn_text_light.xml │ └── values │ │ ├── colors.xml │ │ └── maps_attrs.xml │ ├── AndroidManifest.xml │ ├── .classpath │ ├── README.txt │ ├── project.properties │ ├── build.gradle │ └── src │ └── android │ └── UnusedStub.java ├── .tx └── config ├── pull_db.sh ├── .gitignore ├── settings.gradle └── .gitmodules /app/OpenWatch/src/org/ale/openwatch/gcm/GCMActivity.java: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/activity_welcome.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.pull_db.sh.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/.pull_db.sh.swp -------------------------------------------------------------------------------- /app/OpenWatch/proguard.config: -------------------------------------------------------------------------------- 1 | -dontwarn org.apache.** 2 | -dontwarn org.apache.commons.logging.** 3 | -------------------------------------------------------------------------------- /libraries/google-play-services_lib/libs/google-play-services.jar.properties: -------------------------------------------------------------------------------- 1 | doc=../../../docs/reference 2 | -------------------------------------------------------------------------------- /app/OpenWatch/libs/gcm.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/gcm.jar -------------------------------------------------------------------------------- /app/OpenWatch/ic_ab_icon-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/ic_ab_icon-web.png -------------------------------------------------------------------------------- /app/OpenWatch/assets/Palatino.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/assets/Palatino.ttc -------------------------------------------------------------------------------- /app/OpenWatch/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/ic_launcher-web.png -------------------------------------------------------------------------------- /app/OpenWatch/libs/MixpanelAPI.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/MixpanelAPI.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/bugsense-3.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/bugsense-3.5.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/gson-2.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/gson-2.2.2.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/httpcore-4.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/httpcore-4.2.2.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/httpmime-4.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/httpmime-4.2.3.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/commons-codec-1.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/commons-codec-1.6.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/fluent-hc-4.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/fluent-hc-4.2.3.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/httpclient-4.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/httpclient-4.2.3.jar -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/fb.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/hash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/hash.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/plus.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/star.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/eye.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/and_cam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable/and_cam.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/and_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable/and_mic.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/and_vid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable/and_vid.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/alert.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/camera.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/earth.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/heart.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/onbo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/onbo_1.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/onbo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/onbo_2.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/onbo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/onbo_3.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/onbo_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/onbo_4.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/record.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/stone.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/thumb.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ticks.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/trash.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-ldpi/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-ldpi/blank.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/flag.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/heart.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/local.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/play.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/share.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/star.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/user.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/broadcast_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable/broadcast_1.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/broadcast_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable/broadcast_2.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/broadcast_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable/broadcast_3.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/broadcast_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable/broadcast_4.png -------------------------------------------------------------------------------- /app/OpenWatch/libs/commons-logging-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/commons-logging-1.1.1.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/httpclient-cache-4.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/httpclient-cache-4.2.3.jar -------------------------------------------------------------------------------- /app/OpenWatch/libs/twitter4j-core-3.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/libs/twitter4j-core-3.0.3.jar -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/calendar.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/camcorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/camcorder.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/eye_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/eye_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ic_drawer.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ic_record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ic_record.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/location.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/mission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/mission.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/openwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/openwatch.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/play_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/play_btn.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/recording.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/recording.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/settings.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/switch_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/switch_no.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/threedots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/threedots.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/twitter.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ic_drawer.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ic_record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ic_record.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/switch_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/switch_no.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camera.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/location.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/mission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/mission.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/record.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/red_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/red_eye.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/settings.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/action_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/action_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/blurry_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/blurry_map.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/camera_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/camera_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/coffee_ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/coffee_ring.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ic_ab_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ic_ab_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/marker_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/marker_stop.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/microphone.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/onbo_4agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/onbo_4agent.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/picture_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/picture_add.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/red_ow_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/red_ow_eye.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/switch_yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/switch_yes.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ic_ab_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ic_ab_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/switch_yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/switch_yes.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camcorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camcorder.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ic_ab_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ic_ab_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ic_drawer.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ic_record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ic_record.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/microphone.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/openwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/openwatch.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/recording.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/recording.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/camcorder_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/camcorder_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/camera_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/camera_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/heart_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/heart_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ic_camcorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ic_camcorder.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ic_checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ic_checkmark.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ic_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ic_directory.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/marker_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/marker_start.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/mission_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/mission_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/openwatch_ab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/openwatch_ab.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/openwatch_ab2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/openwatch_ab2.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/star_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/star_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ic_camcorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ic_camcorder.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ic_checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ic_checkmark.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ic_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ic_directory.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camera_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camera_small.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/eye_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/eye_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/flag_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/flag_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/heart_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/heart_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/heart_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/heart_small.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ic_camcorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ic_camcorder.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ic_checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ic_checkmark.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ic_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ic_directory.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/local_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/local_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/play_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/play_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/share_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/share_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/star_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/star_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xxhdpi/ic_ab_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xxhdpi/ic_ab_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xxhdpi/ic_checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xxhdpi/ic_checkmark.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/location_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/location_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/microphone_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/microphone_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/openwatch_padded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/openwatch_padded.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/openwatch_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/openwatch_white.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/recording_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/recording_shadow.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/settings_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/settings_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/twitter_button.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/twitter_button.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/user_placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/user_placeholder.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/twitter_button.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/twitter_button.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camcorder_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camcorder_small.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camera_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camera_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/record_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/record_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/red_eye_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/red_eye_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/blurry_map_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/blurry_map_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/camcorder_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/camcorder_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/investigation_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/investigation_icon.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/location_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/location_disabled.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/microphone_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/microphone_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/recording_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/recording_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/red_ow_eye_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/red_ow_eye_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/side_banner_green.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/side_banner_green.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/twitter_btn_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/twitter_btn_small.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-ldpi/side_banner_green.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-ldpi/side_banner_green.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/side_banner_green.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/side_banner_green.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camcorder_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camcorder_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camera_small_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camera_small_red.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/location_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/location_disabled.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/location_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/location_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/microphone_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/microphone_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/microphone_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/microphone_small.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/recording_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/recording_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/settings_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/settings_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/twitter_button.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/twitter_button.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xxhdpi/twitter_button.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xxhdpi/twitter_button.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/values/machine_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 297496017037529 4 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ab_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ab_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/spinner_16_inner_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/spinner_16_inner_holo.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/spinner_16_outer_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/spinner_16_outer_holo.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/thumbnail_placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/thumbnail_placeholder.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ab_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ab_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ab_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ab_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camcorder_small_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camcorder_small_red.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camera_small_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camera_small_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/heart_small_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/heart_small_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/microphone_small_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/microphone_small_red.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/side_banner_green.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/side_banner_green.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ic_menu_share_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ic_menu_share_holo_light.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/list_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/list_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/progress_bg_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/progress_bg_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/tab_selected_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/tab_selected_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/twitter_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/twitter_button_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ic_menu_share_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ic_menu_share_holo_dark.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/list_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/list_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/progress_bg_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/progress_bg_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/tab_selected_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/tab_selected_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/twitter_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/twitter_button_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/camcorder_small_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/camcorder_small_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ic_menu_share_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ic_menu_share_holo_dark.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/progress_bg_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/progress_bg_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/thumbnail_placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/thumbnail_placeholder.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ab_transparent_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ab_transparent_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/twitter_btn_image_sosmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/twitter_btn_image_sosmall.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ab_transparent_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ab_transparent_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/list_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/list_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/microphone_small_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/microphone_small_pressed.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/tab_selected_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/tab_selected_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/twitter_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/twitter_button_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xxhdpi/twitter_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xxhdpi/twitter_button_pressed.9.png -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- 1 | [main] 2 | host = https://www.transifex.com/projects/p/openwatch/ 3 | 4 | [openwatch.stringsxml] 5 | source_file = app/OpenWatch/res/values/strings.xml 6 | source_lang = en 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ab_bottom_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ab_bottom_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/ab_stacked_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/ab_stacked_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/progress_primary_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/progress_primary_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ab_bottom_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ab_bottom_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/ab_stacked_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/ab_stacked_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/progress_primary_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/progress_primary_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ab_bottom_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ab_bottom_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ab_stacked_solid_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ab_stacked_solid_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/ab_transparent_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/ab_transparent_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/openwatch_splash_police_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/openwatch_splash_police_back.jpg -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/openwatch_splash_syria_peace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/openwatch_splash_syria_peace.jpg -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/progress_primary_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/progress_primary_openwatch.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/libs/google-play-services.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/libs/google-play-services.jar -------------------------------------------------------------------------------- /pull_db.sh: -------------------------------------------------------------------------------- 1 | adb shell 2 | run-as org.ale.openwatch chmod 777 /data/data/org.ale.openwatch/databases/OpenWatchDB 3 | exit 4 | adb pull /data/data/org.ale.openwatch/databases/OpenWatchDB ~/Desktop -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_divider.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_divider.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_focused.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_selected.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/menu_dropdown_panel_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/menu_dropdown_panel_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/menu_hardkey_panel_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/menu_hardkey_panel_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/progress_secondary_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/progress_secondary_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/spinner_ab_default_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/spinner_ab_default_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/spinner_ab_disabled_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/spinner_ab_disabled_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/spinner_ab_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/spinner_ab_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/spinner_ab_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/spinner_ab_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_divider.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_divider.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_selected.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/menu_dropdown_panel_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/menu_dropdown_panel_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/menu_hardkey_panel_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/menu_hardkey_panel_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/progress_secondary_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/progress_secondary_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/spinner_ab_default_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/spinner_ab_default_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/spinner_ab_disabled_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/spinner_ab_disabled_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/spinner_ab_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/spinner_ab_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/spinner_ab_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/spinner_ab_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_divider.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_divider.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/menu_hardkey_panel_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/menu_hardkey_panel_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/progress_secondary_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/progress_secondary_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/spinner_ab_default_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/spinner_ab_default_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/spinner_ab_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/spinner_ab_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/spinner_ab_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/spinner_ab_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_unselected.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/tab_selected_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/tab_selected_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/tab_selected_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/tab_selected_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/tab_unselected_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/tab_unselected_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/tab_unselected_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/tab_unselected_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_unselected.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/tab_selected_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/tab_selected_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/tab_selected_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/tab_selected_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/tab_unselected_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/tab_unselected_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/tab_unselected_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/tab_unselected_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_selected.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_unselected.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/menu_dropdown_panel_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/menu_dropdown_panel_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/spinner_ab_disabled_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/spinner_ab_disabled_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/tab_selected_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/tab_selected_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/tab_selected_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/tab_selected_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/tab_unselected_focused_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/tab_unselected_focused_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/tab_unselected_pressed_openwatch.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/tab_unselected_pressed_openwatch.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_selected_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_selected_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_selected_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_selected_focused.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_selected_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_selected_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_unselected_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_unselected_focused.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_unselected_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-hdpi/custom_tab_indicator_unselected_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_unselected_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_unselected_focused.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_unselected_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-mdpi/custom_tab_indicator_unselected_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_selected_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_selected_focused.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_selected_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_selected_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_unselected_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_unselected_focused.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_unselected_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/app/OpenWatch/res/drawable-xhdpi/custom_tab_indicator_unselected_pressed.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/background.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/tick_background.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | local.properties 2 | *.iml 3 | gen 4 | .gradle/ 5 | libraries/google-play-services_lib/build/ 6 | app/OpenWatch/out/ 7 | app/OpenWatch/build/ 8 | SECRETS.java 9 | lint.xml 10 | .DS_STORE 11 | owkeystore 12 | .idea/ 13 | -------------------------------------------------------------------------------- /app/OpenWatch/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/action_bar_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/OpenWatch/src/org/ale/openwatch/OWObjectBackedEntity.java: -------------------------------------------------------------------------------- 1 | package org.ale.openwatch; 2 | 3 | import android.content.Context; 4 | 5 | public interface OWObjectBackedEntity { 6 | 7 | public void populateViews(int model_id, Context app_context); 8 | } 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png -------------------------------------------------------------------------------- /libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenWatch/OpenWatch-Android/HEAD/libraries/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/fb_toggle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/ow_toggle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/twitter_toggle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/ow_toggle_pressed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/ow_toggle_disabled.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/ow_toggle_track.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/photo_media_view.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/picture_review.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/activity_feed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/activity_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/activity_action_bar_feed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/drop_shadow.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/activity_recorder.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/btn_toggle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/OpenWatch/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 128dp 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/toggle_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/OpenWatch/res/anim/fadein.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/anim/fadeout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /libraries/google-play-services_lib/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/tag_pool_row.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/activity_what_happened.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | -------------------------------------------------------------------------------- /app/OpenWatch/res/xml/pref_account.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/values-large/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/flag_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/watch_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/heart_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/mission_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/share_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/camera_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/record_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/src/org/ale/openwatch/GCMMissionActivity.java: -------------------------------------------------------------------------------- 1 | package org.ale.openwatch; 2 | 3 | import android.app.Activity; 4 | import android.os.Bundle; 5 | 6 | /** 7 | * Created by davidbrodsky on 7/19/13. 8 | */ 9 | public class GCMMissionActivity extends Activity { 10 | public void onCreate(Bundle savedInstanceState) { 11 | super.onCreate(savedInstanceState); 12 | } 13 | } -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/saved_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/settings_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/camcorder_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/activity_profile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/video_media_view.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | -------------------------------------------------------------------------------- /libraries/google-play-services_lib/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/id_card.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | 11 | 14 | 15 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/activity_login.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 13 | -------------------------------------------------------------------------------- /app/OpenWatch/res/anim/zoom.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/local_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/streaming.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app:OpenWatch' 2 | include ':libraries:ActionBarSherlock' 3 | include ':libraries:ActionBar-PullToRefresh:library' 4 | include ':libraries:ActionBar-PullToRefresh:extras:actionbarsherlock' 5 | include ':libraries:android-async-http' 6 | include ':libraries:Android-Universal-Image-Loader' 7 | include ':libraries:Android-ViewPagerIndicator' 8 | include ':libraries:androrm' 9 | include ':libraries:facebook-android-sdk' 10 | include ':libraries:google-play-services_lib' 11 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/map_button_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/activity_webview.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/ow_toggle_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /libraries/google-play-services_lib/README.txt: -------------------------------------------------------------------------------- 1 | Library Project including Google Play services client jar. 2 | 3 | This can be used by an Android project to use the API's provided 4 | by Google Play services. 5 | 6 | There is technically no source, but the src folder is necessary 7 | to ensure that the build system works. The content is actually 8 | located in the libs/ directory. 9 | 10 | 11 | USAGE: 12 | 13 | Make sure you import this Android library project into your IDE 14 | and set this project as a dependency. 15 | -------------------------------------------------------------------------------- /app/OpenWatch/res/anim/slide_left.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 12 | -------------------------------------------------------------------------------- /app/OpenWatch/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 64dip 6 | 7 | 48dip 8 | 9 | 10 | 16dp 11 | 16dp 12 | 16dp 13 | 14 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/white_button_text.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/autocomplete_tag_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/image_popup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/main_activity_ab.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 13 | 14 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/id_card_top.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 14 | 15 | 18 | 19 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/spinny_progress_small_holo.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/OpenWatch/res/drawable/members_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/tag_pool_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 15 | 16 | -------------------------------------------------------------------------------- /app/OpenWatch/res/xml/pref_headers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
9 | 10 |
14 | 15 | 16 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/fragment_tabs_pager.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 14 | 15 | 16 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /app/OpenWatch/res/menu/server_object.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | 20 | 21 | -------------------------------------------------------------------------------- /app/OpenWatch/res/values/id.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /libraries/google-play-services_lib/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-8 15 | android.library=true 16 | -------------------------------------------------------------------------------- /app/OpenWatch/res/layout/take_photo_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |