Jamon Holmgren
7495c365dc
Merge branch 'master' into feature/delay
2015-03-05 11:50:22 -08:00
Jamon Holmgren
ef95c35cfd
Added rmq.app.after and rmq.app.every
2015-03-05 11:50:19 -08:00
Gant Laborde
9d3ebbc24c
Merge pull request #206 from infinitered/ui_activity_indicator_view
...
Adds UIActivityIndicatorView stylers and actions
2015-03-05 08:38:01 -06:00
Mark Rickert
9fffb54ba4
Fix typo in UIImageViewStyler spec.
2015-03-02 19:05:52 -06:00
Mark Rickert
cba4d0dd34
Adds UIActivityIndicatorView stylers and actions
...
With tests!
2015-03-02 19:05:37 -06:00
Gant Laborde
c9223c1d9a
Merge pull request #205 from infinitered/intl_phone_validation
...
Adds international phone number validation.
2015-02-27 22:09:17 -06:00
Mark Rickert
066c3fbfb2
Adds international phone number validation.
2015-02-27 15:01:36 -06:00
Todd Werth
b208bb4721
Merge pull request #200 from infinitered/indicator_style
...
Adds indicator_style for UIScrollView
2015-02-26 10:25:19 -08:00
Todd Werth
6d46d91370
Merge pull request #201 from infinitered/new_segment_styler
...
New segment styler
2015-02-26 10:17:41 -08:00
Todd Werth
05b1adb63d
Merge pull request #199 from squidpunch/fix-gradient
...
Properly work with the gradient layer if exists
2015-02-26 10:14:48 -08:00
Gant Laborde
3d8fcc23f5
Merge pull request #196 from infinitered/auto_set_content_size
...
Adds auto_set_content_size for UIScrollview and subclasses.
2015-02-26 11:21:12 -06:00
Mark Rickert
83c65baba6
Merge pull request #202 from squidpunch/indicator_style
...
Fixes testing issue
2015-02-26 10:20:51 -06:00
David Larrabee
8a88c50f85
Fixes testing issue
2015-02-26 08:24:15 -05:00
Mark Rickert
1179114dd2
New feature for resize_frame_to_fit_subviews
...
Allows you to pass :only_width and :only_height so that things aren't resized that you don't want to be :)
2015-02-25 20:03:51 -06:00
Mark Rickert
72a6f45def
Adds indicator_style for UIScrollView
...
Tests failing for some reason.
2015-02-25 17:09:31 -06:00
Gant
9bf02ce604
fixed tests and styler to take strings
2015-02-25 17:09:21 -06:00
Gant
9a057074cf
added tests for new prepend_segments styler
2015-02-25 16:57:45 -06:00
Gant
ced6e8247a
added new prepend_segments styler
2015-02-25 16:57:19 -06:00
David Larrabee
51224e3a38
Properly work with the gradient layer if exists
2015-02-23 21:58:35 -05:00
Mark Rickert
00dc946884
Rename resize_content_to_fit_subviews and resize_frame_to_fit_subviews
...
To fit conventions agreed upon.
2015-02-23 13:47:44 -06:00
Mark Rickert
c2a2b2003b
Merge branch 'master' of github.com:infinitered/rmq into auto_set_content_size
...
* 'master' of github.com:infinitered/rmq:
Allow setting keyboard_appearance with a symbol
use Numeric#close? to get rect specs to pass on device
make rmq.device.simulator? spec work when run on the device
2015-02-23 13:37:22 -06:00
Gant Laborde
52873fa564
Merge pull request #197 from infinitered/keyboard_appearance
...
Allow setting keyboard_appearance with a symbol
2015-02-21 16:33:03 -06:00
Mark Rickert
d938a27840
Allow setting keyboard_appearance with a symbol
...
:default
:dark
:light
:alert
2015-02-21 14:56:44 -06:00
Mark Rickert
b1817f9370
DRY
2015-02-20 11:58:39 -06:00
Todd Werth
54ca3a5b87
Merge pull request #193 from instajams/specs-on-device
...
Update specs to run on device
2015-02-20 09:51:27 -08:00
Mark Rickert
28e4acc3a1
Merge branch 'master' into auto_set_content_size
...
* master:
Allows you to specify right and bottom padding for resize_to_fit_subviews
Conflicts:
spec/position.rb
2015-02-20 11:50:26 -06:00
Todd Werth
5203041825
Merge pull request #195 from infinitered/resize_to_fit_subviews_padding
...
Allows you to specify right and bottom padding for resize_to_fit_subviews
2015-02-20 09:48:08 -08:00
Mark Rickert
22a34f97e3
Adds auto_set_content_size for UIScrollview and subclasses.
...
So that you can add a bunch of things toa scrollview and then call auto_set_content_size and it will not change frame but automatically set the contentSize based on the scroll view's contents (with optional padding)
2015-02-20 11:42:06 -06:00
Mark Rickert
ad0464430b
Allows you to specify right and bottom padding for resize_to_fit_subviews
2015-02-20 11:18:21 -06:00
Todd Werth
337eadbd06
Merge pull request #192 from infinitered/line_break_modes
...
Adds line break mode symbols.
2015-02-19 21:10:26 -08:00
Todd Werth
7fecb04b37
Merge pull request #189 from chrislerum/master
...
fix repositioning of animate_move_button on demo screen
2015-02-19 21:10:00 -08:00
Todd Werth
e774d06741
Merge pull request #187 from squidpunch/background-gradient
...
Add the ability to make a background gradient on a view
2015-02-19 21:09:39 -08:00
David Larrabee
8208302378
Adds background_gradient= styler
2015-02-19 11:08:49 -05:00
Mark Wise
6e65c98e04
use Numeric#close? to get rect specs to pass on device
2015-02-17 22:39:14 -06:00
Mark Wise
200dc06ded
make rmq.device.simulator? spec work when run on the device
2015-02-17 22:37:37 -06:00
Mark Rickert
59ed55d99a
Adds line break mode symbols.
2015-02-17 15:23:07 -06:00
Gant Laborde
d3cba0d0c1
Merge pull request #188 from GantMan/master
...
added 3 more stylers and tests
2015-02-15 11:03:00 -06:00
Chris Lerum
7c5c91c6e2
fix repositioning of animate_move_button on demo screen
2015-02-13 09:43:33 -05:00
Gant
57f5355c2c
added missing tests for background images on various states
2015-02-12 21:20:11 -06:00
Gant
e9d64e81b8
added 3 more stylers and tests
2015-02-11 23:09:03 -06:00
Gant Laborde
e754890ebc
Merge pull request #186 from squidpunch/da-tests
...
Adds tests for UIPageControl; fixes incorrect spelling in test stylesheets
2015-02-11 14:37:05 -06:00
David Larrabee
6392eab64b
Fixes spelling error in specs
2015-02-10 18:34:56 -05:00
David Larrabee
b2459ec4f4
Adds spec coverage for UIPageControl styler
2015-02-10 18:33:29 -05:00
Gant Laborde
11460826c5
Merge pull request #183 from GantMan/master
...
adding table cell stylers
2015-02-07 12:19:35 -06:00
Gant Laborde
1f16692d6a
Merge pull request #1 from squidpunch/master
...
Adds tests for UITableViewCell styler, and styler for detail text label
2015-02-07 11:25:30 -06:00
David Larrabee
6297334f12
Adds styling for cell detail text label
2015-02-07 08:54:43 -05:00
David Larrabee
05f48a8dec
Adds specs for UITableViewCell styler
2015-02-07 08:30:12 -05:00
Gant
8741f90dc6
adding table cell stylers
2015-02-07 01:03:29 -06:00
Gant Laborde
bc3d4f1b05
Merge pull request #182 from infinitered/uk_postcode
...
Adds :ukzip to built in validator.
2015-02-06 18:50:11 -06:00
Mark Rickert
3bd1d87e16
Adds :ukzip to built in validator.
2015-02-06 19:42:45 -05:00