Skip to content

Releases: FreshDealApp/FreshDealMobile

beta-3.3.4

11 Jun 06:17
a2b508e

Choose a tag to compare

What's Changed

Full Changelog: beta-v3.0.2...beta-3.3.4

beta-v3.0.2

20 Apr 21:03
6631bcc

Choose a tag to compare

What's Changed

Full Changelog: beta...beta-v3.0.2

v1.0.0-beta

27 Jan 07:23
6af26ad

Choose a tag to compare

What's Changed

Full Changelog: alpha...beta

v0.1.0-alpha

14 Dec 14:34
8296005

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

Version: v0.1.0-alpha


Release Notes

New Functionalities

  1. 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.
  2. 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
  3. State Management with Redux

    • User State: Manages user actions, including login, logout, and registration.
    • Address State: Manages the selection, updates, and storage of addresses.