Skip to content

Merge from mihon#155

Merged
Secozzi merged 59 commits into
animiru-new-mainfrom
merge
May 27, 2026
Merged

Merge from mihon#155
Secozzi merged 59 commits into
animiru-new-mainfrom
merge

Conversation

@Secozzi

@Secozzi Secozzi commented May 11, 2026

Copy link
Copy Markdown
Collaborator

Last commit merged: mihonapp/mihon@9c35190

Secozzi and others added 30 commits May 27, 2026 08:04
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/be/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/fi/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/tr/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/be/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/fi/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/fil/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ja/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ko/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/lv/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/nl/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ta/
Translation: Mihon/Mihon
Translation: Mihon/Mihon Plurals

Co-authored-by: A <ogloppi@mailbox.org>
Co-authored-by: Infy's Tagalog Translations <ced.paltep10@gmail.com>
Co-authored-by: Kehribar <103407696+dpentx@users.noreply.github.com>
Co-authored-by: Lucas Correia <anicetoclucas@gmail.com>
Co-authored-by: ScratchBuild <foobarbuzz@gmail.com>
Co-authored-by: Siebrenvde <siebren@siebrenvde.dev>
Co-authored-by: lilp <felipegabriel.avila6@gmail.com>
Co-authored-by: nadevko <ormak@protonmail.com>
Co-authored-by: தமிழ்நேரம் <tamilneram247@gmail.com>
Co-authored-by: ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝) <coool@mail.lv>
Co-authored-by: 안세훈 <on9686@gmail.com>
(cherry picked from commit 2366fbb4b3ae97093d282354c03a96a2f424be04)
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit c95269afd7b73371bc3adc3990e6771869053df1)
According to the source docs, this has been a warning since
kotlinx.coroutines 1.9.0.

(cherry picked from commit bc3230832704116b7eb0e5c3ad3edf4656d998fd)
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

(cherry picked from commit 34afdabcfe175bf04e07eb7c567f998c8c173cb6)
`android.database.sqlite.SQLiteException` instead of `android.database.SQLException`

(cherry picked from commit cb0e3297160aab7a2d1486aeeecdd92394eb220e)
Apparently, this is all that's needed to replace the forbidden
`Task.project` accessor, which would be an error in Gradle v10 (it's
been deprecated for a while)

This will also allow us to use the Configuration Cache if we wanted
to.

(cherry picked from commit 8b9d0a89c88b427e2d6569db914d123e8063fba4)
(cherry picked from commit d75a125b2691f334c04ddc3a6fce7cb13a412126)
(cherry picked from commit 7c5034275fe1c2307e66fb59bf2258c09adb1bad)
This reverts commit 34afdabcfe175bf04e07eb7c567f998c8c173cb6.

(cherry picked from commit eb5b76251576559fca25e30f96ac87bdb3e9d6ad)
* Use plural forms for update error notification

Replace the hardcoded 'X update(s) failed' string with Android
plural resources so the notification correctly shows '1 update failed'
vs '2 updates failed', enabling proper localization.

Fixes #3051

* Address review: rename plural key and remove comment

Rename plural key to notification_update_errors to avoid potential
conflicts with existing translated string keys. Remove leftover
comment from strings.xml.

* Revert key rename per review

(cherry picked from commit 2e635ff2cec72095e4ad93040b52e29dee29d750)
(cherry picked from commit a938708e1f3499cbf4e9ba31c624fa3cbfd5964d)
(cherry picked from commit c3243882b16d0612c984861139ee789e9fd87dab)
…3147)

(cherry picked from commit fa197a4ab229f5c17276942677bdabd3ec12f038)
MAL has a concept of "titles waiting for approval". These titles
cannot be added to user lists, but they do show up on the website and
crucially, in search results.

However, trying to add such an "unapproved" title will return a 400
error response with the error "invalid_content".

Previously, the awaitSuccess() call would mean the generic "HTTP 400"
toast would be shown. Now, a dedicated informative error message is
shown instead.

