2015-05-27 16:02:13 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-05-27 16:48:19 +00:00
|
|
|
package="com.habitrpg.android.habitica"
|
2015-10-09 21:10:36 +00:00
|
|
|
android:versionCode="4"
|
|
|
|
|
android:versionName="0.0.4">
|
2015-05-27 16:02:13 +00:00
|
|
|
|
|
|
|
|
<uses-sdk
|
2015-08-30 17:56:46 +00:00
|
|
|
android:minSdkVersion="14"
|
2015-06-20 18:47:02 +00:00
|
|
|
android:targetSdkVersion="22" />
|
|
|
|
|
|
2015-06-27 18:18:25 +00:00
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
2015-06-20 18:47:02 +00:00
|
|
|
<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"
|
2015-09-23 20:39:04 +00:00
|
|
|
/>
|
2015-06-20 18:47:02 +00:00
|
|
|
<uses-permission
|
|
|
|
|
android:name="android.permission.READ_EXTERNAL_STORAGE"
|
2015-09-23 20:39:04 +00:00
|
|
|
/>
|
2015-06-20 18:47:02 +00:00
|
|
|
|
2015-05-27 16:02:13 +00:00
|
|
|
<application
|
2015-06-27 18:18:25 +00:00
|
|
|
android:name=".HabiticaApplication"
|
2015-05-27 16:02:13 +00:00
|
|
|
android:allowBackup="true"
|
2015-06-20 18:47:02 +00:00
|
|
|
android:icon="@mipmap/ic_launcher"
|
2015-05-27 16:02:13 +00:00
|
|
|
android:label="@string/app_name"
|
2015-08-30 17:56:46 +00:00
|
|
|
android:theme="@style/AppTheme">
|
2015-05-27 16:02:13 +00:00
|
|
|
<activity
|
2015-06-20 18:47:02 +00:00
|
|
|
android:name=".MainActivity"
|
2015-06-27 18:18:25 +00:00
|
|
|
android:label="@string/app_name"
|
2015-08-30 17:56:46 +00:00
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize">
|
2015-05-27 16:02:13 +00:00
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity>
|
2015-06-20 18:47:02 +00:00
|
|
|
<activity
|
|
|
|
|
android:name=".prefs.PrefsActivity"
|
2015-07-11 18:49:09 +00:00
|
|
|
android:label="@string/PS_param_title"
|
2015-08-30 17:56:46 +00:00
|
|
|
android:theme="@style/AppThemeWithActionBar">
|
2015-06-20 18:47:02 +00:00
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity>
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".LoginActivity"
|
|
|
|
|
android:label="@string/LoginActivityName"
|
2015-08-18 16:00:25 +00:00
|
|
|
android:theme="@style/AppThemeWithActionBarBlackText"
|
2015-08-30 17:56:46 +00:00
|
|
|
android:windowSoftInputMode="adjustResize">
|
2015-06-20 18:47:02 +00:00
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
</intent-filter>
|
2015-05-27 16:02:13 +00:00
|
|
|
</activity>
|
2015-06-20 18:47:02 +00:00
|
|
|
|
2015-05-27 16:02:13 +00:00
|
|
|
<receiver
|
2015-06-20 18:47:02 +00:00
|
|
|
android:name=".widget.SimpleWidget"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
2015-08-30 17:56:46 +00:00
|
|
|
android:label="Habitica Simple Widget">
|
2015-06-20 18:47:02 +00:00
|
|
|
<intent-filter>
|
2015-05-27 16:02:13 +00:00
|
|
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
|
android:name="android.appwidget.provider"
|
|
|
|
|
android:resource="@xml/widget_info" />
|
|
|
|
|
</receiver>
|
2015-06-20 18:47:02 +00:00
|
|
|
|
|
|
|
|
<service android:name=".widget.UpdateWidgetService" />
|
2015-05-27 16:02:13 +00:00
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
|
android:name="io.fabric.ApiKey"
|
|
|
|
|
android:value="2eb3b3edb3b0f4722d37d649a5af366656e46ddd" />
|
2015-06-20 18:47:02 +00:00
|
|
|
|
2015-07-27 14:48:18 +00:00
|
|
|
<activity
|
|
|
|
|
android:name=".AboutActivity"
|
2015-09-12 18:16:30 +00:00
|
|
|
android:theme="@style/AppThemeWithActionBarBlackText" />
|
2015-07-27 14:48:18 +00:00
|
|
|
<activity
|
|
|
|
|
android:name=".TaskFormActivity"
|
|
|
|
|
android:label="@string/title_activity_task_form"
|
2015-08-18 19:46:12 +00:00
|
|
|
android:parentActivityName=".MainActivity"
|
2015-08-30 17:56:46 +00:00
|
|
|
android:theme="@style/AppThemeWithActionBarBlackText">
|
2015-08-18 19:46:12 +00:00
|
|
|
<meta-data
|
|
|
|
|
android:name="android.support.PARENT_ACTIVITY"
|
|
|
|
|
android:value="com.habitrpg.android.habitica.MainActivity" />
|
|
|
|
|
</activity>
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".TavernActivity"
|
|
|
|
|
android:label="@string/title_activity_tavern"
|
|
|
|
|
android:parentActivityName=".MainActivity"
|
|
|
|
|
android:theme="@style/AppThemeWithOwnActionBar">
|
2015-07-27 14:48:18 +00:00
|
|
|
<meta-data
|
|
|
|
|
android:name="android.support.PARENT_ACTIVITY"
|
|
|
|
|
android:value="com.habitrpg.android.habitica.MainActivity" />
|
|
|
|
|
</activity>
|
2015-09-15 19:56:23 +00:00
|
|
|
<activity
|
|
|
|
|
android:name=".PartyActivity"
|
|
|
|
|
android:label="@string/title_activity_party"
|
|
|
|
|
android:parentActivityName=".MainActivity">
|
|
|
|
|
<meta-data
|
|
|
|
|
android:name="android.support.PARENT_ACTIVITY"
|
|
|
|
|
android:value="com.habitrpg.android.habitica.MainActivity" />
|
|
|
|
|
</activity>
|
2015-05-27 16:02:13 +00:00
|
|
|
</application>
|
|
|
|
|
|
2015-06-20 18:47:02 +00:00
|
|
|
</manifest>
|