Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/patchthecode/JTAppleCalendar

The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable
https://github.com/patchthecode/JTAppleCalendar

minor fixes

a0a748279d362f11b4d9da3eaad91d1dfd39ca86 authored over 7 years ago by Manu Garcia Urreta <[email protected]>
Fixed bug.

Type. calendarLayout.minimumLineSpacing x 2

7f60c8c5b2265954ad0041ac4f150c6f4862cdb7 authored over 7 years ago by JayT <[email protected]>
- Fixed a protocol requirement in JTAppleCalendarLayoutProtocol to its updated signature. This fixes a compile-time error such as the one referenced in issue #501

9089ff9e5c6a9ab33e3385153b797cb0166414a5 authored over 7 years ago by Mayur <[email protected]>
test-fix for header scroll.

https://github.com/patchthecode/JTAppleCalendar/issues/496

99941e6c8e047558a5d4114a3735a7e2ecb940e4 authored over 7 years ago by JayT <[email protected]>
removed invalidations on set.

Invalidations will occur when reload is called.

fe5a275a202d7e053a3a20409b3e1c422d2e5e13 authored over 7 years ago by JayT <[email protected]>
Invalidate calendar when these settings change

ea8964602c0d7f6383276be4928c4d8ffe4c8b87 authored over 7 years ago by JayT <[email protected]>
updated changelog

6b91117515ab0fd1b62b89dff152b285793a73c6 authored over 7 years ago by JayT <[email protected]>
Added status for month function

Helps if Devs need mor information about the month in order to adjust its size with an animation...

502d53d7a815f93e099bb2b81b4c4b6e125b26bb authored over 7 years ago by JayT <[email protected]>
updated example

d91fd86ce1a3c38a2e3e37a7f01140a1c7d9fad6 authored over 7 years ago by JayT <[email protected]>
Made final changes to resize crash.

765d919bb91fa3817d79d78f735bee0b720f3ba3 authored over 7 years ago by JayT <[email protected]>
Updated tests

71d4850e31d0b4bb89686925fd093c99b2aa62e1 authored over 7 years ago by JayT <[email protected]>
undod reload change

215fa9139475f8d4accfe9013fd2d55c573d3e12 authored over 7 years ago by JayT <[email protected]>
Update README.md

9d475f039c9aa881bc421ffc9d170e5cdbf638c2 authored over 7 years ago by JTAppleCalendar <[email protected]>
Code cleanup

7331e1bcf5de5261dae6e9ee4182d866953c667c authored over 7 years ago by JayT <[email protected]>
Remove double reloading funciton called.

05c6f518de9484d19faba2ae2f7fba2ffb8e9cba authored over 7 years ago by JayT <[email protected]>
changed.

Seems

calendarViewLayout.invalidateLayout()
layoutIfNeeded()

does not behave the same as relao...

af0a25159834b5c9d564ff84eb4184ed4f7d1cea authored over 7 years ago by JayT <[email protected]>
disabled an initializer

a976c1d6ef3c9ed1f8ae261f95c131bf8f061867 authored over 7 years ago by JayT <[email protected]>
re-Added concept of anchor dates on reloadData again

b81158dfd7600e1d31143be4fbfba32af2187253 authored over 7 years ago by JayT <[email protected]>
bumped version

9f42dd22702812788ed7bb915d9f5e4834d786ce authored over 7 years ago by JayT <[email protected]>
Fixed crash

If user reloads calendar on didSelect, and batchReload gets called, the cells would not have bee...

bcbb2bc5696cb2f15a6e87e1023c3a9cdf3dfdff authored over 7 years ago by JayT <[email protected]>
updated functions

6dc468573818faf92b63e1066a606196587e8327 authored over 7 years ago by JayT <[email protected]>
Updated templates and change logs

27f4cfa8a064fa49f9d1fc6b8046e3bcc250803c authored over 7 years ago by JayT <[email protected]>
Function signature change.

shouldSelectDate function -> the cell is now nillable as it should be.

64b2bd1aa8ecab97c8a2bc92020724e97702887a authored over 7 years ago by JayT <[email protected]>
removed unabailable on isSelected of cell

Some users are using the this property as an observer.

