Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/account/media
Nik Clayton 22834431ca
Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046)
* Fix off-by-one error in HttpHeaderLink

Link headers with multiple URLs with multiple parameters were being parsed
incorrectly.

Detected by adding unit tests ahead of converting to Kotlin.

* Convert util/HttpHeaderLink from Java to Kotlin

* Convert util/ThemeUtils from Java to Kotlin

* Convert util/TimestampUtils from Java to Kotlin

* Add tests for PairedList

* Convert util/PairedList from Java to Kotlin

* Implement feedback from PR

* Relicense as GPL
2022-12-31 13:01:35 +01:00
..
AccountMediaFragment.kt correctly show "nothing here" in AccountMediaFragment (#2911) 2022-11-23 20:07:23 +01:00
AccountMediaGridAdapter.kt Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046) 2022-12-31 13:01:35 +01:00
AccountMediaPagingSource.kt AccountMediaFragment improvements (#2684) 2022-09-02 16:52:47 +02:00
AccountMediaRemoteMediator.kt migrate timeline api calls from Rx Single to suspending functions (#2690) 2022-09-13 19:47:55 +02:00
AccountMediaViewModel.kt AccountMediaFragment improvements (#2684) 2022-09-02 16:52:47 +02:00
GridSpacingItemDecoration.kt AccountMediaFragment improvements (#2684) 2022-09-02 16:52:47 +02:00
SquareImageView.kt AccountMediaFragment improvements (#2684) 2022-09-02 16:52:47 +02:00