Jobobby04
|
91f22c03c0
|
Multiple fixes for J2K auto migration
|
2020-05-23 23:15:42 -04:00 |
|
Jay
|
81ee1ce39a
|
Batch select sources for pre migrations
Select none/all, pinned sources, enabled sources from the list
(cherry picked from commit 59c2da3f91052dfb0a292cb23ccb9d39055aadc7)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/migration/manga/design/PreMigrationController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/migration/manga/process/MigrationListController.kt
# app/src/main/res/drawable/ic_select_all_24dp.xml
# app/src/main/res/values/strings.xml
|
2020-05-23 22:51:34 -04:00 |
|
arkon
|
26776f8430
|
Tweak history card design
(cherry picked from commit e9d3b75e2b9f32268659d92384972535882edf91)
|
2020-05-23 16:04:58 -04:00 |
|
arkon
|
dde7254dcf
|
Update drag icon
(cherry picked from commit 914f5e569b6d1ca3150da954dcd3cfef96c9ef37)
|
2020-05-23 15:36:20 -04:00 |
|
arkon
|
19dc859ef2
|
Change resume button in history to an icon
(cherry picked from commit 067627b51a0011b6c8c12ac03d7cf02e348c288f)
|
2020-05-22 17:50:08 -04:00 |
|
arkon
|
06ff4444c5
|
Refactor history_item.xml to use ConstraintLayout
(cherry picked from commit 09816ed5b6c8a730b02918ae38cf3c95dde41fca)
|
2020-05-22 17:50:08 -04:00 |
|
arkon
|
e49a25b604
|
Add bottom padding to history/sources/extensions (fixes #3192)
(cherry picked from commit 5fd1dec347dcab19ca80b3e65fab1d6298d21322)
|
2020-05-22 17:50:08 -04:00 |
|
arkon
|
5627ad0801
|
Square covers in list view (closes #3121)
(cherry picked from commit 3357e878a5b0c2590f98f24414bdba26a3a21765)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryListHolder.kt
|
2020-05-22 17:50:08 -04:00 |
|
arkon
|
eea5f0ba6a
|
Add fastscroller to migration lists
(cherry picked from commit b8ffb87f01ddda5e09e97170aa5d3287743d6d70)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/migration/MigrationController.kt
|
2020-05-22 17:50:08 -04:00 |
|
arkon
|
86043fbb31
|
Warn about missing sources before restoring backup
(cherry picked from commit a00d11701fe359596f4212bc6ff555a35a02ab25)
|
2020-05-22 17:50:08 -04:00 |
|
arkon
|
1136ec2ad4
|
Add fastscroller to updates and history
(cherry picked from commit 1cf74a5396b1e7bba550f99acd8e3ab118f8facf)
|
2020-05-22 17:50:07 -04:00 |
|
arkon
|
dfc3a5df42
|
Minor show more info button margin adjustment
(cherry picked from commit 39bd823651afa26074af0eebf35f1c082aa64471)
|
2020-05-22 17:50:07 -04:00 |
|
arkon
|
8c00905c99
|
Move extension preferences to separate controller
(cherry picked from commit 9cb45b92e1df415d6a0b0040fc47865dad6e89a0)
|
2020-05-22 17:50:07 -04:00 |
|
arkon
|
8adedee973
|
Better distinguish between obsolete and unofficial extensions
(cherry picked from commit d875d5ef746f1a70bd9dba7f72da9a83ed7a8a08)
|
2020-05-22 17:50:07 -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
|
43098aa61b
|
Added Auto Webtoon Mode
|
2020-05-19 22:00:58 -04:00 |
|
Jobobby04
|
bcfe5af135
|
Fix filter button
|
2020-05-19 15:03:49 -04:00 |
|
Jobobby04
|
b0251b8177
|
Add support for EH Visited exported data in batch add
|
2020-05-18 13:00:13 -04:00 |
|
Jobobby04
|
c069d75ede
|
Fix Batch Add
|
2020-05-17 23:22:56 -04:00 |
|
Jobobby04
|
1713dd4ea0
|
Made saved searches always available
Replace filtersheet with saved searches version if no filters are avalible
|
2020-05-17 20:52:51 -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
|
fac3bd1edd
|
Show icon when chapter is bookmarked
(cherry picked from commit ce6848b3c0c48b7321e8b21278867e49ab4c6992)
|
2020-05-09 11:34:38 -04:00 |
|
arkon
|
976cd41a87
|
MaterialFastScroll updates
(cherry picked from commit d86d861e4b55ecd2407adb656809d7f24bdbd87f)
|
2020-05-09 11:34:24 -04:00 |
|
arkon
|
4aeaee65c3
|
Use borderless buttons everywhere for consistency
(cherry picked from commit 3b45fcdb216cb29ba4f4fc35dc4649efe4d6f2d7)
|
2020-05-09 11:32:48 -04:00 |
|
arkon
|
02e3148efe
|
Adopt MaterialFastScroll from J2K fork
de8cb8c1b0
(cherry picked from commit 694de99a3f6aaf918c9807d88b32bba8cc2f2f73)
|
2020-05-09 11:20:42 -04:00 |
|
arkon
|
1af8bc95a8
|
Tweak about manga heading
(cherry picked from commit 4ff3f0bcba550b7e04f4db22b2e0786713e74893)
|
2020-05-09 11:20:08 -04:00 |
|
arkon
|
4f8c6455bc
|
Fix updates/history section headers in RTL locales
(cherry picked from commit 08ba805bbd40256cb1945650e0077056bedd47db)
|
2020-05-09 11:18:03 -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
|
35c4d0bf4e
|
Saved searches now work
|
2020-05-06 15:19:37 -04:00 |
|
Jobobby04
|
52641494d3
|
Test for saved searches (currently doesnt work)
|
2020-05-04 21:04:58 -04:00 |
|
Jobobby04
|
6de16125f7
|
Fix cutoff for new buttons if your screen is small
|
2020-05-04 00:15:56 -04:00 |
|
Jobobby04
|
06d3a753ac
|
Add manga migration and merge buttons
|
2020-05-03 21:24:00 -04:00 |
|
Jobobby04
|
e46dd808e7
|
Remove unused widget styles and animations
(cherry picked from commit 01dd46c5ed6897784373d9c2cdf42bf67473f4bc)
|
2020-05-03 14:16:06 -04:00 |
|
Jobobby04
|
5e92664761
|
Replace some old color attribute usages
(cherry picked from commit 11e10f6eff6b5d5b67f67c6d96741cfda617f3a7)
|
2020-05-03 14:15:36 -04:00 |
|
jobobby04
|
aefa7a1a4a
|
Fixes and such for integration to AZ
|
2020-05-03 13:56:36 -04:00 |
|
jobobby04
|
01175e687c
|
Another fix for mass migration
Also fixing some deprecated code
(cherry picked from commit 2535ea92ebc97bad9f30e9e48493629df6db28a3)
|
2020-05-03 13:22:15 -04:00 |
|
jobobby04
|
43715f9835
|
Build fixes and remove possibly unneeded settings?
|
2020-05-03 13:20:56 -04:00 |
|
jobobby04
|
b99229b033
|
Refactoring + fixes for auto-migrate
(cherry picked from commit 142dc1c12a95534170517deb077c98896214a2d9)
|
2020-05-03 13:19:12 -04:00 |
|
jobobby04
|
62df1263b1
|
Cleanup of olf auto migration
(cherry picked from commit d64754e3e09e92b2e65c181b0b5e84b531490662)
|
2020-05-03 13:18:47 -04:00 |
|
jobobby04
|
a6f0e7f9b9
|
Part 2 of Auto-Migration Done
(cherry picked from commit c4321e3adfff1bdfdcd8ba209dd20549348be217)
|
2020-05-03 13:18:02 -04:00 |
|
jobobby04
|
f1472d4f8b
|
Fixes for this new auto migration ui
(cherry picked from commit 6d6ff9598205e11c767cedf2fbe261f746df0624)
|
2020-05-03 13:08:47 -04:00 |
|
jobobby04
|
52ad282492
|
Finished Part 1 of new auto source migration
(cherry picked from commit 10206ae7b30fbd521308a6d725e107e708b97dd0)
|
2020-05-03 13:08:46 -04:00 |
|
jobobby04
|
e7b39f29f2
|
Implemented J2K Auto Source Migration
(cherry picked from commit 8ba75831e6f51f6472d85f813405ede3f679cfd8)
|
2020-05-03 13:07:43 -04:00 |
|
Rani Sargees
|
82c49a42c3
|
fix lockscreen
|
2020-05-03 02:08:33 -04:00 |
|
jobobby04
|
77026d4eeb
|
Pure Light Theme fixes and adding eh stuff to strings.xml
|
2020-05-03 02:06:04 -04:00 |
|
jobobby04
|
256b1881f0
|
Tweak Button Styles Part 2
|
2020-05-03 01:57:54 -04:00 |
|