Skip to content

Commit

Permalink
ready to release v10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh committed Nov 8, 2016
1 parent 261d653 commit 3d5af3e
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@

-keep class com.fastaccess.ui.widgets.** { *; }

-keep class .R
-keep class **.R$* {
<fields>;
}

#butterknife
-keep public class * implements butterknife.Unbinder { public <init>(...); }
-keep class butterknife.*
Expand Down
63 changes: 63 additions & 0 deletions app/src/main/res/layouts/main_layouts/layout/whats_new_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,58 @@
android:text="@string/whats_new"
android:textColor="@color/primary_light"/>


<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Title.Inverse"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginEnd="@dimen/spacing_xs_large"
android:layout_marginStart="@dimen/spacing_xs_large"
android:background="@drawable/bottom_border"
android:text="Version 10.0.2"
android:textColor="@color/primary_light"/>

<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/spacing_xs_large"
android:layout_marginTop="@dimen/spacing_xs_large"
app:cardMaxElevation="@dimen/spacing_normal"
app:contentPaddingBottom="@dimen/spacing_xs_large"
app:contentPaddingTop="@dimen/spacing_xs_large">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start"
android:layout_marginBottom="@dimen/spacing_normal"
android:layout_marginEnd="@dimen/spacing_xs_large"
android:layout_marginStart="@dimen/spacing_xs_large"
android:drawablePadding="@dimen/spacing_xs_large"
android:drawableStart="@drawable/ic_dot"
android:text="(Improvement) Improved Icon size for Folders &amp; Apps."
android:textColor="@color/primary_text"/>
</LinearLayout>
</android.support.v7.widget.CardView>

<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Title.Inverse"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginEnd="@dimen/spacing_xs_large"
android:layout_marginStart="@dimen/spacing_xs_large"
android:background="@drawable/bottom_border"
android:text="Version 10.0.1"
android:textColor="@color/primary_light"/>

<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -167,6 +219,17 @@
</LinearLayout>
</android.support.v7.widget.CardView>

<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Title.Inverse"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginEnd="@dimen/spacing_xs_large"
android:layout_marginStart="@dimen/spacing_xs_large"
android:background="@drawable/bottom_border"
android:text="Version 10.0.0"
android:textColor="@color/primary_light"/>

<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 3d5af3e

Please sign in to comment.