Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Some bugfixes and performance improvements #12

Merged
merged 4 commits into from
Nov 29, 2015
Merged

Commits on Nov 28, 2015

  1. Fixed critical items display

    zsparal committed Nov 28, 2015
    Configuration menu
    Copy the full SHA
    de99f37 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2015

  1. Improved performance on progress details

    Introduced font caching to avoid the repeated creation of the normal and custom fonts. This resolves the visible pause on the progress screen when there are a lot of items in the remaining queue.
    zsparal committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    7b013c3 View commit details
    Browse the repository at this point in the history
  2. Fixed Critical Items bug

    The detail page never had the chance to load the actual details for the selected symbol because the loadData() method always ran before the async request to fetch the data completed.
    zsparal committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    1b13f8b View commit details
    Browse the repository at this point in the history
  3. Fixed type indicators in Unlocked/Critical items

    The item types were incorrectly compared against strings instead of the appropriate enum variants.
    zsparal committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    6838571 View commit details
    Browse the repository at this point in the history