-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> Co-authored-by: MintDevTeam <[email protected]>
- Loading branch information
anTONIos
authored
Mar 24, 2020
1 parent
2c3a53b
commit 2810593
Showing
78 changed files
with
1,330 additions
and
388 deletions.
There are no files selected for viewing
This file contains 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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+136 KB
src/Calendar.Plugin.Sample/SampleApp.Android/Assets/font-awesome-5-free-regular.otf
Binary file not shown.
Binary file added
BIN
+550 KB
src/Calendar.Plugin.Sample/SampleApp.Android/Assets/font-awesome-5-free-solid.otf
Binary file not shown.
Binary file added
BIN
+210 Bytes
.../SampleApp.Android/Resources/drawable-hdpi/baseline_calendar_today_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+213 Bytes
...mple/SampleApp.Android/Resources/drawable-hdpi/baseline_date_range_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+160 Bytes
...in.Sample/SampleApp.Android/Resources/drawable-hdpi/baseline_event_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+133 Bytes
.../SampleApp.Android/Resources/drawable-mdpi/baseline_calendar_today_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+136 Bytes
...mple/SampleApp.Android/Resources/drawable-mdpi/baseline_date_range_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+138 Bytes
...in.Sample/SampleApp.Android/Resources/drawable-mdpi/baseline_event_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+298 Bytes
...SampleApp.Android/Resources/drawable-xhdpi/baseline_calendar_today_black_36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+213 Bytes
...ple/SampleApp.Android/Resources/drawable-xhdpi/baseline_date_range_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+209 Bytes
...n.Sample/SampleApp.Android/Resources/drawable-xhdpi/baseline_event_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+298 Bytes
...ampleApp.Android/Resources/drawable-xxhdpi/baseline_calendar_today_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+296 Bytes
...le/SampleApp.Android/Resources/drawable-xxhdpi/baseline_date_range_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+299 Bytes
....Sample/SampleApp.Android/Resources/drawable-xxhdpi/baseline_event_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+336 Bytes
...mpleApp.Android/Resources/drawable-xxxhdpi/baseline_calendar_today_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+360 Bytes
...e/SampleApp.Android/Resources/drawable-xxxhdpi/baseline_date_range_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+354 Bytes
...Sample/SampleApp.Android/Resources/drawable-xxxhdpi/baseline_event_black_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions
10
...alendar.Plugin.Sample/SampleApp.Android/Resources/drawable/baseline_calendar_today_24.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24" | ||
android:tint="?attr/colorControlNormal"> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M20,3h-1L19,1h-2v2L7,3L7,1L5,1v2L4,3c-1.1,0 -2,0.9 -2,2v16c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,5c0,-1.1 -0.9,-2 -2,-2zM20,21L4,21L4,8h16v13z"/> | ||
</vector> |
10 changes: 10 additions & 0 deletions
10
src/Calendar.Plugin.Sample/SampleApp.Android/Resources/drawable/baseline_date_range_24.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24" | ||
android:tint="?attr/colorControlNormal"> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M9,11L7,11v2h2v-2zM13,11h-2v2h2v-2zM17,11h-2v2h2v-2zM19,4h-1L18,2h-2v2L8,4L8,2L6,2v2L5,4c-1.11,0 -1.99,0.9 -1.99,2L3,20c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.9,-2 -2,-2zM19,20L5,20L5,9h14v11z"/> | ||
</vector> |
10 changes: 10 additions & 0 deletions
10
src/Calendar.Plugin.Sample/SampleApp.Android/Resources/drawable/baseline_event_24.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24" | ||
android:tint="?attr/colorControlNormal"> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M17,12h-5v5h5v-5zM16,1v2L8,3L8,1L6,1v2L5,3c-1.11,0 -1.99,0.9 -1.99,2L3,19c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2h-1L18,1h-2zM19,19L5,19L5,8h14v11z"/> | ||
</vector> |
This file contains 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
28 changes: 28 additions & 0 deletions
28
...ple/SampleApp.iOS/Assets.xcassets/baseline_calendar_today_black_24.imageset/Contents.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"appearances": [], | ||
"scale": "1x", | ||
"idiom": "universal", | ||
"filename": "baseline_calendar_today_black_24pt_1x.png" | ||
}, | ||
{ | ||
"appearances": [], | ||
"scale": "2x", | ||
"idiom": "universal", | ||
"filename": "baseline_calendar_today_black_24pt_2x.png" | ||
}, | ||
{ | ||
"appearances": [], | ||
"scale": "3x", | ||
"idiom": "universal", | ||
"filename": "baseline_calendar_today_black_24pt_3x.png" | ||
} | ||
], | ||
"properties": {}, | ||
"info": { | ||
"version": 1, | ||
"author": "xcode", | ||
"template-rendering-intent": "template" | ||
} | ||
} |
Binary file added
BIN
+133 Bytes
...line_calendar_today_black_24.imageset/baseline_calendar_today_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+205 Bytes
...line_calendar_today_black_24.imageset/baseline_calendar_today_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+298 Bytes
...line_calendar_today_black_24.imageset/baseline_calendar_today_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions
28
....Sample/SampleApp.iOS/Assets.xcassets/baseline_date_range_black_24.imageset/Contents.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"appearances": [], | ||
"scale": "1x", | ||
"idiom": "universal", | ||
"filename": "baseline_date_range_black_24pt_1x.png" | ||
}, | ||
{ | ||
"appearances": [], | ||
"scale": "2x", | ||
"idiom": "universal", | ||
"filename": "baseline_date_range_black_24pt_2x.png" | ||
}, | ||
{ | ||
"appearances": [], | ||
"scale": "3x", | ||
"idiom": "universal", | ||
"filename": "baseline_date_range_black_24pt_3x.png" | ||
} | ||
], | ||
"properties": {}, | ||
"info": { | ||
"version": 1, | ||
"author": "xcode", | ||
"template-rendering-intent": "template" | ||
} | ||
} |
Binary file added
BIN
+136 Bytes
...ets/baseline_date_range_black_24.imageset/baseline_date_range_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+213 Bytes
...ets/baseline_date_range_black_24.imageset/baseline_date_range_black_24pt_2x.png
Oops, something went wrong.
Binary file added
BIN
+296 Bytes
...ets/baseline_date_range_black_24.imageset/baseline_date_range_black_24pt_3x.png
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
...lugin.Sample/SampleApp.iOS/Assets.xcassets/baseline_event_black_24.imageset/Contents.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"appearances": [], | ||
"scale": "1x", | ||
"idiom": "universal", | ||
"filename": "baseline_event_black_24pt_1x.png" | ||
}, | ||
{ | ||
"appearances": [], | ||
"scale": "2x", | ||
"idiom": "universal", | ||
"filename": "baseline_event_black_24pt_2x.png" | ||
}, | ||
{ | ||
"appearances": [], | ||
"scale": "3x", | ||
"idiom": "universal", | ||
"filename": "baseline_event_black_24pt_3x.png" | ||
} | ||
], | ||
"properties": {}, | ||
"info": { | ||
"version": 1, | ||
"author": "xcode", | ||
"template-rendering-intent": "template" | ||
} | ||
} |
Binary file added
BIN
+138 Bytes
...sets.xcassets/baseline_event_black_24.imageset/baseline_event_black_24pt_1x.png
Oops, something went wrong.
Binary file added
BIN
+209 Bytes
...sets.xcassets/baseline_event_black_24.imageset/baseline_event_black_24pt_2x.png
Oops, something went wrong.
Binary file added
BIN
+299 Bytes
...sets.xcassets/baseline_event_black_24.imageset/baseline_event_black_24pt_3x.png
Oops, something went wrong.
This file contains 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
Binary file added
BIN
+136 KB
src/Calendar.Plugin.Sample/SampleApp.iOS/Resources/font-awesome-5-free-regular.otf
Binary file not shown.
Binary file added
BIN
+550 KB
src/Calendar.Plugin.Sample/SampleApp.iOS/Resources/font-awesome-5-free-solid.otf
Binary file not shown.
Oops, something went wrong.