✨ Android widget finishing up
This commit is contained in:
		@@ -91,6 +91,7 @@
 | 
			
		||||
 | 
			
		||||
        <!-- Widgets -->
 | 
			
		||||
        <receiver android:name=".widgets.CheckInWidgetReceiver"
 | 
			
		||||
            android:label="Check In"
 | 
			
		||||
            android:exported="true">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
 | 
			
		||||
@@ -100,6 +101,7 @@
 | 
			
		||||
                android:resource="@xml/check_in_widget" />
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:name=".widgets.FeaturedPostWidgetReceiver"
 | 
			
		||||
            android:label="Featured Post"
 | 
			
		||||
            android:exported="true">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:initialLayout="@layout/glance_default_loading_layout"
 | 
			
		||||
    android:minWidth="40dp"
 | 
			
		||||
    android:minWidth="80dp"
 | 
			
		||||
    android:minHeight="40dp"
 | 
			
		||||
    android:resizeMode="horizontal|vertical"
 | 
			
		||||
    android:updatePeriodMillis="10000">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:initialLayout="@layout/glance_default_loading_layout"
 | 
			
		||||
    android:minWidth="40dp"
 | 
			
		||||
    android:minWidth="320dp"
 | 
			
		||||
    android:minHeight="40dp"
 | 
			
		||||
    android:resizeMode="horizontal|vertical"
 | 
			
		||||
    android:updatePeriodMillis="10000">
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
 | 
			
		||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 | 
			
		||||
# In Windows, build-name is used as the major, minor, and patch parts
 | 
			
		||||
# of the product and file versions while build-number is used as the build suffix.
 | 
			
		||||
version: 2.0.1+29
 | 
			
		||||
version: 2.0.1+30
 | 
			
		||||
 | 
			
		||||
environment:
 | 
			
		||||
  sdk: ^3.5.4
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user