Open
Conversation
* adding send mail into list; * bump libraries version because new SDK dependency; * changing cancel map from itk to atk * adjusts for email provider * adding logs; * adjusting email provider; * adjusting email provider; * add new sdk version --------- Co-authored-by: italo.santana <italo.santana@stone.com.br>
|
Por favor, catalogue-o seguindo as instruções nesta documentação. [Via VPN]. 💁 Qualquer problema ou dúvida, estamos no Slack, basta abrir um ticket no canal #help-foundation-platform. |
Dependency Review✅ No vulnerabilities found.Scanned FilesNone |
…ation into DI Framework initialization;
italomarcel
approved these changes
May 26, 2025
marcostark
reviewed
Jun 9, 2025
| Text("Error: $code - $message") | ||
| Button(onClick = { | ||
| viewModel.initializeSDK(context, appInfo) | ||
| //viewModel.initializeSDK(context, appInfo) |
Contributor
Author
There was a problem hiding this comment.
acho que pode ser removido todo o componente do botao;
essa acao de inicializacao do SDK foi removida do viewmodel.
marcostark
reviewed
Jun 9, 2025
|
|
||
| is TransactionEvent.CancelTransaction -> { | ||
| //providerWrapper.cancelTransaction() | ||
| // providerWrapper.cancelTransaction() |
Contributor
Author
There was a problem hiding this comment.
acho que esse cara se perdeu do merge que adicionou o ios; se nao me engano, o provider de reversao de transacoes com erro & provider de recibo estao nesse cenario;
marcostark
reviewed
Jun 9, 2025
|
|
||
| val connectedDevice = bluetoothRepository.getConnectedBluetoothDevice() | ||
| if (connectedDevice == null) { | ||
| // TODO display error message indicating bluetooth is not connected |
marcostark
approved these changes
Jun 10, 2025
* adjusting code because of update in SDK and HAL internal implementation; * adjusting theme surface for dark mode; * layout adjustments; * layout adjustments; * fix compilation error for email provider. * change gradle configuration; trying to improve build time; * adjusting navigation and components location * removing log imports as they are not being used; * fix paste and type of non digits in activation; * adjustments in navigation between screens * removing gertec from tasks to exclude when assemble
🐛 [PAIPA-12983] Fix sending email
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descrição
Checklist