mihon/app/src/main/java/eu/kanade/tachiyomi/util/lang
Hawk of the Death f7c139030f
Add Start/Finish date support for MAL (#2672)
* Started working on MAL support

* Added date picker UI

* Replaced Date with Calendar

* Added MAL remote update functionality

* Join url methods listEntryUrl and editUrl

* Removed unused methods

* Renamed mangaEditPayload to mangaEditPostBody

* Moved code to separate method

* Uniformed code to project conventions

* Removed wildcard import

* Moved MyAnimeListTrack to private class

* Improved MyAnimeListTrack name

* Removed redundant code

* Add start/finish date in local database

* Fixed format and improved codestyle

* Fixed typo and fixed TrackHolder's format

* Improved code style

* Ran linter

* Add database updating methods

* Change date format to fit new layout

* Review Commits

* Improve SetTrackReadingDatesDialog readability

* Move private methods after public ones

* Fixed SQL error

* Fixed remove date button

* Updated MaterialDesign methods to latest version

* Replaced dismissDialog() with dialog.Dismiss()

* Fixed wrong string resource usage.
2020-04-22 21:23:23 -04:00
..
CoroutinesExtensions.kt Extension function instead of redefining uiScope everywhere 2020-04-17 20:06:33 -04:00
DateExtensions.kt Add Start/Finish date support for MAL (#2672) 2020-04-22 21:23:23 -04:00
Hash.kt Reorganize other util files 2020-02-02 22:22:54 -05:00
RetryWithDelay.kt Run linter 2020-02-26 18:03:34 -05:00
RxExtensions.kt Reorganize other util files 2020-02-02 22:22:54 -05:00
StringExtensions.kt Tweak string comparison to account for length (fixes #2831) 2020-04-07 21:40:36 -04:00