Kyle Fang
f0e316aa23
Loading Agressively
...
Since it's stylesheets might include other stylesheets, it's hard to
track down which one include which. So easier solution would be Reloaded
all stylesheets that's modified and reload the VC.
Should not have impact the performance.
2015-04-18 01:25:07 +08:00
Todd Werth
8ae878d2bf
Fixed bug with new Live Stylesheets. Bumped version
2015-04-14 21:27:45 -07:00
Todd Werth
039bf3c17d
Merge pull request #239 from jamonholmgren/live-and-self
...
Also reapply to root view
2015-04-14 19:57:42 -07:00
Jamon Holmgren
1c4ca96815
Also reapply to root view
2015-04-14 19:25:31 -07:00
Todd Werth
1bb8a743cb
Bumped version, and added warning for project_path
2015-04-14 18:04:48 -07:00
Todd Werth
7a1075f8f8
Added RubyMotionQuery::RMQ.project_path to utils. Updated rmq_live_stylesheets to use it.
2015-04-14 17:51:18 -07:00
Todd Werth
695a64e982
Version bump
2015-04-14 16:22:32 -07:00
Todd Werth
00ae14d322
Merge pull request #238 from jamonholmgren/live-reload
...
Added live reloading to RMQ REPL
2015-04-14 16:06:57 -07:00
Jamon Holmgren
be013f9827
Added live reloading to RMQ REPL -- thanks @twerth for the help
2015-04-14 16:00:39 -07:00
Todd Werth
61c177be72
Merge pull request #237 from infinitered/current_view_controller_fix
...
Don't stop looking for the view controller when it's a UINavigationController
2015-04-13 12:30:50 -07:00
Mark Rickert
b8cf5bcc65
Don't stop looking for the view controller when it's a UINavigationController
...
I needed to put a UITablBarController inside a UINavigationController (I know, NOT recommended by Apple, but I had to do it nonetheless).
This fixes the stylesheet not being able to be set because when it found a UINavigationController as the root_view_controller, it just gave up. I'm asking the method to keep searching till it gets an actual UIViewController and not blindly trust that the visibleViewController is a UIViewController.
2015-04-12 18:42:28 -04: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
Todd Werth
7c6e59ae95
Merge pull request #235 from fvonhoven/master
...
Add ability for new iPhone sizes to resource_for_device and tests
2015-04-07 11:47:11 -07:00
Todd Werth
e070ba7579
Merge pull request #236 from infinitered/debounce
...
Debounce feature for RMQ events
2015-04-07 11:46:42 -07:00
Gant
9f109ca9b0
tests for debounce settings
2015-04-06 23:22:17 -05:00
Gant
6cce970946
fixed debounce code and added example button to app
2015-04-06 23:12:38 -05:00
Gant
c28f7d1413
base debounce code
2015-04-06 23:02:46 -05:00
Frank von Hoven
a89d9ca3dd
Add new size Default images
2015-04-06 08:59:26 -05:00
Frank von Hoven
ef7dc361d0
Add new sizes to resource_for_device
2015-04-06 08:58:08 -05:00
Gant
06d3c15530
fix for specs - strange behavior
2015-04-04 15:46:25 -05:00
Gant
c4508d542f
adding tests for ⭐
2015-04-04 15:31:33 -05:00
Gant
e551377d5d
code to hide keyboard from rmq.app added
2015-04-04 14:40:01 -05:00
Todd Werth
b682fa7ff6
Merge pull request #227 from jamonholmgren/append-block
...
Added convenience callback block after append, build, etc, and find_or_append() (with tests)
2015-03-28 00:05:36 -07:00
Todd Werth
917e51737c
Merge pull request #229 from infinitered/symbolize_util
...
Symbolize utility method
2015-03-26 13:35:00 -07:00
Todd Werth
4bddccb4e7
Merge pull request #231 from fvonhoven/ui_date_picker_styler
...
UI date picker styler
2015-03-26 13:34:05 -07:00
Frank von Hoven
0ea2417da4
Additional Tests
2015-03-26 14:10:51 -05:00
Frank von Hoven
57d0c48b5d
Began date_picker_styler and tests
2015-03-22 18:36:33 -05:00
Gant
36c1f6d5a2
tests for symbolize
2015-03-21 19:17:27 -05:00
Gant
9fa9947bad
ignore punctuation too
2015-03-21 19:17:15 -05:00
Gant
4517fc5266
added symbolize util
2015-03-21 19:05:58 -05:00
Gant Laborde
82e9cd862a
Merge pull request #222 from infinitered/user_interaction_enabled
...
Allows you to set a UIView's userInteractionEnabled property.
2015-03-21 10:25:13 -05:00
Gant Laborde
b5d4f536be
Merge pull request #225 from infinitered/ui_button_cleanup
...
UIButtonStyler cleanup
2015-03-21 10:23:52 -05:00
Gant Laborde
bb80660c1e
Merge pull request #220 from infinitered/table_view_background_color
...
Set background view to nil when setting a table view's background color
2015-03-21 10:17:09 -05:00
Jamon Holmgren
aaaf018460
Better implementation of find_or_append
2015-03-20 20:17:16 -07:00
Jamon Holmgren
47728aeb2a
Added find_or_append
2015-03-20 19:54:57 -07:00
Jamon Holmgren
ef3998f7bb
Added convenience callback block after append, build, etc
2015-03-20 16:45:24 -07:00
Mark Rickert
b07ff7d1da
Merge pull request #224 from halo/master
...
Added data method for UIProgressView (sets progress)
2015-03-20 12:37:10 -04:00
Mark Rickert
1874b8dbb0
Adds background_image aliases and tests for aliases on UIButtonStyler
2015-03-20 12:27:55 -04:00
Mark Rickert
d0174f0286
Fix failing tests and make UIButtonStyler more consistent.
2015-03-20 12:27:21 -04:00
Mark Rickert
3708c0cfe2
Test UIButton style getters Multiple failing tests.
2015-03-20 12:19:36 -04:00
Mark Rickert
726c5a6b33
Adds attributed_title and attributed_title_highlighted to UIButton styler.
2015-03-20 12:14:51 -04:00
Todd Werth
7faba301d8
Bumped version to 1.2.0
2015-03-19 14:49:35 -07:00
Gant Laborde
f93b3599f2
Merge pull request #223 from infinitered/fix_adjusts_font_inconsistence
...
unified stylers with aliases and missing tests to close #217
2015-03-19 11:28:04 -05:00
Mark Rickert
da13a34009
Merge pull request #218 from squidpunch/add-different-device-tests
...
Have travis test the iPhone 5 as well
2015-03-19 10:02:55 -04:00
halo
ab1b887d22
Actually, test the getter, too
2015-03-19 14:28:20 +01:00
halo
5ceced67c8
Added #data for UIProgressView (sets progress)
2015-03-19 14:19:41 +01:00
Gant
215f8d05e4
unified stylers with aliases and missing tests to close #217
2015-03-18 22:27:56 -05:00
Mark Rickert
690b5a14fb
Allows you to set a UIView's userInteractionEnabled property.
2015-03-18 20:32:41 -04:00
Gant Laborde
54208ee655
Merge pull request #221 from infinitered/table_cell_separator_insets
...
Adds separator_inset for UITableViewCell styler.
2015-03-18 19:27:41 -05:00
Mark Rickert
1bb099d13f
Adds separator_inset for UITableViewCell styler.
2015-03-18 18:33:16 -04:00