Skip to content

Commit

Permalink
Add changes for v1.6.11-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Nov 24, 2018
1 parent 112f128 commit cc00917
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 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,33 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Display linked images" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Option to keep the screen turned on and bright" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support sharing to specific notebook directly" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle links to files outside storage directory" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix aligning tags when fullwidth characters are used" />



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

0 comments on commit cc00917

Please sign in to comment.