Skip to content

Releases: lilcodelab/Xamarin.Plugin.Calendar

1.4.5304

08 Jul 11:01
Compare
Choose a tag to compare
revert to netstandard2.0

1.4.5166

21 Jun 10:01
Compare
Choose a tag to compare
1.4.5166 Pre-release
Pre-release

1.4.5166

Changes:

  • 9247986 store variable to artifacts
  • 61e3879 update nuget packages
  • ad2c849 Merge pull request #99 from lilcodelab/updateReadmeWithCulutreInfo
  • 0f672e1 update readme, update android version
  • bff48f2 Adding a description for cultureInfo.
  • 7da7d1d Merge pull request #98 from kerkenit/master
  • da99e87 Merge pull request #93 from lilcodelab/ranged-selection-refactor
  • 414c01d Hided shadow
  • aba968e Merge branch 'master' into ranged-selection-refactor
  • 3538578 Finished with implementation
See More
  • 8d4b3e7 Finally finished the SelectedDate computed property
  • 6d98736 Implemented SelectedDate computed property
  • 06d3207 Separated the calendar into multiple components
  • 4511f52 Made the naming more appropriate
  • 78a2c2a Made changes as per review
  • 16fb722 Exposed date properties to be set from external code
  • 64e15e1 Cleaned up
  • 16d99ee Finished
  • 0b10307 Cleaned up a bit
  • 3ab1d49 Fixed bugs
  • 0528869 Finished with initial implementation
  • e14b1de Merge pull request #88 from lilcodelab/calendar-component-refactor
  • 73c47b5 Merge pull request #89 from lilcodelab/cleanup-range-page
  • 26bcca1 cleanup range model
  • 00874d9 Added XML comments to remove warnings
  • bd6636f Refactored Calendar.xaml
  • ce142c9 Merge pull request #87 from lilcodelab/1796-refactor-monthdaysview
  • f6ec572 Finished refactoring MonthDaysView and adding XML comments
  • b3336bb Merge pull request #86 from lilcodelab/1795-refactor-dayview
  • c3c5f54 Update DayView.xaml
  • d314bf3 Refactored the DayView
  • db8797f Merge pull request #82 from lilcodelab/range-selection-hotfix
  • e00b117 Fixed app crashing when viewing month with selected dates
  • d672493 Merge pull request #81 from lilcodelab/readme-image-fix
  • 8d5b445 Edited the iOS range image for readme
  • 2fddf88 Merge pull request #80 from lilcodelab/range-selection
  • 03a84e6 Update README.md
  • a02d88c Update README.md
  • 74e055a Edited the readme file
  • 0446468 Made changes as per review
  • 17e0f05 Merge pull request #79 from lilcodelab/todayTextColor
  • d4fde6c Fixed bug with single selection
  • 7a00904 Implemented Clear functionality for pop-ups
  • 5857811 Finished implementing eventList sync with range selection
  • 8e400c1 Refactored the range selection, added backwards selection functionality
  • 4dcf3b4 added range picker for range selection example
  • 423ef4f Added date range selection capability
  • b78dc2a Updating documentation, and today colors to advance page.
  • 7dd5934 TodayTextColor and SelectedTodayTextColor are now Transparent color unless we change it. Logic on DayModel is now little different.
  • 5747116 Starting color for todaytext color is blue, and for selectedtodaytextcolor is white. Also deleted deselectedTodayTextColor since we don't use it anymore.
  • f106da5 Now you can change TodayTextColor, and SelectedTodayTextColor.
  • 9e9527c Merge pull request #78 from lilcodelab/stackLayoutVertical
  • c958b3a Setting orientation to vertical
  • 5e742a6 Update azure-devops-sync.yml
  • e1588f3 Update azure-devops-sync.yml
  • 34688a2 Update azure-devops-sync.yml
  • a3507ef Create azure-devops-sync.yml
  • 43f2a38 Merge pull request #76 from lilcodelab/culture-abbreviated-day-name
  • 8c42c50 For each day we check the abberivatedDayName.Length and if its smaller then three we take his length.
  • f3a71af Merge pull request #62 from cristiproj/hide_header_section_flag
  • 806c798 Update Calendar.xaml.cs
  • 6d94823 Merge pull request #58 from JotaDobleEse/other-month-days-is-visible
  • 96390a4 small cleanup
  • 5516a88 Merge remote-tracking branch 'origin/master' into other-month-days-is-visible
  • fdabd22 Merge pull request #61 from tborozan/days-title-length
  • 859e0e4 Set HeaderSectionVisible to True in AdvancedPage.xaml
  • e8a61e6 Added flag to hide HeaderSectionTemplate.
  • 60ff1ac Merge pull request #2 from lilcodelab/master
  • 9fc13ee enum rename fixes
  • c806b0a added property to change the length of day titles
  • 6336ed0 Update DayModel.cs
  • 4213dba Update AdvancedPageViewModel.cs
  • 933441e Add OtherMonthDayIsVisible property to Calendar and MonthDaysView.
  • 48f8b38 Merge pull request #57 from kerkenit/patch-1
  • 0c7759c Fixed wrong character
  • 60af680 Merge pull request #49 from cristiproj/update_readme_templates
  • c606e3d added more customizations to readme
  • 63dbc59 fix TodayCommand in SampleApp (#47)
  • 9f9ee48 Added short explanations for every template.
  • 51b77f7 Added empty template to show for days with no events. (#45)
  • f61aab8 added more customizations on calendar event (#41)
  • 9194325 added sample for dialog popup calendar (#39)
  • 8022891 Update README.md

This list of changes was auto generated.

1.2.1081

24 Mar 22:37
2810593
Compare
Choose a tag to compare
Personalizable options (#36)

* Implementing personalizable options

- Personalizing dot color per day
- Personalizing properties related with the font of the arrows
- Adding personalizable command to execute when a day is tapped

* Adding custom dots

- Adding class DayEventCollection to allow changin the dot color per day
- Updating the example using the new wrapper DayEventCollection

* Fixing property

- Fixing duplicated property

* Fixing dot

- Removing outline color of the dot

* Fixing header appearance

- Fixing distribution of the spaces
- Fixing out of bounds in the name of the month when the display has configured the bigger display size and the bigger font size

* Updating example

- Adding support of fontawesome to the example
- Adding example of the new properties to change the appearance

* Updating documentation

- Updating documentation with new options to customize the calendar and new screenshots

* Format code

- Removing format code done over existing code

* Version code

- Changing the version code

* Separeate Simple and Advance Calender Sample
- Removed Arrows properties it should be setted on Header and Footer custom implementation
-

* added support for colors on event indicator

* revert dayview sizes, code cleanup

* added evnet click command

* fix ios images, update sample image, update readme
Co-authored-by: Diego Martinez <diego.martinez@mayasoft.com.co>
Co-authored-by: MintDevTeam <60352042+MintDevTeam@users.noreply.github.com>

1.1.925

24 Feb 22:41
f50b4f0
Compare
Choose a tag to compare
Fix ios build (#31)

* for release use nuget
* fix nuget restore
* fix replace
* cs proj conditions
* nuget restore
* added config
* Update azure-pipelines.yml for Azure Pipelines
* update msbuild extras
* added more frameworks

v1.0.3.200

19 Aug 18:57
Compare
Choose a tag to compare

Changes:

  • df93b6b Fix animation repeating code
  • 3619d99 Disable DesignTimeBuild

This list of changes was auto generated.

v1.0.3.83

18 Jul 16:12
Compare
Choose a tag to compare

Changes:

  • 0a76412 Add properties for SwipeLeftCommand, SwipeRightCommand, SwipeToChangeMonthEnabled, rename SwipeUpActionEnabled (#14)

This list of changes was auto generated.

v1.0.3.67

09 Jul 19:37
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v1.0.3.66

09 Jul 16:52
Compare
Choose a tag to compare

Changes:

  • 60f77b2 Use AbbreviatedDayNames instead of DayNames for day titles
  • c2ecac2 Fix TwoWay binding for SelectedDate (not updating UI from VM)

This list of changes was auto generated.

v1.0.3.44

06 Jun 09:04
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v1.0.3.43

05 Jun 20:34
Compare
Choose a tag to compare

Changes:

  • ce054c1 Add support for DisableSwipeDetection, SwipeUpActionEnabled and SwipeUpCommand (#10)

This list of changes was auto generated.