Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/compose
mcclure 3ca8a0b549
Use specific term "image" in error UI, not "attachment" (#2592)
The new message for the crop feature, "The attachment could not be edited.", turned out to be awkward in some languages (French) where according to the translator it would be better to more specifically say "The image could not be edited." (as currently we can only edit images). Patch replaces error_media_edit_failed with a error_image_edit_failed and deletes the existing error_media_edit_failed-s.
2022-06-21 22:14:11 +02:00
..
dialog refactor compose & announcements to coroutines (#2446) 2022-04-21 18:46:21 +02:00
view New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
ComposeActivity.kt Use specific term "image" in error UI, not "attachment" (#2592) 2022-06-21 22:14:11 +02:00
ComposeAutoCompleteAdapter.kt modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
ComposeTokenizer.kt modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
ComposeViewModel.kt replace kotlin-result-calladapter with networkresult-calladapter (#2569) 2022-05-30 20:03:40 +02:00
ImageDownsizer.kt refactor compose & announcements to coroutines (#2446) 2022-04-21 18:46:21 +02:00
MediaPreviewAdapter.kt Ability to crop images attached to posts (#2531) 2022-05-22 21:01:14 +02:00
MediaUploader.kt Use NetworkResult in MediaUploadApi (#2577) 2022-06-06 16:04:33 +02:00