e433bcb03aec12638b3e9838537575c0a79fcd28 authored over 7 years ago by JayT <[email protected]>
bumped version

659e5e30b1f8c1044174fca0bf26ce10d9b26301 authored over 7 years ago by JayT <[email protected]>
removed invalidated layouts

a376f1e2fb35a2e4ddf99f625085d756120ddf30 authored over 7 years ago by JayT <[email protected]>
Update ISSUE_TEMPLATE

bc8049cc6dd32709582d72746889409d3fe73407 authored over 7 years ago by JTAppleCalendar <[email protected]>
Update CHANGELOG.md

081ada147a11d74f1282f15ad1eb3622d478fa6f authored over 7 years ago by JTAppleCalendar <[email protected]>
Changed the order in which delegates are called

https://github.com/patchthecode/JTAppleCalendar/issues/431

93f6e9fd2105a1f6aca4ea3a74ed5e11f4e9d8fa authored over 7 years ago by JayT <[email protected]>
Bumped version

9d84d46a02d51418f663ff3902aaeff4a85598c7 authored over 7 years ago by JayT <[email protected]>
updated error message

a4b5ffb58e2f8ede3694fa1a23e7d909fb1ed243 authored over 7 years ago by JayT <[email protected]>
fix for recursive loop

user started calendar in landscape mode.
his constraints were bad so that calendar height = 0

t...

e95ec9806ef932a619329b3f40062ad125b4a17e authored over 7 years ago by JayT <[email protected]>
Undo chage to method signature of the shouldSelect/shoulddeSelect function

472125a9faa12e6d42281d39747b932bca2e9de3 authored over 7 years ago by JayT <[email protected]>
made isselected unavailable for cells

d41a06f895590d0fda3c7284c4370c3c3ea6f8d4 authored over 7 years ago by JayT <[email protected]>
potential crash fix

used custom function on calendarLayout instead of default function from self.

3cbfab2382ccb7168a5c22e0081504f43d0d76e6 authored over 7 years ago by JayT <[email protected]>
Added nonStopSection to the scrollTo point

12a2d3fe5ed0d444413c54386544cf4d9aa94443 authored over 7 years ago by JayT <[email protected]>
updated print to assert

5acf58e9f2d1f10de4c8e55f6244bd413980f62e authored over 7 years ago by JayT <[email protected]>
Updated shouldSelect

This function should not be returning cell information.
This will make cell selection more consi...

4f528d17842848bf3cca4b80ce2fb89958caf614 authored over 7 years ago by JayT <[email protected]>
fixed animation control on `scrollToSegment`

67d8a42bde492fc887193e6d82d5676f0f4edde5 authored over 7 years ago by Konstantin Zabelin <[email protected]>
Update ISSUE_TEMPLATE

184bc7f6b140f12c814d5e4d0b3d2eb032c592c0 authored over 7 years ago by JTAppleCalendar <[email protected]>
Update ISSUE_TEMPLATE

31a27a74436206a1232b7eedbf4dd6edb8f1a752 authored over 7 years ago by JTAppleCalendar <[email protected]>
Update CHANGELOG.md

66798d4e4fd0756b5c876bfb1e9b0593df1c4952 authored over 7 years ago by JTAppleCalendar <[email protected]>
bumped version

6a74cd748ef79989563d8ec33463acf855de1298 authored over 7 years ago by JayT <[email protected]>
Also ended scrolling in animation did end

8ff864888ce05f8c3a6ef2a9b0602d6511f73a88 authored over 7 years ago by JayT <[email protected]>
update: Fix for in case layout has to be again generated

f7abebdebdda46e60b424c737ad16e386bedfd30 authored over 7 years ago by JayT <[email protected]>
Update README.md

2dc114bcfa438a3b891937684f0bdf386fe18048 authored over 7 years ago by JTAppleCalendar <[email protected]>
Update README.md

90d9b1fe902c0e4f8d6ee6b05b9797648ae7e679 authored over 7 years ago by JTAppleCalendar <[email protected]>
Synchronization with reloads and completion handlers

dac9188aa1279467e97ac59c1e264ede665f98e8 authored over 7 years ago by JayT <[email protected]>
removed forced unwrapping

aa192d72390c79534e696639f1aa28c74d4896ae authored over 7 years ago by JayT <[email protected]>
updated example

