Commit Graph

279 Commits

Author SHA1 Message Date
Rusty Green
d9542ffc96 Fixed constructor bug passing "factory"
Updated face.js, the "factory" was not being passed into the constructor, instead a typo was "factor".
2014-12-02 20:04:20 -05:00
Justin Kimbrell
880fe38f49 Merge pull request #150 from charlesbaynham/Fix-modulus-for-getWeeks
- (Bug Fix) Fixed typo in the definition of getWeeks, preventing its usage
2014-11-18 11:15:02 -05:00
Justin Kimbrell
2293c5e830 Merge pull request #156 from laureanoendeiza/patch-1
Fix Spanish
2014-11-18 11:14:49 -05:00
laureanoendeiza
d3dc651de7 Fix Spanish
Small adjust line 2493, appeared in Spanish "DÍas" = "DÍas" with Í capital letter, but the right is  "Días" = "Días" with í lowercase
2014-11-13 01:12:22 -03:00
Charles Baynham
e54db5d03e - (Bug Fix) Fixed typo in the definition of getWeeks, preventing its usage. 2014-10-21 23:17:48 +01:00
Justin Kimbrell
20371bd7b7 Updated README 2014-10-07 01:22:27 -04:00
Justin Kimbrell
1f025050f3 Updated README 2014-10-07 01:22:11 -04:00
Justin Kimbrell
fb7d0449cd Updated README 2014-10-07 01:21:35 -04:00
Justin Kimbrell
5f114f37b7 Updated Changelog 2014-10-07 01:18:54 -04:00
Justin Kimbrell
0a01fde97b Updated README 2014-10-07 01:17:38 -04:00
Justin Kimbrell
d79c6f211c Merge branch 'master' of github.com:objectivehtml/FlipClock
Conflicts:
	package.json
2014-10-07 01:13:53 -04:00
Justin Kimbrell
542d960852 Updated package.json 2014-10-07 01:13:15 -04:00
Justin Kimbrell
2b94093f16 Updated package.json 2014-10-07 01:11:28 -04:00
Justin Kimbrell
8f4638acd9 Updated package for npm 2014-10-07 00:55:18 -04:00
Justin Kimbrell
9dca12491f Updated changelog 2014-10-07 00:19:12 -04:00
Justin Kimbrell
c9381918c9 Updated versiom 2014-10-07 00:19:07 -04:00
Justin Kimbrell
a00b768e7c Recompiled source 2014-10-07 00:19:01 -04:00
Justin Kimbrell
58409f0f91 - (Bug Fix) Fixed an issue that would prevent the seconds from showing on the TwentyFourHourClock face 2014-10-07 00:17:56 -04:00
Justin Kimbrell
d94082482d Updated Changelog 2014-10-07 00:11:23 -04:00
Justin Kimbrell
9160b1b358 Recompiled source 2014-10-07 00:10:00 -04:00
Justin Kimbrell
10c0ee5909 Updates version 2014-10-07 00:09:47 -04:00
Justin Kimbrell
88d73b2149 - (Bug Fix) Made it so the TwelveHourClock and TwentyFourHourClock faces can use the showSeconds parameter 2014-10-07 00:08:14 -04:00
Justin Kimbrell
34248c0c9d - (Bug Fix) Fixed an issue with the time being overridden upon inheritance in the TwentyFourHour clock face 2014-10-07 00:05:26 -04:00
Justin Kimbrell
329976f8a7 - (Refactor) Added param to the getTime and getMilitaryTime methods to hide the seconds from being returned 2014-10-07 00:04:48 -04:00
Justin Kimbrell
928b280005 - (Example) Added twenty four hour clock without seconds 2014-10-07 00:03:23 -04:00
Justin Kimbrell
9b1ec9915b - (Example) Added Twelve Hour Clock example without seconds 2014-10-07 00:03:00 -04:00
Justin Kimbrell
4c702af302 Updated version and changelog 2014-10-06 23:30:36 -04:00
Justin Kimbrell
6e075d6986 Recompiled source 2014-10-06 23:30:23 -04:00
Justin Kimbrell
ba3999aa93 - (Bug Fix) Updated version 2014-10-06 23:30:10 -04:00
Justin Kimbrell
09791d77ab - (Example) Added new example to show a clock with a minimum number of digits 2014-10-06 23:28:01 -04:00
Justin Kimbrell
f5b7ba5d45 Recompiled source 2014-10-06 23:27:45 -04:00
Justin Kimbrell
cfb0a8d32f - (Bug Fix) Updated code comments 2014-10-06 23:27:09 -04:00
Justin Kimbrell
3df2ae3241 - (Bug Fix) Fixed a type that would cause the clock to improperly reset 2014-10-06 23:26:42 -04:00
Justin Kimbrell
26ffd1b9c4 - (Bug Fix) Removed the way lists were instantiated. The minimumDigits property was removed, as it's not necessary 2014-10-06 23:25:06 -04:00
Justin Kimbrell
b132722aff - (Bug Fix) Removed unnecessary minimumDigits property 2014-10-06 23:23:57 -04:00
Justin Kimbrell
1b19f83bb3 - (Bug Fix) Removed more leaky abstractions within the TwentyFourHourClock face 2014-10-06 23:23:26 -04:00
Justin Kimbrell
8172bbaa4a - (Bug Fix) Fixed an issue with the minimumDigits property not being set when a clock face was reset 2014-10-06 23:22:26 -04:00
Justin Kimbrell
890ba5f98d - (Bug Fix) Fixed an issue with the minimumDigits property not being set 2014-10-06 23:21:43 -04:00
Justin Kimbrell
8674f99bfc - (Refactored) Removed minimumDigit property, which was a leaky abstraction 2014-10-06 23:21:17 -04:00
Justin Kimbrell
822e7c717a - (Bug Fix) Fixed an issue that would cause a JS error if the FlipClock.Time object wasn't instantiated with any options 2014-10-06 23:20:48 -04:00
Justin Kimbrell
e06d02e89b Updated Bower Version 2014-10-06 22:12:22 -04:00
Justin Kimbrell
b5965ee92e Recompiled Source 2014-10-06 22:12:15 -04:00
Justin Kimbrell
8915a21100 Updated Changelog 2014-10-06 22:11:54 -04:00
Justin Kimbrell
0cb4ed5c00 - (Refactor) Removed another leaky abstraction from the getTimeSeconds methods 2014-10-06 22:04:50 -04:00
Justin Kimbrell
cb2cdafe1a Recompiled soruce 2014-10-06 22:00:31 -04:00
Justin Kimbrell
a0e818123d - (Refactor) Made the getMilitaryTime and getTime objects capable of returning time relative to a datestamp passed as an argument instead of always assuming to current time 2014-10-06 22:00:15 -04:00
Justin Kimbrell
4b865d1459 - (Refactor) Added new FlipClock.Time.getDateObject method to always return a date object, even when the time is an integer 2014-10-06 21:58:56 -04:00
Justin Kimbrell
7070565386 - (Bug Fix) Changed the way the getTimeSeconds method works. Now a date object can be passed to get the time relative to the date instead of always being the current time 2014-10-06 21:58:13 -04:00
Justin Kimbrell
2d094d523a - (Refactor) Refactored the FlipClock.Time.subSeconds() method to work when the time is a date object, not an integer 2014-10-06 21:57:34 -04:00
Justin Kimbrell
831c613a0e - (Refactor) Refactored the FlipClock.Time.addSeconds() method to work when the time is a date object, not an integer 2014-10-06 21:56:54 -04:00