Commit graph

3458 commits

Author SHA1 Message Date
jmir1
0dffad622d Merge branch 'pr16' and fix all conflicts 2021-05-20 09:50:10 +02:00
arkon
cf99446a12 Adjust tablet layout (closes #5113) 2021-05-19 23:18:24 -04:00
arkon
68286b2acc Tweak About view, make links actually clickable 2021-05-19 22:55:27 -04:00
arkon
a410184e0a Collapse about links into a single row 2021-05-19 22:39:31 -04:00
Soitora
d3ceecf620
Add icons for links in the About section (#5117)
* Add an icon for each link in About

* Add icon for Open source licenses

* Reorder Facebook and Discord

* Revert "Add icon for Open source licenses"

This reverts commit 9b73f8443d1afea60f8bc4165663c8bef0ebf108.
2021-05-19 22:21:22 -04:00
arkon
940c5b3838 Refactor BaseBottomSheetDialog to set maxWidth with newer API 2021-05-19 22:20:45 -04:00
arkon
17c321286d [SKIP CI] Update issue-closer-action 2021-05-19 22:20:45 -04:00
jmir1
d5d8846caf Merge branch 'tachiyomiorg:master' into master 2021-05-20 00:00:46 +02:00
Soitora
76c9a8f08a Increase padding to progress bar (#5110) 2021-05-19 23:59:31 +02:00
Soitora
0dbb79359b
Increase padding to progress bar (#5110) 2021-05-18 22:38:59 -04:00
jmir1
0b95cc7be8 add anime tab in updates
TODO: fix anime updates not being displayed
2021-05-19 02:13:21 +02:00
jmir1
f32a8ca396 fix anime cover not being displayed in history 2021-05-19 01:23:31 +02:00
jmir1
8db1ed0518 fix anime history
and also some other stuff that was broken in the db queries
2021-05-19 01:20:23 +02:00
jmir1
799439d78e fix "anime not found" error for anilist
was a very easy fix lol
2021-05-19 01:03:39 +02:00
jmir1
891f926d86 change all debug version icons
TODO: change all the stable release icons
2021-05-19 00:36:29 +02:00
jmir1
f99b6572bc Merge branch 'pr14'
resolved all confilcts
2021-05-18 14:46:35 +02:00
Hunter Nickel
19f39fcdb0
Change ordering of labels in "when" clause (#5103) 2021-05-18 08:08:23 -04:00
arkon
ab021c1302 Restore original preference background after highlight animation (fixes #5094) 2021-05-17 17:32:10 -04:00
arkon
3b11ad8de8 Revert hide updates/history 2021-05-17 17:24:59 -04:00
Riztard Lanthorn
cf4b870846
library update notif text progress (#5098) 2021-05-17 17:20:58 -04:00
arkon
5e37f72d74 Remove legacy backup creation 2021-05-17 11:41:12 -04:00
jmir1
911e6476ed change app icon 2021-05-17 17:10:26 +02:00
jmir1
5249d41b11 fix animeextension update count 2021-05-17 13:17:19 +02:00
jmir1
828c2420ad Merge branch 'master' of github.com:jmir1/tachiyomi 2021-05-17 12:27:59 +02:00
jmir1
5559df14a5 fix episode being marked as seen when exiting...
...before the full episode length was loaded
2021-05-17 12:26:45 +02:00
jmir1
9312687d51 Merge branch 'tachiyomiorg:master' into master 2021-05-17 01:22:42 +02:00
jmir1
a7c67dcbe6
[SKIP CI] update readme build badge 2021-05-17 01:19:54 +02:00
inorichi
6843dbf7e1 Fix decoder crash with 1px images and crop borders 2021-05-16 22:49:53 +02:00
jmir1
ecaddb7255
[SKIP CI] update readme with preview build info 2021-05-16 19:48:48 +02:00
jmir1
1e9f4beada change stuff for preview release 2021-05-16 19:19:08 +02:00
jmir1
83329cad15 add debug variant google services 2021-05-16 18:59:21 +02:00
jmir1
17e003d7c6 minor cleanup 2021-05-16 17:22:23 +02:00
jmir1
829c9ad5ce change shortcuts 2021-05-16 16:48:58 +02:00
jmir1
a817b42b10 fixing changes after merge 2021-05-16 15:53:57 +02:00
jmir1
01896e583b Merge branch 'pr13' 2021-05-16 15:10:42 +02:00
arkon
09c07faafd Avoid invalid reading mode/orientation selections
Related to #5068
2021-05-15 15:29:21 -04:00
arkon
8e7c235ff0 Cleanup hide updates/history button settings 2021-05-15 15:03:09 -04:00
simakover
7fb4cbb8a0
Add option to hide "Updates" and "History" buttons (#5077)
* Add otion to hide "Updates" abd "History" buttons

* Add otion to hide "Updates" abd "History" buttons

* explicit imports

* New category Navigation

* Add functionality for SideNav
2021-05-15 15:01:05 -04:00
arkon
fa872f6cf7 Don't hide side nav when opening ActionToolbar on tablets 2021-05-14 18:26:39 -04:00
arkon
ef53d4ec07 Fix grid columns on tablets, split out common main_activity layout sections 2021-05-14 17:48:11 -04:00
arkon
c68e7c8da7 Update OneWayFadeChangeHandler to match TachiyomiSY
Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com>
2021-05-14 10:40:38 -04:00
arkon
de35a4c62a Initial tablet NavigationRailView implementation
TODO:
- Make the side nav go beside the toolbar too
- Extract out common main_activity stuff to remove duplicated code
2021-05-14 09:14:42 -04:00
arkon
fcde6c2b84 Minor cleanup 2021-05-14 09:10:17 -04:00
arkon
9cbe053e79 Update dependencies 2021-05-14 09:08:58 -04:00
Ivan Iskandar
818468c58f
Open migrated/copied MangaController right away (#5005) 2021-05-13 17:36:05 -04:00
Riztard Lanthorn
7ba43ae5c2
Add cancel all for series in download queue (#5062)
Co-authored-by: Jays2Kings <jays@outlook.com>
2021-05-13 17:35:47 -04:00
jmir1
99a34f4d42
Merge pull request #12 from dxcently/master
wow! thank you so much for your contribution!
2021-05-13 04:23:19 +02:00
dxcently
76ba16db23 text alignment//jmir tutorial 2021-05-12 22:14:45 -04:00
jmir1
6f4d793813 history changes
-history is now divided in an anime and manga section
-TODO: fix saving anime to the history, doesn't work currently
2021-05-13 01:22:32 +02:00
jmir1
1c78880221 "more" updates
-moved history to the "more" section
-brought back "updates"
-changed some stuff in the "about" section
-TODO: add anime support in "history" and "updates"
2021-05-12 23:44:26 +02:00