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

All features [Contest] #14

Closed
wants to merge 6 commits into from
Closed

Conversation

Arseny271
Copy link

@Arseny271 Arseny271 commented May 29, 2024

Tonkeeper Contest

  • All features implemented
  • Signer support
  • Fixed some crashes and bugs

Release: APK

Telegram: @arsenicum12

My code did not expect that the StonFi API could send tokens with imageUri = null

An error while retrieving data can break the application cache and lead to regular crashes

For the swap to work correctly, you need to rebuild the application and invalidate the cache if necessary
@Arseny271
Copy link
Author

Arseny271 commented Jun 4, 2024

My code did not expect that the StonFi API could send tokens with imageUri = null

For the swap to work correctly, you need to rebuild the application and invalidate the cache if necessary

Fix

Uri.Builder().scheme("res").path(com.tonapps.uikit.icon.R.drawable.ic_staking_tonstakers.toString()).build()
else Uri.parse(jetton.imageUrl),
imageUri = try {
if (jetton.contractAddress == "EQC98_qAmNEptUtPc7W6xdHh_ZHrBUFpw5Ft_IzNU20QAJav")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not a perfect way to compare addresses in TON network

@@ -11,8 +11,8 @@ import androidx.appcompat.widget.AppCompatTextView
import androidx.lifecycle.lifecycleScope

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UQDONoaamQWwlhH-m1AvjN6Okt4DlUi0eyMV8xJQRCjXASw0

@@ -2,11 +2,8 @@ package com.tonapps.wallet.api

import android.content.Context

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UQDONoaamQWwlhH-m1AvjN6Okt4DlUi0eyMV8xJQRCjXASw0

@Arseny271 Arseny271 closed this Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants