Skip to content

Alpha v1.2

Compare
Choose a tag to compare
@russjr08 russjr08 released this 10 Aug 02:39
· 36 commits to master since this release

Version 1.2 Alpha prepares for the Solstice of Heroes event, coming August 11th!

New Features:

  • Implemented Armor-based objectives to pursuits

    • Armor pieces that have objectives (such as Solstice of Heroes armor) will now be displayed in the pursuits tab
    • Pursuits that do not have any objectives will no longer be displayed (these are generally 'marker' types of items and do not need to be displayed to the user when they are looking at the equivalent of a todo list).
  • Implemented auto refreshing of pursuits within the pursuits section. Currently set to a 30 second interval, and is displayed using a progress bar at the top of the pursuits list.

    • This at some point will be configurable using Settings/Preferences
    • Shameless plug This functionality pairs perfectly when using Caffeinate (even better in infinity mode)!

Fixes / Tweaks / Other Adjustments

  • (#16) Devices running an older version of Android will no longer display a dark background color while on LoginActivity & MainActivity/PursuitsFragment
  • Fixed an issue where Samsung devices displayed a generic Android app icon instead of the one shipped with DOT
  • (#15) Disabled the Zero-Item graphic from being displayed due to it deciding to reveal itself when it was told to hide 😄
  • A message will now be displayed to users who click on the "Settings" menu item, informing them that the Settings Preference menu is not yet available currently.
  • Implemented a dialog when a generic error is returned by the Bungie API while initializing pursuits, admittedly better error handling is needed however.