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",
"title": "FAB now hides on scroll"
},
{
"type": "N",
"title": "dailies & todos are now easier to tap"
},
{
"type": "F",
"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)
.setTitleSingular("Note")
.setTitlePlural("Notes")
.setSortOrder(0)
.setSortOrder(3)
.build());
return builder.buildFragment();