|
|
@ -73,7 +73,8 @@ |
|
|
|
android:label="@string/app_name" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:theme="@style/TransdroidTheme" |
|
|
|
android:theme="@style/TransdroidTheme" |
|
|
|
android:windowSoftInputMode="stateHidden"> |
|
|
|
android:windowSoftInputMode="stateHidden" |
|
|
|
|
|
|
|
android:exported="true"> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|
|
|
|
|
|
|
|
@ -245,7 +246,8 @@ |
|
|
|
android:icon="@drawable/ic_launcher" |
|
|
|
android:icon="@drawable/ic_launcher" |
|
|
|
android:label="@string/search_torrentsearch" |
|
|
|
android:label="@string/search_torrentsearch" |
|
|
|
android:launchMode="singleTask" |
|
|
|
android:launchMode="singleTask" |
|
|
|
android:theme="@style/TransdroidTheme"> |
|
|
|
android:theme="@style/TransdroidTheme" |
|
|
|
|
|
|
|
android:exported="true"> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.SEARCH" /> |
|
|
|
<action android:name="android.intent.action.SEARCH" /> |
|
|
|
|
|
|
|
|
|
|
@ -283,7 +285,8 @@ |
|
|
|
android:label="@string/rss_feeds" |
|
|
|
android:label="@string/rss_feeds" |
|
|
|
android:theme="@style/TransdroidTheme" /> |
|
|
|
android:theme="@style/TransdroidTheme" /> |
|
|
|
|
|
|
|
|
|
|
|
<receiver android:name="org.transdroid.core.service.BootReceiver_"> |
|
|
|
<receiver android:name="org.transdroid.core.service.BootReceiver_" |
|
|
|
|
|
|
|
android:exported="true"> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action |
|
|
|
<action |
|
|
|
android:name="android.intent.action.BOOT_COMPLETED" |
|
|
|
android:name="android.intent.action.BOOT_COMPLETED" |
|
|
@ -307,7 +310,8 @@ |
|
|
|
<!-- Home screen widget --> |
|
|
|
<!-- Home screen widget --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name="org.transdroid.core.widget.ListWidgetConfigActivity_" |
|
|
|
android:name="org.transdroid.core.widget.ListWidgetConfigActivity_" |
|
|
|
android:theme="@style/TransdroidTheme.WidgetConfig"> |
|
|
|
android:theme="@style/TransdroidTheme.WidgetConfig" |
|
|
|
|
|
|
|
android:exported="true"> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" /> |
|
|
|
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" /> |
|
|
|
</intent-filter> |
|
|
|
</intent-filter> |
|
|
@ -318,7 +322,8 @@ |
|
|
|
android:exported="false" |
|
|
|
android:exported="false" |
|
|
|
android:permission="android.permission.BIND_REMOTEVIEWS" /> |
|
|
|
android:permission="android.permission.BIND_REMOTEVIEWS" /> |
|
|
|
|
|
|
|
|
|
|
|
<receiver android:name="org.transdroid.core.widget.ListWidgetProvider_"> |
|
|
|
<receiver android:name="org.transdroid.core.widget.ListWidgetProvider_" |
|
|
|
|
|
|
|
android:exported="true"> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
|
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
|
|
</intent-filter> |
|
|
|
</intent-filter> |
|
|
|