This is the Release version 1.0 of the NovaLines Guardian News App.
Changes done in this Release
- Used
ConstrainedWidth
/ConstrainedHeight
to enforceWRAP_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).