Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/util
Konrad Pozniak b4ba457d89
Dependency injection improvement (#596)
* inject MastodonApi into LoginActivity

* inject AccountManager into MainActivity

* inject AccountManager into SplashActivity, convert to Kotlin

* inject AccountManager into AccountActivity

* inject AccountManager into LoginActivity

* inject AccountManager into NotificationsFragment and NotificationClearBroadcastReceiver, fix MainActivity

* ooops

* use same OkHttpClient for Retrofit & Picasso

* fix ordering of okhttp interceptors

* remove dependencies on TuskyApplication

* bugfix
2018-04-22 17:20:01 +02:00
..
Assert.java Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
CollectionUtil.java Make more clear representation of placeholder in notifications 2017-11-07 12:44:19 +01:00
CountUpDownLatch.java Documents some utilities 2017-07-27 22:03:45 -04:00
CustomEmojiHelper.java ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
CustomTabsHelper.java cleanup code, remove some unneeded files 2017-10-18 00:20:50 +02:00
CustomURLSpan.java UI Improvements (#445) 2017-11-30 20:12:09 +01:00
DateUtils.java Documents some utilities 2017-07-27 22:03:45 -04:00
DownsizeImageTask.java Documents some utilities 2017-07-27 22:03:45 -04:00
Either.java Make more clear representation of placeholder in notifications 2017-11-07 12:44:19 +01:00
HtmlUtils.java Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
HttpHeaderLink.java Documents some utilities 2017-07-27 22:03:45 -04:00
IOUtils.java ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
LinkHelper.java convert entity classes to Kotlin data classes (#526) 2018-03-03 13:24:03 +01:00
ListUtils.java Fixes bug where the order of notifications could be jumbled when removing duplicates using a HashSet. 2017-07-13 20:17:50 -04:00
MediaUtils.java fix a crash in MediaUtils 2018-02-25 15:46:32 +01:00
MentionTokenizer.java Fix sending wrong requests for autocompletion (#414) 2017-10-24 23:02:38 +02:00
NotificationHelper.java upgrade minSdkVersion to 19 2018-04-14 13:56:48 +02:00
OkHttpUtils.java Dependency injection improvement (#596) 2018-04-22 17:20:01 +02:00
PairedList.java Fix bug with paired list incorrectly adding to the specified position. 2017-07-14 06:51:03 +03:00
ResourcesUtils.java Theming improvements (#502) 2018-01-20 13:39:01 +01:00
SaveTootHelper.java ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
SpanUtils.java Documents some utilities 2017-07-27 22:03:45 -04:00
StringUtils.java (bug fixing) When we share by an app : the text shared is not just an URL but a small text with the URL inside. 2017-05-17 16:06:37 +02:00
ThemeUtils.java Dependency injection improvement (#596) 2018-04-22 17:20:01 +02:00
ViewDataUtils.java convert entity classes to Kotlin data classes (#526) 2018-03-03 13:24:03 +01:00