From a9cc060dc86603c04f2fba5bcfbdb650dacf5394 Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Tue, 25 Mar 2025 21:19:02 +0000 Subject: [PATCH] Add more Kaomoji for empty/error screens (mihonapp/mihon#1909) (cherry picked from commit d4aaf6521e86e8509d3971854c46b8520cef7f59) --- CHANGELOG.md | 3 +++ .../java/tachiyomi/presentation/core/screens/EmptyScreen.kt | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17aca10d..3efc2ed27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co - `Other` - for technical stuff. ## [Unreleased] +### Added +- Add more Kaomoji for empty/error screens ([@ianfhunter](https://github.com/ianfhunter/)) ([#1909](https://github.com/mihonapp/mihon/pull/1909)) + ### Fixes - Fix Bangumi search results including novels ([@MajorTanya](https://github.com/MajorTanya)) ([#1885](https://github.com/mihonapp/mihon/pull/1885)) diff --git a/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt b/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt index b3fc74c0f..dfeb75f3d 100644 --- a/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt +++ b/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt @@ -119,6 +119,12 @@ private val ErrorFaces = listOf( "(˘・_・˘)", "(; ̄Д ̄)", "(・Д・。", + "(╬ಠ益ಠ)", + "(╥﹏╥)", + "(⋟﹏⋞)", + "Ò︵Ó", + " ˙ᯅ˙)", + "(¬_¬)", ) private fun getRandomErrorFace(): String {