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

[Release 01-08-2023] : New UI Revamp, Max Storage Limit Handling, Bluetooth permission handling and Other Refactoring #95

Merged
merged 544 commits into from
Aug 2, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 26, 2023

  1. Merge pull request #49 from tw-mosip/disk-full-error

    feat(INJI-42): Handle database / disk full error
    PuBHARGAVI committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d290ee5 View commit details
    Browse the repository at this point in the history
  2. INJI-29 | 31 - iOS automation workflow and Android PR workflow (mosip…

    …#725)
    
    * Test update readme for read access
    
    Signed-off-by: adityankannan-tw <[email protected]>
    
    * iOS workflow added
    
    * iOS slack webhook added
    
    * Add a workflow file to build app for every push
    
    * Add empty debug keystore file to populate it
    
    * Add empty debug keystore file to populate it
    
    * fastlane match file added
    
    * modify api_key duration
    
    * Remove keystore exemption from git ignore
    
    * Check for debug keystore file in app directory
    
    * Give permission for keystore file to access it
    
    * Give permission for keystore file to access it
    
    * Print the env variables for keystore
    
    * Use same password for both store and key and build the app
    
    * Use same password for both and generate in app and build the app
    
    * Print debug keystore path and debug it
    
    * Print debug keystore path and debug it in fastfile
    
    * Export from the current folder and remove sudo
    
    * Generate release keystore and build the app
    
    * Generate release keystore and build the app try 2
    
    * Generate release keystore and build the app try 3
    
    * Add encoded api key
    
    * fastlane match password added
    
    * fastlane match key added
    
    * Match file env modified
    
    * set keystore env for specific tasks and build the app
    
    * set keystore env for specific tasks and build the app try 2
    
    * set keystore env for specific tasks and build the app try 3
    
    * set keystore env for specific tasks and build the app try 4
    
    * set keystore env for specific tasks and build the app try 5
    
    * bumping version
    
    * create a env file to store env variables and build the app
    
    * create a env file in fastlane and load it to build the app
    
    * create a env file in fastlane and load it to build the app try 2
    
    * app id added
    
    * signing identities added
    
    * Pass env from workflow to fastfile and build
    
    * Build app in workflow file only
    
    * Update the version code in build.gradle and build the app
    
    * Update the version code in build.gradle and confirm changes by logging
    
    * Update the version code in build.gradle and confirm changes by logging 2
    
    * Double check the version code changes and build the app
    
    * Add logs to see version code is changes or not
    
    * Add logs to see version code is changes or not try 2
    
    * Add logs to see version code is changes or not try 3
    
    * Add logs to see version code is changes and give execute permission
    
    * Build app without exporting the keystore
    
    * Build app without exporting the keystore and bump version
    
    * Build app by exporting the keystore in a task
    
    * Build the app without fastlane
    
    * unlock keychain key added
    
    * fastfile changes
    
    * config modified
    
    * xcode proj config added
    
    * xcode proj config added
    
    * fastfile config added
    
    * fastfile config added
    
    * modified cert
    
    * Fastfile config added
    
    * updated key to test workflow
    
    * Fastfile config updated
    
    * changed to manual match of provisioning profile
    
    * Check for git tag
    
    * Check for git tag and echo it
    
    * Check for git tag using try catch
    
    * Check for git tag and print it
    
    * Add a tag and try to print it
    
    * Add a tag and try to run the task
    
    * Add a tag and try to run the task try 2
    
    * Change keystore path and build the app
    
    * Change keystore path in build.gradle and build the app
    
    * fastfile configured
    
    * match modified
    
    * match modified
    
    * Clean up the code base
    
    * Clean up the code base
    
    * Clean up the code base and give permission
    
    * testers added
    
    * Internal testers group
    
    * Trigger on workflow push
    
    * fastfile changes for testers
    
    * fastfile changes for testers
    
    * fastfile changes for testers
    
    * fastfile changes for testers
    
    * fastfile changes for testers
    
    * Add a PR trigger for ci-publish
    
    * Add a env for keystore job
    
    * Added actual env for testers
    
    * Add a env for keystore job and export job
    
    * Adjust env variables for jobs
    
    * Make env as global
    
    * Refactor the code base and clear files
    
    * [Dhivya|Adityan] feat(#INJI-29|31)[Android][iOS] PR trigger and automate build using fastlane and push iOS build to test flight
    
    * [Dhivya|Adityan] refactor(#INJI-29|31)[Android][iOS] Change the backend url and add comments and rename apk output
    
    * [Dhivya|Adityan] refactor(#INJI-29|31)[Android][iOS] Change the workflow name
    
    ---------
    
    Signed-off-by: adityankannan-tw <[email protected]>
    Co-authored-by: MOSIP <[email protected]>
    Co-authored-by: Adityan Kannan <[email protected]>
    Co-authored-by: Dhivya <[email protected]>
    4 people committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ca334b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0431b3b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. INJI-29 Modified from self-hosted to mac-runner (mosip#728)

    * Update android-custom-build.yml
    
    * Test update readme for read access
    
    Signed-off-by: adityankannan-tw <[email protected]>
    
    * iOS workflow added
    
    * iOS slack webhook added
    
    * Add a workflow file to build app for every push
    
    * Add empty debug keystore file to populate it
    
    * Add empty debug keystore file to populate it
    
    * fastlane match file added
    
    * modify api_key duration
    
    * Remove keystore exemption from git ignore
    
    * Check for debug keystore file in app directory
    
    * Give permission for keystore file to access it
    
    * Give permission for keystore file to access it
    
    * Print the env variables for keystore
    
    * Use same password for both store and key and build the app
    
    * Use same password for both and generate in app and build the app
    
    * Print debug keystore path and debug it
    
    * Print debug keystore path and debug it in fastfile
    
    * Export from the current folder and remove sudo
    
    * Generate release keystore and build the app
    
    * Generate release keystore and build the app try 2
    
    * Generate release keystore and build the app try 3
    
    * Add encoded api key
    
    * fastlane match password added
    
    * fastlane match key added
    
    * Match file env modified
    
    * set keystore env for specific tasks and build the app
    
    * set keystore env for specific tasks and build the app try 2
    
    * set keystore env for specific tasks and build the app try 3
    
    * set keystore env for specific tasks and build the app try 4
    
    * set keystore env for specific tasks and build the app try 5
    
    * bumping version
    
    * create a env file to store env variables and build the app
    
    * create a env file in fastlane and load it to build the app
    
    * create a env file in fastlane and load it to build the app try 2
    
    * app id added
    
    * signing identities added
    
    * Pass env from workflow to fastfile and build
    
    * Build app in workflow file only
    
    * Update the version code in build.gradle and build the app
    
    * Update the version code in build.gradle and confirm changes by logging
    
    * Update the version code in build.gradle and confirm changes by logging 2
    
    * Double check the version code changes and build the app
    
    * Add logs to see version code is changes or not
    
    * Add logs to see version code is changes or not try 2
    
    * Add logs to see version code is changes or not try 3
    
    * Add logs to see version code is changes and give execute permission
    
    * Build app without exporting the keystore
    
    * Build app without exporting the keystore and bump version
    
    * Build app by exporting the keystore in a task
    
    * Build the app without fastlane
    
    * unlock keychain key added
    
    * fastfile changes
    
    * config modified
    
    * xcode proj config added
    
    * xcode proj config added
    
    * fastfile config added
    
    * fastfile config added
    
    * modified cert
    
    * Fastfile config added
    
    * updated key to test workflow
    
    * Fastfile config updated
    
    * changed to manual match of provisioning profile
    
    * Check for git tag
    
    * Check for git tag and echo it
    
    * Check for git tag using try catch
    
    * Check for git tag and print it
    
    * Add a tag and try to print it
    
    * Add a tag and try to run the task
    
    * Add a tag and try to run the task try 2
    
    * Change keystore path and build the app
    
    * Change keystore path in build.gradle and build the app
    
    * fastfile configured
    
    * match modified
    
    * match modified
    
    * Clean up the code base
    
    * Clean up the code base
    
    * Clean up the code base and give permission
    
    * testers added
    
    * Internal testers group
    
    * Trigger on workflow push
    
    * fastfile changes for testers
    
    * fastfile changes for testers
    
    * fastfile changes for testers
    
    * fastfile changes for testers
    
    * fastfile changes for testers
    
    * Add a PR trigger for ci-publish
    
    * Add a env for keystore job
    
    * Added actual env for testers
    
    * Add a env for keystore job and export job
    
    * Adjust env variables for jobs
    
    * Make env as global
    
    * Refactor the code base and clear files
    
    * [Dhivya|Adityan] feat(#INJI-29|31)[Android][iOS] PR trigger and automate build using fastlane and push iOS build to test flight
    
    * [Dhivya|Adityan] refactor(#INJI-29|31)[Android][iOS] Change the backend url and add comments and rename apk output
    
    * [Dhivya|Adityan] refactor(#INJI-29|31)[Android][iOS] Change the workflow name
    
    * configure macos runner
    
    * modify command for fastlane
    
    ---------
    
    Signed-off-by: adityankannan-tw <[email protected]>
    Co-authored-by: Keshav Mishra <[email protected]>
    Co-authored-by: Monobikash Das <[email protected]>
    Co-authored-by: adityankannan-tw <[email protected]>
    Co-authored-by: MOSIP <[email protected]>
    Co-authored-by: Adityan Kannan <[email protected]>
    Co-authored-by: adityankannan-tw <[email protected]>
    7 people committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b35bfbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ee365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fdedb5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    c014974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9637fc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6498a6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be72719 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45a869b View commit details
    Browse the repository at this point in the history
  6. Merge pull request mosip#731 from tw-mosip/internal-release-30-05-23

    [Release 30-05-2023] UI improvements, device specific issue fixes, permissions enhancements & Storage Optimisation
    ravikp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    09cc6a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd7e3f0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request mosip#732 from tw-mosip/fix-ios-build

    INJI-29 iOS build fixes to build from the command line.
    ravikp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f9ffced View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    8be0f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cd15c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4871367 View commit details
    Browse the repository at this point in the history
  4. Merge pull request mosip#734 from tw-mosip/ci-appstore-group-testers

    Add iOS test flight testing groups in the github workflow
    ravikp committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c57f53d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    f75eb10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea73f05 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    97c5d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ba3283 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    1a3e39b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09bce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c81878a View commit details
    Browse the repository at this point in the history
  4. refactor(#INJI-131): [Kiruthika] removed unused vclabel controller fu…

    …nction and interpolation vcLabel passed for translation
    
    Issue Link: https://mosip.atlassian.net/browse/INJI-131
    kiruthika-tw authored and KiruthikaJeyashankar committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c25acb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f7312a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac7da90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #55 from tw-mosip/env-agnostic-implementation

    feat(INJI-94): [Vijay] Environment Agnostics Basic Implementation
    vijay151096 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    10a08a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6f9f1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e4b604 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Inji-118 - [Dhivya] Fix for app store connect issues (#54)

    * fix(#118): fix for app store connect issue
    
    * fix:(#118) fix for app store connect issue
    
    * fix(#118): formatted plist
    dhivya0413 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9ccb6e0 View commit details
    Browse the repository at this point in the history
  2. fix - INJI-120 - [Android] changed the version name format (mosip#742)

    * fix(#INJI-120) [Android] changed the version name format
    
    * fix(#INJI-120) [Android] changed the version name to fix windows error
    adityankannan-tw committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ac8edd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bab565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d826d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55b8942 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf6c1ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2863a0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5bdcbf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3149876 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e27f4b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    be2faf8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from tw-mosip/translate-missing-labels

    feat(#INJI-131): add translations for labels
    
    The translations include the missed labels - Card, Verifier, Wallet, Bluetooth, Selfie
    
    Issue Link: https://mosip.atlassian.net/browse/INJI-131
    KiruthikaJeyashankar committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4f180a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de49a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1ed311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3929501 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bd88ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    623feec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5205bc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Merge pull request #57 from tw-mosip/inji-136-rename-inji

    Inji-136: [Dhivya] Rename app to inji
    vijay151096 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    05ac366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b07661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70b8377 View commit details
    Browse the repository at this point in the history
  4. feat(INJI-106): bump up targetSDKverion to 31 for incorporating chang…

    …es related to nearby permissions introduced in API level 31
    Alka1703 authored and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    bd7583b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    575dd36 View commit details
    Browse the repository at this point in the history
  6. feat(INJI-106): add new state in scan and verify state machine

    1. Check and request for nearby devices permission in both scan and verify state machine
    2. Seperation of state for checking and requesting of bluetooth state and permission in scan state machine
    
    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f6f4ae0 View commit details
    Browse the repository at this point in the history
  7. feat(INJI-106): add nearby devices permission error message on UI

    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b67d473 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4dd7449 View commit details
    Browse the repository at this point in the history
  9. feat(INJI-106): add missing labels related to permission error and re…

    …factored some variable names
    
    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    7d4af6b View commit details
    Browse the repository at this point in the history
  10. feat(INJI-106): add gaurd conditions to restrict multiple blutooth en…

    …able request popup once denied
    
    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    fd6bf1c View commit details
    Browse the repository at this point in the history
  11. feat(INJI-106): add bluetooth state handling on verifier side

    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3bd191c View commit details
    Browse the repository at this point in the history
  12. refactor(INJI-106): add another state for rechecking of bluetooth sta…

    …te instead of gaurd condition to prevent multiple pop-ups
    
    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f7ce0cb View commit details
    Browse the repository at this point in the history
  13. feat(INJI-106): add condition to display bluetooth state msg only aft…

    …er nearby permission is given
    
    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    784d55d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13ac909 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    44ac23e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4fc6b23 View commit details
    Browse the repository at this point in the history
  17. fix(INJI-106): add missiong gaurd condition to restrict checking loca…

    …tion permission for ios and android API level < 31
    
    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2dfce12 View commit details
    Browse the repository at this point in the history
  18. fix(INJI-106): add gaurd conditions for iOS state transition from blu…

    …etooth permission to bluetooth state
    
    Co-authored-by: Harsh Vardhan <[email protected]>
    Alka1703 and vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0f22bbd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f176ede View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f412bf2 View commit details
    Browse the repository at this point in the history
  21. setup language

    srikanth716 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    cb5dd79 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8e2f519 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    daaf34e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eb5f203 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #59 from tw-mosip/rename-fix

    INJI-136: [Dhivya] Fixed target rename in podfile
    vijay151096 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    427f641 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d522f13 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d4cfa03 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #60 from tw-mosip/inji-106-fix

    feat(INJI-106): run multiple-renders to check for permissions
    tilak-puli committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b63f9a6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fb2a01b View commit details
    Browse the repository at this point in the history
  30. [#84] Remove Google Nearby code and state machine from INJI

    [#84] Remove Google Nearby code and state machine from INJI
    tilak-puli committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9347a7b View commit details
    Browse the repository at this point in the history
  31. Merge remote-tracking branch 'tw-mosip/develop' into internal-release…

    …-13-06-2023
    
     Conflicts:
    	.github/workflows/android-custom-build.yml
    	ios/fastlane/Fastfile
    vharsh committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    51a8336 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    1c6a1fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6985326 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mosip#744 from tw-mosip/internal-release-13-06-2023

    [Internal release 13-06-2023] Feature enhancements, permissions, API updates; refactors and other changes
    MonobikashDas committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    26509b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d465484 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53d8c61 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    9495713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27cecfb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64 from tw-mosip/e-signet-login-issue

    E-signet Login failure
    tilak-puli committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f726bff View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge pull request #62 from mosip/develop

    Sync changes back to tw-mosip org
    vharsh committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    111a6e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    5b2d23e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from tw-mosip/update-app-logo

    feat(INJI-134): Update the app logo with new logo
    PuBHARGAVI committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cb125a2 View commit details
    Browse the repository at this point in the history
  3. added spa.json

    Signed-off-by: Keshav Mishra <[email protected]>
    ckm007 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e2989d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge pull request mosip#746 from tw-mosip/develop

    esignet login fix
    MonobikashDas committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    98c4d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e7636d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    cb78195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3bb7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49da6fa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    93db9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffdb952 View commit details
    Browse the repository at this point in the history
  3. Change from debug build to release build (mosip#748)

    * Change from debug build to release build
    
    * Call the verify lane directly from workflow
    adityankannan-tw committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    37105e7 View commit details
    Browse the repository at this point in the history
  4. revert(INJI-151): handle database / disk full error

    The app will show error popup when the device's remaining storage is less than or equal to 20MB, hence reverting this
    
    Issue Link https://mosip.atlassian.net/browse/INJI-151
    KiruthikaJeyashankar committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    cd4bedf View commit details
    Browse the repository at this point in the history
  5. feat(INJI-151): [Kiruthika] modify condition to check if isMaximumSto…

    …rageLimitReached - remaining device storage less than or equal to 20MB
    
    Issue Link https://mosip.atlassian.net/browse/INJI-151
    KiruthikaJeyashankar committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d6a535e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec3e7ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10dfa1f View commit details
    Browse the repository at this point in the history
  8. Merge pull request mosip#749 from tw-mosip/lint-error

    Make lint not to check in release builds
    MonobikashDas committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ba9d01e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    96f7954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec5bb94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e2e3e7 View commit details
    Browse the repository at this point in the history
  4. Fixed eng.json file

    Anil-kumar-Majji committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    66650f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c025d86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    313f155 View commit details
    Browse the repository at this point in the history
  7. feat:setup language

    srikanth716 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    39ca1a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    5ea503a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb8687 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba08d35 View commit details
    Browse the repository at this point in the history
  4. refator(INJI-151): [Kiruthika|Bhargavi] add checkStorage as intial st…

    …ate for the addVc state of MyVcsTabMachine
    
    Issue Link https://mosip.atlassian.net/browse/INJI-151
    PuBHARGAVI committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fad6300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15d8b6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acc3a91 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    ca7d9ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d4ad5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d26480f View commit details
    Browse the repository at this point in the history
  4. INJI-31 - [Android] Added a workflow to publish to play store (mosip…

    …#747)
    
    * feat(#INJI-31) [Android] Added a workflow to publish to play store and update readme
    
    * Enable proguard and shrink resources
    
    * added spa.json
    
    Signed-off-by: Keshav Mishra <[email protected]>
    
    * Refactor the code and update readme
    
    * Remove spanish locale file to avoid conflict
    
    * Update Fastfile with ENV variables
    
    ---------
    
    Signed-off-by: Keshav Mishra <[email protected]>
    Signed-off-by: adityankannan-tw <[email protected]>
    Co-authored-by: Keshav Mishra <[email protected]>
    adityankannan-tw and ckm007 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0879cdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b2b0be View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge pull request #65 from tw-mosip/max-storage-limit-warning

    feat(INJI-151): display error popup when maximum storage limit (20MB) is reached
    
    Issue Link https://mosip.atlassian.net/browse/INJI-151
    KiruthikaJeyashankar committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2d26f3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341fb8f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    403cb76 View commit details
    Browse the repository at this point in the history
  2. Fixed Locals

    Anil-kumar-Majji committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    82122b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce1927 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    162eab0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    8413c7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66b36a5 View commit details
    Browse the repository at this point in the history
  3. [Release 03-07-2023] New UI Revamp and Max Storage Limit Handling

    Vijay authored and Vijay committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    611cb31 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #68 from tw-mosip/reason-for-sharing-vc

    Reason for sharing vc
    Alka1703 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    78ed16d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. fix(INJI-187) : [Vijay|Alka] Fixed Purple Theme Related Bugs and Dupl…

    …icate Permission popup issue.
    Vijay authored and Vijay committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    191091f View commit details
    Browse the repository at this point in the history
  2. fix(INJI-187) : [Vijay] fix about inji documentation page redirection

    Vijay authored and Vijay committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    efe9a42 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    a73b271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b55f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb0b96a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ebfd29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    883d061 View commit details
    Browse the repository at this point in the history
  6. feat(INJI-172): display error popup to restrict vc share when audit e…

    …ntry is not possible
    
    audit entry cannot be made when the device remaining storage has reached the minimumStorageRequiredForAuditEntryInMB
    
    Issue Link https://mosip.atlassian.net/browse/INJI-172
    KiruthikaJeyashankar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    95d70c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08fe4ce View commit details
    Browse the repository at this point in the history
  8. Merge pull request #69 from Anil-kumar-Majji/internal-release-03-07-23

    [Internal-release-03-07-23] - Literals changes are done along with other missing texts in locals.
    vijay151096 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0f1655e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ea8762 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    539bf23 View commit details
    Browse the repository at this point in the history
  11. removing logger

    srikanth716 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7d4432d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #70 from srikanth716/ui-revamp

    [Internal-release-03-07-23] - Fixed VC Sharing and VC Item Related Issues
    vijay151096 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4f2908c View commit details
    Browse the repository at this point in the history
  13. fix(INJI-187) : [Vijay] fix welcome screen auth issue, hide the inji …

    …tour guide option and fix the tuvali version in about inji
    Vijay authored and Vijay committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9b4ac9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68ae10e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. fix(INJI-187) : [Vijay] add missing literals in hindi

    Vijay authored and Vijay committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b510c74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mosip#756 from tw-mosip/internal-release-03-07-23

     [Release 03-07-2023] New UI Revamp and Max Storage Limit Handling
    MonobikashDas committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    453d8a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cda0759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1a72e3 View commit details
    Browse the repository at this point in the history
  5. refator(INJI-172): [Kiruthika] rename translation path of storage lim…

    …it reached error shown while adding / receiving VC
    
    Issue Link https://mosip.atlassian.net/browse/INJI-172
    KiruthikaJeyashankar committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    972a00a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #72 from mosip/develop

    [Release 03-07-2023] Reverse Merge
    vijay151096 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9b10d25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa6b43f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    7bb6b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9638be4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bae87f View commit details
    Browse the repository at this point in the history
  4. fix:logout crash

    srikanth716 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    cbcc4f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dee07e View commit details
    Browse the repository at this point in the history
  6. feat(mosip#162): [Tilak|Pooja] Create Short UUID using npm lib and d…

    …isplay it in about page
    tilak-puli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6af720a View commit details
    Browse the repository at this point in the history
  7. [Release 03-07-2023]fix:app crash on logout and remove checkbox and k…

    …ebab on vc while sharing
    srikanth716 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    65837ff View commit details
    Browse the repository at this point in the history
  8. feat(mosip#162): [Tilak|Pooja] Update app id ux and use alphanum_upp…

    …er of length 12 for uuid
    tilak-puli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ea685ab View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    a124f83 View commit details
    Browse the repository at this point in the history
  2. feat(mosip#162): [Tilak|Pooja] Update app id when settings context i…

    …s present in db but not app id
    tilak-puli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    c846329 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    429d25f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7692a07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3397d27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    830e92b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75 from srikanth716/ui-revamp

    Issues Fixed : 
    1. App crash on logout.
    2. Hiding the kebab menu in VC Sharing Screen, while sharing vc.
    3. Fixing the Environment Credential Registry Multiple Clicks Issue.
    vijay151096 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    582178f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. fix(INJI-206): [Vijay] fix mmkv storage issue, environment url change…

    … persistance and literal change
    Vijay authored and Vijay committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    55dbd24 View commit details
    Browse the repository at this point in the history
  2. fix(INJI-206): [Vijay] add comment on the getFileName method

    Vijay authored and Vijay committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4a1e72e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #78 from tw-mosip/new-ui-merge-issues

    fix(INJI-206): [Vijay] fix mmkv storage issue, environment url change persistance and literal change
    
    Issues Fixed :
    
    INJI-139 - persist environment url changes
    INJI-206 - VC Storage Issue between MMKV & RNFS
    vijay151096 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7a81507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b97ccd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5ea169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d5bc49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4453e07 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #79 from Anil-kumar-Majji/ui-revamp-release

    Adjusted splash-screen & updated locals
    vijay151096 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e33f683 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    387d773 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d145b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f9c408 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ac81cb View commit details
    Browse the repository at this point in the history
  13. fix(INJI-206): [Vijay] remove vc from RNFS when vc metadata is remove…

    …d from MMKV
    Vijay authored and Vijay committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f6faa11 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    594554d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    789c530 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    ea60ef0 View commit details
    Browse the repository at this point in the history
  2. fix(INJI-172): [Kiruthika] show storage limit popup on minimum storag…

    …e limit reached criteria when bluetooth is off
    
    Issue Link https://mosip.atlassian.net/browse/INJI-172
    KiruthikaJeyashankar committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    427f2cd View commit details
    Browse the repository at this point in the history
  3. Test check

    adityankannan-tw committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a70d624 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee0842a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2b7f9d View commit details
    Browse the repository at this point in the history
  6. Revert Test Check

    adityankannan-tw committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f806f23 View commit details
    Browse the repository at this point in the history
  7. fix(INJI-212): [Vijay] fix qrlogin success popup redirection to histo…

    …ry issue and vc sharing in progress screen issue
    Vijay authored and Vijay committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1b247c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e108e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b9f9d5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #81 from tw-mosip/vc-sharing-ui-issues

    fix(INJI-212): [Vijay] fix qr-login success popup redirection to history issue and vc sharing in progress screen issue
    
    INJI-212 - After VC sharing, app page is still stuck in 'In progress'
    INJI-209 - QR/ Esignet login in INJI app is failing
    vijay151096 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2f11fbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14a063f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b0db30 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6010dda View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    737279b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    f0c3c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc3e4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3355a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c51031 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    205ac1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6631b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #82 from srikanth716/ui-revamp

    [Release 03-07-2023]fix:A constant timeout message appears when sharing
    vijay151096 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    21ab646 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. feat(INJI-172): Merge pull request #73 from tw-mosip/restrict-vc-shar…

    …e-on-no-eudit-entry
    
    Restrict vc share when the minimum storage limit to make an audit entry (minStorageRequiredForAuditEntry) is exhausted
    
    Issue Link: https://mosip.atlassian.net/browse/INJI-172
    KiruthikaJeyashankar committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    374a484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4184c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119be83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d15c61 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    cfbe1cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a9c9c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e44240 View commit details
    Browse the repository at this point in the history
  4. feat(#INJI-178) [Adityan] calculate and store encrypted HMAC hash of …

    …vc's metadata in database and fix
    adityankannan-tw committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c963e34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cbeb06 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    d972e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d3428 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84 from tw-mosip/beta-release

    feat(#INJI-173) [Adityan] Added a beta release workflow when tagged
    vijay151096 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8bbd6b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25c14c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38cd140 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #71 from tw-mosip/back-button-reset-QR

    fix back button on incoming VC page to show QR when back button clicked
    KiruthikaJeyashankar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f3629cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b2b306 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16dbb19 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #74 from tw-mosip/handle-deactivated-card-message

    fix(INJI-92): show proper UI messages for deactivated UIN and VID
    PuBHARGAVI committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3975d69 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #83 from tw-mosip/add-appid

    [Inji#162] Add appid
    vijay151096 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    67bea65 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #80 from tw-mosip/HMAC-calculation

    feat(INJI-178): calculating HMAC and storing the Encrypted HMAC in the Database.
    
    Issue Link: https://mosip.atlassian.net/browse/INJI-178
    KiruthikaJeyashankar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d677c41 View commit details
    Browse the repository at this point in the history
  12. feat(INJI-149): add a popup when keychain fails to get password

    Reason: when keychain.getGenericPassword errors due to a false/falsy response,
      the state machine goes ahead and clears the MMKV store and the VC
      directory as without the key the encrypted data is not meaningful,
      it may so happen that the keychain/keystore is not unlocked yet as
      most modern mobile OSes can choose to lock access to it when the phone
      is locked
    
    Fix: earlier the state machine would go and clear the datastores without
      user intervention, this fix will give the user a prompt if encrypted
      VCs exist on app-data and allow user to try reading the keychain once
      again before silently deleting everything
    
    Co-authored-by: KiruthikaJeyashankar <[email protected]>
    Co-authored-by: Alka <[email protected]>
    3 people committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    999d6a1 View commit details
    Browse the repository at this point in the history
  13. feat(INJI-149): add DualMessageOverlay component

    details about the component:
    
    - has two buttons tryAgain & cancel each occupying half the space in the
      row
    - kludge: uses similar styling for both themes
        - TODO: override the width styles in-place instead
    - this component should not be used for production as this is strictly
      temporary for narrowing down in on bugs
    
    Other changes:
    
    - removed additional button from original MessageOverlay component
    vharsh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4ae912c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88253f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    becec36 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5f5220a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7a03aca View commit details
    Browse the repository at this point in the history
  18. chore: add check for Verifiable document store init

    other changes:
    - add Podfile.lock
    - remove debug logs
    vharsh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ced7fef View commit details
    Browse the repository at this point in the history
  19. Merge pull request #67 from tw-mosip/show-popup

    feat(INJI-149): show popup on keychain read-error
    vharsh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    81f5b34 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    34bcf92 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6d676a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a45d0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4adad28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d26e696 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd7b503 View commit details
    Browse the repository at this point in the history
  5. Merge pull request mosip#760 from tw-mosip/internal-release-18-07-2023

    [Release 18-07-2023] Sprint 6 release
    vijay151096 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8674bb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    053aaf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7186361 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mosip#762 from tw-mosip/internal-release-26-07-2023

    Bump up tuvali version
    vijay151096 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c143270 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. [Release 03-07-2023] : New UI Revamp, Max Storage Limit Handling, Blu…

    …etooth permission handling and Other Refactoring
    Vijay authored and Vijay committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bfeb8da View commit details
    Browse the repository at this point in the history
  2. [Vijay] remove duplicate regex key

    Vijay authored and Vijay committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    cc870cf View commit details
    Browse the repository at this point in the history
  3. fix(INJI-211,INJI-225,INJI-223) : [Pooja|Bhargavi] Sprint 6 Merge Iss…

    …ue Fixes
    Vijay authored and Vijay committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8d5f014 View commit details
    Browse the repository at this point in the history