mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
update changelog & change the position of notes in changelog
This commit is contained in:
parent
de9432404e
commit
c0cc03b5fd
2 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,10 @@
|
||||||
"type": "N",
|
"type": "N",
|
||||||
"title": "FAB now hides on scroll"
|
"title": "FAB now hides on scroll"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "N",
|
||||||
|
"title": "dailies & todos are now easier to tap"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "F",
|
"type": "F",
|
||||||
"title": "Quest-Text can now display the HTML correctly"
|
"title": "Quest-Text can now display the HTML correctly"
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ public class AboutActivity extends AppCompatActivity {
|
||||||
.setColorRes(R.color.changelog_note)
|
.setColorRes(R.color.changelog_note)
|
||||||
.setTitleSingular("Note")
|
.setTitleSingular("Note")
|
||||||
.setTitlePlural("Notes")
|
.setTitlePlural("Notes")
|
||||||
.setSortOrder(0)
|
.setSortOrder(3)
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
return builder.buildFragment();
|
return builder.buildFragment();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue