Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
- [Command Line](#Command-Line)
- [Contributing](#Contributing)

Remote Wallpaper Android Application. Set wallpaper from remote URL's at a defined interval.
Supports any link that redirects to an image.
Remote Wallpaper Android Application.

Set wallpaper from remote URL's at a defined interval.
Supports any image link or links that redirects to an image.

Example Remotes:

Expand Down Expand Up @@ -72,6 +74,8 @@ For more information, see [Release through a website](https://developer.android.

<br />

<br />

Note: Downloading and Installing the [apk](https://github.com/cssnr/remote-wallpaper-android/releases/latest/download/app-release.apk)
should take you to the settings area to allow installation if not already enabled. Otherwise:

Expand Down Expand Up @@ -114,6 +118,7 @@ _The GitHub APK has been registered with Google's [Android developer verificatio
- Widget with refresh button and updated time.
- History of all wallpaper used with links.
- Option to crop wallpaper for device.
- Supports HTTP Caching.

### Planned

Expand Down
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ icon: lucide/rocket

Remote Wallpaper Android Application.

Set wallpaper from remote URL's at a defined interval. Supports any link that redirects to an image.
Set wallpaper from remote URL's at a defined interval.
Supports any image link or links that redirects to an image.

To get started, [Install](#install) the app, view the [Screenshots](#screenshots) and review the [Usage](usage.md).

Expand All @@ -45,6 +46,7 @@ To get started, [Install](#install) the app, view the [Screenshots](#screenshots
- Widget with refresh button and updated time.
- History of all wallpaper used with links.
- Option to crop wallpaper for device.
- Supports HTTP Caching.

### :lucide-calendar-clock: Planned

Expand All @@ -57,7 +59,7 @@ To get started, [Install](#install) the app, view the [Screenshots](#screenshots

If you run into any issues or have any questions, [support](support.md) is available.

### Setup
### :lucide-tablet-smartphone: Setup

1. [Install](#install) and open the app on your device.
2. Select your update interval and initial remote.
Expand Down
12 changes: 12 additions & 0 deletions docs/snippets/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ If you are unsure which provider to choose, [Obtainium :lucide-arrow-up-right:](

[![QR Code](https://raw.githubusercontent.com/smashedr/repo-images/refs/heads/master/remote-wallpaper/qr-code-github.png)](https://github.com/cssnr/remote-wallpaper-android/releases/latest/download/app-release.apk)

<br />

<br />

[![QR Code](https://raw.githubusercontent.com/smashedr/repo-images/refs/heads/master/remote-wallpaper/qr-code-obtainium.png)](https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://github.com/cssnr/remote-wallpaper-android/)

_To install the apk directly you may need to allow installation from unknown sources.
Expand All @@ -31,3 +35,11 @@ For more information see, [Release through a website :lucide-arrow-up-right:](ht
5. Open the download apk in the app you selected in step #3.
6. Choose Install and Accept any Play Protect notifications.
7. The app is now installed. Proceed to the [Setup](#setup) section below.

_The GitHub APK has been registered with Google's [Android developer verification](https://developer.android.com/developer-verification)._

```
69:49:A3:78:A6:30:92:86:32:20:D1:08:AD:66:FC:F3:FB:26:C3:47:28:2A:68:BE:F4:5F:05:30:0C:73:2B:D9
```

[_How to Verify an APK Signature_](https://developer.android.com/tools/apksigner#usage-verify)
Loading