3625 Commits

Author SHA1 Message Date
arkon
011bb9f5b1
Update to build tools v29.0.2 (#2385) 2019-12-22 16:14:09 -05:00
Eugene
08b06e1b4e
Update to latest version of Android support libraries
Should make migration to AndroidX a bit smoother
2019-12-22 15:56:25 -05:00
Eugene
0416a2ff15
Extract some hardcoded strings (closes #1989) 2019-12-22 15:48:36 -05:00
Ankit Singh
3a7cdfcaa4 Update README.md (#2372)
changed  Chat to support server
fixed grammar mistake
2019-12-21 10:45:43 -05:00
Ankit Singh
c36a47576d Update README.md (#2351)
Update README.md
2019-12-03 09:34:58 -05:00
John Leehey
f14af7cf83 Bind the margin ratio as a float preference and rename variables
- Fixed the floatListPreference that was used in the SettingsReaderController
- Created new extension for binding float preferences in the ReaderSettingsSheet
- Renamed the ratio variables to include the `webtoon` naming
2019-12-02 14:19:22 -08:00
John Leehey
4014c48c62 Revert "Remove no-longer-needed FloatListPreference"
This reverts commit 19993199db400e0276966dacba5511115e907170.
2019-12-02 13:38:33 -08:00
Harsh Parekh
6c9135c093 Improve Issue reporting experience (#2189)
* Improve issue reporting workflow.

* Add meta request template

* Remove old template

* Fix label for bug

* Add template text.

* Remove meta request

As per [review](https://github.com/inorichi/tachiyomi/pull/2189#discussion_r321668645)

* Remove Acceptance Criteria

As per [review](https://github.com/inorichi/tachiyomi/pull/2189#discussion_r321665449)

* Requested changes from arkon

All except the default template.

* Revert "Remove old template"

This reverts commit b9ef01f655e13e2582af68d3a454bd2db4723534.
2019-12-01 13:49:47 -05:00
John Leehey
19993199db Remove no-longer-needed FloatListPreference 2019-11-30 18:41:52 -08:00
John Leehey
5b9f362925 Add support for margins in Webtoon view
On larger tablets, matching the page width to the screen width in
webtoon mode causes eye strain due to the image looking so magnified.
Adding a page margin to the image can resolve this by effectively
scaling the image down.
2019-11-30 18:37:52 -08:00
Rani Sargees
690d2fb15b fixed tsumino for real this time really 2019-11-29 01:18:21 -05:00
Rani Sargees
7ac188709b tsumino half fixed. mostly usable 2019-11-28 22:52:44 -05:00
az4521
93c8773e91
Update Tsumino.kt 2019-11-28 18:46:19 -05:00
az4521
eefe95c2ee
Update TsuminoSearchMetadata.kt 2019-11-28 18:45:04 -05:00
az4521
af9825d369
Update TsuminoSearchMetadata.kt 2019-11-28 18:17:04 -05:00
az4521
59f38cb343
Update Tsumino.kt 2019-11-28 17:37:24 -05:00
az4521
810d2d4776
fix tsumino for real this time 2019-11-28 17:33:55 -05:00
Rani Sargees
027cb10d0f fix tsumino 2019-11-28 16:35:58 -05:00
Rani Sargees
24a6eba94e match upstream 2019-11-28 16:24:51 -05:00
FlaminSarge
80ea9001b3 Allow 'Default' category as the default for adding manga (#2292) 2019-11-03 13:52:33 +01:00
funkyhippo
24bb94ceac Implemented extension search functionality. (#2211) 2019-10-14 11:15:00 +02:00
Ken Swenson
0f16351f5f Set glide to use the gif loop count (#2263) 2019-10-14 11:11:11 +02:00
MCAxiaz
b60b26bbd0 fix jitpack cause it's shitting out (#2274)
fix jitpack shitting out
2019-10-13 01:09:58 -04:00
arkon
86e53e08de Group available extensions by language (#2210) 2019-10-11 19:07:55 +02:00
Carlos
d3cb10a74e
Merge pull request #2271 from mezzode/patch-1
Update link in FAQ
2019-10-10 14:17:32 -04:00
Sean
7d6cfff719
Update link in FAQ
Wiki has been replaced by website.
2019-10-10 11:10:48 -07:00
Simon M
cc0fe0a1a9 Change "Help" link from Github Wiki to Website (#2265)
Change "Help" link from Github Wiki to Website
2019-10-04 11:44:52 -04:00
Soitora
25327342fb Changed README's app screenshot (#2229)
* Delete old screenshot

* Add new screenshots
2019-09-21 11:01:26 -04:00
Jozef Hollý
e02cf67f85 Update translation files (#2238)
Updated by "Cleanup translation files" hook in Weblate.

Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/
2019-09-21 11:00:45 -04:00
Jozef Hollý
bf4bef6d62 Translations (#2011)
Translations
2019-09-21 09:50:38 -04:00
Samuel Bronson
76645bce6e Remove redundant "publishNonDefault" setting
I think I've seen the following message from just about every single
gradle run throughout the upgrade process:

publishNonDefault is deprecated and has no effect anymore. All variants are now published.
2019-09-20 12:42:41 -04:00
Samuel Bronson
9276c491bc Upgrade Kotlin (to 1.3), Coroutines, Gradle and Android gradle plugin.
Kotlin:                1.2.71 -> 1.3.50
Coroutines:            0.30.2 -> 1.3.1
Gradle:                4.6    -> 5.4.1
Android gradle plugin: 3.2.1  -> 3.5.0

This brings us down to *one* experimental coroutine API, and we've
opted in to using it in just *one* place.

(The fact that the API to opt-in to using an experimental API in a
specific place is *also* experimental surely will not come back to
bite us later.)
2019-09-18 22:45:54 -04:00
Samuel Bronson
fa59b4f8a7 Fix coroutine deprecations again 2019-09-18 17:41:09 -04:00
Samuel Bronson
934a37c36b Update to kotlinx.coroutines 0.30.2
Almost done, honest!
2019-09-18 13:37:57 -04:00
Samuel Bronson
5362f62078 Update deprecated coroutines code 2019-09-18 13:32:42 -04:00
Samuel Bronson
ccd360687e Update to kotlinx.coroutines 0.26.0 2019-09-18 13:20:39 -04:00
Samuel Bronson
5a2e8a838c Update to kotlinx.coroutines 0.23.4 2019-09-18 01:31:15 -04:00
NerdNumber9
c1c43bb6fb Add minimum/maximum pages filter to E-Hentai/ExHentai source 2019-08-31 17:45:40 -04:00
NerdNumber9
0804550539 Fix strange behavior when using text filters 2019-08-31 17:44:47 -04:00
NerdNumber9
3156482334 Upgrade Gradle, Kotlin and KotlinX Coroutines 2019-08-31 00:07:26 -04:00
NerdNumber9
052317b38a Fix HBrowse namespace correction
Fix HBrowse maleBody and femaleBody namespaces
2019-08-31 00:06:58 -04:00
NerdNumber9
6ff684f638 Migrate old update jobs 2019-08-13 01:43:07 -04:00
NerdNumber9
6857c8c1fe Use better job ids for EHentai updater 2019-08-13 01:41:31 -04:00
NerdNumber9
44d563e689 Use better job ids for EHentai updater 2019-08-13 01:39:01 -04:00
NerdNumber9
6ce2809450 Use better job ids for EHentai updater 2019-08-13 01:38:49 -04:00
NerdNumber9
0759036536 Use correct HBrowse source id 2019-08-13 01:31:44 -04:00
NerdNumber9
6f6490b7ac Bump version number and add changelog 2019-08-13 01:16:33 -04:00
NerdNumber9
da12a4b17f Speed up migration cancellation
Allow migrating an entire source of manga
2019-08-13 01:10:31 -04:00
NerdNumber9
1302bc84dd Fix auto-migration UI in dark theme 2019-08-13 00:19:26 -04:00
NerdNumber9
1c4a8046d0 Allow saving of HBrowse queries 2019-08-13 00:13:04 -04:00