├── 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 |
--------------------------------------------------------------------------------
/.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 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/menu/activity_feed.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/menu/activity_main.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/menu/activity_action_bar_feed.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/drop_shadow.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/menu/activity_recorder.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/menu/server_object.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/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 |
17 |
18 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/broadcast_video_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
17 |
18 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/twitter_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 | -
10 |
11 |
12 | -
13 |
14 |
15 | -
16 |
17 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/build.gradle:
--------------------------------------------------------------------------------
1 | buildscript {
2 | repositories {
3 | mavenCentral()
4 | }
5 |
6 | dependencies {
7 | classpath 'com.android.tools.build:gradle:0.5.+'
8 | }
9 | }
10 |
11 | apply plugin: 'android-library'
12 |
13 | dependencies {
14 | compile fileTree(dir: 'libs', include: '*.jar')
15 | }
16 |
17 | android {
18 | compileSdkVersion 18
19 | buildToolsVersion "17"
20 | sourceSets {
21 | main {
22 | manifest.srcFile 'AndroidManifest.xml'
23 | java.srcDirs = ['src']
24 | resources.srcDirs = ['src']
25 | aidl.srcDirs = ['src']
26 | renderscript.srcDirs = ['src']
27 | res.srcDirs = ['res']
28 | assets.srcDirs = ['assets']
29 | }
30 | }
31 | }
--------------------------------------------------------------------------------
/app/OpenWatch/src/org/ale/openwatch/model/OWLocalVideoRecordingSegment.java:
--------------------------------------------------------------------------------
1 | package org.ale.openwatch.model;
2 |
3 | import com.orm.androrm.Model;
4 | import com.orm.androrm.field.BooleanField;
5 | import com.orm.androrm.field.CharField;
6 | import com.orm.androrm.field.ForeignKeyField;
7 |
8 | public class OWLocalVideoRecordingSegment extends Model{
9 |
10 | public CharField filepath;
11 | public CharField filename;
12 | public BooleanField uploaded;
13 | public ForeignKeyField local_recording;
14 |
15 | public OWLocalVideoRecordingSegment(){
16 | super();
17 |
18 | filepath = new CharField();
19 | filename = new CharField();
20 | uploaded = new BooleanField();
21 | local_recording = new ForeignKeyField(OWLocalVideoRecording.class);
22 | }
23 |
24 | }
25 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/activity_map.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
13 |
14 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/xml/pref_misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
12 |
13 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/res/color/common_signin_btn_text_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
10 |
13 |
16 |
18 |
19 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/menu/activity_mission_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/res/color/common_signin_btn_text_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
10 |
13 |
16 |
18 |
19 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
10 |
13 |
16 |
18 |
19 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
10 |
13 |
16 |
18 |
19 |
--------------------------------------------------------------------------------
/app/OpenWatch/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
10 |
13 |
16 |
18 |
19 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
10 |
13 |
16 |
18 |
19 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/src/android/UnusedStub.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2013 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package android;
17 |
18 | // Stub java file to make inclusion into some IDE's work.
19 | public final class UnusedStub {
20 | private UnusedStub() { }
21 | }
22 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/media_tools.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
12 |
13 |
19 |
20 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout-v14/tab_indicator_openwatch.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
14 |
15 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
14 |
15 |
16 |
21 |
22 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | @android:color/white
5 | @android:color/white
6 | #FFAAAAAA
7 | @android:color/white
8 | #FF737373
9 | @android:color/white
10 | #FFAAAAAA
11 | #FF737373
12 | #FFDD4B39
13 | #d2d2d2
14 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/transparent_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 |
10 |
11 | -
12 |
13 |
14 |
15 |
16 |
17 | -
18 |
19 |
20 |
21 |
22 | -
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/app/OpenWatch/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | OpenWatch
4 |
5 |
6 |
7 |
8 |
9 | com.android.ide.eclipse.adt.ResourceManagerBuilder
10 |
11 |
12 |
13 |
14 | com.android.ide.eclipse.adt.PreCompilerBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.jdt.core.javabuilder
20 |
21 |
22 |
23 |
24 | com.android.ide.eclipse.adt.ApkBuilder
25 |
26 |
27 |
28 |
29 |
30 | com.android.ide.eclipse.adt.AndroidNature
31 | org.eclipse.jdt.core.javanature
32 |
33 |
34 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/values/colors_openwatch.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | #CCfc4141
21 | #66000000
22 |
23 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/tab_indicator_openwatch.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
17 |
18 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/pressable_button_grey_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 |
10 |
11 | -
12 |
13 |
14 |
15 |
16 |
17 |
18 | -
19 |
20 |
21 |
22 |
23 | -
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/pressed_background_openwatch.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/drawer_list_item.xml:
--------------------------------------------------------------------------------
1 |
16 |
17 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout-v14/on_boarding_3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
26 |
27 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/list_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
19 |
20 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/app/OpenWatch/src/org/ale/openwatch/MapActivity.java:
--------------------------------------------------------------------------------
1 | package org.ale.openwatch;
2 |
3 | import android.app.Activity;
4 | import android.os.Bundle;
5 | import com.actionbarsherlock.app.SherlockFragmentActivity;
6 | import org.ale.openwatch.constants.Constants;
7 | import org.ale.openwatch.model.OWServerObject;
8 |
9 | /**
10 | * Created by davidbrodsky on 6/20/13.
11 | */
12 | public class MapActivity extends SherlockFragmentActivity {
13 | public void onCreate(Bundle savedInstanceState) {
14 | super.onCreate(savedInstanceState);
15 | setContentView(R.layout.activity_map);
16 |
17 | int model_id = getIntent().getIntExtra(Constants.INTERNAL_DB_ID, 0);
18 | if(model_id != 0){
19 | OWServerObject serverObject = OWServerObject.objects(getApplicationContext(), OWServerObject.class).get(model_id);
20 | this.getSupportActionBar().setTitle(serverObject.title.get());
21 | ((MapFragment) this.getSupportFragmentManager().findFragmentById(R.id.mapFragment)).populateViews(model_id, getApplicationContext());
22 | }
23 |
24 | }
25 | }
--------------------------------------------------------------------------------
/app/OpenWatch/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=proguard.config
12 |
13 | # Project target.
14 | target=Google Inc.:Google APIs:17
15 |
16 | android.library.reference.1=../android-async-http
17 | android.library.reference.2=../TouchImageView
18 | android.library.reference.3=../ActionBarSherlock/library
19 | android.library.reference.4=../Android-Universal-Image-Loader/library
20 | android.library.reference.5=../Android-ViewPagerIndicator/library
21 | android.library.reference.6=../facebook-android-sdk/facebook
22 | android.library.reference.7=../androrm/src
23 | android.library.reference.8=../ActionBar-PullToRefresh/library
24 | android.library.reference.9=../google-play-services_lib
25 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/list_view_loading_footer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
14 |
15 |
29 |
30 |
--------------------------------------------------------------------------------
/app/OpenWatch/src/org/ale/openwatch/http/Utils.java:
--------------------------------------------------------------------------------
1 | package org.ale.openwatch.http;
2 |
3 | import android.content.Context;
4 | import android.net.ConnectivityManager;
5 | import android.net.NetworkInfo;
6 | import android.util.Log;
7 | import org.apache.http.entity.StringEntity;
8 | import org.json.JSONObject;
9 |
10 | import java.io.UnsupportedEncodingException;
11 |
12 | public class Utils {
13 | private static final String TAG = "HttpUtils";
14 |
15 | public static StringEntity JSONObjectToStringEntity(JSONObject json_obj){
16 | StringEntity se = null;
17 | try {
18 | se = new StringEntity(json_obj.toString());
19 | } catch (UnsupportedEncodingException e1) {
20 | Log.e(TAG, "json->stringentity failed");
21 | e1.printStackTrace();
22 | }
23 | return se;
24 | }
25 |
26 | public static boolean isDeviceOnline(Context c) {
27 | ConnectivityManager cm =
28 | (ConnectivityManager) c.getSystemService(c.CONNECTIVITY_SERVICE);
29 | NetworkInfo netInfo = cm.getActiveNetworkInfo();
30 | if (netInfo != null && netInfo.isConnectedOrConnecting()) {
31 | return true;
32 | }
33 | return false;
34 | }
35 |
36 | }
37 |
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "libraries/ActionBar-PullToRefresh"]
2 | path = libraries/ActionBar-PullToRefresh
3 | url = https://github.com/chrisbanes/ActionBar-PullToRefresh
4 | [submodule "libraries/ActionBarSherlock"]
5 | path = libraries/ActionBarSherlock
6 | url = git@github.com:JakeWharton/ActionBarSherlock.git
7 | [submodule "libraries/Android-Universal-Image-Loader"]
8 | path = libraries/Android-Universal-Image-Loader
9 | url = git@github.com:nostra13/Android-Universal-Image-Loader.git
10 | [submodule "libraries/Android-ViewPagerIndicator"]
11 | path = libraries/Android-ViewPagerIndicator
12 | url = git@github.com:OnlyInAmerica/Android-ViewPagerIndicator.git
13 | [submodule "libraries/android-async-http"]
14 | path = libraries/android-async-http
15 | url = git@github.com:loopj/android-async-http.git
16 | [submodule "libraries/androrm"]
17 | path = libraries/androrm
18 | url = git@github.com:OnlyInAmerica/androrm.git
19 | [submodule "libraries/facebook-android-sdk"]
20 | path = libraries/facebook-android-sdk
21 | url = git@github.com:facebook/facebook-android-sdk.git
22 | [submodule "libraries/twitter4j"]
23 | path = libraries/twitter4j
24 | url = git@github.com:OnlyInAmerica/twitter4j.git
25 |
--------------------------------------------------------------------------------
/libraries/google-play-services_lib/res/values/maps_attrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/user_media_object_info_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
20 |
21 |
22 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/app/OpenWatch/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/selectable_background_openwatch.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout-land/activity_local_recording_view.xml:
--------------------------------------------------------------------------------
1 |
11 |
12 |
17 |
18 |
25 |
26 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/feed_video_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
17 |
18 |
30 |
31 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/white_edittext_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | -
15 |
16 |
17 |
18 |
19 |
20 |
21 | -
22 |
23 |
24 |
25 |
26 |
27 |
28 | -
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/list_item_icon_text.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
21 |
22 |
25 |
26 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/simple_tabs.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
23 |
27 |
28 |
33 |
34 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/spinner_background_ab_openwatch.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
22 |
24 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/app/OpenWatch/src/org/ale/openwatch/account/Manager.java:
--------------------------------------------------------------------------------
1 | package org.ale.openwatch.account;
2 |
3 | import android.accounts.Account;
4 | import android.accounts.AccountManager;
5 | import android.accounts.AccountManagerCallback;
6 | import android.accounts.AccountManagerFuture;
7 | import android.app.Activity;
8 | import android.content.Context;
9 | import android.os.Bundle;
10 | import android.util.Log;
11 |
12 | /**
13 | * Created by davidbrodsky on 7/5/13.
14 | */
15 | public class Manager {
16 |
17 | public void getAccountManagerToken(Activity act, String ACCOUNT_TYPE){
18 | AccountManager am = AccountManager.get(act);
19 | Account[] accts = am.getAccountsByType(ACCOUNT_TYPE);
20 | if(accts.length > 0) {
21 | Account acct = accts[0];
22 | am.getAuthToken(acct, "oauth"/*what goes here*/, null, act, new AccountManagerCallback() {
23 |
24 | @Override
25 | public void run(AccountManagerFuture arg0) {
26 | try {
27 | Bundle b = arg0.getResult();
28 | Log.e("TrendDroid", "THIS AUTHTOKEN: " + b.getString(AccountManager.KEY_AUTHTOKEN));
29 | } catch (Exception e) {
30 | Log.e("TrendDroid", "EXCEPTION@AUTHTOKEN");
31 | }
32 | }}, null);
33 | }
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/progress_small_holo.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 | -
19 |
25 |
26 | -
27 |
33 |
34 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/progress_horizontal_openwatch.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 |
23 |
24 | -
25 |
27 |
28 |
29 | -
30 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/app/OpenWatch/build.gradle:
--------------------------------------------------------------------------------
1 | buildscript {
2 | repositories {
3 | mavenCentral()
4 | }
5 | dependencies {
6 | classpath 'com.android.tools.build:gradle:0.5.6'
7 | }
8 | }
9 | apply plugin: 'android'
10 |
11 | dependencies {
12 | compile 'com.android.support:support-v4:13.0.0'
13 | compile project(':libraries:ActionBar-PullToRefresh:extras:actionbarsherlock')
14 | compile project(':libraries:ActionBarSherlock')
15 | compile project(':libraries:android-async-http')
16 | compile project(':libraries:Android-Universal-Image-Loader')
17 | compile project(':libraries:Android-ViewPagerIndicator')
18 | compile project(':libraries:androrm')
19 | compile project(':libraries:facebook-android-sdk')
20 | compile project(':libraries:google-play-services_lib')
21 | compile fileTree(dir: 'libs', include: '*.jar')
22 | }
23 |
24 | android {
25 | compileSdkVersion 18
26 | buildToolsVersion "17"
27 |
28 | defaultConfig {
29 | packageName 'org.ale.openwatch'
30 | }
31 |
32 | buildTypes {
33 | debug {
34 |
35 | }
36 | release {
37 |
38 | }
39 | }
40 |
41 | sourceSets {
42 | main {
43 | manifest.srcFile 'AndroidManifest.xml'
44 | java.srcDirs = ['src']
45 | resources.srcDirs = ['src']
46 | aidl.srcDirs = ['src']
47 | res.srcDirs = ['res']
48 | assets.srcDirs = ['assets']
49 | }
50 |
51 | }
52 | }
53 |
--------------------------------------------------------------------------------
/app/OpenWatch/src/org/ale/openwatch/share/Share.java:
--------------------------------------------------------------------------------
1 | package org.ale.openwatch.share;
2 |
3 | import android.content.Context;
4 | import android.content.Intent;
5 | import org.ale.openwatch.OWUtils;
6 | import org.ale.openwatch.R;
7 | import org.ale.openwatch.model.OWServerObject;
8 |
9 | public class Share {
10 |
11 | public static void showShareDialog(Context c, String dialog_title, String url){
12 |
13 | Intent i = new Intent(Intent.ACTION_SEND);
14 | i.setType("text/plain");
15 | i.putExtra(Intent.EXTRA_TEXT, url);
16 | c.startActivity(Intent.createChooser(i, dialog_title));
17 | }
18 |
19 | public static void showShareDialogWithInfo(Context c, String dialog_title, String item_title, String url){
20 | Intent i = new Intent(Intent.ACTION_SEND);
21 | i.setType("text/plain");
22 | i.putExtra(Intent.EXTRA_TEXT, generateShareText(c, item_title, url));
23 | c.startActivity(Intent.createChooser(i, dialog_title));
24 | }
25 |
26 | public static String generateShareText(Context c, OWServerObject serverObject){
27 | return generateShareText(c, serverObject.getTitle(c), OWUtils.urlForOWServerObject(serverObject, c));
28 | }
29 |
30 | public static String generateShareText(Context c, String title, String url){
31 | String toShare = url;
32 | if(title != null)
33 | toShare += "\n" + title;
34 | toShare += "\n" + c.getString(R.string.via_openwatch);
35 | return toShare;
36 | }
37 |
38 | }
39 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/red_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 |
10 |
11 |
12 |
13 | -
14 |
15 |
16 |
17 |
18 |
19 |
20 | -
21 |
22 |
23 |
24 |
25 |
26 |
27 | -
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/app/OpenWatch/src/org/ale/openwatch/OWApplication.java:
--------------------------------------------------------------------------------
1 | package org.ale.openwatch;
2 |
3 | import android.app.Application;
4 | import com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache;
5 | import com.nostra13.universalimageloader.core.DisplayImageOptions;
6 | import com.nostra13.universalimageloader.core.ImageLoader;
7 | import com.nostra13.universalimageloader.core.ImageLoaderConfiguration;
8 |
9 | import java.util.Map;
10 |
11 | public class OWApplication extends Application {
12 |
13 | // Keep track of whether per-launch actions have been performed
14 | public static boolean per_launch_sync = false;
15 |
16 | //Hold user info in memory
17 | public static Map user_data = null;
18 |
19 | public void onCreate (){
20 | super.onCreate();
21 | ImageLoader.getInstance().init(getImageLoaderConfiguration());
22 | }
23 |
24 | private ImageLoaderConfiguration getImageLoaderConfiguration(){
25 | DisplayImageOptions displayOptions = new DisplayImageOptions.Builder()
26 | .cacheInMemory()
27 | .cacheOnDisc()
28 | .showImageOnFail(R.drawable.thumbnail_placeholder)
29 | .showStubImage(R.drawable.thumbnail_placeholder)
30 | .build();
31 |
32 | ImageLoaderConfiguration config = new ImageLoaderConfiguration.Builder(getApplicationContext())
33 | .defaultDisplayImageOptions(displayOptions)
34 | .memoryCache(new LruMemoryCache(2 * 1024 * 1024))
35 | .memoryCacheSize(2 * 1024 * 1024)
36 | .discCacheSize(25 * 1024 * 1024)
37 | .discCacheFileCount(100)
38 | .build();
39 |
40 | return config;
41 | }
42 |
43 | }
44 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/drawer_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
10 |
18 |
19 |
20 |
31 |
32 |
42 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/badge_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | -
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | -
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | -
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/members_badge.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | -
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | -
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | -
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/green_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | -
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | -
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | -
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/dialog_victory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
19 |
20 |
26 |
27 |
39 |
40 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/grey_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | -
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | -
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | -
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | -
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/drawable/tag_shape.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | -
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | -
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 | -
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 | -
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/progress_header.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
11 |
19 |
20 |
33 |
34 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/mission_list_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
9 |
16 |
17 |
28 |
29 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout/on_boarding.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
15 |
16 |
31 |
32 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/app/OpenWatch/res/layout-mdpi/on_boarding.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
15 |
16 |
31 |
32 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------