Commit Graph

  • c44387a476 Merge pull request #123 from squidpunch/auto-clip-on-corner-radius Todd Werth 2014-09-28 19:44:01 -07:00
  • ec569379af Default clipToBounds true if corner_radius given David Larrabee 2014-09-28 18:17:18 -04:00
  • d01a7ec2f8 Merge pull request #122 from squidpunch/add-color-setter Todd Werth 2014-09-28 14:25:18 -07:00
  • 4ab07ff956 Adds 'color=` alias to ui_text_view styler David Larrabee 2014-09-28 16:17:48 -04:00
  • c2e6f1b3aa Adds test coverage for existing styler David Larrabee 2014-09-28 16:16:56 -04:00
  • 75e79d2dde Remove SDK version to fix Travis CL Todd Werth 2014-09-27 15:57:38 -07:00
  • 845153f67a Fixed another bug in rect Todd Werth 2014-09-27 15:39:27 -07:00
  • e2a0d98bd2 Fixed bug when styling with :full and the view didn't have a superview Todd Werth 2014-09-27 15:30:52 -07:00
  • eafd6d3602 Merge branch 'master' of github.com:infinitered/rmq Todd Werth 2014-09-27 14:34:30 -07:00
  • 0895147169 Merge pull request #121 from squidpunch/remove-property-check Todd Werth 2014-09-27 14:34:25 -07:00
  • 36405f39c3 Added rmq_style_applied method for your custom views, it gets called anytime RMQ styles your view Todd Werth 2014-09-27 14:33:29 -07:00
  • 46ce72e8b0 No need to check property comes from UIView David Larrabee 2014-09-27 16:06:25 -04:00
  • 027f0dd470 More tweaks of custom styler feature Todd Werth 2014-09-27 11:39:39 -07:00
  • 96df38905d Removed e from version :-/ Todd Werth 2014-09-27 11:29:11 -07:00
  • 9f9684dfaf Fixed bug with new rmq_styler method and UIControls Todd Werth 2014-09-27 11:22:52 -07:00
  • 12d3f66214 Bumped version to 0.8.0 edge Todd Werth 2014-09-27 11:11:18 -07:00
  • 2b30471c1f Merge branch 'master' of github.com:infinitered/rmq Todd Werth 2014-09-26 18:31:08 -07:00
  • 0202cb662c Added ability for a custom view to define its own styler. This is especially useful for upcoming RMQ plugins. Some spelling corrections Todd Werth 2014-09-26 18:31:03 -07:00
  • 0bbb15060b Merge pull request #119 from squidpunch/enable-interaction-on-event-add Gant Laborde 2014-09-26 08:44:36 -05:00
  • 3456eb786a Enable user interaction when event added David Larrabee 2014-09-26 00:34:06 -04:00
  • 70299d2c77 Merge pull request #118 from GantMan/ios_version_detection Todd Werth 2014-09-25 18:37:24 -07:00
  • aab48a18d1 small verbiage change Gant 2014-09-25 14:31:14 -05:00
  • 4a21121982 added tests Gant 2014-09-25 14:26:02 -05:00
  • 741b9fc898 Check for nil on super_width and super_height Todd Werth 2014-09-25 12:22:21 -07:00
  • 529265c9f3 Grid now automatically supports landscape. Of course you can still assign a new grid for landscape, but now you don't have to do that or clear the cache just for an orientation change Todd Werth 2014-09-24 20:09:19 -07:00
  • 12e7d5ceae Fixed a bug in rmq.device.orientation = . Added more tests. Fixed stylesheet tests now that I can set the orientation. Todd Werth 2014-09-24 20:04:56 -07:00
  • 0d816f6d39 Tweaked setting customer orientation in rmq.device. Updated test app to do orientation changes correctly (see app_delegate, it uses the new custom rmq.device.orientation). Added a new controller in the test app, to test out various things. Todd Werth 2014-09-24 19:36:42 -07:00
  • 8e5a71d721 Allow you to set the orientation that RMQ uses everywhere (to :landscape normally). Added device.height_landscape and device.width_landscape Todd Werth 2014-09-24 19:10:28 -07:00
  • 834def5a9c Added support for finding controllers with frontViewController methods that specify their "main" controller Todd Werth 2014-09-24 14:32:23 -07:00
  • c0b9767e6c Update dependencies Todd Werth 2014-09-24 00:07:20 -07:00
  • 1eca968b35 I no longer trust the SDK to report the size of the screen correctly, so I'm doing it myself. Disabling landscape app_width/etc specs as they aren't working. Changed stylesheet to use device's sizes. In a stylesheet, deprecated app_height and app_with, use device_width and device_height instead for device dimensions and screen_width and screen_height for orientation dimensions. Todd Werth 2014-09-23 23:12:47 -07:00
  • e11d2185e5 Merge pull request #112 from instajams/app-size-ios-8 Todd Werth 2014-09-23 18:48:06 -07:00
  • e0b756a109 Added rmq.device.ios_eight? I didn't test it, not sure how I'd do that Todd Werth 2014-09-23 18:46:11 -07:00
  • 689f08d8c3 Missed a few sv.sizes from 2 commits ago Todd Werth 2014-09-23 17:01:49 -07:00
  • 3671452534 Changed UITextViewStyler to inherit from UIScrollViewStyler, which it should have done already. This may break your code if you have a UITextViewStyler in your app, just replace the super class. Todd Werth 2014-09-23 16:53:20 -07:00
  • 6822d27b53 Clarified where superview size comes from Todd Werth 2014-09-23 16:41:07 -07:00
  • 19c8746cb2 Removed line end spaces Todd Werth 2014-09-23 16:39:47 -07:00
  • f6311b743a Merge branch 'master' of github.com:infinitered/rmq Todd Werth 2014-09-21 22:10:23 -07:00
  • ca83b4cc12 Added rmq.device.three_point_five_inch?, rmq.device.four_point_seven_inch?, and rmq.device.five_point_five_inch? Todd Werth 2014-09-21 22:10:19 -07:00
  • 25bdc859c2 Merge pull request #113 from squidpunch/style-ui-button-color-text-highlighted Gant Laborde 2014-09-21 20:58:26 -05:00
  • a1e362deb0 Fixe .data assigning to UITextView and UITextField in SDK 8.0 (I think it's just 8) Todd Werth 2014-09-20 17:55:24 -07:00
  • 71859740f4 Fixed a problem where you could not set .data to nil. This rmq(my_view).data(nil) was equivalent to rmq(my_view).data and it shouldn't have been. Now the first one sets the view's data to nil and the second one returns the view's data Todd Werth 2014-09-20 17:17:33 -07:00
  • d5e4d384a7 Fixed some failing specs. Disabled inspector spec as inspector isn't ready and the spec throws warnings. Disabled spec that was failing, but functionality is working Todd Werth 2014-09-20 16:41:56 -07:00
  • d38bf62aee Adds styler for text color in highlighted state David Larrabee 2014-09-20 00:21:53 -04:00
  • d337d3ad14 Merge pull request #111 from GantMan/master Gant Laborde 2014-09-16 14:26:25 -05:00
  • 30f04b2694 modified app_width and app_height in stylesheet.rb to work for iOS 8; the specs use rotate_device and seem to have nasty side-effects Mark Wise 2014-09-14 22:49:54 -05:00
  • 7da65a76c7 added test for UIView alpha kitchen sink Gant 2014-09-14 17:22:34 -05:00
  • 0ff92c0c42 Added alpha styler for UIViews Gant 2014-09-14 17:16:17 -05:00
  • 9ba0e25beb Bumped version and updated gems v0.7.1 Todd Werth 2014-09-12 23:16:14 -07:00
  • e2762e0657 Merge pull request #109 from vaughankg/custom_regex_validator Gant Laborde 2014-09-11 15:45:41 -05:00
  • 5fb3b1e2d7 added a :custom validation method Vaughan Kelly Guy 2014-09-11 12:08:12 -04:00
  • acc37a7a64 Merge pull request #108 from vaughankg/add_validator Gant Laborde 2014-09-10 20:55:36 -05:00
  • 3ef2f7ce24 raise an ArgumentError when no block is provided to RMQ::Validation.add_validator Vaughan Kelly Guy 2014-09-10 19:03:38 -04:00
  • f18460cd40 RMQ::Validation.add_validator method + spec Vaughan Kelly Guy 2014-09-10 17:21:11 -04:00
  • a0a8b077de Merge pull request #107 from GantMan/SEP14_white_list_validation Gant Laborde 2014-09-10 15:31:12 -05:00
  • 2cb860d5d1 added selection rule test for white_list 🌟 Gant 2014-09-10 13:50:01 -05:00
  • f37ffcb74b utility test for white_list and test cleanup Gant 2014-09-10 13:29:06 -05:00
  • 5165fe57f2 added whitelist code for validations Gant 2014-09-10 13:19:05 -05:00
  • 1c71b4e8e0 refactor universal checks into it's own spot + warning Gant 2014-09-10 13:18:37 -05:00
  • 76ea754d69 Merge pull request #104 from GantMan/master Gant Laborde 2014-09-10 12:49:17 -05:00
  • 6a6a44bd81 updated templates to use new bang methods Gant 2014-09-09 09:22:50 -05:00
  • f35a3595ee Merge branch 'master' of github.com:infinitered/rmq Todd Werth 2014-09-07 15:18:20 -07:00
  • 132829991c Added grid.show: rmq.app.grid.show Todd Werth 2014-09-07 15:18:15 -07:00
  • d5ebffac8d Merge pull request #103 from willrax/master Todd Werth 2014-09-07 07:59:10 -07:00
  • 2db6321ae1 Add attributed text to UILabel. Will Raxworthy 2014-09-07 19:44:12 +10:00
  • 59254e4b88 Merge pull request #100 from GantMan/master Todd Werth 2014-08-25 11:22:55 -07:00
  • 2216e3db8c tiles... files.... same thing right? Gant Laborde 2014-08-25 11:32:12 -05:00
  • 1101a5a103 attempted fix on issue #99 Gant Laborde 2014-08-25 11:30:56 -05:00
  • a05f0d3570 Merge pull request #98 from GantMan/lower_shortcircuit Gant Laborde 2014-08-21 15:12:02 -05:00
  • 7273fda935 lowered shortcircuit to the base valid? so it works for everyone Gant 2014-08-21 14:29:45 -05:00
  • 24b6a19a4e Added test for failed shortcircuits on debugging Gant 2014-08-21 14:29:12 -05:00
  • 1b92c87773 Merge pull request #97 from willrax/better-email-regex Gant Laborde 2014-08-17 16:13:34 -05:00
  • 9c65d500a0 Change email regex pattern. Will Raxworthy 2014-08-17 14:28:27 +10:00
  • 09b1bf7f0f Merge pull request #96 from GantMan/master Todd Werth 2014-08-16 17:34:25 -07:00
  • b8391b0cff added test for lineBreakMode Gant Laborde 2014-08-16 18:31:18 -05:00
  • 2426f900a5 added lineBreakMode Gant Laborde 2014-08-16 18:28:40 -05:00
  • 66a9b8708b Bumped version v0.7.0 Todd Werth 2014-08-12 09:00:07 -07:00
  • af26fb68cf Merge pull request #93 from GantMan/custom_validation_messages Gant Laborde 2014-08-10 20:03:41 -05:00
  • b401546611 tests for custom and non-custom validation errors Gant 2014-08-10 15:09:13 -05:00
  • ee56330f30 custom error messages working Gant 2014-08-10 14:13:00 -05:00
  • 29a5bb4c2b allllmost had custom validation messages, but order of operations booooo Gant 2014-08-08 21:48:15 -05:00
  • 57abac1d1f Merge branch 'master' of https://github.com/infinitered/rmq into custom_validation_messages Gant 2014-08-07 22:45:40 -05:00
  • 4d8cbd2eee default error message is in place Gant 2014-08-07 22:44:28 -05:00
  • 7f2fc030d2 Merge pull request #92 from GantMan/master Gant Laborde 2014-08-05 22:21:59 -05:00
  • d1b6e384b5 Merge branch 'fix_slide_out' Gant 2014-08-05 22:09:57 -05:00
  • aee82da297 switched form rmq.device.width to rmq.device.screen_width Gant 2014-08-05 22:08:41 -05:00
  • 25a5f3926a Merge pull request #89 from GantMan/master Gant Laborde 2014-08-02 18:00:45 -05:00
  • b3414f8986 Merge branch 'master' of https://github.com/infinitered/rmq Gant 2014-08-02 15:34:15 -05:00
  • b74c1d7789 Added allow_blank option to all rules, for optional input Gant 2014-08-02 15:33:58 -05:00
  • 041af670bf Merge pull request #88 from GantMan/master Gant Laborde 2014-08-01 15:46:00 -05:00
  • 0565ecddd2 damn comments Gant 2014-08-01 15:37:43 -05:00
  • 2915b2c8a2 small comment correction Gant 2014-08-01 15:17:22 -05:00
  • 563702b483 Merge branch 'invalid_valid_selection' Gant 2014-08-01 15:13:41 -05:00
  • 8bcca7c16d tests for invalid an valid selection Gant 2014-08-01 15:13:17 -05:00
  • 4f773e20e9 invalid and valid arrays are in place Gant 2014-08-01 14:43:45 -05:00
  • 592bddd063 beginning of .invalid and .valid selections Gant 2014-08-01 14:01:24 -05:00
  • fbdce9a2a4 Merge pull request #87 from GantMan/master Gant Laborde 2014-07-31 22:20:57 -05:00
  • de3ff3ae07 added presence validation and feature on length validation Gant 2014-07-31 21:49:58 -05:00
  • 6bf21d79f3 Merge pull request #86 from GantMan/validation_arguments Gant Laborde 2014-07-31 17:41:00 -05:00
  • 60c48b982e added validation options at the selction level Gant 2014-07-31 14:38:16 -05:00