diff --git a/Habitica/AndroidManifest.xml b/Habitica/AndroidManifest.xml index 82a0b9986..3f996887f 100644 --- a/Habitica/AndroidManifest.xml +++ b/Habitica/AndroidManifest.xml @@ -1,8 +1,9 @@ @@ -39,7 +40,8 @@ android:theme="@style/PreferencesTheme" android:parentActivityName=".ui.activities.MainActivity" android:label="@string/PS_settings_title" - android:screenOrientation="portrait"> + android:screenOrientation="portrait" + tools:ignore="UnusedAttribute"> + android:screenOrientation="portrait" + tools:ignore="UnusedAttribute"> @@ -76,7 +79,7 @@ android:screenOrientation="portrait" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:label="@string/app_name" /> - + diff --git a/Habitica/assets/paperboy/changelog.json b/Habitica/assets/paperboy/changelog.json index 96ffd7abc..a78fb248f 100644 --- a/Habitica/assets/paperboy/changelog.json +++ b/Habitica/assets/paperboy/changelog.json @@ -1,4 +1,53 @@ [ + { + "name": "Version 0.0.25", + "items":[ + { + "type": "F", + "title": "Customizde avatar inside the app" + }, + { + "type": "F", + "title": "Purchase new avatar customizations inside the app" + }, + { + "type": "B", + "title": "Displayed dailies ignored custom day starts" + }, + { + "type": "B", + "title": "Start date for dailies had issues with timezones" + }, + { + "type": "F", + "title": "Added Due date to todos" + }, + { + "type": "B", + "title": "Fixed several crashes" + }, + { + "type": "B", + "title": "Not having a mana bar made the header shrink and overlap" + }, + { + "type": "F", + "title": "App can now be moved to SD card" + }, + { + "type": "B", + "title": "Checklist items were not sorted" + }, + { + "type": "B", + "title": "Using a skill caused experience and mana to be displayed as 0" + }, + { + "type": "B", + "title": "Fixed issues with avatar display" + } + ] + }, { "name": "Version 0.0.24", "items":[