Commit Graph

1926 Commits

Author SHA1 Message Date
Jay
f3b96c430e Fixed all category sorting for D&D 2020-02-02 02:24:02 -08:00
Jay
cc81b37f03 Fixed icon dialog for devices under Android O 2020-02-02 00:07:50 -08:00
RaniSargees
3cad9405f9 Searching in recents 2020-02-01 23:58:42 -08:00
Jay
fa7b668ac8 Merge branch 'REL_0.9.761' 2020-02-01 23:43:45 -08:00
Jay
50a0e20471 Version 0.9.761
Fixed Reader transision page
2020-02-01 23:40:48 -08:00
Jay
e96fb3c17c Option to hide categories + added back fastscroller
It's still anchored to the edge of the screen, and locks the filter bar when pressing it
2020-02-01 18:41:08 -08:00
Jay
4d6fb3139d Version 0.7.96 2020-02-01 12:47:03 -08:00
Jay
fee957c367 If a local manga title is blank, searching for it will add the title back 2020-02-01 12:46:43 -08:00
Jay
94b82ee40e Fixed blank title when refreshing metadata 2020-02-01 11:51:03 -08:00
Jay
2c33040a5f Fix for light theme bugging out and being dark
Same as the dark theme earlier just reverse the conditions (always light with system dark theme)
2020-01-30 00:06:59 -08:00
Jay
ccd1c7bc1d Using night colors instead of night themes
So I dont have to use get theme (which was causing lag) and fixes some theming bugs
2020-01-29 23:57:17 -08:00
Jay
10d514f8f4 Move themeing to base activity 2020-01-29 21:53:37 -08:00
Jay
0b6f7fab81 Version 0.9.75 2020-01-27 21:40:49 -08:00
Jay
32c58640a2 Remove pencil from edit manga cover
Move reset tags to the bottom
2020-01-27 21:40:35 -08:00
Jay
872f5319f6 Use old tags if they match 2020-01-27 21:29:46 -08:00
Jay
c745ac7350 Fixed #67 and #69 2020-01-27 21:09:25 -08:00
Jay
5ea683b686 Added "Reverse order" option to d&d sorting to reduce menu size 2020-01-27 21:04:11 -08:00
Jay
ea281be29e Added Last Read to drag & drop 2020-01-27 20:03:29 -08:00
Jay
17b862df4a Update SettingsReaderController.kt 2020-01-27 19:55:24 -08:00
Jay
8638e5452d Refactoting from dev 2020-01-27 18:08:27 -08:00
arkon
3d3d9b3a12 Directly pass read chapter when updating tracker 2020-01-26 19:39:45 -08:00
Jay
c7356a977d update title on metadata refresh
putting this in a try block since sources have late inits for titles, just not as mangaimpl
2020-01-26 19:39:01 -08:00
arkon
ff5169d7b9 Remove display/sorting mode dialogs 2020-01-26 19:31:15 -08:00
Mike
9baeb38177 CloudflareInterceptor update (#2537)
* CloudflareInterceptor update

* Changes

* Max-Age

* Tweaks
2020-01-26 19:29:16 -08:00
Jay
332a21ed76 Fixed tracking icon in search activity 2020-01-22 17:37:20 -08:00
Jay
e41173ad1d Fix crash for multichoice pref dialog with an "all" option 2020-01-21 21:20:59 -08:00
Jay
3f0aa0c037 More updates to edit manga dialog
Cleared focus from add tag
edit pencil is more noticable now
setting a local cover disables auto refresh covers
2020-01-21 19:48:26 -08:00
Jay
b7d538f7a6 Pressing the nav bar's up button in Search Activity now puts you where you were last in tachi
Or creates a new main activity if it doesnt exist
2020-01-21 18:18:33 -08:00
Jay
343fad39b6 Instantly show check on tab for tracked manga 2020-01-21 18:04:23 -08:00
arkon
2b1752de09 Remove reflection to show tracking checkmark 2020-01-21 17:52:46 -08:00
arkon
8431d14754 Update Firebase 2020-01-21 17:45:48 -08:00
arkon
a8d1999fc2 Share Button in WebView + Open in broswer moved there 2020-01-21 17:35:50 -08:00
arkon
f465785935 Move WebViewActivity to where it should be 2020-01-21 17:26:53 -08:00
[pʲɵs]
dff4f43b83 Do not suppress a type system error (#2524)
This code was sort of fine when it used raw Java types, but the Kotlin
equivalent technically calls a method that takes a Nothing-typed
argument with a value that is not of type Nothing. Whether that works
depends on how lenient kotlinc is about inserting casts in bytecode.

The solution is to give the unknown type represented by a star an
explicit name by capturing it in a type variable, then cast to that type
instead of Nothing. This is guaranteed to be an unchecked, but valid,
cast.
2020-01-21 17:23:05 -08:00
MCAxiaz
33836ba049 Bug/2513 edit text preference crash (#2522)
* use themedContext for preference

* use inflater with themed context
remove icon space

* v14 preferenceThemes are deprecated
2020-01-21 17:22:42 -08:00
arkon
44aae85493 Update build.gradle 2020-01-21 17:22:22 -08:00
Jay
95d6c583cf Updated Russian Translations
Co-Authored-By: Daniil Isakov <oplexz@users.noreply.github.com>
2020-01-21 17:14:54 -08:00
Jay
db11ac8cf6 Threw local manga editing into a json 2020-01-20 15:37:15 -08:00
Jay
a253c255e8 Download dialog in chapters removed, now using submenu 2020-01-20 14:37:27 -08:00
Jay
81eaf8bb95 Added more plural strings 2020-01-20 14:37:07 -08:00
Jay
5587080c95 Search for local manga by searching "local" 2020-01-20 13:14:55 -08:00
Jay
ad8c69aa15 Implemented #75 2020-01-20 13:14:05 -08:00
Jay
bf919e7949 Fixes for local manga and others for custom manga info 2020-01-20 12:34:20 -08:00
Jay
c92b2bb203 UI/Functionality for custom info done
Local Manga is up next
2020-01-20 01:04:36 -08:00
Jay
a94d455e79 Fixed scrollbar in preference popup 2020-01-19 17:42:11 -08:00
Jay
aa00a1bed8 Prep for custom titles 2020-01-19 16:58:28 -08:00
Jay
fe316b5bbc Created searchactivity
So jumping from extension intent to tachi is a better experince
2020-01-16 23:27:40 -08:00
Jay
6a7e9937de Merge branch 'master' of https://github.com/Jays2Kings/tachiyomi 2020-01-16 23:27:12 -08:00
Jay
afe69fa2ed Tracking updates
Tracked no longer shows manga tracking for services you've logged out of
Added logout button to tracking settings
If there's a single result in the track dialog for manga, it is selected so all you need to do it press "Track"
2020-01-16 23:26:20 -08:00
Jay
1039601bc1 Using langauge name for default categories in settings 2020-01-16 23:24:09 -08:00