Skip to content

Commit

Permalink
Add MutedVideoView so it does not pause music when playing. Merge 3 P…
Browse files Browse the repository at this point in the history
…lane Neck Movement into one exercise
  • Loading branch information
mazurio committed Sep 13, 2016
1 parent 04dbca1 commit b743a9d
Show file tree
Hide file tree
Showing 8 changed files with 780 additions and 25 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ android {
productFlavors {
pro {
applicationId 'com.bodyweight.fitness.pro'
versionCode 134
versionName "1.3.0"
versionCode 135
versionName "1.3.5"
}

free {
applicationId 'com.bodyweight.fitness.free'
versionCode 134
versionName "1.3.0"
versionCode 135
versionName "1.3.5"
}
}
buildTypes {
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/res/layout/view_workout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:layout_alignParentBottom="true"
android:background="@color/black">

<VideoView
<com.bodyweight.fitness.view.widget.MutedVideoView
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 2 additions & 20 deletions app/src/main/res/raw/molding_mobility_flexibility_routine.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,11 @@
},
{
"exerciseId": "d01477a3-4c0b-4dd4-903d-452636545ccf",
"title": "3 Plane Neck Movement - 1a",
"title": "3 Plane Neck Movement",
"description": "1x(5-10)",
"type": "exercise",
"youTubeId": "RaCkkjEG824",
"videoId": "molding_mobility_3_plane_neck_movement_1",
"defaultSet": "weighted"
},
{
"exerciseId": "e34e89a9-587b-462b-8429-00cf9d733428",
"title": "3 Plane Neck Movement - 1b",
"description": "1x(5-10)",
"type": "exercise",
"youTubeId": "RaCkkjEG824",
"videoId": "molding_mobility_3_plane_neck_movement_2",
"defaultSet": "weighted"
},
{
"exerciseId": "c1bd3f51-ac6e-4182-8896-dc2e193da703",
"title": "3 Plane Neck Movement - 1c",
"description": "1x(5-10)",
"type": "exercise",
"youTubeId": "RaCkkjEG824",
"videoId": "molding_mobility_3_plane_neck_movement_3",
"videoId": "molding_mobility_3_plane_neck_movement",
"defaultSet": "weighted"
},
{
Expand Down

0 comments on commit b743a9d

Please sign in to comment.