Commit Graph

19 Commits

Author SHA1 Message Date
arkon 7964dc4613
Upgrade OkHttp (#15320) 2023-02-11 17:30:31 -05:00
arkon baaee5cf21
Update linter (#15317) 2023-02-11 14:21:03 -05:00
KENIS Mohamed Ali 2d31ba573a
--> Add new features to Gmanga (#13494)
* --> Add new features
* now you can switch in the extension setting between :
   -show new Mangas
    or
   -show new chapter
* link manga status to tachiyomi native manga status
* add additional information to description
  - manga start date
  - manga end Date
  - manga Alternative information

* --> moved formattedDatePattern in a constant in the class

* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with  API level < 26

* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with  API level < 26
--> add some information "that the story it not add yet" when there is no description provided by the Scanlator team

* -->  increment extVersionCode by 1 instead of 3
2022-09-19 10:38:51 -03:00
arkon 341d067afc
Refactor to use app-provided rate limiting interceptors (#12087) 2022-06-05 16:33:49 -04:00
zeredouni f5e252757c
Gmanga / fix url (#10934)
* Update Gmanga.kt

* Update build.gradle
2022-02-25 12:35:36 -05:00
Vetle Ledaal 77c3906e2c
Gmanga: fix search request and chapter parsing (#10686)
* Gmanga: fix search request and chapter parsing

* Ignore HTTP 103 in fetchMangaDetails

* [skip ci] attempt fix 'Sequence contains no items'

* [skip ci] revert HTTP 103 changes

* Improve chapter sort
2022-02-04 08:12:57 -05:00
arkon 542c28875d Minor project updates
- Update kotlinter
- Opt in to serialization API to avoid IDE warnings
- Replace some deprecated OkHttp function usages
- Remove some unnecessary Android version checks/targets
2022-01-02 18:47:56 -05:00
arkon 55b5b8585e Bump versions for Gson-migrated extensions 2021-12-18 16:30:36 -05:00
arkon fa6be0f1c9
Replace usages of Gson (#10080) 2021-12-12 16:33:20 -05:00
arkon 6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging (#9368) 2021-10-04 16:44:32 -04:00
zeredouni 409e8192f7
GMANGA : FIX ( #9125 / #7802 ) (#9254)
* Update Gmanga.kt

* Update build.gradle
2021-09-27 10:10:19 -04:00
arkon bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
Ahmed gamal cb0c52aaf6
Gmanga: fix url (#8243)
gmanga changes the domain to Gmanga.org
2021-07-23 10:58:07 -04:00
Youssif Shaaban Alsager bcc174e3a0
ar: gmanga: Fix index error while fetching chapters list (#6992)
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
2021-05-12 12:40:12 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Clarence Castillo 04db6981aa
Fix GManga Latest page error and crashing on older devices (#5540)
* Revert "Update Gmanga.kt (#5497)"

This reverts commit e3d01c9844.

* Fix app crashing for users with Android API 7 and below

* Fix latest page not working due to some items having no thumbnail

Co-authored-by: ellpatron <ell.patron91@gmail.com>
2021-01-24 13:44:29 -05:00
ellpatron e3d01c9844
Update Gmanga.kt (#5497)
* Update Gmanga.kt

fixing when hitting latest ---> getting jsonNull

* Update build.gradle

V1.2.21

* Update build.gradle
2021-01-21 11:36:36 -05:00
Clarence Castillo 91bf6734d4
Fix empty filters when searching with query string (#5328) 2021-01-05 22:11:39 -05:00
Clarence Castillo a552a5267b
New extension GMANGA (#5274)
* Initial commit of GMANGA

* Enable text search

* Implement search filters

* Fix bug unable to render pages of non-webp chapters

* Replace default user-agent with a more generic one

* Add preference to select picking most viewed scan or just show all

* Implement rate limiting to avoid IP ban

* Translate messages to Arabic

* Split functionality to different files
2020-12-30 06:42:27 -05:00