Releases: kaushiknsanji/StoreApp
Releases · kaushiknsanji/StoreApp
StoreApp 1.0
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 enforceWRAP_CONTENT
constraints on Views andMaxLines
onTextViews
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).