Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Mar 5, 2019
1 parent 891ff1b commit d97c062
Showing 1 changed file with 1 addition and 93 deletions.
94 changes: 1 addition & 93 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,99 +23,7 @@

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle non-existent position in widget" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Display metadata full-width in note" />

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Open correct search results from a widget" />

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use FOCUS label for swipe from search results" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix few possible ANRs" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Add label to swipe action" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle some user action failures" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Update Getting Started notebook" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle trying to open non-existent note" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix using invalid note ID from agenda for some actions" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix left swipe from agenda" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle duplicate property positions in migration" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix handling deleted or renamed repos" />


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

<com.orgzly.android.ui.views.WhatsNewChange
Expand Down

0 comments on commit d97c062

Please sign in to comment.