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

Network Layer and Models Refactoring (v5) #273

Merged
merged 125 commits into from
Mar 6, 2024

Commits on Feb 8, 2024

  1. Draft Client and URL requests implementation was added

    Andrei Solovev committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f7ad7d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40fddbb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Added properties to Capability and Payment Method.Added Banks to Capa…

    …bility.PaymentMethod
    Andrei Solovev committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0ae8d64 View commit details
    Browse the repository at this point in the history
  2. Added Token model

    Andrei Solovev committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    af562f4 View commit details
    Browse the repository at this point in the history
  3. Refactor CountryInfo model and moved current country to OmiseSDK as a…

    … shared storage
    Andrei Solovev committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    253f854 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Implement observeChargeStatusUntilChange(tokenID: String)

    Andrei Solovev committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    0e16e60 View commit details
    Browse the repository at this point in the history
  2. Implement createToken API request

    Andrei Solovev committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f64cb97 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. PaymentPayload was added

    Andrei Solovev committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    05a0246 View commit details
    Browse the repository at this point in the history
  2. Refactor NetworkService and SourcePayments

    Andrei Solovev committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    dcef2bf View commit details
    Browse the repository at this point in the history
  3. Prepared new Source for Unit Testing

    Andrei Solovev committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    c10a74d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d97e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    49f114a View commit details
    Browse the repository at this point in the history
  2. Adding comments to Source Type

    Andrei Solovev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c5f6678 View commit details
    Browse the repository at this point in the history
  3. Namespece refactoring. Add unit tests for decoding Source

    Andrei Solovev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    efc3b70 View commit details
    Browse the repository at this point in the history
  4. Add comments to Source payloads

    Andrei Solovev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    45a68ec View commit details
    Browse the repository at this point in the history
  5. Add DuitNowOBW source payment payload and unit tests

    Andrei Solovev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e419bc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Add Source json decoder and unit tests for Installment, Truemoney, Mo…

    …bile Banking and Internet Banking
    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    40d1ccc View commit details
    Browse the repository at this point in the history
  2. Add econtext decode from Json and unit tests

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c8e9d10 View commit details
    Browse the repository at this point in the history
  3. Add unit tests for Source.Payment JSON encoding / decoding

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ccce357 View commit details
    Browse the repository at this point in the history
  4. Refactor namespaces and update unit tests

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    525d9f2 View commit details
    Browse the repository at this point in the history
  5. Clean tests. Added Client unit tests

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ebc6593 View commit details
    Browse the repository at this point in the history
  6. Capability tests added

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e59f348 View commit details
    Browse the repository at this point in the history
  7. Remove old Data Layer and replaced with new one

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9867b31 View commit details
    Browse the repository at this point in the history
  8. Integrated new Data Model into Example App

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3e58aac View commit details
    Browse the repository at this point in the history
  9. Refactor Source.Payload namings

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3b19791 View commit details
    Browse the repository at this point in the history
  10. Rearrange Project tree

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1d286f0 View commit details
    Browse the repository at this point in the history
  11. Cleanup warnings

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f8e3240 View commit details
    Browse the repository at this point in the history
  12. Cleanup warnings

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    76b2193 View commit details
    Browse the repository at this point in the history
  13. Github action checkou@v2 was changed to checkout@v3

    Andrei Solovev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    350df34 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Project tree rearrangements

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    be6cf00 View commit details
    Browse the repository at this point in the history
  2. Fix Custom Credit Card payment request

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4a8a4fb View commit details
    Browse the repository at this point in the history
  3. Remove deprecated test cases

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6b1fc4d View commit details
    Browse the repository at this point in the history
  4. Naming refactoring

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    be43614 View commit details
    Browse the repository at this point in the history
  5. Cleanup old code

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a2d769b View commit details
    Browse the repository at this point in the history
  6. Update unit tests

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4895c3e View commit details
    Browse the repository at this point in the history
  7. Naming refactoring

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f626965 View commit details
    Browse the repository at this point in the history
  8. Update refactored names in unit tests

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f695dc1 View commit details
    Browse the repository at this point in the history
  9. Create convenient static initializers to make Source payment code mor…

    …e clean
    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e08e502 View commit details
    Browse the repository at this point in the history
  10. Refactor JSON codable code

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    10d3d9d View commit details
    Browse the repository at this point in the history
  11. Roll back CountryInfo and SourceTypeValue type names to make PR more …

    …clean
    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fbcdb3d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f20509 View commit details
    Browse the repository at this point in the history
  13. Refactored Card and move Address fields to use Address model

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0ec529c View commit details
    Browse the repository at this point in the history
  14. Cleanup unit tests

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c324148 View commit details
    Browse the repository at this point in the history
  15. Clean up namings

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2d3c324 View commit details
    Browse the repository at this point in the history
  16. Add comments to Installments

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c90fb90 View commit details
    Browse the repository at this point in the history
  17. Update Readme

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    502df21 View commit details
    Browse the repository at this point in the history
  18. Readme updated

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    91e9b37 View commit details
    Browse the repository at this point in the history
  19. Update readme and Playground examples

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ced3ba7 View commit details
    Browse the repository at this point in the history
  20. Fix Sonarcloud warnings

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    34ebee0 View commit details
    Browse the repository at this point in the history
  21. Update unit test

    Andrei Solovev committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b25b21c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update ExampleApp for COnfiguration changes

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b877399 View commit details
    Browse the repository at this point in the history
  2. Move SourceType extensions to separate files

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    258e5fd View commit details
    Browse the repository at this point in the history
  3. Move OCBC Digital to Mobile Banking section

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a68b9bf View commit details
    Browse the repository at this point in the history
  4. Filter shopeepay and shopeepay_jumpapp

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2a9cc68 View commit details
    Browse the repository at this point in the history
  5. Filter shopeepay and shopeepay_jumpapp

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3147130 View commit details
    Browse the repository at this point in the history
  6. Add SHopeepay Jump App to Settings

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d4f7dd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4d8264 View commit details
    Browse the repository at this point in the history
  8. Add draft createTableViewCellsClosure

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e4976d9 View commit details
    Browse the repository at this point in the history
  9. Make token(tokenID) public

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    96d6d60 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fix/MIT-2135_v5' into feature/MIT-2251_v5_AdaptableTabl…

    …eView
    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    26a0f60 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feature/MIT-1554_v5' into feature/MIT-2251_v5_Adaptable…

    …TableView
    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1667131 View commit details
    Browse the repository at this point in the history
  12. PaymentChooserViewController updated

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8d9b586 View commit details
    Browse the repository at this point in the history
  13. Basic refactoring is done. UI adjustments required

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    10db60b View commit details
    Browse the repository at this point in the history
  14. Refactoring PaymentChooserViewController

    Andrei Solovev committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3c5ee3d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Updating implementation for ListViewController

    Andrei Solovev committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    826ba67 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Andrei Solovev committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5fffec2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #274 from omise/fix/MIT-2135_v5

    Refactor Payment Methods filter for shopeepay and shopeepay_jumpapp (v5)
    Andrei Solovev authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9abedca View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/MIT-1554_v5' into feature/MIT-2251_v5_Adaptable…

    …TableView
    Andrei Solovev committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    755bfcc View commit details
    Browse the repository at this point in the history
  5. Refactor OmiseSDK and Client access level

    Andrei Solovev committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    979fccd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Cleaning up PaymentChooserController

    Andrei Solovev committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    bc1b74c View commit details
    Browse the repository at this point in the history
  2. Add PaymentFlow:

    Andrei Solovev committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    483a69b View commit details
    Browse the repository at this point in the history
  3. Refactor ChoosePaymentMethodViewModel

    Andrei Solovev committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7a2d7d2 View commit details
    Browse the repository at this point in the history
  4. Refactor namings

    Andrei Solovev committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4548799 View commit details
    Browse the repository at this point in the history
  5. Fix tableViewCell for payment method option

    Andrei Solovev committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4e730d1 View commit details
    Browse the repository at this point in the history
  6. Rearrange project tree

    Andrei Solovev committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    de7e9f7 View commit details
    Browse the repository at this point in the history
  7. update results completions

    Andrei Solovev committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4bef101 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Refactor PaymentMethod screen

    Andrei Solovev committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    585ad02 View commit details
    Browse the repository at this point in the history
  2. add comments to OmiseSDK instance in ExampleApp

    Andrei Solovev committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b495de6 View commit details
    Browse the repository at this point in the history
  3. Update project tree for views

    Andrei Solovev committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    baaf622 View commit details
    Browse the repository at this point in the history
  4. ClientTests updated to match new initializer

    Andrei Solovev committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    07c87ef View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. ChoosePaymentMethodFlow uses tableDelegate and DataSource

    Andrei Solovev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a452aea View commit details
    Browse the repository at this point in the history
  2. Refactor PaymentFlow.createChoosePaymentMethodController

    Andrei Solovev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    75f4be2 View commit details
    Browse the repository at this point in the history
  3. Move fields from Address to CardPaymentPayload

    Andrei Solovev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e9182e6 View commit details
    Browse the repository at this point in the history
  4. Source items refactored

    Andrei Solovev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f7035a7 View commit details
    Browse the repository at this point in the history
  5. Refactor ChoosePaymentMethodViewModel

    Andrei Solovev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    42c9edc View commit details
    Browse the repository at this point in the history
  6. Rename Source.PaymentInformation -> Source.Payment

    Andrei Solovev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    15b2c77 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    f4f8a93 View commit details
    Browse the repository at this point in the history
  2. PaymentFlow renamed to PaymentFlowCoordinator

    Andrei Solovev committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f1e0495 View commit details
    Browse the repository at this point in the history
  3. Cleaning up

    Andrei Solovev committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8cab263 View commit details
    Browse the repository at this point in the history
  4. Added internet banking and mobile banking screens

    Andrei Solovev committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c50da9e View commit details
    Browse the repository at this point in the history
  5. Add subtitle to payment method list

    Andrei Solovev committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    af16fd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Cleaning up and renaming

    Andrei Solovev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4dd5561 View commit details
    Browse the repository at this point in the history
  2. Rearrange project tree

    Andrei Solovev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0735559 View commit details
    Browse the repository at this point in the history
  3. Cleaning up namings

    Andrei Solovev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0a20440 View commit details
    Browse the repository at this point in the history
  4. Recreate project groups to arrange files inside subfolders

    Andrei Solovev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e6d27a1 View commit details
    Browse the repository at this point in the history
  5. Fix building issues after removing obsolete files

    Andrei Solovev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bf2e884 View commit details
    Browse the repository at this point in the history
  6. Update ExampleApp to use current branch for testing

    Andrei Solovev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d493570 View commit details
    Browse the repository at this point in the history
  7. Arrange files locations

    Andrei Solovev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    dea5a8d View commit details
    Browse the repository at this point in the history
  8. Update project settings to run ExampleApp from OmiseSDK. Add atome sc…

    …reen
    Andrei Solovev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c96c807 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Renamed CCVInfoPopupController

    Andrei Solovev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6f09d7b View commit details
    Browse the repository at this point in the history
  2. Moving Credit Card from Storyboard

    Andrei Solovev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    046874b View commit details
    Browse the repository at this point in the history
  3. Credit Card ccv popup added

    Andrei Solovev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8e663ef View commit details
    Browse the repository at this point in the history
  4. Fix CreditCardController

    Andrei Solovev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3ca53a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0963b1 View commit details
    Browse the repository at this point in the history
  6. AtomeController subclassed of PaymentFormBuilderController

    Andrei Solovev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    25c4a81 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Define 2 base classes to build payment form view controllers

    Andrei Solovev committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0109d3e View commit details
    Browse the repository at this point in the history
  2. PaymentFormController cleanup

    Andrei Solovev committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9c546df View commit details
    Browse the repository at this point in the history
  3. PaymentInputsFormController base implementatino added

    Andrei Solovev committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ae79927 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. move econtext from storyboard to xib

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b36a74d View commit details
    Browse the repository at this point in the history
  2. Add completion to payment details controllers

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ccf64eb View commit details
    Browse the repository at this point in the history
  3. FPX payment is refactored

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    cddb1a1 View commit details
    Browse the repository at this point in the history
  4. Storyboard clean up

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    cc44bd5 View commit details
    Browse the repository at this point in the history
  5. DuitNowOBW Refactored

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4c7ea9d View commit details
    Browse the repository at this point in the history
  6. truemoney wallet refactored

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c1e11d7 View commit details
    Browse the repository at this point in the history
  7. cleanup storyboard

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9c7ae13 View commit details
    Browse the repository at this point in the history
  8. merge

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1c9919d View commit details
    Browse the repository at this point in the history
  9. Project tree cleanup

    Andrei Solovev committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b384849 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Update eContext payment translations

    Andrei Solovev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ee6023a View commit details
    Browse the repository at this point in the history
  2. Move Credit card to OmiseSDK

    Andrei Solovev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4e9b2ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1d51f6 View commit details
    Browse the repository at this point in the history
  4. Cleanup example app Storyboard

    Andrei Solovev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9764e47 View commit details
    Browse the repository at this point in the history
  5. Clean up warnings

    Andrei Solovev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d5056a8 View commit details
    Browse the repository at this point in the history
  6. Changing Readme

    Andrei Solovev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7e9ddef View commit details
    Browse the repository at this point in the history
  7. Clean sonarcloud warning

    Andrei Solovev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4f77e62 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge pull request #275 from omise/feature/MIT-2251_v5_AdaptableTable…

    …View
    
    UI Layer refactoring
    Andrei Solovev authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    10cd9e0 View commit details
    Browse the repository at this point in the history