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
Gant Laborde
3e1e1b2782
Merge pull request #181 from GantMan/more_constants
...
More constants
2015-02-06 12:33:36 -06:00
Gant
52d05420f0
tests for new constants
2015-02-04 17:02:32 -06:00
Gant
73a05b0e36
new constants in place and working
2015-02-04 16:57:51 -06:00
Gant
fb81292a02
added the constants
2015-02-04 16:50:26 -06:00
Gant Laborde
d6b992aac9
Merge pull request #180 from infinitered/conforming_color_stylers
...
Conforming color stylers
2015-02-04 09:43:35 -06:00
Gant
9bbd4fe5c2
all the tests for text_color and color on stylers
2015-02-03 17:35:34 -06:00
Gant
6fccc1a2b7
alias stylers for color and text_color across the board
2015-02-03 17:20:55 -06:00
Mark Rickert
d8c4a1b227
Merge pull request #179 from GantMan/master
...
Added left and right view modes to UITextViews
2015-02-03 18:15:56 -05:00
Gant
9ab093caef
simplified styler logic
2015-02-03 15:56:04 -06:00
Gant
3c71e63d03
Tests galore ✨
2015-02-02 23:41:00 -06:00
Gant
b9040efe6e
fixed left view mode
2015-02-02 23:40:45 -06:00
Gant
f89b6405bd
using constants in modes now
2015-02-02 23:23:25 -06:00
Gant
10f88e87cd
added styler mode constants
2015-02-02 23:23:11 -06:00
Todd Werth
945cc17ffa
Merge pull request #178 from jjnevis/add-delete-tag-feature
...
Add delete tag feature
2015-02-01 10:50:38 -08:00
Ken Miller
8b93637823
explicitly setting no style as baseline for date formats
2015-01-31 16:45:31 -08:00
Todd Werth
eb2d8fb9e3
Merge pull request #174 from infinitered/ui_view_shadows
...
Adds methods to apply shadows to UIViews
2015-01-30 13:53:43 -08:00
Ken Miller
8a8f4f7c7a
named datetime formats
2015-01-30 10:52:07 -08:00
Jay
df73ba4f5c
add specs for untag
2015-01-29 17:05:43 +00:00
Jay
f3c0ad62be
where are we debug message
2015-01-29 16:37:15 +00:00
Jay
15e4070a9b
calling it untag, simply remove the tags in the array of tags
2015-01-29 16:24:52 +00:00
Jay
05a9c76051
add the untag method to rmq
2015-01-29 15:45:02 +00:00
Gant Laborde
a9331f76e8
Merge pull request #177 from infinitered/text_alignments
...
Adds :centered as an alias for :center in text alignments.
2015-01-29 09:26:39 -06:00
Mark Rickert
b9326f24a7
Adds :centered as an alias for :center in text alignments.
2015-01-29 10:00:59 -05:00