Skip to content

Commit

Permalink
Remove beta changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Nov 11, 2017
1 parent 50bf9e4 commit 9758ace
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,52 +28,7 @@
android:layout_marginTop="@dimen/padding_8"
android:text="@string/whats_new_follow"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Workaround for native crash (build-tools bug, aapt2 disabled)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle using previously deleted note"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Move Agenda to the top of the drawer"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Attempt to fix occasional crashes in notebook list related to note count"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix agenda when “Reversed note click action” option is used"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix blank “Tags indentation” settings screen"/>






<TextView
style="@style/WhatsNewVersion"
android:text="1.6"
Expand Down

0 comments on commit 9758ace

Please sign in to comment.