ba99b6cd456a45b434561eb9abebdc41687223b5 authored over 7 years ago by JayT <[email protected]>
Fix for visible scrolling of dates

https://github.com/patchthecode/JTAppleCalendar/issues/263

daf531a40e62559067d170b62fa4edec3bb0e638 authored over 7 years ago by JayT <[email protected]>
Renamed functions

791f69bc71d085dd1d91df96236b47b338d2ccea authored over 7 years ago by JayT <[email protected]>
Merge pull request #381 from z3bi/master

removed duplicated if statement

9322c6507b0f3b8ac343568ccaa4648db151fb9f authored over 7 years ago by JTAppleCalendar <[email protected]>
removed duplicated if statement

4ba2610b4036553bfb107f6d45a34efcd09353eb authored over 7 years ago by Ameir Al-Zoubi <[email protected]>
Updated Copyright notices to source files

f0b7d18f648c1cca592798fd01ae6527171b2678 authored over 7 years ago by JayT <[email protected]>
u

787da68c68321d3c24b0a87202cd82679414bf4e authored over 7 years ago by JayT <[email protected]>
Update ISSUE_TEMPLATE

31f5c89f3c44a41e39e8fd08f290d7e9c6bbbea6 authored over 7 years ago by JTAppleCalendar <[email protected]>
update

16c5b49f9793746d641f05b20ef730bcee745bcc authored over 7 years ago by JayT <[email protected]>
u

e54bc06324cc02ec61870929d5a3a07afb3baf18 authored over 7 years ago by JayT <[email protected]>
Update README.md

aea609c1b9077031606771c779132697cee8d77b authored over 7 years ago by JTAppleCalendar <[email protected]>
Update README.md

206e7a01d0c80bb76ce228d9601c89423dc152eb authored over 7 years ago by JTAppleCalendar <[email protected]>
Update README.md

3c8cc2fa36f53819e0ddd136338594aba38fa9c2 authored over 7 years ago by JTAppleCalendar <[email protected]>
Update ISSUE_TEMPLATE

2a486200bf897d70c2ce3a3e473ae6e69f1b3b7f authored over 7 years ago by JTAppleCalendar <[email protected]>
final changes on 7.0

610d458247f99f5e8ef625e93dfb849f0beb6078 authored over 7 years ago by JayT <[email protected]>
Added new criteria to layoutIsReadyToBePrepared

will check to see if delegate is nil

f3071fa694b2f42780e7dd61ef0ce34dad45b19e authored over 7 years ago by JayT <[email protected]>
fixed example

ee397c9edac1951f6b2d21cfcbc8259c2776692c authored over 7 years ago by JayT <[email protected]>
implementing a boundry

374aa09041e7ecddd25e95591b95109114cbc702 authored over 7 years ago by JayT <[email protected]>
updated example codes

3d469ae7453e13d0ffb466d61b6aa5b14a2a50f7 authored over 7 years ago by JayT <[email protected]>
disabled delegate and datasource for subclasses

c1955593e3ae883f531c7f5349bbd002df76c56c authored over 7 years ago by JayT <[email protected]>
Fixed scrolling with no animation issue seen when TabBar is available

13db928a9e17190325f20466f621c9606411ed7c authored over 7 years ago by JayT <[email protected]>
Renamed delegate

cf52a57253b975c13ccdb199a20a156ae0ca4493 authored over 7 years ago by JayT <[email protected]>
remodel code

5afae133d1c71f594d36b3bd2e300e077abf4055 authored over 7 years ago by JayT <[email protected]>
updated

d35472fa26f4069eed7feef4e791b0cfd07e1d50 authored over 7 years ago by JayT <[email protected]>
updated

b23a31b858317ae992d02430529a2c0c67552c8e authored over 7 years ago by JayT <[email protected]>
Updated the way resize occurs on orientationchange

b99396dad1621f1910bea3b1aef8f44fb38dfa24 authored over 7 years ago by JayT <[email protected]>
made ini public

9a5f1e0b4b6bfb6dd8bea28d8fbd7cd818748c5a authored over 7 years ago by JayT <[email protected]>
Made initialize public

5f5389049325dec29c0008a763a35049bd0e191a authored over 7 years ago by JayT <[email protected]>
added scale factor for iPads

