Commit Graph

720 Commits

Author SHA1 Message Date
Gant Laborde
224836b0d6 Merge pull request #164 from infinitered/deprecation_warnings
Adds deprecation warning capabilities.
2015-01-06 11:23:53 -06:00
Mark Rickert
b4259d7196 Adds deprecation warning capabilities.
No tests here... move along please.
2015-01-01 22:28:19 -05:00
Mark Rickert
719ac91d6c Merge branch 'master' into transform_styler
* master:
  Added some deprecation back in until later version
2015-01-01 21:41:14 -05:00
Todd Werth
2fb57fc095 Added some deprecation back in until later version 2015-01-01 16:39:41 -08:00
Mark Rickert
1cf12d2bd0 Allow setting a view transform manually in UIView styler. 2014-12-31 17:34:31 -05:00
Todd Werth
adcc99aa2e Removed deprecations 2014-12-18 12:29:07 -08:00
Todd Werth
d2fcf57f61 Merge pull request #161 from infinitered/keyboard_type_symbols
Lots of cool symbol setters keyboard and text input fields
2014-12-18 10:08:33 -08:00
Mark Rickert
dbc22155fd Allow setting a border style via symbol. 2014-12-18 12:15:33 -05:00
Mark Rickert
97117b9c24 Allow setting spell check types via symbol. 2014-12-18 11:40:28 -05:00
Mark Rickert
20ab5fef40 Allow setting return_key_type via a symbol. 2014-12-18 11:35:12 -05:00
Mark Rickert
fc7dfd8d4d Allos a user to set keyboard_type with symbols. 2014-12-18 11:30:26 -05:00
Mark Rickert
8196608443 Why were there no tests for UITextLabel stylers? Weird.
Now there are.
2014-12-18 11:29:56 -05:00
Gant Laborde
3e16794bc7 Merge pull request #160 from GantMan/master
added mixed case test to email
2014-12-17 13:34:14 -06:00
Gant
59828b21c7 added mixed case test to email 2014-12-17 09:22:47 -06:00
Gant Laborde
00010ca01b Merge pull request #159 from gguerini/allows-upper-case-email-addresses
Allows validation of upper case email addresses.
2014-12-17 09:20:01 -06:00
Guillermo Guerini
4833e99487 Allows validation of upper case email addresses. 2014-12-17 10:12:00 -05:00
Todd Werth
f0ce1d170d Added short version and bumped version to 1.0.0 2014-12-16 13:49:12 -08:00
Todd Werth
612943fd63 Merge pull request #157 from squidpunch/expand-color
Allows color creation by passing in parameters
2014-12-15 17:34:17 -08:00
David Larrabee
f16e4c8115 Final refactoring; removes color pollution; adds from_base 2014-12-15 09:21:56 -05:00
Gant
d3a4e13073 x % 16 shouldn't use 256, + tests 2014-12-15 09:01:28 -05:00
David Larrabee
3c239870a8 Adds color.with(options) method
Options allow all rgba values
2014-12-15 09:01:28 -05:00
David Larrabee
eab22964c7 Updates stylesheet color reference; sample app 2014-12-15 09:01:28 -05:00
David Larrabee
01b1521523 Adds checks for proper parameters and refactoring 2014-12-15 09:01:28 -05:00
David Larrabee
4c8d184e6e Adds ability to pass HSVA color params directly 2014-12-15 09:01:28 -05:00
David Larrabee
3487e3fc55 Adds ability to pass RGBA color params directly 2014-12-15 09:01:28 -05:00
David Larrabee
2a916fec32 Properly handle clean colors 2014-12-15 09:01:28 -05:00
David Larrabee
5b277abcc7 Adds ability to pass hex color params directly 2014-12-15 09:01:28 -05:00
Todd Werth
f97862a763 Fixed problem where rmq inside a stylesheet couldn't select views from the root_view. This bug sucked 2014-12-13 00:49:08 -08:00
Todd Werth
53733c5878 Fixed grid spec failures in RM 3.0/64bit. Bumped version for next gem 2014-12-12 14:34:06 -08:00
Todd Werth
2cc0644fd7 Updated table template to make it simpler, no need for extra stylesheet for the view, it just makes it overly complicated 2014-12-12 14:12:38 -08:00
Todd Werth
e82db1496b Test for that last commit 2014-12-12 14:12:08 -08:00
Todd Werth
dd7da679dc Changed current_view_controller to accommodate ProMotion-menu 2014-12-12 10:08:45 -08:00
Gant Laborde
2907907d16 Merge pull request #155 from infinitered/bp_without_p
Supports setting relative frames when a previous element does not exist
2014-12-11 00:02:10 -06:00
Mark Rickert
6ab0ba7823 Supports setting relative frames when a previous element does not exist
below_prev & above_prev should set set their frames relative to y=0 and right_of_prev & left_of_prev should use x=0 as their starting point when no previous element exists.
2014-12-09 13:43:08 -07:00
Gant Laborde
7b6c750e35 Merge pull request #154 from GantMan/version_at_least
added .ios_at_least? method with tests
2014-12-09 11:00:14 -06:00
Gant
3fad6200b8 added .ios_at_least? method with tests 2014-12-09 10:52:07 -06:00
Gant Laborde
c2be7b31a7 Merge pull request #148 from vaughankg/date_time_formats
added prefab date and time styles to RMQ::Format.date
2014-12-06 09:35:46 -06:00
Gant Laborde
355c8b0d12 Merge pull request #153 from GantMan/from_sides
assessing issue #152 - added `fl` and warning
2014-12-04 09:45:44 -06:00
Gant
437af334ef moved whitelist to constant for more speed 2014-12-03 16:09:02 -06:00
Gant
57c46f811c added warning for #152 2014-12-03 15:52:00 -06:00
Gant
17e50e3ebc alias for for #152 2014-12-03 15:26:41 -06:00
Gant
627bae0d9d test for frame for #152 2014-12-03 15:26:23 -06:00
Gant Laborde
c58301ed89 Merge pull request #151 from squidpunch/specs-should-have-spec
generator should use spec in spec filenames
2014-12-03 08:36:05 -06:00
David Larrabee
8f678425c1 generator should use spec in spec filenames 2014-12-02 21:28:20 -05:00
Todd Werth
f5041235f4 Merge branch 'master' of github.com:infinitered/rmq 2014-12-02 14:11:14 -08:00
Todd Werth
d471c7a5f4 Added rmq.app.windows that returns the windows array 2014-12-02 14:11:09 -08:00
Gant Laborde
3f10f4b6ac Merge pull request #149 from shreeve/master
allow alpha values in Color#from_hex
2014-12-02 09:22:07 -06:00
Steve Shreeve
236ba0c017 test alpha support for Color#from_hex 2014-12-02 01:13:55 -05:00
Steve Shreeve
c35e4e4b77 allow alpha values in Color#from_hex 2014-12-02 00:38:31 -05:00
Vaughan Kelly Guy
69733c4f37 added prefab date and time styles to RMQ::Format.date 2014-12-01 14:36:14 -05:00