Skip to content

justdvnsh/WallUP

Repository files navigation

MIT License LinkedIn "Buy Me A Coffee" Patreon Slack


Logo

WallUp

An awesome app to download wallpapers for your phone. No ads ! I promise.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

The project aims to solve a personal problem of downloading good quality wallpapers in my phone.

Why a wallpaper app ? Here's why:

  • There are already a lot of wallpaper apps, but the thing is that, they are optimized to show you the wallpapers only for your phone, i.e. they will only find the wallpapers of the screen resolution of your phone. So to download higher quality wallpapers you'd anyhow need to download from your browser. Now, this app can help you solve that feature as well.
  • Most of the wallpaper apps, show you the wallpaper which are curated by themselves or using any API. This app parses the a lot of resources to provide you with the highest quality unique wallpapers.
  • There are no ads.

WARNING: THIS PROJECT IS STILL IN HEAVY DEVELOPMENT, THEREFORE YOU MAY ENCOUNTER BUGS. You can OPEN the ISSUE on GITHUB REPOSITORY.

NEW ISSUES WILL BE ADDED REGULARLY

DO NOT PUT WALLUP OR ANY FORK OF IT INTO GOOGLE PLAYSTORE or Any other Store. It may VIOLATE THEIR TERMS AND CONDITIONS or you may encounter legal obligations.

(back to top)

Getting Started

Simply fork the repo. Clone it into your machine and let AndroidStudio handle the rest.

Roadmap for Version 1 release of the app.

  • Add README
  • Setup a clean architecture for the app
  • Parse Wallpapers
    • Parse Wallpaper Details
      • Create a new modern UI for the Wallpaper Detail fragment
    • Add Wallpaper Search option
      • Handle the errors when wallpaper or collection not found
    • Handle the network error (When not connected to internet)
    • Handle cases when the unwanted errors occur
      • Could Not Parse Exception
      • Could Not Load Exception
    • Make the background function calls more efficient.
  • Setup Favorites page
    • Make a viewpager to display all the saved wallpapers in one tab, while all the saved collections in the other.
    • setup room to save the details
    • make a modern motion layout based UI for the page.
  • Setup Settings page
    • Multi-language Support
    • dark mode toggle
    • downloaded videos
    • about
    • help
    • FAQ's
  • Setup a new module to provide glide dependencies
  • Setup a new module to provide coroutines dependencies
    • load glide components in a background thread.
  • A new modern color scheme for the app.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "feature-request". Don't forget to give the project a star! Thanks again!

NOTE -> Every PR will be reviewed before merging.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

PLEASE MAKE SURE TO REMOVE THE .idea/ files before pushing a commit

Want to support me by buying me a coffee ? "Buy Me A Coffee"

Want to contribute to this project by supporting us through money ? Patreon

Want to join the discussions ? Slack

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Divyansh Dwivedi - @justdvnsh - justdvnsh2208@gmail.com

Project Link: https://github.com/justdvnsh/WallUP

Join the Discussion at: Slack

(back to top)