Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Aug 29, 2022
1 parent 4461928 commit 5fb136d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 1 addition & 14 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,10 @@
android:layout_height="wrap_content"
android:text="@string/whats_new_intro"/>

<TextView
style="@style/WhatsNewNotice"
android:text="@string/target_11_warning" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Smaller design updates" />

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

<com.orgzly.android.ui.views.WhatsNewChange
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/whats_new_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@
<a href="https://crowdin.com/project/orgzly">translate</a>
the app on Crowdin.
]]></string>

<string name="target_11_warning">If you encounter any permission issues due to Android\'s new scoped storage please let us know.</string>
</resources>

0 comments on commit 5fb136d

Please sign in to comment.