Releases: PrasoonDhaneshwar/SpaceWalls
SpaceWalls-v5.0.apk
Upgrade to SDK version 35
Upgraded Gradle, Kotlin version to 2.0.0
Added the permissions to post notifications and schedule exact alarms
Fix: When moving from one timezone to the other, the alarms were not shifting accordingly.
Added an intent filter TIMEZONE_CHANGED to handle it.
Added a dependency for HiltWorker.
Added a default image to handle non-image responses.
Changed the logic of getting 10 AM in GregorianCalendar.
Fetch archives from Jsoup to simulate a real browser by setting a User-Agent.
SpaceWalls-v4.0.apk
-
When device boot occurs, wallpaper scheduler is set again.
-
Modify URL in the API response if it does not contain "http(s)" header.
SpaceWalls-v3.0.apk
This version of SpaceWalls introduces wallpaper history that can be toggled in “Favorites” section.
- Lot of bug fixes and stability improvements. A detailed explanation can be found here
SpaceWalls-v2.2.apk
- Alarms are now exact with setExactAndAllowWhileIdle
- Each wallpaper has a unique notification.
SpaceWalls-v2.1.apk
-
When the device boots up, it loses application settings. This is fixed by using SharedPreferences and loading the scheduler options for Alarms again.
-
General layout and performance improvements.
-
Refer to this commit for more details.
SpaceWalls-v2.0.apk
This version of SpaceWalls is based on AlarmManager and schedules for changing wallpaper are accurate.
SpaceWalls-v1.0.apk
This version of SpaceWalls is based on periodic requests of WorkManager. Therefore, the schedules for changing wallpaper will shift based on constraints and Android doze.