Navigation Menu

Skip to content

b-lam/Resplash

Repository files navigation

Resplash is powered by Unsplash.com

The internet’s source of freely-usable images. Powered by creators everywhere.

  • Browse 1M+ high-res photos
  • New photos everyday
  • Automatic wallpaper changer: Automatically refresh your home screen with a new random wallpaper
  • Muzei 3.0 Live Wallpaper source (Muzei app needs to be installed: http://get.muzei.co)
  • Dark theme
  • Download raw photos
  • Set as wallpaper straight from the app
  • View user profiles, curated collections, photo stats and EXIF data
  • Log in to like photos and update your profile
  • Various layout options

Download

Get it on Google Play

Screenshots

Build

Note that in order to access the Unsplash API, you must at a minimum:

Then add the following to your local.properties:

devAppId="<Access Key>"
devSecret="<Secret Key>"
releaseAppId=""
releaseSecret=""
googlePlayLicenseKey=""

To build the app, you will need to get a google-services.json file from Firebase:

  • Go to Firebase and create a new project
  • In the Firebase console, add an Android app to the project with the package name com.b_lam.resplash.debug
  • Download the google-services.json config file
  • Then place the google-services.json file in the app/ directory (at the root of the Android Studio app module)

Developer

License

MIT License

Copyright (c) 2020 Brandon Lam

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.