This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
fix(deps): update dependency com.github.thellmund.android-week-view:core to v5 #1572
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.6
->5.3.2
Release Notes
thellmund/Android-Week-View (com.github.thellmund.Android-Week-View:core)
v5.3.2
Compare Source
(2021-06-14)
v5.3.1
Compare Source
(2021-06-13)
PagingAdapter
.windowBackground
that wasn’t a color.v5.3.0
Compare Source
(2021-03-03)
warning
toerror
.v5.2.4
Compare Source
(2021-02-14)
jsr310
module now uses core library desugaring, which allows it to be used starting at API 21 instead of API 26.v5.2.3
Compare Source
(2021-02-06)
emoji
module now initializes automatically on start-up. CallingweekView.enableEmojiProcessing()
is no longer necessary.firstVisibleDate
andlastVisibleDate
before the initial render.adapter.onRangeChanged()
reliably again on API 25 and below.Thanks for contributing, RemiNV!
v5.2.2
Compare Source
(2020-12-30)
firstVisibleHour
now returns the first partially visible hour as anInt
and takes into accountminHour
. To retrieve the first fully visible hour, you can usefirstFullyVisibleHour
.onRangeChanged()
when a scroll has finished. Previously, it would call it for every date that it scrolled past.Thanks to everyone who reported issues!
v5.2.1
Compare Source
(2020-11-25)
This release fixes a build issue introduced in the last version.
v5.2.0
(2020-11-19)
WeekViewEvent<T>
was replaced by the sealed classWeekViewEntity
, which can be of typeEvent<T>
orBlockedTime
. Refer to the wiki to get started.WeekViewDisplayable<T>
is now deprecated. Now, submit elements of typeT
directly to WeekView’s adapter by callingadapter.submitList(List<T>)
. Then, implementonCreateEntity()
in your adapter to create aWeekViewEntity
from your object.scrollToDate(date: Calendar)
,scrollToTime(hour: Int, minute: Int)
, andscrollToDateTime(dateTime: Calendar)
.com.github.thellmund.Android-Week-View:emoji:x.y.z
and callweekView.enableEmojiProcessing()
before submitting events.onEmptyViewLongClick()
if an empty area in the calendar was long-clicked.v5.0.3
Compare Source
(2020-11-10)
goToCurrentTime()
if it’s already scrolled to the current date, but not the current time.Thanks for reporting this, FeFelten!
v5.0.2
Compare Source
(2020-11-10)
IllegalArgumentException
ifgoToHour()
is called with an hour outside the accepted time range. Instead, it coerces the provided argument into the range ofminHour
andmaxHour
.goToCurrentTime()
.v5.0.1
Compare Source
(2020-11-03)
v5.0.0
Compare Source
(2020-10-20)
This release contains new functionality and includes breaking changes. To get started, take a look at the wiki.
SpannableString
for event titles and locations to provide custom styling.weekendTextColor
.WeekView.Adapter<T>
for submitting events and providing callbacks. As a consequence, all listeners used for click and scroll callbacks have been removed.DateFormatter
andTimeFormatter
to format date and time labels.DateTimeInterpreter
has been deprecated and will be removed soon.singleLineHeader
attributes has been removed.arrangeAllDayEventsVertically
tofalse
.findViewById<WeekView<T>>
.refresh()
on an implementation ofWeekView.PagingAdapter
.ConcurrentModificationException
when submitting new events in quick succession.minHour
is set.WeekView.SimpleAdapter
.minDate
andmaxDate
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.