Commit Graph

226 Commits

Author SHA1 Message Date
David Larrabee
9cf1707ccc Backfilling test coverage 2014-12-09 08:47:52 -05:00
Todd Werth
6803af8c45 Updated screen template to match new features 2014-12-08 13:17:20 -08:00
Todd Werth
e0bbd51a48 Added "metal table" example screen, an example of how to use any controller type as a screen 2014-12-08 12:46:00 -08:00
Todd Werth
295a80c608 Added temp table stuff until ProMotion adds it. Added in all the base methods for UIViewController so when using a controller as a screen you don't have to add this. Added example table in the app. Added wrapper willAnimateRotationToIntefaceOption -> will_animate_rotate 2014-12-08 12:20:31 -08:00
Todd Werth
0b39d8eaf3 This may be required also to fix the weird Edge bug 2014-12-08 09:57:55 -08:00
Todd Werth
0e6e3d03ad I think I fixed the weirdness of Gant's and not being able to use the Edge version 2014-12-08 09:52:16 -08:00
Todd Werth
9ef3c99c65 Merge branch 'master' of github.com:infinitered/redpotion 2014-12-07 14:22:50 -08:00
Todd Werth
8a091a6ce4 Added image, and stylesheet to UIView and UIViewController. Tests coming later (sorry I need this right now) 2014-12-07 14:22:34 -08:00
Gant Laborde
8dba50a5a3 Update README.md 2014-12-07 15:25:19 -06:00
David Larrabee
aa22d588de Remove the warning about not providing a stylesheet 2014-12-06 17:42:13 -05:00
Todd Werth
be255711b6 Merge branch 'master' of github.com:infinitered/redpotion 2014-12-05 23:37:09 -08:00
Todd Werth
e930a33f45 Updated README 2014-12-05 23:37:05 -08:00
Todd Werth
75697b90a9 Merge pull request #20 from squidpunch/change-section-name
Implements on_load
2014-12-05 23:21:13 -08:00
David Larrabee
00b88eb491 Fire on_styled if rmq_style_applied is not defined 2014-12-06 01:05:46 -05:00
David Larrabee
498cd7cdb2 Match filename, and classname with implementation 2014-12-05 23:23:08 -05:00
Todd Werth
38d6631253 Fixed view template. Bumped version. Fixed bad layout in screen template 2014-12-05 19:09:02 -08:00
Todd Werth
015c7bfc1e Changed MainStylesheet name. Added on_load to UIViews, which is basically an alias for rm_build, although you can only use one or the other. Added view template 2014-12-05 16:48:26 -08:00
Todd Werth
7047a595ec Merge branch 'master' of github.com:infinitered/redpotion 2014-12-05 16:06:12 -08:00
Todd Werth
597d9cad19 Bump versions 2014-12-05 16:06:07 -08:00
Todd Werth
6fb108d980 Save 1 method invocation 2014-12-05 16:04:49 -08:00
Todd Werth
b02fa89881 Require ProMotion 2.2 2014-12-05 16:04:24 -08:00
David Larrabee
305f0665bd Adds information about generators to readme 2014-12-05 13:54:09 -05:00
Todd Werth
e858594089 Merge pull request #17 from HYR/master
Modify name_screen to include table_data method for table_screens
2014-12-03 09:27:19 -08:00
Josh Heyer
b5ef5d29de Modify name_screen to include table_data method for table_screens 2014-12-03 08:51:58 -07:00
Todd Werth
177ef0c756 Merge pull request #14 from GantMan/master
changed append to insert above ./app
2014-12-02 09:50:48 -08:00
Todd Werth
91d948de5c Merge pull request #15 from chunlea/extend_append_syntax_under_screen_module
Make append works on more screen type like PM::TableScreen,
2014-12-01 22:56:41 -08:00
chunlea
37eb0a7c8f In order to make append syntax works on all type of ProMotion Screen, like TableScreen, it should be extend under ProMotion::ScreenModule not ProMotion::Screen 2014-12-02 14:44:22 +08:00
Gant Laborde
a295c4c86e changed append to insert above ./app
should be right above app, so RMQ and ProMotion have done their work.
2014-11-30 22:15:47 -06:00
Gant Laborde
9c1a648677 Merge pull request #13 from squidpunch/stylesheet-guard
Suggest that the stylesheet be set if not provided
2014-11-30 17:26:26 -06:00
David Larrabee
f6684900ff Suggest that the stylesheet be set if not provided
* also stops application crash when stylesheet is not defined
2014-11-30 13:10:06 -05:00
Todd Werth
bb5594471b Merge branch 'master' of github.com:infinitered/redpotion 2014-11-29 19:42:28 -08:00
Todd Werth
6ec9335482 Bumped version 2014-11-29 19:42:18 -08:00
Gant Laborde
95b35ae6b6 Merge pull request #12 from squidpunch/include-motion-print-in-require
Include motion print in the gem require
2014-11-29 18:23:03 -06:00
David Larrabee
1f0d4390ad Include motion print in the gem require 2014-11-29 16:00:39 -05:00
Todd Werth
b568f9fca0 Merge pull request #11 from squidpunch/fix-compile-order
Fixes compile order issue
2014-11-29 12:36:25 -08:00
David Larrabee
46090bec27 Updates dependencies 2014-11-29 15:33:28 -05:00
David Larrabee
e9aac486b1 Fixes compile order error 2014-11-29 15:33:12 -05:00
Todd Werth
9190bf879f Merge pull request #10 from infinitered/add_cocoapod_gem
added motion-cocoapods to default gems
2014-11-29 12:26:32 -08:00
Gant
a19189c4c3 added motion-cocoapods to default gems 2014-11-29 01:14:53 -06:00
Todd Werth
bf9b1328c9 Merge pull request #9 from squidpunch/fix-dependencies
Require dependencies in redpotion.rb
2014-11-28 09:09:17 -08:00
Todd Werth
d3603c5154 Merge pull request #8 from squidpunch/font-and-color-direct-from-view
Font and color direct from view
2014-11-28 09:08:51 -08:00
Todd Werth
3ebdb8fb82 Merge pull request #7 from squidpunch/include-templates
Include template files with the gem
2014-11-28 09:08:08 -08:00
David Larrabee
d54770c63b Require dependencies in redpotion.rb 2014-11-28 08:41:38 -05:00
David Larrabee
d2d18d5526 Adds .font to screen and view 2014-11-24 20:58:44 -05:00
David Larrabee
f9822e9fe8 Defer to the view for rmq interactions 2014-11-24 20:50:30 -05:00
David Larrabee
798e01fb21 Adds .color to screen and view 2014-11-24 20:50:20 -05:00
David Larrabee
1e019bff01 Adds test coverage on screen; fixes bug in build 2014-11-24 13:41:36 -05:00
David Larrabee
5ca2525d88 updates gem lock to match version 2014-11-24 09:28:53 -05:00
David Larrabee
933f9618de Include template files with the gem
* so we can actually use the new generators...
2014-11-22 18:15:48 -05:00
Todd Werth
90c70d38f5 Merge pull request #6 from squidpunch/add-screen-creator
Add screen creators
2014-11-22 14:53:08 -08:00