Skip to content

Releases: DongChyeon/PhotoCalendar

v1.0.1

29 Dec 14:38
fcf7444
Compare
Choose a tag to compare

🚀 Bug Fixes and Compatibility Improvements

What's Changed?

  1. [Bug/#1] Fix: Updated drawable asset names to avoid conflicts
    • Resolved drawable resource name conflicts to ensure seamless integration when used alongside other libraries or modules.
  2. [Feat/#2] Migrate to kotlinx.datetime
    • Replaced java.time with kotlinx.datetime for broader compatibility, especially for projects targeting lower API levels (minSdk 24+).

v1.0.0

20 Dec 17:30
f906494
Compare
Choose a tag to compare

🎉 Initial Release: Photo Calendar 1.0.0

Key-Features

1. Customizable Styling

  • Header Configuration: Customize the text style, color, and layout of the month and year display.
  • Week Header Configuration: Adjust weekday labels (e.g., Sun, Mon, etc.) with different styles and colors.
  • Day Configuration: Set the text style, color, and background for both regular and selected days.
  • Day Indicator: Add customizable shapes (e.g., CircleShape, RoundedCornerShape) and colors to selected day.

2. Localization Support

  • Supports both English (EN) and Korean (KO) locales.
  • Dynamically formats headers and weekday labels:
  • EN: “February 2024”
    KO: “2024년 2월”

3. Day Background Images

  • Customize the background of specific days using events.

4. Layouts

  • Horizontal Scrolling Calendar: Week-based, scrollable layout.
  • Grid-based Calendar: Month view with weeks in rows.