-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #56
Open
Tamkien
wants to merge
30
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial commit of login layouts
Feature/login
pull_request/add-bottom-navigation
Disabled Dark mode, Auto-rotate & Split screen.
Revert "Disabled Dark mode, Auto-rotate & Split screen."
* Disabled Dark mode, Auto-rotate & Split screen. * Update themes.xml Co-authored-by: Hoàng Duy Minh <[email protected]>
* Added layout using RecycleView for ProfileFragment. * Fixed overlapped RecycleView.
Fixed #22 issue
* Fixed #22 issue. * Somehow the codes are duplicated. Fixed. * Changed main color to #ee1b24
* Fixed #22 issue. * Somehow the codes are duplicated. Fixed. * Changed main color to #ee1b24 * Removed rcvProfileMenu's margins except marginTop. * Edited Exit dialog's button labels. * Translated into Vietnamese
* Fixed #22 issue. * Somehow the codes are duplicated. Fixed. * Changed main color to #ee1b24 * Removed rcvProfileMenu's margins except marginTop. * Edited Exit dialog's button labels. * Translated into Vietnamese * Fixed typos
* Change application name * Add authentication validation * Modify login screen * Add Customer model * Add user authentication * Refactor project structure * Add FirestoreInstance
* Change application name * Add authentication validation * Modify login screen * Add Customer model * Add user authentication * Refactor project structure * Add FirestoreInstance * Refactor FirestoreInstance
* Change application name * Add authentication validation * Modify login screen * Add Customer model * Add user authentication * Refactor project structure * Add FirestoreInstance * Refactor FirestoreInstance * Add loading dialog * Edit Sign In behavior * Edit login text * Add theme for authentication EditText * Fix get login status * Edit build.gradle * Add toString for Customer * Edit login activity screen * Implement login via Firebase * Dismiss login loading dialog * Keep screen on when loading Co-authored-by: Hoàng Duy Minh <[email protected]> Co-authored-by: Hoàng Duy Minh <[email protected]>
* Fixed wrong proxy setting. * get-product * anhntl-product * anhntl-product * anhntl * anhntl * optimize layout product * add search bar * Edit Product fragment * add categories to fragment product * optimized product fragment * Add on click listener for products * Add on click listener for products * implemented category fragment * edit ViewByCategoryActivity.kt * edit ViewByCategoryActivity.kt * anhntl * anhntl-search * implement View by Category * implemented ProductAdapterListener * anhntl-sort * anhntl-sort * add selector for ViewByCategoryActivity.kt * Rename .java to .kt * add sorter for ViewByCategoryActivity.kt * edit activity_product_details.xml * edit activity_product_details.xml Co-authored-by: binnienguyen <[email protected]>
* Fixed wrong proxy setting. * get-product * anhntl-product * anhntl-product * anhntl * anhntl * optimize layout product * add search bar * Edit Product fragment * add categories to fragment product * optimized product fragment * Add on click listener for products * Add on click listener for products * implemented category fragment * edit ViewByCategoryActivity.kt * edit ViewByCategoryActivity.kt * anhntl * anhntl-search * implement View by Category * implemented ProductAdapterListener * anhntl-sort * anhntl-sort * add selector for ViewByCategoryActivity.kt * Rename .java to .kt * add sorter for ViewByCategoryActivity.kt * edit activity_product_details.xml * edit activity_product_details.xml Co-authored-by: binnienguyen <[email protected]>
* Change application name * Add authentication validation * Modify login screen * Add Customer model * Add user authentication * Refactor project structure * Add FirestoreInstance * Refactor FirestoreInstance * Add loading dialog * Edit Sign In behavior * Edit login text * Add theme for authentication EditText * Fix get login status * Edit build.gradle * Add toString for Customer * Edit login activity screen * Implement login via Firebase * Dismiss login loading dialog * Keep screen on when loading * Add edit profile screen * Edit reset password screen * Edit sign up screen * Add internal storage permissions * Delete redundant classes * Move authentication functions to controller * Add some libraries * Add new Edit profile activity * Edit component ids * Add sign in icon * Refactor login function * Delete model * Refactor user functions * Add recyclerview items event * Load component to view * Rebuild reset password * Replace loading text * Move sign up function to controller * Delete Customer * Fix email validation * Fix screen redirect * Fix UI
* [DucHM12] Add Entity/CartItem.java * [DucHM12] Refactor document to documentID in CartItem.java * [DucHM12] Modified Entity/Cart.java * [DucHM12] Add Entity/Cart.java * Add 4 files for screen layout for feature_cart * Add build.gradle, string.xml, layout_row_cart_item.xml. Modified CartItem.java, Cart.java for screen layout for feature_cart * Add CartView interface, CartViewController to handle fragment changes. Refactor entity Cart, CartItem. Modified CartItemModel and CartAdapter. * Commit feaure_cart branch * Add UserSession to stores UID and current Cart ID * Replace hard coded UID and cartID with ID set by UserSession * Re-commit cart-fragment layout * Delete unused String * Re-commit app * Add UserSession validation check in CartFragment * Make UserSession final * Add addCartItem method * Add initial constructor for CartItem * Add firestore auth and storage depenencies and modifies AndroidManifest.
* [DucHM12] Add Entity/CartItem.java * [DucHM12] Refactor document to documentID in CartItem.java * [DucHM12] Modified Entity/Cart.java * [DucHM12] Add Entity/Cart.java * Add 4 files for screen layout for feature_cart * Add build.gradle, string.xml, layout_row_cart_item.xml. Modified CartItem.java, Cart.java for screen layout for feature_cart * Add CartView interface, CartViewController to handle fragment changes. Refactor entity Cart, CartItem. Modified CartItemModel and CartAdapter. * Commit feaure_cart branch * Add UserSession to stores UID and current Cart ID * Replace hard coded UID and cartID with ID set by UserSession * Re-commit cart-fragment layout * Delete unused String * Re-commit app * Add UserSession validation check in CartFragment * Make UserSession final * Add addCartItem method * Add initial constructor for CartItem * Add firestore auth and storage depenencies and modifies AndroidManifest. * Fix bug cart * Fix fetchCurrentUserCart and addProductToCart * Fix layout elegentNumberButton * Fix layout elegentNumberButton * Make CartAdapter singleton and method to clear cart UI after logout * Re-commit feature_cart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.