mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
update release notes
This commit is contained in:
parent
880e9c7152
commit
ad87a8addd
2 changed files with 57 additions and 5 deletions
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.habitrpg.android.habitica"
|
||||
android:versionCode="26"
|
||||
android:versionName="0.0.24"
|
||||
android:versionCode="27"
|
||||
android:versionName="0.0.25"
|
||||
android:screenOrientation="portrait"
|
||||
android:installLocation="auto" >
|
||||
|
||||
|
|
@ -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">
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".ui.activities.LoginActivity"
|
||||
|
|
@ -64,7 +66,8 @@
|
|||
android:name=".ui.activities.TaskFormActivity"
|
||||
android:theme="@style/AppThemeWithActionBarBlackText"
|
||||
android:parentActivityName=".ui.activities.MainActivity"
|
||||
android:screenOrientation="portrait">
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="UnusedAttribute">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".ui.activities.MainActivity" />
|
||||
|
|
@ -76,7 +79,7 @@
|
|||
android:screenOrientation="portrait"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
||||
android:label="@string/app_name" />
|
||||
<receiver android:process=":remote" android:name=".NotificationPublisher"></receiver>
|
||||
<receiver android:process=":remote" android:name=".NotificationPublisher" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
|
|
|||
|
|
@ -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":[
|
||||
|
|
|
|||
Loading…
Reference in a new issue