Skip to content

Releases: kaushiknsanji/NovaLines_TheGuardianNewsApp

NovaLines App 1.0

26 Oct 18:22
85e0ffc
Compare
Choose a tag to compare

This is the Release version 1.0 of the NovaLines Guardian News App.

Changes done in this Release

  • Used ConstrainedWidth/ConstrainedHeight to enforce WRAP_CONTENT constraints for certain Item Views and Dialog Layouts - (commit).
  • "Handling of Null Image links", and "Reading from and Writing Bitmaps to Memory cache" is now taken care by the ImageDownloader AsyncTaskLoader - (commit).
  • Enabled logging for debuggable build types only, through the use of custom Logger which is a wrapper to the android.util.Log - (commit).
  • Changed certain inner classes to static nested classes to prevent memory leaks - (commit).
  • Configured an Activity Alias to launch the NewsActivity - (commit).