Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hossain-khan/android-hk-vision-muzei-plugin
Muzei wallpaper source plugin for vision.hossainkhan.com site.
https://github.com/hossain-khan/android-hk-vision-muzei-plugin
android android-muzei android-muzei-plugin muzei muzei-plugin
Last synced: 3 months ago
JSON representation
Muzei wallpaper source plugin for vision.hossainkhan.com site.
- Host: GitHub
- URL: https://github.com/hossain-khan/android-hk-vision-muzei-plugin
- Owner: hossain-khan
- License: apache-2.0
- Created: 2020-05-10T00:06:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T20:36:03.000Z (3 months ago)
- Last Synced: 2024-10-28T00:54:53.032Z (3 months ago)
- Topics: android, android-muzei, android-muzei-plugin, muzei, muzei-plugin
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.hossainkhan.vision
- Size: 64.8 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Android CI](https://github.com/amardeshbd/android-hk-vision-muzei-plugin/workflows/Android%20CI/badge.svg?branch=master)](https://github.com/amardeshbd/android-hk-vision-muzei-plugin/actions) [![CodeFactor](https://www.codefactor.io/repository/github/hossain-khan/android-hk-vision-muzei-plugin/badge)](https://www.codefactor.io/repository/github/hossain-khan/android-hk-vision-muzei-plugin) [![Muzei.co](https://img.shields.io/badge/muzei.co-API%203.4%2B-blue)](http://api.muzei.co/)
# HK Vision - Muzei Plugin
Muzei wallpaper source plugin for [vision.hossainkhan.com](https://vision.hossainkhan.com/) site.## Background
I wrote a quick article behind creating this plugin. [Read more about it at Medium.com](https://medium.com/@hossainkhan/hackathon-creating-the-simplest-muzei-wallpaper-plugin-for-android-9d080dbb4bf)## How to use
First, install the [Muzei Live Wallpaper](https://play.google.com/store/apps/details?id=net.nurik.roman.muzei) Android app from Google Play store.
[![Muzei-on-Google-Play](https://user-images.githubusercontent.com/99822/81494196-decc1600-9274-11ea-9296-f167952e5fc1.png)](https://play.google.com/store/apps/details?id=net.nurik.roman.muzei)Next, install [Vision Muzei Plugin app](https://play.google.com/store/apps/details?id=com.hossainkhan.vision) from Google Play.
[](https://play.google.com/store/apps/details?id=com.hossainkhan.vision)
Once installed, go back to **Muzei** app, then the source should show up. Choose the wallpaper you like for your phone. Enjoy.
> _NOTE: By default, the walpaper changes **every 3 hours**, you may want to change it to you liking. For example every day :-)_
[![android-muzei-plugin-demo-large-small](https://user-images.githubusercontent.com/99822/81618324-19d56300-93b5-11ea-8367-62376439a99c.png)](https://play.google.com/store/apps/details?id=com.hossainkhan.vision)
## Dev Note
To build and install locally, use following command:```
adb uninstall com.hossainkhan.vision && \
./gradlew clean assembleDebug && \
adb install app/build/outputs/apk/debug/app-debug.apk
```### New Release
```
./gradlew bundleRelease
```
> Make sure you have `keystore.properties` and `upload-keystore.jks` available in the project.# References
* https://muzei.co/
* https://api.muzei.co/
* https://github.com/muzei/muzei/releases [API 3.4.x](https://github.com/muzei/muzei/releases/tag/api3.4.2)
* https://medium.com/muzei/muzei-3-0-and-the-new-api-4fd3d6133db6
* https://medium.com/muzei/announcing-muzei-live-wallpaper-3-0-d167dd5795a4