File tree Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 159
159
160
160
<service android : name =" .Widgets.WidgetProviderLarge$UpdateWidgetService" />
161
161
162
+ <receiver android : name =" .Widgets.WidgetProviderSmall" >
163
+ <intent-filter >
164
+ <action android : name =" android.appwidget.action.APPWIDGET_UPDATE" />
165
+ </intent-filter >
166
+ <meta-data
167
+ android : name =" android.appwidget.provider"
168
+ android : resource =" @xml/smallwidgetprovider" />
169
+ </receiver >
170
+
171
+ <activity
172
+ android : name =" .Widgets.SmallWidgetConfigurationActivity"
173
+ android : configChanges =" orientation|screenSize"
174
+ android : label =" Domoticz Widget Config" >
175
+ <intent-filter >
176
+ <action android : name =" android.appwidget.action.APPWIDGET_CONFIGURE" />
177
+ </intent-filter >
178
+ <intent-filter >
179
+ <action android : name =" android.intent.action.SEARCH" />
180
+ </intent-filter >
181
+
182
+ <meta-data
183
+ android : name =" android.app.searchable"
184
+ android : resource =" @xml/searchable" />
185
+ </activity >
186
+
187
+ <service android : name =" .Widgets.WidgetProviderSmall$UpdateWidgetService" />
188
+
162
189
<activity
163
190
android : name =" .Widgets.SecurityWidgetConfigurationActivity"
164
191
android : configChanges =" orientation|screenSize"
Original file line number Diff line number Diff line change 1
- # Wed Jan 18 11:58:18 CET 2017
2
- VERSION_BUILD =1966
1
+ # Wed Jan 18 16:31:00 CET 2017
2
+ VERSION_BUILD =1968
3
3
VERSION_PATCH =354
4
4
VERSION_CODE =171
Original file line number Diff line number Diff line change 1
- # Wed Jan 18 11:58:18 CET 2017
2
- VERSION_BUILD =1436
1
+ # Wed Jan 18 16:31:03 CET 2017
2
+ VERSION_BUILD =1438
3
3
VERSION_PATCH =43
4
4
VERSION_CODE =43
You can’t perform that action at this time.
0 commit comments