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:
@@ -8,8 +8,11 @@ Allow the LockScreenWallpaper app to manage its wallpaper collection
|
||||
- `allow-get-gallery`
|
||||
- `allow-select-images`
|
||||
- `allow-delete-image`
|
||||
- `allow-get-image-ids`
|
||||
- `allow-delete-images`
|
||||
- `allow-set-image-crop`
|
||||
- `allow-set-setting`
|
||||
- `allow-set-interval`
|
||||
- `allow-next-wallpaper`
|
||||
|
||||
## Permission Table
|
||||
@@ -50,6 +53,32 @@ Denies the delete_image command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:allow-delete-images`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the delete_images command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:deny-delete-images`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the delete_images command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:allow-get-gallery`
|
||||
|
||||
</td>
|
||||
@@ -76,6 +105,32 @@ Denies the get_gallery command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:allow-get-image-ids`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the get_image_ids command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:deny-get-image-ids`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the get_image_ids command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:allow-get-state`
|
||||
|
||||
</td>
|
||||
@@ -180,6 +235,32 @@ Denies the set_image_crop command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:allow-set-interval`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the set_interval command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:deny-set-interval`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the set_interval command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`wallpaper:allow-set-setting`
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user