Customize your device even more by having two separate sets of wallpapers for light and dark mode.

Overview

DualWallpaper

Get it on Google Play

You can help me out with translations here.

Customize your device even more by having two separate sets of wallpapers for light and dark mode. When your device's theme changes, this app will change your wallpaper to the one you've selected accordingly. To handle the change this app offers two possibilities: Wallpaper Service and Live Wallpaper. In my opinion the first option is more reliable and works better but in some cases the app might get killed by the system and in this case I'd suggest using the second one. You have to see for yourself which option works best on your device.

You might also like...

Deploy this πŸ”₯πŸ”₯πŸ”₯ BLAZING FAST πŸ”₯πŸ”₯πŸ”₯ API to get instant access to ✨✨✨ INNOVATIVE ✨✨✨ API to quickly define whether the numbers are odd or even.

Deploy this πŸ”₯πŸ”₯πŸ”₯ BLAZING FAST πŸ”₯πŸ”₯πŸ”₯ API to get instant access to ✨✨✨ INNOVATIVE ✨✨✨ API to quickly define whether the numbers are odd or even.

Is Odd API This πŸ‘ˆ is πŸ…± πŸ’° a 🐍 simple API that πŸ‘ returns πŸ’Œ whether πŸ“Š πŸ“Š a πŸ”₯ number πŸ’¦ πŸ”’ is πŸ™ˆ πŸ’¦ odd πŸ€₯ or πŸ’° not. β™‚ With πŸ‘ πŸ‘Ό this 🏽 πŸ‘ˆ API

Sep 23, 2022

Reverse engineer and rewrite real mode dos programs!

Reverse engineer and rewrite real mode dos programs!

Spice86 - A PC emulator for real mode reverse engineering Spice86 is a tool to execute, reverse engineer and rewrite real mode dos programs for which

Nov 9, 2022

Drifty is an open-source interactive File Downloader system built with java. It is currently available in CLI mode and has the GUI version under active development.

Drifty is an open-source interactive File Downloader system built with java. It is currently available in CLI mode and has the GUI version under active development.

Drifty Drifty is an open-source interactive File Downloader system built using Java. It takes the link to the file, the directory where it needs to be

Dec 24, 2022

Small app to create icon sets for Linux, Windows, OSX, Android and IOS from a single PNG image

FXIconcreator Small app to create icon sets (multi resolution) for Linux, Windows, OSX from a single PNG image Reason for creating such an app was tha

Aug 4, 2022

Dominando Listas, Sets e Mapas.

Dominando Listas, Sets e Mapas.

Aplicando boas prÑticas de Orientação a Objetos com Java Collections Sistema gerenciador de uma instituição de ensino fictícia. Conceitos ArrayList Ad

Feb 13, 2022

This Web Application Allows A user to upload a two minutes Video. It uses Server Side Capabilities of Nodejs and Spring Boot .

This Web Application Allows A user to upload a two minutes Video. It uses Server Side Capabilities of Nodejs and Spring Boot .

VideoStreamingApplication Purpose Of This Application These days trend of short videos are on rise youtube recently realsed "Shorts" . So , taking ins

Nov 13, 2022

In this project, we will implement two Spring Boot Java Web application called, streamer-data-jpa and streamer-data-r2dbc.

In this project, we will implement two Spring Boot Java Web application called, streamer-data-jpa and streamer-data-r2dbc.

In this project, we will implement two Spring Boot Java Web application called, streamer-data-jpa and streamer-data-r2dbc. They both will fetch 1 million of customer's data from MySQL and stream them to Kafka. The main goal is to compare the application's performance and resource utilization.

Nov 2, 2022

An API Library that provides the functionality to access, manage and store device topologies found in JSON files using Java and Maven Framework

An API Library that provides the functionality to access, manage and store device topologies found in JSON files using Java and Maven Framework

Topology API πŸ“™ About An API library which provides the functionality to access, manage and store device topologies. πŸ“ Description Read a topology fr

Aug 4, 2022

A light-weight and dynamic dependency injection framework

⚠️ This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse

