41 Commits

Author SHA1 Message Date
Jamon Holmgren
be013f9827 Added live reloading to RMQ REPL -- thanks @twerth for the help 2015-04-14 16:00:39 -07:00
Todd Werth
609dd33088 Merge pull request #234 from infinitered/hide_keyboard
`rmq.app.hide_keyboard` to close #233
2015-04-07 11:48:25 -07:00
Gant
6cce970946 fixed debounce code and added example button to app 2015-04-06 23:12:38 -05:00
Gant
c4508d542f adding tests for 2015-04-04 15:31:33 -05:00
Jamon Holmgren
ef3998f7bb Added convenience callback block after append, build, etc 2015-03-20 16:45:24 -07: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
David Larrabee
8208302378 Adds background_gradient= styler 2015-02-19 11:08:49 -05:00
Chris Lerum
7c5c91c6e2 fix repositioning of animate_move_button on demo screen 2015-02-13 09:43:33 -05:00
Mark Rickert
e872cb4d9c Fixes deprecations and crash in demo app. 2015-01-21 08:14:39 -05:00
David Larrabee
eab22964c7 Updates stylesheet color reference; sample app 2014-12-15 09:01:28 -05:00
Todd Werth
0f3e1d0a15 Removed motionprint in gem file, it's not required. Fixed bug in sample app 2014-11-17 19:25:02 -08:00
Gant
92951db7b1 removing unused vars 2014-11-02 21:38:06 -06:00
Gant
243913a173 Merge branch 'master' of https://github.com/infinitered/rmq into nitpick_cleanups 2014-11-02 21:29:12 -06:00
Todd Werth
6838a11229 Added the ability to apply multiple styles at once with apply_style(s), to be able to reapply all styles in oder with reapply_styles. Added has_style? and styles methods 2014-10-24 22:14:06 -07:00
Gant
dff933fbd7 another unused var in section.rb 2014-10-24 08:57:37 -05:00
Gant
9cfce2c519 cleaned up optional params in section.rb 2014-10-24 08:49:55 -05:00
Todd Werth
0202cb662c Added ability for a custom view to define its own styler. This is especially useful for upcoming RMQ plugins. Some spelling corrections 2014-09-26 18:31:03 -07:00
Todd Werth
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. 2014-09-24 19:36:42 -07:00
Todd Werth
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.
Also added some additional stylers for UITextView.
2014-09-23 16:53:20 -07:00
Gant
6a6a44bd81 updated templates to use new bang methods 2014-09-09 09:22:50 -05:00
Gant
29a5bb4c2b allllmost had custom validation messages, but order of operations booooo 2014-08-08 21:48:15 -05:00
Gant
51b4655bd3 completed demo in app 2014-07-27 21:42:17 -05:00
Gant
c730e22cea fixed ValidationEvent to get all that juicy info 2014-07-27 20:57:44 -05:00
Gant
eba7cb3d60 beginning of example code in app 2014-07-27 20:50:17 -05:00
Todd Werth
70972397c4 Changed default grid to use an 12x18 grid that is divisible by half, 2, and 3 2014-07-10 13:49:58 -07:00
David Larrabee
aab13bd77d Update sample app to use frame for positioning 2014-06-21 16:35:11 -04:00
Todd Werth
aee25abc37 Bumped version. Added abbreviations to bop,etc. Change main screen to match new rect system 2014-05-23 17:09:12 -07:00
Todd Werth
20fd75f019 Working on rect and grid 2014-05-09 16:44:24 -07:00
Todd Werth
6902eec054 Added append! and create! methods, which return the view without using .get 2014-05-04 23:46:14 -07:00
Todd Werth
d1ed96c219 Allow from_right and from_bottom when setting a frame or in layout 2014-04-14 17:16:06 -07:00
Todd Werth
88fee82b2a Fixed rmq.view_controller when the root view controller was a ECSlidingViewController or other such container views that weren't caught before 2014-04-09 18:52:59 -07:00
Todd Werth
e346ace615 Fixed the table template, it wasn't using the reuse identifier when creating cells 2014-02-20 23:01:02 -08:00
Todd Werth
00486a13ec Fixed problem with calling rmq inside AppDelegate instance 2014-02-20 22:45:44 -08:00
Todd Werth
51eb28b5a8 Added template for a UITableView: rmq create table_view_controller bars 2014-02-16 15:45:42 -08:00
Jon Austin
202caf7c4f small spelling fixes 2014-01-12 14:02:57 -08:00
Todd Werth
8e2e714b71 Finished v0.5, new view_controller system. Beta testing now. 2013-12-06 22:18:35 -08:00
Todd Werth
fd2f075278 Implemented the new view_controller system. Specs passing now. I need to updated the readme and some of the rdocs. The new view controller system allows you to just call rmq in any object and most of the time it does the right thing; no more problems calling rmq in parentless cells. I still need to create the create_factory method for collectionviews 2013-12-05 20:09:14 -08:00
Todd Werth
d2757b368e Added #create. Fixed parent_rmq in many situations. Changed rmq_did_create, this breaks old code. #stylesheet is more robust 2013-08-26 10:55:46 -07:00
Todd Werth
43ae5e191d Added rmq_did_create to UIView 2013-08-20 10:28:43 -07:00
Todd Werth
216f24603f Updated README, version, and the gem name everywhere 2013-07-29 17:59:52 -07:00
Todd Werth
608f4dd54c Initial commit 2013-07-29 15:37:44 -07:00