Skip to content

Releases: PrasoonDhaneshwar/SpaceWalls

SpaceWalls-v5.0.apk

10 Nov 06:30

Choose a tag to compare

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

16 Apr 11:09

Choose a tag to compare

  • 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

16 Oct 10:18

Choose a tag to compare

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

19 Sep 06:15

Choose a tag to compare

  • Alarms are now exact with setExactAndAllowWhileIdle
  • Each wallpaper has a unique notification.

SpaceWalls-v2.1.apk

12 Sep 11:46

Choose a tag to compare

  • 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

04 Sep 07:05

Choose a tag to compare

This version of SpaceWalls is based on AlarmManager and schedules for changing wallpaper are accurate.

SpaceWalls-v1.0.apk

04 Sep 07:01

Choose a tag to compare

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.