Releases: FreshDealApp/FreshDealMobile
Releases · FreshDealApp/FreshDealMobile
beta-3.3.4
What's Changed
- Freshdeal 121 by @emreutkan in #37
- Freshdeal 117 by @emreutkan in #38
- Freshdeal 119 by @emreutkan in #39
- feat: add recommendations feature; implement recommendation slice, th… by @emreutkan in #40
- FRESHDEAL-141 by @emreutkan in #41
- Freshdeal 118 by @emreutkan in #42
- Freshdeal 140 by @emreutkan in #43
Full Changelog: beta-v3.0.2...beta-3.3.4
beta-v3.0.2
What's Changed
- Build/vb2 by @emreutkan in #27
- Gamification test by @emreutkan in #28
- update branch by @emreutkan in #29
- FRESHDEAL87 - Gamification elements template by @emreutkan in #30
- FRESHDEAL-97 by @emreutkan in #31
- FRESHDEAL-99 by @emreutkan in #32
- Bugfix fd 99 by @emreutkan in #33
- FRESHDEAL-101 by @emreutkan in #35
- Bugfix mt 2 by @emreutkan in #36
Full Changelog: beta...beta-v3.0.2
v1.0.0-beta
What's Changed
- update branch by @emreutkan in #10
- FRESHDEAL-33 by @emreutkan in #11
- Switch to feature based directory structure by @emreutkan in #12
- Freshdeal 67 by @emreutkan in #13
- story/FRESHDEAL-73 Part 1 by @emreutkan in #15
- Switch to react navigation by @emreutkan in #16
- Freshdeal 78 by @emreutkan in #17
- update branch by @emreutkan in #18
- update branch FRRESHDEAL-78 by @emreutkan in #19
- story/FRESHDEAL-78 by @emreutkan in #20
- cleanup of api and redux management by @emreutkan in #21
- Story/freshdeal 89 2 by @emreutkan in #23
- Story/cart by @emreutkan in #22
- Story/freshdeal 78 2 by @emreutkan in #24
- Story/freshdeal 73 2 by @emreutkan in #25
- Report purchase by @emreutkan in #26
Full Changelog: alpha...beta
v0.1.0-alpha
Version: v0.1.0-alpha
Release Notes
New Functionalities
-
User Authentication
- Email-based Login: Users can log in using their email and password.
- Phone Number-based Login: Enables login via registered phone numbers.
- User Registration:
- Users can register with their name, phone number, email, and password.
- Input validations are included but not yet comprehensive.
-
Address Management
- Interactive Map Integration:
- Integrated OS-native map for seamless interactivity.
- Users can drag the map to find and select locations.
- Address selection by typing is not yet implemented.
- Location Fetch: Fetches the user's current location using device GPS.
- Reverse Geolocation: Converts latitude and longitude into a readable address.
- Automatically fills in:
- Country
- Region
- City
- Postal Code
- Neighborhood
- Automatically fills in:
- Interactive Map Integration:
-
State Management with Redux
- User State: Manages user actions, including login, logout, and registration.
- Address State: Manages the selection, updates, and storage of addresses.