6 Commits

Author SHA1 Message Date
Chopper
bd4df286af
UnionMangas: Update api url ()
Update api url
2024-07-26 23:34:43 +01:00
Chopper
c8825e0bc4
UnionMangas: Fix page loading ()
Fix page loading
2024-07-14 14:40:55 +01:00
Chopper
d1e9584966
Union Manga: bugfix ()
* Fix popularManga and detailsManga

* Cleanup

* Fix searchManga and chapter pages

* Rename and move mangaDeatilsDto

* Fix lint

* Fix available languages

* Fix latestUpdate

* Fix russian pages

* Fix getMangaUrl

* Update icons

* Remove try/catch unneeded

* Bump versionId

* Add compatibility with previous version

* Cleanup

* Refactoring getMangaUrl
2024-07-14 14:39:16 +01:00
Chopper
986683e93d UnionMangas: Fix deep linking ()
* Fix deep linking

* Remove if/else
2024-06-03 05:44:47 +01:00
Chopper
848168f3ae UnionMangas: Fix domain changed ()
* Fix domain

* Fix AndroidManifest host
2024-04-26 01:46:50 +01:00
Chopper
06b5579243 Add UnionMangas ()
* Add latestUpdates, popularManga and mangaDetails to UnionMangas

* Add initial chapter request configuration

* Fix client headers request

* Add fetch chapter

* Fix chapter list parse

* Add search impl

* Fix chapter url

* Rename hash function

* Add utils functions

* Add pageList

* typo

* Cleanup.

* Add intent query

* Refactoring

* Remove password hardcode

* Replace Exception by RuntimeException

* throws message exception to user

* Add rateLimit

* Add Pageable class

* Cleanup

* Remove unicodes

* Remove nullable dto properties

* Rename variables

* Replace 'data class' with regular 'class'

* Remove try/catch. Let exceptions be thrown

* Fix search request

* Cleanup

---------

Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com>
2024-03-30 22:04:18 +00:00