This repository was 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
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency com.github.thellmund.android-week-view:core to v5#1572renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
f688ff9 to
d1f0b95
Compare
d1f0b95 to
4541a11
Compare
f72bc8f to
4fabde6
Compare
4fabde6 to
634d5b9
Compare
634d5b9 to
e4fbefe
Compare
e6d1699 to
f5b6d40
Compare
fbe3ec5 to
7c268e7
Compare
44f74c7 to
80ddeef
Compare
069308f to
839c260
Compare
388b133 to
6b22b23
Compare
6b22b23 to
d2468c1
Compare
d2468c1 to
5afd2b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.2Release Notes
thellmund/Android-Week-View (com.github.thellmund.Android-Week-View:core)
v5.3.2Compare Source
(2021-06-14)
v5.3.1Compare Source
(2021-06-13)
PagingAdapter.windowBackgroundthat wasn’t a color.v5.3.0Compare Source
(2021-03-03)
warningtoerror.v5.2.4Compare Source
(2021-02-14)
jsr310module now uses core library desugaring, which allows it to be used starting at API 21 instead of API 26.v5.2.3Compare Source
(2021-02-06)
emojimodule now initializes automatically on start-up. CallingweekView.enableEmojiProcessing()is no longer necessary.firstVisibleDateandlastVisibleDatebefore the initial render.adapter.onRangeChanged()reliably again on API 25 and below.Thanks for contributing, RemiNV!
v5.2.2Compare Source
(2020-12-30)
firstVisibleHournow returns the first partially visible hour as anIntand 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.1Compare 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 typeTdirectly to WeekView’s adapter by callingadapter.submitList(List<T>). Then, implementonCreateEntity()in your adapter to create aWeekViewEntityfrom your object.scrollToDate(date: Calendar),scrollToTime(hour: Int, minute: Int), andscrollToDateTime(dateTime: Calendar).com.github.thellmund.Android-Week-View:emoji:x.y.zand callweekView.enableEmojiProcessing()before submitting events.onEmptyViewLongClick()if an empty area in the calendar was long-clicked.v5.0.3Compare 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.2Compare Source
(2020-11-10)
IllegalArgumentExceptionifgoToHour()is called with an hour outside the accepted time range. Instead, it coerces the provided argument into the range ofminHourandmaxHour.goToCurrentTime().v5.0.1Compare Source
(2020-11-03)
v5.0.0Compare Source
(2020-10-20)
This release contains new functionality and includes breaking changes. To get started, take a look at the wiki.
SpannableStringfor 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.DateFormatterandTimeFormatterto format date and time labels.DateTimeInterpreterhas been deprecated and will be removed soon.singleLineHeaderattributes has been removed.arrangeAllDayEventsVerticallytofalse.findViewById<WeekView<T>>.refresh()on an implementation ofWeekView.PagingAdapter.ConcurrentModificationExceptionwhen submitting new events in quick succession.minHouris set.WeekView.SimpleAdapter.minDateandmaxDate.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.