{"id":13613751,"url":"https://github.com/danimahardhika/wallpaperboard","last_synced_at":"2025-04-13T15:33:51.408Z","repository":{"id":198771986,"uuid":"80977822","full_name":"danimahardhika/wallpaperboard","owner":"danimahardhika","description":"Android Json based wallpaper dashboard library","archived":false,"fork":false,"pushed_at":"2019-01-21T01:43:20.000Z","size":2643,"stargazers_count":254,"open_issues_count":24,"forks_count":130,"subscribers_count":39,"default_branch":"master","last_synced_at":"2024-11-07T21:42:52.176Z","etag":null,"topics":["android","android-library","dashboard","library","material-design","muzei","wallpapers"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danimahardhika.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-02-05T07:50:01.000Z","updated_at":"2024-09-11T15:31:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"faf30b52-44a9-4ed3-a5d6-2a0c23883476","html_url":"https://github.com/danimahardhika/wallpaperboard","commit_stats":null,"previous_names":["danimahardhika/wallpaperboard"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimahardhika%2Fwallpaperboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimahardhika%2Fwallpaperboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimahardhika%2Fwallpaperboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimahardhika%2Fwallpaperboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danimahardhika","download_url":"https://codeload.github.com/danimahardhika/wallpaperboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248736411,"owners_count":21153594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","dashboard","library","material-design","muzei","wallpapers"],"created_at":"2024-08-01T20:00:53.250Z","updated_at":"2025-04-13T15:33:49.795Z","avatar_url":"https://github.com/danimahardhika.png","language":"Java","funding_links":[],"categories":["Android"],"sub_categories":[],"readme":"# Wallpaper Board \u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/icon.png\" width=\"35\"\u003e\n[![](https://jitpack.io/v/danimahardhika/wallpaperboard.svg)](https://jitpack.io/#danimahardhika/wallpaperboard) [![Build Status](https://travis-ci.org/danimahardhika/wallpaperboard.svg?branch=master)](https://travis-ci.org/danimahardhika/wallpaperboard) [![CircleCI](https://circleci.com/gh/danimahardhika/wallpaperboard.svg?style=svg)](https://circleci.com/gh/danimahardhika/wallpaperboard) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3b44524988a940fa9a48917bd6ed5367)](https://www.codacy.com/app/danimahardhika/wallpaperboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=danimahardhika/wallpaperboard\u0026amp;utm_campaign=Badge_Grade) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\u003cbr\u003eAndroid Wallpaper Dashboard\n\u003cp\u003e\u003ca href='https://play.google.com/store/apps/details?id=com.dm.wallpaper.board.demo\u0026pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width=\"200\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n# Gradle Dependency\n**Requirements**\n* Latest version of Android Studio\u003c/li\u003e\n* Android-SDK Build tools v27\u003c/li\u003e\n* API 26 SDK Platform\u003c/li\u003e\n* Latest version of Android Support Library\u003c/li\u003e\n* Java SE Development Kit 8\u003c/li\u003e\n\nTake a look on this [screenshot](https://raw.githubusercontent.com/danimahardhika/candybar-library/698d102f504f5a843af4f5bc67a340a09b3c5889/screenshots/requirements.jpg) for requirements\n\nThe minimum API level supported by this library is API 15\n\nAdd JitPack repository to root `build.gradle`\n```Gradle\nallprojects {\n    repositories {\n        maven { url \"https://jitpack.io\" }\n    }\n}\n```\nAdd the dependency\n```Gradle\ndependencies {\n    implementation 'com.github.danimahardhika:wallpaperboard:1.7.0-b5'\n}\n```\n\nOr use a snapshot\n```Gradle\ndependecies {\n    implementation('com.github.danimahardhika:wallpaperboard:-SNAPSHOT') {\n        changing = true\n    }\n}\n````\n\n# How to Use\nTake a look inside \u003ca href=\"https://github.com/danimahardhika/wallpaperboard/wiki\" target=\"_blank\"\u003eWiki Site\u003c/a\u003e.\n\n# Previews\n\u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS01.jpg\" width=\"215\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS02.jpg\" width=\"215\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS03.jpg\" width=\"215\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS04.jpg\" width=\"215\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS05.jpg\" width=\"215\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS06.jpg\" width=\"215\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS07.jpg\" width=\"215\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS08.jpg\" width=\"215\"\u003e\n\n# Features\n* License Checker\n* Cloud Based Wallpaper\n  * Category\n  * Mark wallpaper as favorite\n  * Preview wallpaper\n  * Apply wallpaper: inbuilt wallpaper crop\n  * Download wallpaper\n* Settings\n  * Clear Cache\n  * Swith to Dark Theme\n* About\n* Donation\n* Muzei Live Wallpaper: smart art source loader with advanded settings\n* Supports Tablet\n\n# Support Development\nSupport development by making donation through demo app at Google Play.\n\n# Translation\nHelp translating Wallpaper Board to supports more languages [here](https://goo.gl/Mae5hc).\n\n# Need a Help?\nJoin [WallpaperBoard community](https://goo.gl/R2RjwM) on Google+\n\n# Wallpaper App Using Wallpaper Board\nWant your app listed here? Mention me at [Google Plus](https://plus.google.com/u/1/+DaniMahardhika).\n* [AMOLED mnml Wallpapers](https://play.google.com/store/apps/details?id=yasanq.amoledmnml.wallpapers)\n* [myWalls](https://play.google.com/store/apps/details?id=com.lc.mywalls)\n* [NEVER SETTLE Wallpapers](https://play.google.com/store/apps/details?id=com.wilfredparmar.never.settle)\n* [Wallerta](https://play.google.com/store/apps/details?id=com.xorrisont.wallerta)\n* [Sulox](https://goo.gl/EcrGN9)\n\n# License\n```\nCopyright (c) 2017 Dani Mahardhika\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanimahardhika%2Fwallpaperboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanimahardhika%2Fwallpaperboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanimahardhika%2Fwallpaperboard/lists"}