Bump community-material-typeface from 6.4.95.0-kotlin to 7.0.96.0-kotlin (#2944)

* Bump community-material-typeface from 6.4.95.0-kotlin to 7.0.96.0-kotlin

Bumps [community-material-typeface](https://github.com/mikepenz/Android-Iconics) from 6.4.95.0-kotlin to 7.0.96.0-kotlin.
- [Release notes](https://github.com/mikepenz/Android-Iconics/releases)
- [Changelog](https://github.com/mikepenz/Android-Iconics/blob/develop/gradle-release.gradle)
- [Commits](https://github.com/mikepenz/Android-Iconics/commits)

---
updated-dependencies:
- dependency-name: com.mikepenz:community-material-typeface
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Rename text-to-speech to microphone-message

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joris Pelgröm <joris.pelgrom@gmail.com>
Co-authored-by: Justin Bassett <bassett.justint@gmail.com>
This commit is contained in:
dependabot[bot] 2022-10-21 17:57:15 +00:00 committed by GitHub
parent fa095a8bb2
commit bd26435eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -198,7 +198,8 @@ dependencies {
implementation("com.mikepenz:iconics-core:5.4.0")
implementation("com.mikepenz:iconics-compose:5.4.0")
implementation("com.mikepenz:community-material-typeface:6.4.95.0-kotlin@aar")
implementation("com.mikepenz:community-material-typeface:7.0.96.0-kotlin@aar")
"fullImplementation"("org.burnoutcrew.composereorderable:reorderable:0.9.2")
implementation("com.github.AppDevNext:ChangeLog:3.4")
}

View file

@ -218,7 +218,7 @@ class AudioSensorManager : SensorManager {
AudioManager.MODE_RINGTONE -> "mdi:phone-ring"
AudioManager.MODE_IN_CALL -> "mdi:phone"
AudioManager.MODE_IN_COMMUNICATION -> "mdi:message-video"
AudioManager.MODE_CALL_SCREENING -> "mdi:text-to-speech"
AudioManager.MODE_CALL_SCREENING -> "mdi:microphone-message"
else -> "mdi:volume-low"
}

View file

@ -110,7 +110,7 @@ dependencies {
implementation("com.mikepenz:iconics-core:5.4.0")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("com.mikepenz:community-material-typeface:6.4.95.0-kotlin@aar")
implementation("com.mikepenz:community-material-typeface:7.0.96.0-kotlin@aar")
implementation("com.mikepenz:iconics-compose:5.4.0")
implementation("androidx.activity:activity-ktx:1.6.0")

View file

@ -72,7 +72,7 @@ fun getIcon(entity: Entity<Map<String, Any>>?, domain: String, context: Context)
"camera" -> CommunityMaterial.Icon3.cmd_video
"climate" -> CommunityMaterial.Icon3.cmd_thermostat
"configurator" -> CommunityMaterial.Icon.cmd_cog
"conversation" -> CommunityMaterial.Icon3.cmd_text_to_speech
"conversation" -> CommunityMaterial.Icon3.cmd_microphone_message
"cover" -> coverIcon(compareState, entity)
"counter" -> CommunityMaterial.Icon.cmd_counter
"fan" -> CommunityMaterial.Icon2.cmd_fan