(cherry picked from commit af4f17efc54a00d9abe20e0d0b701d60c3531369)
(cherry picked from commit 85eb539c4d3774740790b5ab9e3b124cce00ce99)
…(#3173)

(cherry picked from commit 580863e8912b2a6493604051708f3cda55aaab33)
Co-authored-by: MajorTanya <39014446+MajorTanya@users.noreply.github.com>
Co-authored-by: MajorTanya <39014446+MajorTanya@users.noreply.github.com>
…perties` (#3159)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit 25d4bf5e2ffdcb84f6469f5e0a81108777a98e85)
(cherry picked from commit af04276bedcd35479de7d2716a29cdca9d314583)
(cherry picked from commit 2a1859d7d7000f4f92f13c4ca41996d2d83df857)
(cherry picked from commit ed3b5305f1b62c7ac1b05539d17609ccfddf4ae5)
…3205)

(cherry picked from commit 4b1ae0526b09c30b47eef68fee948ae24afc490f)
Update aboutLibraries to v14

(cherry picked from commit b7cdfb1b30ef6e8f0e1e19892146d34a8b818ae8)
(cherry picked from commit 3521ccfb4f3d5f9fec1a4ea09fcd54a9c2a25ce8)
(cherry picked from commit 02c64278237c3be3378322530b443090f6d226f7)
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/de/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/el/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/es/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/fil/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/ko/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/nl/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/pl/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/ru/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/tr/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/el/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/fil/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/it/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ja/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ko/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ml/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/pl/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ru/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/zh_Hant/
Translation: Mihon/Mihon
Translation: Mihon/Mihon Plurals

Co-authored-by: Dexroneum <Rozhenkov69@gmail.com>
Co-authored-by: Frosted <frosted@users.noreply.hosted.weblate.org>
Co-authored-by: Gino Cicatiello <ginocic@gmail.com>
Co-authored-by: Infy's Tagalog Translations <ced.paltep10@gmail.com>
Co-authored-by: Lyfja <45209212+lyfja@users.noreply.github.com>
Co-authored-by: MajorTanya <github@majortanya.eu>
Co-authored-by: Pitpe11 <giorgos2550@gmail.com>
Co-authored-by: Ram <abhyram@tutamail.com>
Co-authored-by: ScratchBuild <foobarbuzz@gmail.com>
Co-authored-by: Siebrenvde <siebren@siebrenvde.dev>
Co-authored-by: Swyter <swyterzone@gmail.com>
Co-authored-by: Victoria Niedzielska <royal.victoria@proton.me>
Co-authored-by: ZenVinny <atdenada@gmail.com>
Co-authored-by: ZerOriSama <godarms2010@live.com>
Co-authored-by: on9686 <on9686@gmail.com>
(cherry picked from commit 230dc6fd05a5f0010cceecab6d77ee9be2ca0fa0)
(cherry picked from commit 2990762df97b2f5930fc2b81fe44cafd88195455)
renovate-bot and others added 26 commits May 27, 2026 08:05
(cherry picked from commit 34fa9138d9b92b2f065a242a79ccb67f70a17c7b)
…(#3232)

(cherry picked from commit e676c8e6e15181e0eb8ddbd8dc4a9ca8e438375e)
(cherry picked from commit d68347f5fbc897c78ff255c1c343f90c161ca6f6)
(cherry picked from commit cb6daa5e4ca4830f9818ad296a6413f089f81559)
(cherry picked from commit 5b32a990a2380da119713f07169b1b7296a0ccb0)
…3256)

(cherry picked from commit 4faf89fc6fd9c5ab5786029ed1aebabeb0fd8e73)
(cherry picked from commit 38ccd7d5fc07cb7ddc353835ec57e88f43488301)
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
`sqldelight-androidx-driver` has it's own transaction management

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit 9678b8fd796dd3998db1a651bbe7e2101da54754)
(cherry picked from commit 5b8adfbdb03250daab7ac32a4a6af014fef02eee)
(cherry picked from commit bb877e4b261412a73e7d0f003dc2223d8fe28292)
(cherry picked from commit 981b16094a80f33287aec8aa0cef34d97c57c4e5)
…#3302)

(cherry picked from commit b65825b3ca035024ba6625157aa2ee3d34e1ff43)
(cherry picked from commit cfefa51296299720b4db78f1ddc0303651b02750)
(cherry picked from commit 09d3e16183e1a21c4815b6a243373a48b5f2598d)
…#3292)

(cherry picked from commit da9b5d9b9dd1af6bfc27f0d6697b388a91970433)
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
…1.0.0-rc14 (#3271)

(cherry picked from commit cb2a0ea570b1baea59a373b76b23eb25d78ffb17)
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit 48179083f161b1971256d3fb2c60d736a917b26f)
(cherry picked from commit 5bb92a75c72a50a9b4da46b20a13ecc693e926d4)
(cherry picked from commit 3b94df6108d14f66b6be29bac676af02394c8e91)
…#3334)

(cherry picked from commit 82338d7d64725d941f2edb8bc5e4988155869a48)
(cherry picked from commit ae3aa7926ac36dd9b80ae5ec14de8be434e1baaa)
@Secozzi Secozzi marked this pull request as ready for review May 27, 2026 06:06
@Secozzi Secozzi merged commit b056df3 into animiru-new-main May 27, 2026
1 check passed
@Secozzi Secozzi deleted the merge branch May 27, 2026 06:19
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.

7 participants