Skip to content

Commit

Permalink
Add changes for v1.7-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Feb 19, 2019
1 parent 0c1adf5 commit 835af87
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,45 @@
android:text="@string/whats_new_intro"/>


<TextView
style="@style/WhatsNewVersion"
android:text="v1.7-beta.1"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support quick folding of note's metadata" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Replace swipe menus with bottom action bar" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Swipe left to open or focus on the note" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Force upper case state keywords in Settings" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use larger font size for content in note view" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Start using Android Architecture Components" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix issue when using week in search queries" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix potential issues after time zone change" />



<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.12"
Expand Down

0 comments on commit 835af87

Please sign in to comment.