-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: kaushiknsanji/StoreApp
base: udacity
head repository: kaushiknsanji/StoreApp
compare: release_v1.0
- 17 commits
- 45 files changed
- 1 contributor
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 92c56ab - Browse repository at this point
Copy the full SHA 92c56abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9a813 - Browse repository at this point
Copy the full SHA fd9a813View commit details
Commits on Nov 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d4b641e - Browse repository at this point
Copy the full SHA d4b641eView commit details -
fix: Discard dialog for unsaved changes to be shown only when there i…
…s an update/change Discard dialog was previously shown even when there was no change in the data. This fix compares the existing state with its updated state in order to show the Discard dialog, only when there is mismatch between the states, to allow the user to save the unsaved changes.
Configuration menu - View commit details
-
Copy full SHA for b460473 - Browse repository at this point
Copy the full SHA b460473View commit details
Commits on Nov 9, 2019
-
fix: Delete Product Images when the Product is deleted from the database
Previously, Product Images were deleted on the deletion of Product from SalesConfig and ProductConfig Screens only. This fix ensures Product Images are deleted on the deletion of Product from the List screens by executing the image deletion process on success of product deletion in the Repository implementation, instead of doing in the Presenter implementation of the respective SalesConfig and ProductConfig screens.
Configuration menu - View commit details
-
Copy full SHA for 0333f83 - Browse repository at this point
Copy the full SHA 0333f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 530d4e8 - Browse repository at this point
Copy the full SHA 530d4e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7ea78 - Browse repository at this point
Copy the full SHA 2b7ea78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f9526e - Browse repository at this point
Copy the full SHA 1f9526eView commit details
Commits on Nov 11, 2019
-
fix: Pressing home/up button or back key on a New Config entry should…
… display the Discard dialog
Configuration menu - View commit details
-
Copy full SHA for e0eef93 - Browse repository at this point
Copy the full SHA e0eef93View commit details -
fix: Use the copy of the Product Attributes list to be able to detect…
… any changes later
Configuration menu - View commit details
-
Copy full SHA for 3508b06 - Browse repository at this point
Copy the full SHA 3508b06View commit details -
fix: Null Pointer when a Contact is being recorded and another Contac…
…t is deleted at the same time
Configuration menu - View commit details
-
Copy full SHA for 8ace8ad - Browse repository at this point
Copy the full SHA 8ace8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for a28a408 - Browse repository at this point
Copy the full SHA a28a408View commit details
Commits on Nov 14, 2019
-
fix: Improper Item decorations when a data item was added, updated or…
… removed from the list
Configuration menu - View commit details
-
Copy full SHA for 47df67d - Browse repository at this point
Copy the full SHA 47df67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f6bcd - Browse repository at this point
Copy the full SHA e8f6bcdView commit details
Commits on Nov 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 769881f - Browse repository at this point
Copy the full SHA 769881fView commit details
Commits on Nov 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d22b6fd - Browse repository at this point
Copy the full SHA d22b6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9e41d - Browse repository at this point
Copy the full SHA 0e9e41dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff udacity...release_v1.0