chinwag-android/app/src/main/java/com/keylesspalace/tusky/di
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
..
ActivitiesModule.kt Add view for browsing and unfollowing followed hashtags (#2794) 2022-12-01 19:24:27 +01:00
AppComponent.kt Cleanup dagger setup (#2300) 2022-01-23 20:24:55 +01:00
AppInjector.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AppModule.kt Dialog notifying user of failure when media upload fails (#3135) 2023-01-27 20:50:45 +01:00
BroadcastReceiverModule.kt Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
FragmentBuildersModule.kt show status edits (#3049) 2023-01-02 14:09:18 +01:00
Injectable.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
NetworkModule.kt 2952/proxy (#2961) 2022-12-07 19:29:18 +01:00
ServicesModule.kt Rename Toots to Posts (#2396) 2022-03-20 20:21:42 +01:00
ViewModelFactory.kt show status edits (#3049) 2023-01-02 14:09:18 +01:00