tuna-software / android-sdk

Our android SDK.
Other
3 stars 0 forks source link

Analyse and specify 3DS for Android Tuna SDK #23

Closed Luiz-Otavio-Dorigon closed 3 years ago

Luiz-Otavio-Dorigon commented 3 years ago

example: Migrate to Tuna Android; tuna-android: Wrapper Android that implements Tuna; tuna-android-kt: Extensions for the Tuna Android module; tuna-java: Wrapper Java that implements Tuna; tuna-google-pay/build.gradle: Migrate to Tuna Android; tuna-google-pay/TunaGooglePay.kt: Rename Tuna to TunaCore; tuna-google-pay/TunaGooglePayUtil.kt: Rename Tuna to TunaCore; tuna-wallets/build.gradle: Migrate to Tuna Android; tuna-wallets/TunaWallet.kt: Rename Tuna to TunaCore; tuna/TunaCore.kt: Rename Tuna to TunaCore; tuna/TunaCore.kt: Rename TunaImpl to TunaCoreImpl; tuna/test/TunaExceptionsTest.kt: Rename Tuna to TunaCore; tuna/test/TunaRequestImplTest.kt: Rename Tuna to TunaCore; tuna/test/TunaSessionTest.kt: Rename Tuna to TunaCore; tuna/test/TunaTest.kt: Rename Tuna to TunaCore and use new TunaCore implementation; tuna/test/TunaTestImpl.kt: TunaCore Implementation; tunacr/TunaCardRecognitionViewModel.kt: Migrate maxBy to maxByOrNull; tunakt/build.gradle: Migrate to Tuna Java; tunakt/TunaKT.kt: Rename Tuna to TunaCore and migrate to Tuna Java; tunakt/test/TunaExtensionsTest.kt: Rename Tuna to TunaCore and migrate to Tuna Java; tunaui: Migrate to Tuna Android; tuna-android-kt: Remove unused tests; tuna-androidt: Remove unused tests;

11