7c99ae1b3b
Set notification number for library updates to number of new updates ( #1551 )
2018-07-29 23:01:15 +02:00
16dc4d298d
Update manga.last_update when any ChapterSourceSync.syncChaptersWithSource() occurs rather than only during LibraryUpdateService.updateChapterList() ( #1535 )
...
Viewing a manga's info page for the first time forces a chapter sync.
Prior behavior would cause new chapters to be retrieved for that manga, but with manga.last_update remaining at 0 (until a library update occurred in which chapters were changed).
The new behavior updates last_update any time the chapters are changed via syncChaptersWithSource().
2018-07-07 14:05:02 +02:00
762c378bd6
Kitsu search fix ( #1524 )
...
* fixed start date,
fixed filtering of novel
* removed init switched ?.let
2018-07-07 11:35:03 +02:00
515289134e
Only include URL in the share functionality
2018-06-30 20:02:04 +02:00
3d1afe7cf2
Show manga with no installed source. Based on PR #1345
2018-06-30 19:55:46 +02:00
fd825b1049
Changed Kitsu to use Algoria search directly ( #1514 )
...
* Changed Kitsu to use Algoria search directly, was recommended by the Kitsu Dev team
* remove extra line
* fixed end date bug
added filtering out novel back in
* save the retrofit instances locally for search.
2018-06-30 12:07:37 +02:00
9bf071132d
Update AnilistModels.kt ( #1481 )
...
* Update Anilist.kt
* Update AnilistModels.kt
* Update Anilist.kt
2018-06-18 22:32:15 +02:00
014bb2f426
Update date selector and chapter number recognition ( #1459 )
...
Close #1455
2018-06-11 12:07:38 +02:00
56927927c8
Update user agent on kissmanga ¯\_(ツ)_/¯
2018-06-06 12:42:57 +02:00
b19a4d2977
Change AniList search query to show some previously hidden entries. ( #1435 )
2018-05-28 22:54:41 +02:00
c6cfd24f19
Fix kissmanga not loading for some people after the previous update
2018-05-26 15:24:38 +02:00
10f36f40d6
Bugfix on save instance state. Also improve initial page loading on Kissmanga
2018-05-23 13:16:11 +02:00
9d5cf9163a
Release v0.7.4
2018-05-13 11:56:24 +02:00
9abce0cca3
Vanity url ( #1408 )
...
* vanity url
* vanity url
* vanity url
2018-05-13 11:36:08 +02:00
c6245f4fa3
Reenable cipher suites after upgrading to okhttp 3.10. Fixes #1411
2018-05-11 15:08:12 +02:00
263198dd89
Minor fix
2018-05-05 15:29:08 +02:00
345f96055d
Fix indonesian language. Closes #1387
2018-05-05 14:23:34 +02:00
51144aa45e
Implement Anilist API v2 ( closes #1159 ) ( #1383 )
...
* Implement Anilist API v2 (closes #1159 )
Switches to using the Anilist v2 API.
Login is now done by implicit grant and tokens are good for one year.
Users will need to login again after token expiration.
"clientId" on line 289 of AnilistApi.kt should be changed to Tachiyomi's
own client ID number.
* Code style formatting
Revert to kotlin 1.2.30
Use correct client ID
Rename AnilistApi.login to AnilistApi.createOAuth to reflect changed implementation
Rename json mimetype variable from json to jsonMime for clarity
Don't read response if it's ignored
Remove unused parameters from api requests
* Close netResponse after read
* Refactor remote_id into media_id and library_id
* DB: Refactor RemoteId
Refactor RemoteId into library_id and media_id
Implement function to fetch library_id if user is migrating rom APIv1
* Remove logging interceptor
* Compatability and sql simplification
* Fix score and minor improvements
* Revert changes to Kitsu API
2018-05-05 14:05:02 +02:00
86a599d13f
Added Github link to about. ( #1389 )
...
* Added Github link to about.
* Added github link to About page (Fixed)
Fixed based on jogerj's comment in #1389
* Changed Github link to correct URL.
* Balanced brackets
2018-05-04 16:36:06 +02:00
8874fe973c
Bugfixes
2018-04-30 18:31:31 +02:00
32db1e3045
Run downloader in foreground service
2018-04-28 10:54:27 +02:00
303e6c0102
Reorganize reader settings. Update Conductor version
2018-04-28 10:40:08 +02:00
18883f1ba3
Crop borders for webtoon now have a separate setting. Close #972
2018-04-27 16:55:12 +02:00
5c31271e91
Workaround a crash related to saving instance state and child controllers
2018-04-25 16:26:46 +02:00
968f4a69e8
Separate 'en' locale into 'en-US' and 'en-GB' for displaying dates
2018-04-22 13:15:47 +02:00
e7e1a9bf50
Fix #1073
2018-04-15 13:26:33 +02:00
3fd2222c99
Update russian sources ( #1362 )
...
1) moved headerBuilder to imageRequest
2) changed the method of gets thumbnails
3) updated js for genres
4) update genre list
2018-04-15 12:47:39 +02:00
6de36a88c0
Fix tracking search layout
2018-04-13 16:28:09 +02:00
7464497c88
Use our OkHttpClient in updates checker. It should fix the updater on KitKat due to TLS
2018-04-06 10:02:01 +02:00
f853610578
Show last update if date > 0
2018-04-05 22:55:23 +02:00
1566b8f8b8
Provide accept & accept-language to cloudflare
2018-04-05 19:12:17 +02:00
4bbf78e840
Don't send cache control with cloudflare challenge
2018-04-05 11:58:28 +02:00
95e60ed775
Update cloudflare interceptor and android studio
2018-04-05 10:36:29 +02:00
d38cd2547a
Enable TLS 1.1 and TLS 1.2 on Android KitKat (and older) ( #1316 )
...
* Enable TLS 1.1 and TLS 1.2 on Android KitKat (and older)
* enable SSLv3
* use extension function
2018-03-25 17:08:29 +02:00
81c23bbf9d
Update Batoto toString() method to support downloaded chapters
2018-03-14 12:54:31 +01:00
50b48ab25c
Fix info layout + disable tag clicks for now
2018-03-09 22:35:10 +01:00
af637a82c3
Fix subtle bugs when installing/loading extensions
2018-03-09 18:56:02 +01:00
ea32ea11f2
Fixed marked previous as read not deleting chapters ( #1283 )
2018-03-07 20:02:59 +01:00
1b7a0de745
Added country/region support for locale when displayed for sources ( #1240 )
...
* Added country support for locale when displayed for sources
* code review changes/comments fix
2018-03-05 19:46:18 +01:00
50e0cb65d9
Anilist search fix ( #1289 )
...
* fixed issue where some anilist results not showing due to null description.
* remove blank line
2018-03-05 19:45:02 +01:00
ba4807f62c
Add logging to controller lifecycle to help reproducing bugs
2018-03-04 21:04:41 +01:00
5efc02a238
Update Kissmanga genres ( #1278 )
2018-03-02 19:38:25 +01:00
8e50ac67bc
Bugfixes and extension installation improvements
2018-03-02 18:10:10 +01:00
a3c03e8ceb
Fix imports from last commits
2018-02-27 19:07:33 +01:00
5a3e30b30a
Update conductor to latest snapshot (with a minor fix)
2018-02-27 19:06:34 +01:00
e3ab90042d
Add missing languages in settings ( #1275 )
2018-02-26 08:47:36 +01:00
32387cd034
Update available extesions whenever the screen is opened
2018-02-24 15:38:19 +01:00
cf5c816483
fix restore from old backup to updated trackimpl. ( #1269 )
...
* fix restore from old backup to updated trackimpl.
added backup of tracking url for new backups
* assignment not needed
2018-02-22 21:54:05 +01:00
0ca2ca33c2
add override status back in ( #1260 )
2018-02-19 08:17:59 +01:00
1875047638
Forgot the backup manager isn't injected
2018-02-18 20:16:06 +01:00