ios widget showing what is available at chucks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add icon

+37 -25
android/app/src/main/ic_launcher-playstore.png

This is a binary file and will not be displayed.

-10
android/app/src/main/res/drawable/ic_launcher_background.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 - android:width="108dp" 4 - android:height="108dp" 5 - android:viewportWidth="108" 6 - android:viewportHeight="108"> 7 - <path 8 - android:fillColor="#4CAF50" 9 - android:pathData="M0,0h108v108h-108z"/> 10 - </vector>
+13 -11
android/app/src/main/res/drawable/ic_launcher_foreground.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 1 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 2 android:width="108dp" 4 3 android:height="108dp" 5 - android:viewportWidth="108" 6 - android:viewportHeight="108"> 7 - <group android:scaleX="0.4" 8 - android:scaleY="0.4" 9 - android:translateX="32.4" 10 - android:translateY="32.4"> 11 - <!-- Fork and knife icon representing dining --> 12 - <path 13 - android:fillColor="#FFFFFF" 14 - android:pathData="M11,9H9V2H7v7H5V2H3v7c0,2.12 1.66,3.84 3.75,3.97V22h2.5v-9.03C11.34,12.84 13,11.12 13,9V2h-2V9zM16,6v8h2.5v8H21V2C18.24,2 16,4.24 16,6z"/> 4 + android:viewportWidth="1024" 5 + android:viewportHeight="1024"> 6 + <group android:scaleX="0.72" 7 + android:scaleY="0.72" 8 + android:translateX="143.36" 9 + android:translateY="143.36"> 10 + <group> 11 + <clip-path 12 + android:pathData="M0,0h1024v1024h-1024z"/> 13 + <path 14 + android:pathData="M582.8,840.4C398.8,840.4 241.2,690.8 241.2,498.8C241.2,338 320.4,228.4 430,228.4C478,228.4 517.2,250 528.4,290.8C543.6,279.6 557.2,269.2 567.6,262C598,239.6 613.2,229.2 626,229.2C635.6,229.2 646,233.2 666.8,242C690.8,252.4 715.6,262.8 723.6,262.8C734.8,262.8 746.8,250.8 763.6,234L786.8,255.6L713.2,334C698.8,349.2 686.8,358 675.6,358C663.6,358 644.4,351.6 618.8,338.8C593.2,326 574,318 562,318C554,318 545.2,321.2 534.8,328.4C516.4,340.4 510.8,347.6 510.8,359.6C510.8,372.4 531.6,413.2 572.4,480.4C613.2,548.4 634,589.2 634,603.6C634,616.4 625.2,627.6 610,643.6C594.8,659.6 569.2,685.2 532.4,722C557.2,728.4 582.8,731.6 610,731.6C666,731.6 737.2,710.8 766.8,689.2L785.2,715.6L641.2,834.8C623.6,838.8 604.4,840.4 582.8,840.4ZM334.8,464.4C334.8,579.6 401.2,673.2 502.8,712.4C518.8,693.2 527.6,674 527.6,657.2C527.6,641.2 514,611.6 486.8,567.6L414,449.2C404.4,433.2 398.8,419.6 398.8,409.2C398.8,398.8 407.6,386 426,370C442,355.6 473.2,331.6 504.4,308.4C495.6,280.4 466,262.8 438,262.8C375.6,262.8 334.8,345.2 334.8,464.4Z" 15 + android:fillColor="#F2A71E"/> 15 16 </group> 17 + </group> 16 18 </vector>
+14
android/app/src/main/res/drawable/ic_launcher_monochrome.xml
··· 1 + <vector xmlns:android="http://schemas.android.com/apk/res/android" 2 + android:width="108dp" 3 + android:height="108dp" 4 + android:viewportWidth="1024" 5 + android:viewportHeight="1024"> 6 + <group android:scaleX="0.72" 7 + android:scaleY="0.72" 8 + android:translateX="143.36" 9 + android:translateY="143.36"> 10 + <path 11 + android:pathData="M582.8,840.4C398.8,840.4 241.2,690.8 241.2,498.8C241.2,338 320.4,228.4 430,228.4C478,228.4 517.2,250 528.4,290.8C543.6,279.6 557.2,269.2 567.6,262C598,239.6 613.2,229.2 626,229.2C635.6,229.2 646,233.2 666.8,242C690.8,252.4 715.6,262.8 723.6,262.8C734.8,262.8 746.8,250.8 763.6,234L786.8,255.6L713.2,334C698.8,349.2 686.8,358 675.6,358C663.6,358 644.4,351.6 618.8,338.8C593.2,326 574,318 562,318C554,318 545.2,321.2 534.8,328.4C516.4,340.4 510.8,347.6 510.8,359.6C510.8,372.4 531.6,413.2 572.4,480.4C613.2,548.4 634,589.2 634,603.6C634,616.4 625.2,627.6 610,643.6C594.8,659.6 569.2,685.2 532.4,722C557.2,728.4 582.8,731.6 610,731.6C666,731.6 737.2,710.8 766.8,689.2L785.2,715.6L641.2,834.8C623.6,838.8 604.4,840.4 582.8,840.4ZM334.8,464.4C334.8,579.6 401.2,673.2 502.8,712.4C518.8,693.2 527.6,674 527.6,657.2C527.6,641.2 514,611.6 486.8,567.6L414,449.2C404.4,433.2 398.8,419.6 398.8,409.2C398.8,398.8 407.6,386 426,370C442,355.6 473.2,331.6 504.4,308.4C495.6,280.4 466,262.8 438,262.8C375.6,262.8 334.8,345.2 334.8,464.4Z" 12 + android:fillColor="#000000"/> 13 + </group> 14 + </vector>
+3 -2
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
··· 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 3 - <background android:drawable="@drawable/ic_launcher_background"/> 3 + <background android:drawable="@color/ic_launcher_background"/> 4 4 <foreground android:drawable="@drawable/ic_launcher_foreground"/> 5 - </adaptive-icon> 5 + <monochrome android:drawable="@drawable/ic_launcher_monochrome"/> 6 + </adaptive-icon>
+3 -2
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
··· 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 3 - <background android:drawable="@drawable/ic_launcher_background"/> 3 + <background android:drawable="@color/ic_launcher_background"/> 4 4 <foreground android:drawable="@drawable/ic_launcher_foreground"/> 5 - </adaptive-icon> 5 + <monochrome android:drawable="@drawable/ic_launcher_monochrome"/> 6 + </adaptive-icon>
android/app/src/main/res/mipmap-hdpi/ic_launcher.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-mdpi/ic_launcher.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp

This is a binary file and will not be displayed.

+4
android/app/src/main/res/values/ic_launcher_background.xml
··· 1 + <?xml version="1.0" encoding="utf-8"?> 2 + <resources> 3 + <color name="ic_launcher_background">#0A2443</color> 4 + </resources>