BearND has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/192098

Change subject: Promote widgets from alpha to production
......................................................................

Promote widgets from alpha to production

Change-Id: Ie99156d866dfa87f4fa1bb70051c6c2b73f78d6f
---
M wikipedia/AndroidManifest.xml
M wikipedia/src/alpha/AndroidManifest.xml
2 files changed, 26 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/98/192098/1

diff --git a/wikipedia/AndroidManifest.xml b/wikipedia/AndroidManifest.xml
index 6fa8d68..e92796b 100644
--- a/wikipedia/AndroidManifest.xml
+++ b/wikipedia/AndroidManifest.xml
@@ -152,5 +152,31 @@
                 android:name=".savedpages.SavedPageContentProvider"
                 />
 
+        <receiver
+            android:icon="@drawable/launcher"
+            android:label="@string/widget_name_search"
+            android:name="org.wikipedia.widgets.WidgetProviderSearch" >
+            <intent-filter >
+                <action 
android:name="android.appwidget.action.APPWIDGET_UPDATE" />
+            </intent-filter>
+
+            <meta-data
+                android:name="android.appwidget.provider"
+                android:resource="@xml/widget_search" />
+        </receiver>
+
+        <receiver
+            android:icon="@drawable/launcher"
+            android:label="@string/widget_name_featured_page"
+            android:name="org.wikipedia.widgets.WidgetProviderFeaturedPage" >
+            <intent-filter >
+                <action 
android:name="android.appwidget.action.APPWIDGET_UPDATE" />
+            </intent-filter>
+
+            <meta-data
+                android:name="android.appwidget.provider"
+                android:resource="@xml/widget_featured_page" />
+        </receiver>
+
     </application>
 </manifest>
diff --git a/wikipedia/src/alpha/AndroidManifest.xml 
b/wikipedia/src/alpha/AndroidManifest.xml
index 6e040c6..d86c0cf 100644
--- a/wikipedia/src/alpha/AndroidManifest.xml
+++ b/wikipedia/src/alpha/AndroidManifest.xml
@@ -10,33 +10,6 @@
             android:name="@string/preference_channel"
             android:value="Alpha Channel"
             tools:replace="android:value" />
-
-        <receiver
-            android:icon="@drawable/launcher"
-            android:label="@string/widget_name_search"
-            android:name="org.wikipedia.widgets.WidgetProviderSearch" >
-            <intent-filter >
-                <action 
android:name="android.appwidget.action.APPWIDGET_UPDATE" />
-            </intent-filter>
-
-            <meta-data
-                android:name="android.appwidget.provider"
-                android:resource="@xml/widget_search" />
-        </receiver>
-
-        <receiver
-            android:icon="@drawable/launcher"
-            android:label="@string/widget_name_featured_page"
-            android:name="org.wikipedia.widgets.WidgetProviderFeaturedPage" >
-            <intent-filter >
-                <action 
android:name="android.appwidget.action.APPWIDGET_UPDATE" />
-            </intent-filter>
-
-            <meta-data
-                android:name="android.appwidget.provider"
-                android:resource="@xml/widget_featured_page" />
-        </receiver>
-
     </application>
 
 </manifest>

-- 
To view, visit https://gerrit.wikimedia.org/r/192098
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie99156d866dfa87f4fa1bb70051c6c2b73f78d6f
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: BearND <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to