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

Improve TokenIcon #3365

Merged
merged 12 commits into from
Mar 11, 2024
Merged

Improve TokenIcon #3365

merged 12 commits into from
Mar 11, 2024

Conversation

JamesSmartCell
Copy link
Member

  • Improve TokenIcon class
  • Fix Opensea API feed.

Copy link

Pull reviewers stats

Stats of the last 30 days for alpha-wallet-android:

User Total reviews Time to review Total comments
⚡️ Pull request stats

app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated
@@ -330,7 +315,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated
@@ -330,7 +315,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
androidTestImplementation 'androidx.browser:browser:1.5.0'
androidTestImplementation 'androidx.browser:browser:1.8.0'

// Unit tests
testImplementation 'junit:junit:4.13.2'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use the existing version catalog reference (libs.junit) instead
🛠️ UseTomlInstead

by Android Lint 🤖

app/build.gradle Outdated
@@ -330,7 +318,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead (androidx.test.ext:junit is already available as ext-junit, but using version 1.1.5 instead)
🛠️ UseTomlInstead

by Android Lint 🤖

app/build.gradle Outdated
@@ -330,7 +318,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

app/build.gradle Outdated
@@ -330,7 +318,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility

//noinspection BomWithoutPlatform,GradleDependency
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility

//noinspection BomWithoutPlatform,GradleDependency
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility
implementation 'com.fasterxml.jackson.core:jackson-core'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility

//noinspection BomWithoutPlatform,GradleDependency
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility
implementation 'com.fasterxml.jackson.core:jackson-core'
implementation 'com.fasterxml.jackson.core:jackson-databind'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

app/build.gradle Outdated
@@ -330,7 +318,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
androidTestImplementation 'androidx.browser:browser:1.5.0'
androidTestImplementation 'androidx.browser:browser:1.8.0'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

app/build.gradle Outdated
@@ -330,7 +318,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
androidTestImplementation 'androidx.browser:browser:1.5.0'
androidTestImplementation 'androidx.browser:browser:1.8.0'

// Unit tests
testImplementation 'junit:junit:4.13.2'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use the existing version catalog reference (libs.junit) instead
🛠️ UseTomlInstead

by Android Lint 🤖

@JamesSmartCell JamesSmartCell merged commit f6f782f into master Mar 11, 2024
6 checks passed
@JamesSmartCell JamesSmartCell deleted the improve-token-icon branch March 11, 2024 02:46
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility

//noinspection BomWithoutPlatform,GradleDependency
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility

//noinspection BomWithoutPlatform,GradleDependency
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility
implementation 'com.fasterxml.jackson.core:jackson-core'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility

//noinspection BomWithoutPlatform,GradleDependency
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility
implementation 'com.fasterxml.jackson.core:jackson-core'
implementation 'com.fasterxml.jackson.core:jackson-databind'

Choose a reason for hiding this comment

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

Warning ⚠️  
📚 Use version catalog instead
🛠️ UseTomlInstead

by Android Lint 🤖

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.

1 participant