mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Version 0.0.1
This commit is contained in:
parent
6595bc3073
commit
29915637d3
2 changed files with 58 additions and 56 deletions
|
|
@ -1,51 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.habitrpg.android.habitica"
|
||||
android:versionCode="49"
|
||||
android:versionName="2.4.5" >
|
||||
android:versionCode="1"
|
||||
android:versionName="0.0.1" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
android:targetSdkVersion="19" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="com.android.vending.BILLING" />
|
||||
android:minSdkVersion="11"
|
||||
android:targetSdkVersion="22" />
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="18" />
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
||||
<uses-permission
|
||||
android:name="android.permission.READ_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="18" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
android:name=".HabiticaApplication">
|
||||
<activity
|
||||
android:name="com.habitrpg.android.habitica.MainActivity"
|
||||
android:label="@string/app_name">
|
||||
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name="com.habitrpg.android.habitica.prefs.PrefsActivity"
|
||||
android:label="@string/PS_param_title">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.habitrpg.android.habitica.LoginActivity"
|
||||
android:label="@string/LoginActivityName"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
</intent-filter>
|
||||
<activity
|
||||
android:name=".prefs.PrefsActivity"
|
||||
android:label="@string/PS_param_title" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".LoginActivity"
|
||||
android:label="@string/LoginActivityName"
|
||||
android:windowSoftInputMode="adjustResize" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<receiver
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="HabitRPG Simple Widget"
|
||||
android:name="com.habitrpg.android.habitica.widget.SimpleWidget" >
|
||||
<intent-filter >
|
||||
android:name=".widget.SimpleWidget"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="HabitRPG Simple Widget" >
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
</intent-filter>
|
||||
|
||||
|
|
@ -53,11 +62,25 @@
|
|||
android:name="android.appwidget.provider"
|
||||
android:resource="@xml/widget_info" />
|
||||
</receiver>
|
||||
<service android:name="com.habitrpg.android.habitica.widget.UpdateWidgetService"/>
|
||||
|
||||
<service android:name=".widget.UpdateWidgetService" />
|
||||
|
||||
<meta-data
|
||||
android:name="io.fabric.ApiKey"
|
||||
android:value="2eb3b3edb3b0f4722d37d649a5af366656e46ddd" />
|
||||
|
||||
<activity
|
||||
android:name=".MainActivityNew"
|
||||
android:label="@string/app_name"
|
||||
|
||||
android:theme="@style/CustomTheme">
|
||||
<!-- <intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>-->
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
|
|||
|
|
@ -1,27 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="2.4.5" versioncode="49">
|
||||
<bugfix>Widget not showing right avatar</bugfix>
|
||||
<release version="0.0.1" versioncode="1">
|
||||
<feature>Soon to be filled with many features</feature>
|
||||
</release>
|
||||
<release version="2.4.4" versioncode="47">
|
||||
<bugfix>You can create and edit your tasks again! Thanks a lot to Tyler who modified HabitRPG's API to help me</bugfix>
|
||||
<change>Updated to the new version of my FreemiumLibrary (See licence notice for links.)</change>
|
||||
</release>
|
||||
<release version="2.4.3" versioncode="46">
|
||||
<bugfix>The app now shows the correct user's avatar</bugfix>
|
||||
<change>Known bugs: You can't buy items rewards for your avatar.</change>
|
||||
<change>Known bugs: You can't create or update tasks.</change>
|
||||
</release>
|
||||
<release version="2.4.2" versioncode="45">
|
||||
<bugfix>Dailies will take in account your custom day start.</bugfix>
|
||||
</release>
|
||||
<release version="2.4.1" versioncode="44">
|
||||
<bugfix>Todo dates aren't wrong anymore.</bugfix>
|
||||
</release>
|
||||
<release version="2.4.0" versioncode="43">
|
||||
<feature>New widget for premium users</feature>
|
||||
<feature>New changelog to see what has changed from the app</feature>
|
||||
<bugfix>You can now input some weird accent character, or some russian</bugfix>
|
||||
<change>Fixing misc. bugs</change>
|
||||
</release>
|
||||
</changelog>
|
||||
Loading…
Reference in a new issue