Skip to content

Commit

Permalink
Add user profile icons to assets (#85)
Browse files Browse the repository at this point in the history
* AndroidCatHashService

 - Implemented service dependant on ImageUtils for android node
 - provided unit tests using Roboelectric emulated instrumentation

* Add cathash images to assets (done in multiple commits as Github has restrictions with larger size commits)

* Add cathash images to assets (done in multiple commits as Github has restrictions with larger size commits)

* Add cathash images to assets (done in multiple commits as Github has restrictions with larger size commits)

* Add cathash images to assets (done in multiple commits as Github has restrictions with larger size commits)

* Add cathash images to assets (done in multiple commits as Github has restrictions with larger size commits)

---------

Co-authored-by: Rodrigo Varela <[email protected]>
  • Loading branch information
HenrikJannsen and rodvar authored Nov 29, 2024
1 parent 939f42e commit ba38759
Show file tree
Hide file tree
Showing 359 changed files with 208 additions and 15 deletions.
17 changes: 17 additions & 0 deletions androidNode/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ kotlin {
implementation(libs.mock.io)
implementation(libs.kotlin.test.junit.v180)
implementation(libs.junit)

implementation(libs.roboelectric)
implementation(libs.androidx.test)
implementation(libs.androidx.test.espresso)
implementation(libs.androidx.test.junit)
}
androidInstrumentedTest.dependencies {
implementation(libs.mock.io)
implementation(libs.kotlin.test.junit.v180)
implementation(libs.junit)

implementation(libs.androidx.test.espresso)
implementation(libs.androidx.test)
implementation(libs.androidx.test.junit)
}
kotlin.srcDirs(
"src/androidMain/kotlin",
Expand Down Expand Up @@ -101,6 +115,9 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
testOptions {
unitTests.isIncludeAndroidResources = true
}
}

// Compatible with macOS on Apple Silicon
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ba38759

Please sign in to comment.