1. 28 Apr, 2018 1 commit
    • Marius Volkhart's avatar
      Change ImagePipelineConfig initialization in Dagger graph · 186f131e
      Marius Volkhart authored
      Rather than creating a new, unsized HashSet, use idiomatic Kotlin to create the set of RequestListeners for the ImagePipelineConfig. Under the hood a SingletonSet will be used which is optimized for the current use case, but if additional Listeners are added, the collections will automatically be sized appropriately. This leads to better memory utilization and reduced CPU usage.
      186f131e
  2. 27 Apr, 2018 17 commits
  3. 26 Apr, 2018 22 commits