Dec 23, 2022
Comments
  • Fixes

    Fixes

    This PR provides the following fixes:

    1. Fix uiMode value not masked with https://github.com/Yanndroid/DualWallpaper/commit/cce95215ed631bbbfbc332d979fddc149d33a872 The uiMode value serves multiple purposes, therefore a bit mask should be applied to extract the dark/light mode bits to prevent issues when other unrelated bits change. I also moved this logic to WallpaperUtil to remove code duplication.
    2. Fix aspect ratio for live wallpaper with https://github.com/Yanndroid/DualWallpaper/commit/8e2e3c95f308ca34491cfba3a1f98d7367338150
      • The aspect ratio was not preserved due to integer division in the formula for cropH and cropV. Casting to float fixes this.
      • Checking for portrait/landscape mode to distinguish horizontal/vertical cropping does not work when the image is taller than the screen. Directly comparing the aspect ratios of image and screen fixes this. Since the screen's aspect ratio implicitly depends on portrait/landscape mode, there is no need to check for portrait mode explicitly anymore.
    opened by eltos 1
  • Choose plain fill color

    Choose plain fill color

    Again, https://github.com/cvzi/darkmodewallpaper already has this feature to simply pick a color as background. I'd like to see this in DualWallpaper as well.

    opened by JVariance 0
  • Switch wallpaper based on time

    Switch wallpaper based on time

    I currently use https://github.com/cvzi/darkmodewallpaper, which has this functionality, but your app looks way better (especially considering that I use a Galaxy phone), so I'd like to see this feature in DualWallpaper πŸ˜ƒ

    Since I always have the night mode enabled, DualWallpaper doesn't fit my needs as of now.

    opened by JVariance 1
Releases(v1.1.3)
Owner
Yann
Languages: German, French, English, Java, Kotlin, Python, Javascript, C++
Yann
Photo live wallpaper with auto dark mode and power-efficient animations

Pallax Android: Photo Live Wallpaper Pallax Android is an Android app that lets you convert your current static home screen background into a stunning

Patrick Zedler 13 Dec 17, 2022
Two Spring-boot applications registering themselves to an spring-boot-admin-server application as separate clients for the purpose of monitoring and managing the clients

Spring-boot-admin implementation with 1 Server and 2 clients Creating a Server application to monitor and manage Spring boot applications (clients) un

null 6 Dec 6, 2022
A fast, light and cloud native OAuth 2.0 authorization microservices based on light-4j

A fast, light weight and cloud native OAuth 2.0 Server based on microservices architecture built on top of light-4j and light-rest-4j frameworks. Stac

null 291 Dec 17, 2022
This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fundamental Bluetooth API capabilities.

Zenitsu-Bluetooth Chat Application This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fund

Gururaj Koni 1 Jan 16, 2022
A mod for OneConfig that allows you to customize the hit color of any living entity to your liking.

HitColor A mod for OneConfig that allows you to customize the hit color of any living entity to your liking. Features An option to toggle Armor being

Nox 4 Nov 5, 2022
Multi-Tenant Spring Boot Application with separate databases using Hibernate and H2.

Multi-Tenant Spring Boot Application A Spring Boot application that utilises a multi-tenancy architecture by providing multiple databases, one for eac

Alex Gschnitzer 15 May 9, 2022
A hybrid chat android application based on the features of Instagram and Whatsapp having UI just as Telegram.

GupShup About App It is a free online chat android application, enabling user to create a free user account and then log in using the credentials. Aft

Ratik Tiwari 1 May 22, 2022
Winfoom is an HTTP(s) proxy server facade that allows applications to authenticate through the proxy without having to deal with the actual handshake.

winfoom Basic Proxy Facade for NTLM, Kerberos, SOCKS and Proxy Auto Config file proxies To help this project please give it a star ⭐ Overview Winfoom

Eugen Covaci 56 Dec 8, 2022
InterfaceMaker is a modern plugin to handle and customize join items, hotbars and menus with a developer and administrator friendly API.

Interface Maker InterfaceMaker is a modern plugin to handle and customize join items, hotbars and menus with a developer friendly API. Features Simple

2LStudios - Minecraft 10 Nov 27, 2022
Terse. Elegant. Readable. Even faster.

Myxal Terse. Elegant. Readable. Even faster. A top secret experiment to make Jyxal even faster and multitarget compiled. How to run Download the lates

null 6 May 30, 2022