chinwag-android/app/src/main/java/com/keylesspalace/tusky/components
mcclure b2511d782d
Dialog notifying user of failure when media upload fails (#3135)
* First attempt at user notifications of failure when media upload fails

* Drafts alert displays alert

* ktLint

* Fix defaced 46.json, add 47.json

* Mock draftsNeedUserAlert in MainActivityTest to prevent spurious failure

* Friendlier posts-failed message

* Create DraftsAlert object

* DraftsAlert works

* Not the cleanest, but DraftsAlert works with multiple accounts

* Use plural strings

* KtLint

* Clean up debug prints

* Simplify DraftsAlert per Conny suggestions

* Text change suggested by Conny

* ktLint again

* Back out test changes

* Fix MainActivityTest for new approach

* Tweak debug log

* Do not use GlobalScope for coroutines
2023-01-27 20:50:45 +01:00
..
account Dialog notifying user of failure when media upload fails (#3135) 2023-01-27 20:50:45 +01:00
announcements respect "animate emojis" setting in emoji picker (#2996) 2022-12-05 19:15:28 +01:00
compose Sniff MIME type for audio/video files before upload (#3190) 2023-01-21 14:54:40 +01:00
conversation show status edits (#3049) 2023-01-02 14:09:18 +01:00
drafts Dialog notifying user of failure when media upload fails (#3135) 2023-01-27 20:50:45 +01:00
followedtags Add view for browsing and unfollowing followed hashtags (#2794) 2022-12-01 19:24:27 +01:00
instanceinfo fix caching of instance defaults and emojis (#2643) 2022-08-07 22:18:53 +02:00
instancemute Fix toolbar for instance list activity. (#2248) 2021-09-28 19:55:30 +02:00
login Reinstate optional login via custom browser tab (#3165) 2023-01-25 19:26:29 +01:00
notifications Respect "Always expand posts marked with content warnings" pref in notifications (#3154) 2023-01-12 19:40:01 +01:00
preference Implement HTTP proxy summary as a SummaryProvider (#3091) 2023-01-13 19:28:46 +01:00
report Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046) 2022-12-31 13:01:35 +01:00
scheduled Fix saving changes to statuses when editing (#3103) 2022-12-31 13:04:49 +01:00
search Reduce horizontal swipe sensitivity in timelines (#3148) 2023-01-13 19:51:09 +01:00
timeline Fix incorrect log message, s/favourite/bookmark/ (#3172) 2023-01-13 20:03:47 +01:00
viewthread fix crash when user clicks url on in partially loaded thread (#3174) 2023-01-15 15:18:07 +01:00