inorichi
345f96055d
Fix indonesian language. Closes #1387
2018-05-05 14:23:34 +02:00
Ken Swenson
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
jFields99
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
inorichi
8874fe973c
Bugfixes
2018-04-30 18:31:31 +02:00
inorichi
f8a03226ee
Release v0.7.3
2018-04-28 11:10:29 +02:00
inorichi
32db1e3045
Run downloader in foreground service
2018-04-28 10:54:27 +02:00
inorichi
303e6c0102
Reorganize reader settings. Update Conductor version
2018-04-28 10:40:08 +02:00
inorichi
18883f1ba3
Crop borders for webtoon now have a separate setting. Close #972
2018-04-27 16:55:12 +02:00
inorichi
5c31271e91
Workaround a crash related to saving instance state and child controllers
2018-04-25 16:26:46 +02:00
inorichi
00981cf4e8
Include firebase analytics
2018-04-25 13:46:57 +02:00
inorichi
968f4a69e8
Separate 'en' locale into 'en-US' and 'en-GB' for displaying dates
2018-04-22 13:15:47 +02:00
NerdNumber9
5cc38c1369
Release v7.2.3
2018-04-18 21:15:11 -04:00
NerdNumber9
e7c48a98df
Fix app locking even if app lock is disabled
...
Hide fingerprint view if fingerprint is disabled
2018-04-18 10:18:32 -04:00
NerdNumber9
d03c49db58
Fix app lock crashing app on older devices
2018-04-18 10:11:47 -04:00
NerdNumber9
b69af710ad
Release v7.2.2
...
Fix SimpleDateFormat crashing application on older Android OSes
Rename preference key (typo)
2018-04-17 15:58:49 -04:00
NerdNumber9
4d3b469c48
Upgrade realm version
2018-04-16 11:50:46 -04:00
NerdNumber9
8cc6c0171b
Increment realm schema version
2018-04-16 09:53:18 -04:00
NerdNumber9
8be5be4720
Fix possible crash-on-start from getToolbarNavigationItem
2018-04-16 09:50:57 -04:00
NerdNumber9
995a1155e4
Update changelogs and add hitomi.la URL importing
2018-04-15 14:35:00 -04:00
NerdNumber9
234c3bb72a
Merge branch 'master' of https://github.com/inorichi/tachiyomi
...
# Conflicts:
# README.md
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryCategoryAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt
2018-04-15 13:39:29 -04:00
NerdNumber9
aafe863774
Add hitomi.la preferences screen
...
Add hitomi.la early refresh
Fix some typos in comments
2018-04-15 13:35:38 -04:00
inorichi
e7e1a9bf50
Fix #1073
2018-04-15 13:26:33 +02:00
BlackSheep
fe1becb001
Update strings.xml ( #1324 )
2018-04-15 12:59:52 +02:00
Taumer
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
NerdNumber9
fb1db914aa
Fix Tsumino page offset ( fixes #27 )
2018-04-14 23:37:17 -04:00
NerdNumber9
7aa8abdd98
Add A-B swapping for hitomi.la search database
2018-04-14 23:23:55 -04:00
NerdNumber9
4bd965a795
Merge branch 'master' of https://github.com/NerdNumber9/TachiyomiEH
2018-04-14 21:17:50 -04:00
NerdNumber9
df2a4779bf
Merge branch 'master' of https://github.com/inorichi/tachiyomi
...
# Conflicts:
# .travis.yml
# README.md
# app/build.gradle
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoController.kt
# app/src/main/res/layout/manga_info_controller.xml
# app/src/main/res/raw/changelog_release.xml
2018-04-14 21:11:29 -04:00
NerdNumber9
d2dc063c8e
More work on Hitomi.la
2018-04-14 15:50:05 -04:00
inorichi
6de36a88c0
Fix tracking search layout
2018-04-13 16:28:09 +02:00
inorichi
a2b1b9e746
Release v0.7.2
2018-04-08 19:10:18 +02:00
inorichi
8017324033
Fix #1351
2018-04-08 18:58:28 +02:00
inorichi
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
inorichi
499def3daa
Fix downloaded text drawn outside the screen
2018-04-06 08:29:17 +02:00
inorichi
6931b75cc5
Release v0.7.1
2018-04-05 23:01:32 +02:00
inorichi
f853610578
Show last update if date > 0
2018-04-05 22:55:23 +02:00
inorichi
69f51b88bf
Fix typo in layout
2018-04-05 22:08:23 +02:00
inorichi
e0d680201a
Update constraint layout & fix broken layouts
2018-04-05 21:50:44 +02:00
inorichi
1566b8f8b8
Provide accept & accept-language to cloudflare
2018-04-05 19:12:17 +02:00
inorichi
4bbf78e840
Don't send cache control with cloudflare challenge
2018-04-05 11:58:28 +02:00
inorichi
95e60ed775
Update cloudflare interceptor and android studio
2018-04-05 10:36:29 +02:00
paronos
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
NerdNumber9
45f4c63941
Merge branch 'master' of https://github.com/inorichi/tachiyomi
2018-03-15 17:22:49 -04:00
NerdNumber9
5e968e5651
Fix broken back button in search
2018-03-15 17:04:33 -04:00
NerdNumber9
3e3c0a1f14
Add option to expand search filters by default
2018-03-15 16:57:16 -04:00
NerdNumber9
c48bebe0b2
Add option to disable auto lock and add manual locking
2018-03-14 18:39:01 -04:00
NerdNumber9
0dd9e9e015
Repackage captcha solve activity to UI package
2018-03-14 13:17:55 -04:00
NerdNumber9
d2a2e17e91
Re-theme lock view to actually match current theme
2018-03-14 13:13:57 -04:00
Bram van de Kerkhof
2159b72e69
Dialog color fix ( #1308 )
2018-03-14 18:01:30 +01:00
NerdNumber9
09dbd723e4
Fix Tsumino captcha appearing multiple times
2018-03-14 12:22:28 -04:00