Skip to content

Commit

Permalink
Corrected after merge UI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeurlv committed Nov 8, 2018
1 parent 390e664 commit 1faa088
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ For Development [Android Studio](https://developer.android.com/studio/) with [gr

## Change Log

### 0.16 : November 8, 2018
- Enhancement : Merge of Cardio and Bodybuilding UI
- Enhancement : UI improvement
- Enhancement : Records visible on Exercise page
- Bug : Removed Exercise list order case sensitive
- Bug : Fixed crash on graph when less that 5 reps

### 0.15.2 : September 19, 2018
- Bug : Fixed intro

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.easyfitness"
android:versionCode="23"
android:versionCode="24"
android:versionName="0.16">

<uses-sdk
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/tab_fontes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="horizontal"
android:visibility="visible">
android:visibility="gone">


<android.support.v7.widget.CardView
Expand Down

0 comments on commit 1faa088

Please sign in to comment.