arkon
6064eda68f
Remove unnecessary dialog padding dimens
2020-04-26 20:07:03 -04:00
arkon
fe803a4588
Add bottom padding to library for ActionToolbar
2020-04-26 20:04:05 -04:00
arkon
2787116171
Fix ActionToolbar background color
2020-04-26 18:00:56 -04:00
arkon
17fc8deb19
Migrate column preference to FlowPreference
2020-04-26 16:35:54 -04:00
arkon
d243ee4b4c
Remove TextDrawable
2020-04-26 11:59:15 -04:00
arkon
4da760d614
Simplify outlined button style name
2020-04-25 12:02:14 -04:00
arkon
902700e1f4
Minor edits
2020-04-25 11:05:29 -04:00
arkon
bbf456a4aa
Tweak ActionToolbar styling
2020-04-25 11:01:08 -04:00
arkon
9f974c9401
Refactor library sheet into tabs
2020-04-24 18:15:37 -04:00
arkon
fba3ed2244
Show scrollable single line of genres when compacted
2020-04-24 16:05:43 -04:00
arkon
292655cbdc
Adjust sources section heading padding
2020-04-24 11:00:07 -04:00
arkon
87ffd6eef2
Reduce size of history card titles
2020-04-24 10:22:05 -04:00
arkon
77cca1ce84
Change favorite icon to heart
2020-04-23 23:08:25 -04:00
arkon
c0bbbdb7ee
Separate categories picker from long pressing manga favorite button
2020-04-23 23:03:20 -04:00
Hawk of the Death
aae6820fdc
Replace Track Reading Dates date picker with MaterialDialog's one ( #2935 )
...
* Replaced datepicker with MaterialDialog's one
* Removed max date due to library bug (afollestad/material-dialogs#1973 )
* Removed old date picker view.
2020-04-23 18:28:41 -04:00
arkon
ab97de2763
Set default textInputStyle ( fixes #2926 )
2020-04-22 21:24:43 -04:00
Hawk of the Death
f7c139030f
Add Start/Finish date support for MAL ( #2672 )
...
* Started working on MAL support
* Added date picker UI
* Replaced Date with Calendar
* Added MAL remote update functionality
* Join url methods listEntryUrl and editUrl
* Removed unused methods
* Renamed mangaEditPayload to mangaEditPostBody
* Moved code to separate method
* Uniformed code to project conventions
* Removed wildcard import
* Moved MyAnimeListTrack to private class
* Improved MyAnimeListTrack name
* Removed redundant code
* Add start/finish date in local database
* Fixed format and improved codestyle
* Fixed typo and fixed TrackHolder's format
* Improved code style
* Ran linter
* Add database updating methods
* Change date format to fit new layout
* Review Commits
* Improve SetTrackReadingDatesDialog readability
* Move private methods after public ones
* Fixed SQL error
* Fixed remove date button
* Updated MaterialDesign methods to latest version
* Replaced dismissDialog() with dialog.Dismiss()
* Fixed wrong string resource usage.
2020-04-22 21:23:23 -04:00
arkon
02207f6cfd
Make entire history item card clickable
2020-04-22 09:14:30 -04:00
arkon
2485ef8547
Remove migrating progress dialog
2020-04-21 19:01:01 -04:00
arkon
b17762f8d9
Remove source name from history cards, slightly compacter
2020-04-21 18:41:05 -04:00
arkon
a5d9fb518a
Minor edits
2020-04-19 15:12:46 -04:00
arkon
01dd46c5ed
Remove unused widget styles and animations
2020-04-19 12:23:37 -04:00
arkon
11e10f6eff
Replace some old color attribute usages
2020-04-19 12:02:08 -04:00
arkon
29e453c201
Minor style tweaks
2020-04-18 19:05:19 -04:00
TacoTheDank
415df2357c
JDK8, lint fixing ( #2888 )
...
* Use Kotlin JDK8
* Satisfy a ton of lints
* Run res/layout files (and manifest) through reformatter
2020-04-18 14:47:22 -04:00
arkon
df69559b39
Collapsable manga summary/genre section
2020-04-18 12:40:47 -04:00
arkon
e388f0d563
Round manga info cover
2020-04-18 11:59:22 -04:00
arkon
fae763dbb0
Manga info action buttons
2020-04-16 22:16:15 -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
e67bb64311
Rounded library covers
2020-04-12 22:29:15 -04:00
arkon
9058536406
Use native fontFamily support for library titles
2020-04-12 22:22:26 -04:00
arkon
5bc9e1632a
Remove unnecessary reader sheet backgrounds
2020-04-12 22:10:49 -04:00
arkon
a0a8899801
Tweak tracking card UI
2020-04-12 22:00:19 -04:00
arkon
a1e7592bd8
Rename catalogue classes/layouts -> source
2020-04-12 12:21:47 -04:00
arkon
7c7d40ea44
Fix status/navigation bar colors ( fixes #2858 )
2020-04-10 18:07:09 -04:00
arkon
aa70be525d
Add text to chapter FAB, shrink extended FABs on scroll
2020-04-10 15:39:28 -04:00
arkon
f7ac969a4a
Fix for Filter.Select labels jumping on filter sheet reloading
2020-04-10 15:23:29 -04:00
arkon
4f5e52fdd4
Move search filter sheet actions to the top
2020-04-10 15:15:31 -04:00
arkon
69af1baf7a
Use LinearLayout as root of main_activity
...
Was causing issues within catalogues when search was invoked
2020-04-10 14:49:21 -04:00
arkon
9a28cbc1e4
Use FAB for catalogue filter
2020-04-10 14:43:13 -04:00
arkon
8cfd80ba84
Move catalogue filters to bottom sheet
2020-04-10 14:23:27 -04:00
arkon
fdc7981d18
Tweak webtoon margin setting
2020-04-10 11:45:30 -04:00
arkon
145a744ce0
Merge branch 'feature/webtoon-margins' of git://github.com/jleehey/tachiyomi into jleehey-feature/webtoon-margins
...
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferenceKeys.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderSettingsSheet.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/webtoon/WebtoonConfig.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/webtoon/WebtoonPageHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/util/preference/PreferenceDSL.kt
# app/src/main/res/values/strings.xml
2020-04-10 11:14:09 -04:00
arkon
dd59748bf0
Minor cleanup
2020-04-07 22:44:37 -04:00
arkon
de8e530b37
Update tracker icons
2020-04-07 16:58:08 -04:00
arkon
441e2a69d8
Minor edits
2020-03-29 16:41:14 -04:00
arkon
912629c2dc
Replace TagGroup library with Material chips
2020-03-29 14:11:13 -04:00
arkon
920ffa8c24
Add fast scroller to library
2020-03-28 17:17:28 -04:00
arkon
488f81ef74
Use bottom sheet for library settings
2020-03-28 17:17:21 -04:00