chore: add project scaffolding and resources
This initial commit scaffolds the project with essential docs, assets, and build configs. It adds Android icons, design assets, and release metadata to support mobile targets. A fastlane config and F-Droid manifest are included to streamline builds. - Adds F-Droid configuration for automated builds - Includes license and privacy policy documents - Provides app icons and assets for Android and design system
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2193,10 +2193,10 @@
|
||||
"markdownDescription": "Denies the unminimize command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-next-wallpaper`",
|
||||
"description": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-get-image-ids`\n- `allow-delete-images`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-set-interval`\n- `allow-next-wallpaper`",
|
||||
"type": "string",
|
||||
"const": "wallpaper:default",
|
||||
"markdownDescription": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-next-wallpaper`"
|
||||
"markdownDescription": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-get-image-ids`\n- `allow-delete-images`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-set-interval`\n- `allow-next-wallpaper`"
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_image command without any pre-configured scope.",
|
||||
@@ -2204,12 +2204,24 @@
|
||||
"const": "wallpaper:allow-delete-image",
|
||||
"markdownDescription": "Enables the delete_image command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_images command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-delete-images",
|
||||
"markdownDescription": "Enables the delete_images command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_gallery command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-get-gallery",
|
||||
"markdownDescription": "Enables the get_gallery command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_image_ids command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-get-image-ids",
|
||||
"markdownDescription": "Enables the get_image_ids command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2234,6 +2246,12 @@
|
||||
"const": "wallpaper:allow-set-image-crop",
|
||||
"markdownDescription": "Enables the set_image_crop command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_interval command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-set-interval",
|
||||
"markdownDescription": "Enables the set_interval command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_setting command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2246,12 +2264,24 @@
|
||||
"const": "wallpaper:deny-delete-image",
|
||||
"markdownDescription": "Denies the delete_image command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the delete_images command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-delete-images",
|
||||
"markdownDescription": "Denies the delete_images command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_gallery command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-get-gallery",
|
||||
"markdownDescription": "Denies the get_gallery command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_image_ids command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-get-image-ids",
|
||||
"markdownDescription": "Denies the get_image_ids command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2276,6 +2306,12 @@
|
||||
"const": "wallpaper:deny-set-image-crop",
|
||||
"markdownDescription": "Denies the set_image_crop command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_interval command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-set-interval",
|
||||
"markdownDescription": "Denies the set_interval command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_setting command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
@@ -2193,10 +2193,10 @@
|
||||
"markdownDescription": "Denies the unminimize command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-next-wallpaper`",
|
||||
"description": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-get-image-ids`\n- `allow-delete-images`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-set-interval`\n- `allow-next-wallpaper`",
|
||||
"type": "string",
|
||||
"const": "wallpaper:default",
|
||||
"markdownDescription": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-next-wallpaper`"
|
||||
"markdownDescription": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-get-image-ids`\n- `allow-delete-images`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-set-interval`\n- `allow-next-wallpaper`"
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_image command without any pre-configured scope.",
|
||||
@@ -2204,12 +2204,24 @@
|
||||
"const": "wallpaper:allow-delete-image",
|
||||
"markdownDescription": "Enables the delete_image command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_images command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-delete-images",
|
||||
"markdownDescription": "Enables the delete_images command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_gallery command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-get-gallery",
|
||||
"markdownDescription": "Enables the get_gallery command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_image_ids command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-get-image-ids",
|
||||
"markdownDescription": "Enables the get_image_ids command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2234,6 +2246,12 @@
|
||||
"const": "wallpaper:allow-set-image-crop",
|
||||
"markdownDescription": "Enables the set_image_crop command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_interval command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-set-interval",
|
||||
"markdownDescription": "Enables the set_interval command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_setting command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2246,12 +2264,24 @@
|
||||
"const": "wallpaper:deny-delete-image",
|
||||
"markdownDescription": "Denies the delete_image command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the delete_images command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-delete-images",
|
||||
"markdownDescription": "Denies the delete_images command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_gallery command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-get-gallery",
|
||||
"markdownDescription": "Denies the get_gallery command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_image_ids command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-get-image-ids",
|
||||
"markdownDescription": "Denies the get_image_ids command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2276,6 +2306,12 @@
|
||||
"const": "wallpaper:deny-set-image-crop",
|
||||
"markdownDescription": "Denies the set_image_crop command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_interval command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-set-interval",
|
||||
"markdownDescription": "Denies the set_interval command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_setting command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
@@ -2193,10 +2193,10 @@
|
||||
"markdownDescription": "Denies the unminimize command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-next-wallpaper`",
|
||||
"description": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-get-image-ids`\n- `allow-delete-images`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-set-interval`\n- `allow-next-wallpaper`",
|
||||
"type": "string",
|
||||
"const": "wallpaper:default",
|
||||
"markdownDescription": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-next-wallpaper`"
|
||||
"markdownDescription": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-get-image-ids`\n- `allow-delete-images`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-set-interval`\n- `allow-next-wallpaper`"
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_image command without any pre-configured scope.",
|
||||
@@ -2204,12 +2204,24 @@
|
||||
"const": "wallpaper:allow-delete-image",
|
||||
"markdownDescription": "Enables the delete_image command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_images command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-delete-images",
|
||||
"markdownDescription": "Enables the delete_images command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_gallery command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-get-gallery",
|
||||
"markdownDescription": "Enables the get_gallery command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_image_ids command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-get-image-ids",
|
||||
"markdownDescription": "Enables the get_image_ids command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2234,6 +2246,12 @@
|
||||
"const": "wallpaper:allow-set-image-crop",
|
||||
"markdownDescription": "Enables the set_image_crop command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_interval command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-set-interval",
|
||||
"markdownDescription": "Enables the set_interval command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_setting command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2246,12 +2264,24 @@
|
||||
"const": "wallpaper:deny-delete-image",
|
||||
"markdownDescription": "Denies the delete_image command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the delete_images command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-delete-images",
|
||||
"markdownDescription": "Denies the delete_images command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_gallery command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-get-gallery",
|
||||
"markdownDescription": "Denies the get_gallery command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_image_ids command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-get-image-ids",
|
||||
"markdownDescription": "Denies the get_image_ids command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2276,6 +2306,12 @@
|
||||
"const": "wallpaper:deny-set-image-crop",
|
||||
"markdownDescription": "Denies the set_image_crop command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_interval command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-set-interval",
|
||||
"markdownDescription": "Denies the set_interval command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_setting command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
@@ -2193,10 +2193,10 @@
|
||||
"markdownDescription": "Denies the unminimize command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-next-wallpaper`",
|
||||
"description": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-get-image-ids`\n- `allow-delete-images`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-set-interval`\n- `allow-next-wallpaper`",
|
||||
"type": "string",
|
||||
"const": "wallpaper:default",
|
||||
"markdownDescription": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-next-wallpaper`"
|
||||
"markdownDescription": "Allow the LockScreenWallpaper app to manage its wallpaper collection\n#### This default permission set includes:\n\n- `allow-get-state`\n- `allow-get-gallery`\n- `allow-select-images`\n- `allow-delete-image`\n- `allow-get-image-ids`\n- `allow-delete-images`\n- `allow-set-image-crop`\n- `allow-set-setting`\n- `allow-set-interval`\n- `allow-next-wallpaper`"
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_image command without any pre-configured scope.",
|
||||
@@ -2204,12 +2204,24 @@
|
||||
"const": "wallpaper:allow-delete-image",
|
||||
"markdownDescription": "Enables the delete_image command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the delete_images command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-delete-images",
|
||||
"markdownDescription": "Enables the delete_images command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_gallery command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-get-gallery",
|
||||
"markdownDescription": "Enables the get_gallery command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_image_ids command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-get-image-ids",
|
||||
"markdownDescription": "Enables the get_image_ids command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2234,6 +2246,12 @@
|
||||
"const": "wallpaper:allow-set-image-crop",
|
||||
"markdownDescription": "Enables the set_image_crop command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_interval command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:allow-set-interval",
|
||||
"markdownDescription": "Enables the set_interval command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the set_setting command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2246,12 +2264,24 @@
|
||||
"const": "wallpaper:deny-delete-image",
|
||||
"markdownDescription": "Denies the delete_image command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the delete_images command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-delete-images",
|
||||
"markdownDescription": "Denies the delete_images command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_gallery command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-get-gallery",
|
||||
"markdownDescription": "Denies the get_gallery command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_image_ids command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-get-image-ids",
|
||||
"markdownDescription": "Denies the get_image_ids command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2276,6 +2306,12 @@
|
||||
"const": "wallpaper:deny-set-image-crop",
|
||||
"markdownDescription": "Denies the set_image_crop command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_interval command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "wallpaper:deny-set-interval",
|
||||
"markdownDescription": "Denies the set_interval command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the set_setting command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user