Carlos
d4449c1d03
LibraryBadge clean up ( #209 )
...
* adjust badge colors to use color properties specific to badges
clean up library badge with existing and new view extensions
* fix line that should have been deleted in tracksearch
2020-04-23 21:02:44 -04:00
Jay
e2410fafb8
Fixing bottom sheets for notched phones
...
Starting to turn on bottom sheets now
Also general fixes on notched tablets (if those exists, I think they do?)
2020-04-23 03:23:36 -04:00
Jay
af3fadd62a
Fixed weird changing size of the fab in browse source view
...
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
2020-04-22 20:32:54 -04:00
CarlosEsco
f6c2558722
run standard xml format on reader files
2020-04-22 13:31:02 -04:00
Jay
2fa1c71fbd
More attr cleanup
2020-04-19 20:46:53 -04:00
Jay
b53d571a1c
Add option to hide start reading button
2020-04-19 18:22:12 -04:00
Jay
b38b74d95d
Using appbar for reader, removing tablayout in main activity xml
...
and a pill in the reader chapters sheet
2020-04-19 17:57:35 -04:00
Jay
732b7c3414
Update dividers
2020-04-19 17:41:50 -04:00
Jay
5b5239c5eb
Reader now using app theme, clean up of unused drawables; attrs; colors
2020-04-19 17:28:59 -04:00
Jay
aef79bafad
Converted long press for hide and pin into a swipe and button
...
respectively
2020-04-19 14:52:22 -04:00
Jay
5871572442
Renaming a bunch of files as Source instead of Catalogue
2020-04-19 04:33:57 -04:00
Jay
83990793a2
Part 1 of updating source controller
2020-04-19 04:17:47 -04:00
Jay
0af41005f8
Adding webtoon side margins + continuous vertical
...
Co-Authored-By: arkon <arkon@users.noreply.github.com>
Co-Authored-By: morcefaster <51055657+morcefaster@users.noreply.github.com>
2020-04-17 00:04:44 -04:00
Jay
6bdbf59041
Pressing on category name in library allows managing of it
...
Can rename, set download new chapters, or include in global update
2020-04-16 20:41:07 -04:00
Jay
877cb43043
Option to collaspe categories
...
Sort button on category now shows category direction
Category name now a bit larger
2020-04-16 15:58:10 -04:00
Jay
02896679fe
Added Chapter list to reader activity
...
Also using this as a test bed for fast adapter
2020-04-14 23:56:50 -04:00
Jay
2d9f19e8db
Updating some of the sheets to be more modern
2020-04-14 15:37:49 -04:00
Jay
7fa0280e91
appending ic_ to the icon drawables
2020-04-13 23:18:00 -04:00
Jay
13ab4655b3
Removed unused resources
2020-04-13 23:13:13 -04:00
Jay
fb7599c833
Update download colors
2020-04-13 22:36:54 -04:00
Jays2Kings
ffa83e3677
Merge pull request #187 from CarlosEsco/MD2minorchanges
...
minor changes
2020-04-13 22:15:39 -04:00
Jay
14c2ac6067
Added a tablet layout to manga details
...
The 3 people who can use this you better appericate it
2020-04-13 20:10:50 -04:00
Jay
60bb7d919d
Showing category change via the fastscroll indicator, Library title is now always "Library"
2020-04-13 02:26:19 -04:00
Jay
cb6de21804
Using bookmark icon for chapter bookmarking, heart for favoriting manga
2020-04-12 20:19:07 -04:00
Jay
ed3e819829
Library's first load is now async + private scope in library presenter
2020-04-11 14:26:01 -04:00
Jay
34692cdc93
Added Proper logout button to tracker login dialog
2020-04-11 01:04:11 -04:00
Jay
b5699154f4
Added option to ungroup recents
2020-04-11 00:05:59 -04:00
Carlos
124bb63442
switch to use color accent
2020-04-10 17:58:22 -04:00
Jay
2dd8c8810a
Clean up of library presenter
...
Using progress bar again for when a category is updating and ripple for sort button
Fixed #165
2020-04-09 23:45:44 -04:00
Jay
1aebd3aced
light Manga details refactoring
2020-04-09 02:01:56 -04:00
Jay
05428b308f
Reordering the strings xml
...
and slightly more cleanup
2020-04-09 00:25:38 -04:00
Jay
fb529f52d3
Big refactoring of strings
...
Removing some of the unused, removing the prefixes on some strings
Cleaning up some of the unused resoures and dialogs
2020-04-08 20:32:36 -04:00
Carlos
4c45e3b217
switch to accent color for the downloaded
2020-04-08 17:55:39 -04:00
Carlos
5f8643a33d
switch tracker cards to use the background_card attr
2020-04-08 17:49:35 -04:00
Jay
4d8340a0c3
New fast scroller used on chapter list
...
Scrolls by volume now
Updated to jsoup 1.13.1 since there was some errors with 1.12.2
2020-04-06 23:52:15 -04:00
Jay
21953424c0
Added theme style to swipe refresh
...
Also fixed #161
2020-04-06 15:06:17 -04:00
Jay
0bcd8f2f68
Made description text selectable
...
+ fixes to when set default chapter sort should show
2020-04-06 13:27:06 -04:00
Jay
651682df4a
Cleaning the library controller + removing the side swipe
...
^Since the fast scroll exists now
Root controlllers can all now swipe up from the bottom bar to expose sheet
Added option to refresh tracking for a manga
2020-04-06 03:10:53 -04:00
Jay
83206ded5e
Update Recents updates items to new style
...
Also removed newly added manga from flooding recent updates (closing #52 )
2020-04-04 20:18:27 -04:00
Jay
4e33b93c08
Small UI tweaks
...
Download 3 dots hidden when theres a single chapter downloading
Recents now shows the chapter as the title, manga as subtitle
Library List view: moved start reading button outside of the manga
Reenabled freeform covers
Also never commited the fast scroll the gradle, oops
2020-04-04 16:48:15 -04:00
Jay
73373cab56
Added option to globally sort all manga's chapters
...
Fyi this is going to break your current sorting
Also made it more obvious the entire chapter filter header is clickable
2020-04-04 16:11:00 -04:00
Jay
58d416d16c
Merge branch 'MD2' of https://github.com/Jays2Kings/tachiyomi into MD2
2020-04-04 14:07:20 -04:00
Jays2Kings
dd11367331
Merge pull request #169 from CarlosEsco/MD2Tracker
...
update icons for shikimori and bangumi
2020-04-04 14:05:59 -04:00
Jay
d0def563c8
New fast scroller for library
...
Updated Drag handle icon
Removed outline fron update button in extensions
Moved "view options" to filter sheet as "display options"
Removed freeform cover option from library 😔
Added swipe refresh to recents page
Removed a few overflows
2020-04-04 13:47:32 -04:00
Jay
836291a59a
Cleaning out the old LibraryController
2020-04-03 19:15:29 -04:00
Jay
c13b6cbe91
Added swipe to refresh to library
...
Plus increased horizonatal swipe distance
2020-04-03 02:33:05 -04:00
Jay
1ce426d1c9
Download queue moved to recents
...
We're at 7 bottom sheets now
Using vibrant color for manga cover background
2020-04-03 01:04:44 -04:00
Jay
5963c09691
Updates to Date Added
...
On upgrade, assign date added to the earliest chapter fetch
Added "Newly Added" section to recents
Reformated Recents to use a single recyclerview
2020-04-01 21:26:32 -04:00
Carlos
af45fa4a20
renamed webp files with prefix ic_ since these are icons for the trackers
2020-03-31 13:51:14 -04:00
Carlos
15567cc3c3
removed unused navigation header
2020-03-31 10:52:00 -04:00