update changelog & change the position of notes in changelog

This commit is contained in:
Negue 2015-12-21 20:38:55 +01:00
parent de9432404e
commit c0cc03b5fd
2 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -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();