From 410c24fc37df919492ce21a062f9b01b3b237f24 Mon Sep 17 00:00:00 2001 From: minar Date: Sat, 11 Mar 2023 00:59:04 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1bd9b8..15e6a3f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ I wrote this library starting from a piece of [Birday](https://www.github.com/m- ```maven { url "https://jitpack.io" }``` 2. Open the ```build.gradle (Module:app)``` file of your app, and under dependencies, add:\ -``` implementation 'com.github.m-i-n-a-r:tasticalendar:1.1.0' ``` +``` implementation 'com.github.m-i-n-a-r:tasticalendar:1.3.5' ``` 3. Sync Gradle, and you're good to go! From f5d0a9366881ba39f3410227862a1c54c73106ac Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Sat, 11 Mar 2023 17:32:40 +0100 Subject: [PATCH 2/4] docs(readme): fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15e6a3f..21c27b2 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ A simple library, based on Material You, to implement a monthly or yearly calend [Read the docs!](https://m-i-n-a-r.github.io/tasticalendar/) ## Introduction -I wrote this library starting from a piece of [Birday](https://www.github.com/m-i-n-a-r/birday), since i noticed that there isn't a similar library (at least, not a recent one). I kept it super simple and light, but I'm open to any pull request. -**Important**: this library is provided as is, no updates are guaranteed since i have other projects to focus on. It works (i use it personally in 2 projects) and is quite complete in my opinion, but I'm open to any criticism. This library doesn't need any translation since it doesn't use any string itself. +I wrote this library starting from a piece of [Birday](https://www.github.com/m-i-n-a-r/birday), since I noticed that there isn't a similar library (at least, not a recent one). I kept it super simple and light, but I'm open to any pull request. +**Important**: this library is provided as is, no updates are guaranteed since I have other projects to focus on. It works (I use it personally in 2 projects) and is quite complete in my opinion, but I'm open to any criticism. This library doesn't need any translation since it doesn't use any strings itself. ## How to use 1. Open the ```build.gradle (Project level)``` and, under repositories, make sure to have:\ From 351a167f363cc141e24ef3bdd3d5794303e9ddc8 Mon Sep 17 00:00:00 2001 From: minar Date: Sun, 12 Mar 2023 11:26:21 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21c27b2..ce67bfc 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ A simple library, based on Material You, to implement a monthly or yearly calend

-[Read the docs!](https://m-i-n-a-r.github.io/tasticalendar/) - ## Introduction I wrote this library starting from a piece of [Birday](https://www.github.com/m-i-n-a-r/birday), since I noticed that there isn't a similar library (at least, not a recent one). I kept it super simple and light, but I'm open to any pull request. **Important**: this library is provided as is, no updates are guaranteed since I have other projects to focus on. It works (I use it personally in 2 projects) and is quite complete in my opinion, but I'm open to any criticism. This library doesn't need any translation since it doesn't use any strings itself. @@ -25,11 +23,14 @@ I wrote this library starting from a piece of [Birday](https://www.github.com/m- 3. Sync Gradle, and you're good to go! -Further instructions and examples will come with future releases, since there's still something to add. +4. A simple example of use can be found in my Birday app, in [this file](https://github.com/m-i-n-a-r/birday/blob/master/app/src/main/java/com/minar/birday/fragments/OverviewFragment.kt) and in the corresponding [layout](https://github.com/m-i-n-a-r/birday/blob/master/app/src/main/res/layout/fragment_overview.xml). Or, you can [read the docs!](https://m-i-n-a-r.github.io/tasticalendar/) ## Features

- +
+ Monet support examples


+
+ 3 of the four availables scale factors


- Super lightweight @@ -37,6 +38,8 @@ Further instructions and examples will come with future releases, since there's - Month layout (with different scales) - Year layout (adaptive depending on the month scale factor) - Clickable days, clickable month titles +- Disable weekdays, different sunday highlight strategies +- Automatic or manual "sunday as first day of the week" - Easily set any property or render a different year/month - Easily pass a collection of dates or TastiCalendarEvent objects to highlight a set of dates on a month - The library chooses the best contrast for the text color when a day is highlighted From 68d3ed7a756a6e156a908d99e6393c1024a71177 Mon Sep 17 00:00:00 2001 From: minar Date: Sun, 12 Mar 2023 11:26:52 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce67bfc..6a619c0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ I wrote this library starting from a piece of [Birday](https://www.github.com/m-
Monet support examples



- 3 of the four availables scale factors


+ 3 of the four available scale factors


- Super lightweight