Jobobby04
54cf97170d
Fix landscape view(jsut replaced it with a minorly edited portrait view)
2020-05-21 15:10:13 -04:00
Jobobby04
a5aa89512a
Half fixed landscape view
2020-05-21 00:57:49 -04:00
Jobobby04
51c8430e9c
Totally rewrote the all in one manga page, now is a recycler header
...
It works perfect, there is no lag it all
2020-05-21 00:30:09 -04:00
Jobobby04
4a64bb250d
Mitigate most of the lag problems, should fix all crashes(inspired by J2k code)
...
Add tracking button the way J2K has it, my own implementation
2020-05-16 17:53:14 -04:00
Jobobby04
fa29b914cc
Multiple bug fixes and changes
...
- Fixed options menu
- Fixed merge with another
- Migrate to MaterialFastScroll
2020-05-11 20:10:51 -04:00
Jobobby04
f497e605b4
Style the recommendations buttonm
2020-05-11 15:57:40 -04:00
Jobobby04
b09f1fff51
New All In One Manga interface, its optional and can be disabled
2020-05-11 15:33:38 -04:00
Rani Sargees
b0f39a7d0a
add recommendations button to manga info
...
(cherry picked from commit 0d370004e6c78597957284d67f1af80881e17a49)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourceController.kt
# app/src/main/res/layout/manga_info_controller.xml
# app/src/main/res/values/strings.xml
2020-05-11 00:05:28 -04:00
arkon
1af8bc95a8
Tweak about manga heading
...
(cherry picked from commit 4ff3f0bcba550b7e04f4db22b2e0786713e74893)
2020-05-09 11:20:08 -04:00
Jobobby04
5435c2fb53
Lighter weight method of rounding cover art and removed rounded covers option
...
(cherry picked from commit dabca5f09e0d393d2ea77e483c72561341385cb0)
2020-05-09 11:17:07 -04:00
Jobobby04
06d3a753ac
Add manga migration and merge buttons
2020-05-03 21:24:00 -04:00
jobobby04
aefa7a1a4a
Fixes and such for integration to AZ
2020-05-03 13:56:36 -04:00
Rani Sargees
4d8f44ddae
merge double upstream
2020-05-02 23:39:46 -04:00
arkon
3ba8cff60f
Edge fade for compact genre chips when scrolling
2020-04-27 19:50:35 -04:00
arkon
7307ddd1b8
Restore landscape manga info layout
2020-04-27 19:48:54 -04:00
arkon
c0792522a4
Scrolling manga info view
2020-04-16 22:16:15 -04:00
arkon
c67e62bac3
Remove some relayed chapter info from main manga info view
2020-04-16 22:16:15 -04:00
arkon
5bc9e1632a
Remove unnecessary reader sheet backgrounds
2020-04-12 22:10:49 -04:00
arkon
a1e7592bd8
Rename catalogue classes/layouts -> source
2020-04-12 12:21:47 -04:00
arkon
912629c2dc
Replace TagGroup library with Material chips
2020-03-29 14:11:13 -04:00
arkon
d86b030796
Add icon for mark previous as read
2020-03-22 12:22:47 -04:00
arkon
7d0ea614da
Migrate to MaterialComponents themes
2020-03-11 22:59:37 -04:00
arkon
937fb85376
Use accent color for refresh circle
2020-03-10 22:53:49 -04:00
arkon
7d4f25b354
Add description for secure screen setting
2020-02-26 18:58:13 -05:00
arkon
ef533b4c87
Run default Android Studio formatter on resources
2020-02-17 17:26:20 -05:00
arkon
f7669b6797
Replace left/right layout attributes with start/end
2020-01-09 19:10:55 -05:00
Rani Sargees
9b883b1a09
androidx migration
...
I DID THIS ONE MYSELF WITHOUT TAKING IT FROM THE OTHER FORKS
YEEEEEEEEEEET
2020-01-06 03:26:31 -05:00
arkon
78689e7443
Migrate to AndroidX ( #2424 )
...
* Migrate to AndroidX (automatic conversion by Android Studio)
* AndroidX dependency code updates
* Fix source preference reparenting
* fixes the androidx prefererences icon spacing issue
(cherry picked from commit b76a15d960ec2cdf771be16377db0348b66b3179)
* Fix source preference screen heading size/list padding
Co-authored-by: Carlos <cargo8005@gmail.com>
2020-01-05 11:29:27 -05:00
NerdNumber9
e7abe27bb6
Hide internal sources from UI
...
Change wording on migration button in smartsearch
2019-07-30 10:22:46 -04:00
NerdNumber9
10d6b3a6ca
Initial MergedSource creation UI
2019-07-30 01:41:30 -04:00
Deumiankio
021dde66eb
Add color filter blend modes ( #2013 )
...
* Add color filter blend modes
* Only show modes supported by currently used API level.
* Fix arrays.xml for API level <=27.
2019-04-29 19:32:49 +02:00
inorichi
18f89cc341
New reader ( #1550 )
...
* Delete old reader
* Add utility methods
* Update dependencies
* Add new reader
* Update tracking services. Extract transition strings into resources
* Restore delete read chapters
* Documentation and some minor changes
* Remove content providers for compressed files, they are not needed anymore
* Update subsampling. New changes allow to parse magic numbers and decode tiles with a single stream. Drop support for custom image decoders. Other minor fixes
2018-09-01 17:12:59 +02:00
inorichi
50b48ab25c
Fix info layout + disable tag clicks for now
2018-03-09 22:35:10 +01:00
Josh
233e76724a
Fixes and Tweaks to Info Page ( #1198 )
...
* Fixes inorichi/tachiyomi#1194 by putting the name in a auto size
* removed ellipsizing of title
* moved the genre tags inside of the scroll view for inorichi/tachiyomi#1196
* saving my layout options for the night
2018-03-09 21:42:39 +01:00
Josh
34d21c1de3
Information Page Improvements (click to search, copy to clipboard, etc) ( #1139 )
...
* adds long click to copy details per inorichi/tachiyomi#1127
* Added the latest update date for inorichi/tachiyomi#1098 and possible fix for inorichi/tachiyomi#1141
* cleanup some mistakes I left
* adds modifications to full name display for inorichi/tachiyomi#1141 and click to search on various information pieces for inorichi/tachiyomi#860
* This modifies how the full title shows up in the info pages and also properly ellipsizes the titles in the catalogue/library list views
* Changes full title layout in horizontal mode
* Adds the tags in using AndroidTagGroup library
* reverting the sdk version in the gradle build
* code cleanup
* added back status update
2018-01-18 19:15:33 +01:00
inorichi
297fed6aef
Repackage catalogue to match the UI
2017-12-03 12:58:38 +01:00
inorichi
ca2236958a
Reorganize layouts by feature
2017-05-25 12:16:58 +02:00
len
a5a12f8b3a
Add landscape layout for manga info. Fix portrait layout image paddings when the tab layout was expanded
2017-05-20 14:56:31 +02:00