Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky/components/account
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
..
list Add done button to lists dialog 2022-11-16 21:54:11 +09:00
media Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046) 2022-12-31 13:01:35 +01:00
AccountActivity.kt Dialog notifying user of failure when media upload fails (#3135) 2023-01-27 20:50:45 +01:00
AccountFieldAdapter.kt Remove Identity Proof Support (#2456) 2022-04-27 19:58:39 +02:00
AccountPagerAdapter.kt AccountMediaFragment improvements (#2684) 2022-09-02 16:52:47 +02:00
AccountViewModel.kt Remove rxjava from API calls used by AccountViewModel::changeRelationship() (#3008) 2022-12-28 19:06:31 +01:00