Added the ProducteevFilterExposer

pull/14/head
Arne Jans 14 years ago committed by Tim Su
parent bccaf13d47
commit 8703283aea

@ -53,7 +53,7 @@
<supports-screens />
<application android:icon="@drawable/icon"
android:label="@string/app_name">
android:label="@string/app_name" android:debuggable="true">
<!-- ====================================================== Activities = -->
@ -310,6 +310,12 @@
android:clearTaskOnLaunch="true" />
<!-- producteev -->
<receiver android:name="com.todoroo.astrid.producteev.ProducteevFilterExposer">
<intent-filter>
<action android:name="com.todoroo.astrid.REQUEST_FILTERS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
<activity android:name="com.todoroo.astrid.producteev.ProducteevPreferences"
android:icon="@drawable/ic_menu_producteev"
android:label="@string/producteev_PPr_header">

@ -10,5 +10,5 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-8
target=Motorola, Inc.:MILESTONE:7
apk-configurations=

@ -10,6 +10,18 @@
<!-- task detail showing Producteev responsible information (%s => responsible user) -->
<string name="producteev_TLA_responsible">R: %s</string>
<!-- filters header: Producteev -->
<string name="producteev_FEx_header">Producteev</string>
<!-- filter category for Producteev dashboards -->
<string name="producteev_FEx_dashboard">Producteev Workspaces</string>
<!-- Producteev dashboard filter name ($N => dashboardname, $C => count) -->
<string name="producteev_FEx_dashboard_item">$N</string>
<!-- Producteev dashboard filter title (%s => dashboardname) -->
<string name="producteev_FEx_dashboard_title">Workspace \'%s\'</string>
<!-- ==================================================== Preferences == -->
<!-- Preferences Title: Producteev -->

Loading…
Cancel
Save