Skip to content

StoreApp 1.0

Latest
Compare
Choose a tag to compare
@kaushiknsanji kaushiknsanji released this 16 Nov 06:23
· 1 commit to release_v1.0 since this release
d22b6fd

This is the Release version 1.0 of the StoreApp. This release fixes several bugs and adds some UI corrections/optimizations.

Changes done in this Release

  • Used ConstrainedWidth to enforce WRAP_CONTENT constraints on Views and MaxLines on TextViews to optimize the UI - (commit) and (commit).
  • Saving Product Images to the database and file storage, only when there is an update/change - (commit).
  • Displaying unsaved changes dialog only when there is an update/change - (commit).
  • Deleting Product Images when the Product is deleted from the database, either from the Product/Sales Configuration screens and the Product/Sales List screens - (commit).
  • Releasing orientation lock when a dialog is canceled on touch from outside - (commit).
  • Enabled logging for debuggable build types only, through the use of custom Logger which is a wrapper to the android.util.Log - (commit).
  • Pressing home/up button or back key on an unsaved New Config entry, displays the unsaved changes dialog - (commit).
  • Using Product Attributes copy for detecting any changes later in the Product configuration - (commit).
  • Null Pointer check when a Supplier Contact is deleted while another Supplier Contact is being validated and recorded - (commit).
  • Passing 0 as the required quantity to procure when no quantity is provided while procuring by Email - (commit).
  • Invalidating/reloading Item decorations when new data item is added/updated/removed in the Product/Supplier/Sales lists - (commit).
  • Configured an Activity Alias to launch the MainActivity - (commit).