Skip to content
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

Develop #9

Merged
merged 8 commits into from
Aug 23, 2023
Merged

Develop #9

merged 8 commits into from
Aug 23, 2023

Commits on Jul 27, 2023

  1. [REFACTOR] Code Structure and Naming Improvements

    - Renamed Provider to SystemFacade and LocalsProvider to LocalSystemFacade.
    - Refactored SystemFacade interface to its own file named SystemFacade.kt.
    - Changed ScreenState to ViewState for better clarity and renamed the composible screen file to a more descriptive name.
    - Moved Hilt providers to their file named Providers within the impl package.
    [ENHANCEMENT] Typography Improvement
    - Added LatoFontFamily through GoogleFonts for consistent typography.
    [UPDATE] Updated Dependencies to Latest Versions
    - Updated Compose UI to version beta03.
    iZakirSheikh committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ff9083d View commit details
    Browse the repository at this point in the history
  2. [UPDATE] Updated Dependencies to Latest Versions

    - Upgraded Kotlin to version 1.9.0.
    - Updated Compose UI to version 1.6.0-alpha02.
    - Bumped Compose Compiler to version 1.5.1.
    iZakirSheikh committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    93a1c01 View commit details
    Browse the repository at this point in the history
  3. [Fix] ChatBot Crash.

    - fixed the issue causing crashes in ChatBot temporarily.
    iZakirSheikh committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cc25659 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. [UPDATE] updated the gradle plugin from 8.1.0 and the targetSDKVersio…

    …n 34 to support Android 14 features and improve app compatibility.
    iZakirSheikh committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    247991d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. [FEAT]: Migrate groovy to kotlin and add secrets

     - Migrate all groovy files to kotlin using the gradle kotlin dsl plugin
     - Add git secrets to prevent committing sensitive data
     - Remove the need for Private.kt by using environment variables
    
    [REFACTOR]: Replaced Private with BuildConfig const
     - Replace every instance of Private with BuildConfig const in the code
     - Use GithubSecrets to manage the values of the const
     - Simplify the process of pushing updates by avoiding hard-coded values
    iZakirSheikh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1772617 View commit details
    Browse the repository at this point in the history
  2. [CHORE]: Remove art folder from project files

      - Delete the art folder that contains non-repo files
      - Reduce the project size and improve performance
      - Avoid unnecessary clutter and confusion
    iZakirSheikh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6084989 View commit details
    Browse the repository at this point in the history
  3. [FEAT] Added GitHub Action to auto deploy app" -m "This commit adds a…

    … GitHub Action workflow that automates the following tasks:
    
    - Build, deploy, and release the app on GitHub and Play Store whenever a push is detected.
    - Create a GitHub tag from the release name.
    - Add secret tokens like IAP_NO_ADS etc. to the environment by GitHub.
    - Generate a release on GitHub with the necessary message, aab, and apk files."
    iZakirSheikh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0d94424 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    994ebde View commit details
    Browse the repository at this point in the history