cffca43590b0cbfe86f3122b686884ef869119b8 authored over 7 years ago by JayT <[email protected]>
added JTAppleCalendarView.swift to headers to test Carthage IBInspectables

5f60c381f22a6314a0cea090bc54ddb8321f08ae authored over 7 years ago by JayT <[email protected]>
Bumped target iOS

ca9fcb51e535b207202c82297ee239f4894fdb7f authored over 7 years ago by JayT <[email protected]>
cells should be reloaded even if the layout was not updated

8e588f4b8bd1034f4fb175e01baf3eafc4a2b40a authored over 7 years ago by JayT <[email protected]>
Dates should all have the same start

526ba2604fca01ae8995b18c1523ba14705695ce authored over 7 years ago by JayT <[email protected]>
Fix for multiselection with range selection enabled

forward and backward dates were not included in the reloading

bb72970760d84fe3da431d78ce74c67c07f41ef4 authored over 7 years ago by JayT <[email protected]>
Fixed fwd and back index paths giving wrong paths

232eadfb7f45e5717f466bd8a818c6a232d04a15 authored over 7 years ago by JayT <[email protected]>
Code update

88a4079f79939bf5a4b30c46001d300b5b81e02b authored over 7 years ago by JayT <[email protected]>
Bumped version

d6669ace82639ab1d6d2e2adaddd5343aa5a3e9a authored over 7 years ago by JayT <[email protected]>
Merge branch 'master' into 7.0.0

# Conflicts:
# Sources/JTAppleCalendarView.swift

8d0cfd22485b258333e8fd701c07fe452725d0fe authored over 7 years ago by JayT <[email protected]>
Added extra content offset if developer wants an extra offset

610fbb687aea27416bbaf50d86962403feafc244 authored over 7 years ago by JayT <[email protected]>
changing M_PI -> .pi and M_PI_2 -> .pi/2

removing warnings in the AnimationClass.swift file

abc9b68ecf528484e3952036247e6883cae36aad authored over 7 years ago by Alex Lykesas <[email protected]>
Fixed example app bug

2ee300f9b19a3f3c98ad4af625b938cfde7b1579 authored over 7 years ago by JayT <[email protected]>
Merged fix

https://github.com/patchthecode/JTAppleCalendar/pull/364

78502f375866a24bd6683db7c5652407b75a7d8c authored over 7 years ago by JayT <[email protected]>
Merge pull request #364 from ryanhughes/indates

Include the 25th when matching counterpart dates

81817d50390e8c6503defedd2cd93ed729344b65 authored over 7 years ago by JTAppleCalendar <[email protected]>
Include the 25th when matching counterpart dates

The 25th of a month can appear as an inDate on months with 30 days.
An example is between June -...

697288b6758e5c8c99ddffd49fcb2e245ff34910 authored over 7 years ago by Ryan Hughes <[email protected]>
Merge pull request #363 from Alexookah/patch-1

changing M_PI -> .pi and M_PI_2 -> .pi/2

f91d7a77ceeb607232faa831296caa769f680b39 authored over 7 years ago by JTAppleCalendar <[email protected]>
changing M_PI -> .pi and M_PI_2 -> .pi/2

removing warnings in the AnimationClass.swift file

559885628c91443fbbc30b7c62d18e40899f7e94 authored over 7 years ago by Alex Lykesas <[email protected]>
Bumped pod spec

00ea3dbc2dae6699e8371a97d4cdf5178289b7f2 authored over 7 years ago by JayT <[email protected]>
Bumped pod spec

61efa7d34bb338fcbbc735d725f7c0635685afa0 authored over 7 years ago by JayT <[email protected]>
Pull request fix

https://github.com/patchthecode/JTAppleCalendar/pull/359

1fbecb5c6062b5dde08fef8e246c7efc90f6c44d authored over 7 years ago by JayT <[email protected]>
Fixed

https://github.com/patchthecode/JTAppleCalendar/issues/361

6d309c7a4eb7c545c15965a5c1f14a25285e0721 authored over 7 years ago by JayT <[email protected]>
renamed vars

a9dc6087bb4a45b536ad09802a111b6b865b82bf authored over 7 years ago by JayT <[email protected]>