Skip to content

Commit

Permalink
Add changes for v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed May 15, 2017
1 parent f8863dd commit b1fdad7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
android:text="@string/whats_new_follow"/>


<TextView style="@style/WhatsNewVersion" android:text="1.5" tools:ignore="HardcodedText"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Reminders"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Widget for saved searches"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Creating shortcuts to notebooks"/>

<TextView style="@style/WhatsNewVersion" android:text="1.4.13" tools:ignore="HardcodedText"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Support for .t search operator"/>
Expand Down

0 comments on commit b1fdad7

Please sign in to comment.