Commit Graph

386 Commits

Author SHA1 Message Date
Jamon Holmgren
00450db205 Allow non-PM view controllers to be opened in split view controllers 2013-05-14 22:17:48 -07:00
Jamon Holmgren
651231e456 Updating ToC 2013-05-14 09:36:31 -07:00
Jamon Holmgren
ff6823bef2 Fixes #63 (hacky) 2013-05-14 09:34:07 -07:00
Jamon Holmgren
f494843e55 Xray tweak 2013-05-10 18:18:41 -07:00
Jamon Holmgren
475c3eca64 Enable motion-xray detection 2013-05-10 17:59:35 -07:00
Jamon Holmgren
ada9c806ee gitignore 2013-05-10 16:55:27 -07:00
Jamon Holmgren
a682aafe0e detect_dependencies issue fixed 2013-05-10 15:19:18 -07:00
Jamon Holmgren
2c2136cad8 Removing current_screen which caused problems. 2013-05-10 15:17:36 -07:00
Jamon Holmgren
b2e43674d4 Merge pull request #64 from clearsightstudio/version-0.6-logger
New "PM::Logger" (replaces "Console")
2013-05-10 10:55:49 -07:00
Jamon Holmgren
738ce1b922 Fixed issue when testing ProMotion apps where the on_load never fires. 2013-05-10 10:41:19 -07:00
Jamon Holmgren
8394cdfca2 Adding tests, cleanup 2013-05-10 09:38:15 -07:00
Jamon Holmgren
c22a189f27 Couple tests 2013-05-09 23:20:53 -07:00
Jamon Holmgren
58723da312 Tweaks 2013-05-09 23:06:05 -07:00
Jamon Holmgren
95f7979ef9 Re-enabling redgreen 2013-05-09 22:55:48 -07:00
Jamon Holmgren
c85c3d0dec Merging 2013-05-09 22:46:40 -07:00
Jamon Holmgren
43058e9904 Added Logger class, README 2013-05-09 22:45:13 -07:00
Jamon Holmgren
48cd7f1d3a Merge pull request #61 from markrickert/version-0.6-readme-update-rm2.0
Clarify detect_dependencies section in Readme. Issue #48
2013-05-09 09:11:26 -07:00
Mark Rickert
b59a2aeef9 Clarify detect_dependencies section in Readme. Issue #48 2013-05-09 12:09:30 -04:00
Jamon Holmgren
e2c5eb66c0 Fixes issue #57
Also cleans up the on_load for split screens.
2013-05-08 11:37:23 -07:00
Jamon Holmgren
9a4e110999 Merge pull request #59 from markrickert/version-0.6-remote-image-radius
Version 0.6 remote image radius
2013-05-07 20:06:02 -07:00
Mark Rickert
cedb899102 Merge branch 'refs/heads/version-0.6' into version-0.6-tableview-fixes
* refs/heads/version-0.6: (25 commits)
  Added example to readme for cell height.
  Allow the user to specify individual cell height in the cell hash.  If not specified, the cell with use the tableView.rowHeight property.
  Return element after set_attribute.
  Use snake_case for Objective-C methods. Fixes Issue #56.
  Fixing bug in set_nav_bar button methods
  README update for add improvements
  `set_easy_attributes` now working. autoresizingMask and frame are the first improvements this brings.
  Updated table screen specs
  Initial stab at tablescreen tests
  Minor refactors to clean up the screen module
  Added an  method for adding any view to any other parent view with attributes. Closes issue #18.
  Huzzah! Works brilliantly in ios 6 and ios 5 now!
  Better handling of the callback param.
  Modify console log to name the actual on_refresh method they need to implement if they defined a different callback.
  Use more ruby syntax instead of Obj-C syntax.
  Add a warning if the user didn't implement the on_refresh method or they specified a callback method but didn't implement it.
  Made callback pattern more consistent. Made all strings configurable. Updated documentation.
  Better readme formatting for refreshable.
  fix readme typo.
  Make sure that we're running on ios6 or higher
  ...
2013-05-07 22:53:50 -04:00
Jamon Holmgren
594dbbf1b7 Merge pull request #58 from markrickert/version-0.6-cell-heights
Allow the user to specify individual cell height in the cell hash.
2013-05-07 19:50:06 -07:00
Mark Rickert
3b37613b95 Added example to readme for cell height. 2013-05-07 22:47:16 -04:00
Mark Rickert
be8da5662e Allow the user to specify individual cell height in the cell hash. If not specified, the cell with use the tableView.rowHeight property. 2013-05-07 22:20:39 -04:00
Jamon Holmgren
9428b1bb75 Return element after set_attribute. 2013-05-07 16:18:27 -07:00
Jamon Holmgren
276496912a Use snake_case for Objective-C methods. Fixes Issue #56. 2013-05-07 16:13:44 -07:00
Jamon Holmgren
09772933d7 Fixing bug in set_nav_bar button methods 2013-05-07 15:39:49 -07:00
Jamon Holmgren
84991ae6b4 README update for add improvements 2013-05-07 14:53:36 -07:00
Jamon Holmgren
590f29d9fc set_easy_attributes now working. autoresizingMask and frame are the first improvements this brings. 2013-05-07 14:51:11 -07:00
Jamon Holmgren
9e4ea34cab Updated table screen specs
More work is needed on these.
2013-05-06 23:16:04 -07:00
Jamon Holmgren
6794cfa63b Merge pull request #55 from markrickert/version-0.6-table-refreshable
Version 0.6 table refreshable
2013-05-06 21:39:59 -07:00
Mark Rickert
7d065510e3 Initial stab at tablescreen tests 2013-05-07 00:21:58 -04:00
Jamon Holmgren
70e6e98c66 Minor refactors to clean up the screen module 2013-05-06 21:08:00 -07:00
Jamon Holmgren
a0e783bbb0 Added an method for adding any view to any other parent view with attributes. Closes issue #18. 2013-05-06 20:54:59 -07:00
Mark Rickert
d514555de6 Huzzah! Works brilliantly in ios 6 and ios 5 now! 2013-05-06 22:26:10 -04:00
Mark Rickert
1a1918eb12 Better handling of the callback param. 2013-05-06 22:07:42 -04:00
Mark Rickert
c6707f938b Modify console log to name the actual on_refresh method they need to implement if they defined a different callback. 2013-05-06 22:04:37 -04:00
Mark Rickert
7df301e20d Use more ruby syntax instead of Obj-C syntax. 2013-05-06 22:03:55 -04:00
Mark Rickert
45d726133c Add a warning if the user didn't implement the on_refresh method or they specified a callback method but didn't implement it. 2013-05-06 19:38:18 -04:00
Mark Rickert
5a57ab6005 Made callback pattern more consistent. Made all strings configurable. Updated documentation. 2013-05-06 19:30:07 -04:00
Mark Rickert
0d6cd7227e Better readme formatting for refreshable. 2013-05-06 13:44:26 -04:00
Mark Rickert
c96a4a537d fix readme typo. 2013-05-06 13:43:14 -04:00
Mark Rickert
f46aeea0d8 Make sure that we're running on ios6 or higher 2013-05-06 13:41:19 -04:00
Mark Rickert
adfe258aab Update readme with implementation details for refreshing a tableview. 2013-05-06 13:03:50 -04:00
Mark Rickert
c8c0c43c49 Initial pass at a refreshable table. 2013-05-06 12:56:56 -04:00
Jamon Holmgren
d96cf40625 Merge pull request #53 from markrickert/version-0.6-readme-update
Add "Working on Features" section to readme
2013-05-06 09:54:53 -07:00
Mark Rickert
98c01f0818 Add note about detect_dependencies being a rubymotion bug. 2013-05-06 12:15:36 -04:00
Jamon Holmgren
7cc419725d Merge pull request #54 from markrickert/version-0.6-trailing-spaces-cleanup
Clean up trailing spaces globally.
2013-05-06 09:11:47 -07:00
Mark Rickert
fdb3945a76 Clean up trailing spaces globally.
I know it's not a big thing, but my editor highlights them in bright purple and auto-trims them on save… so i thought i'd clean them up :)
2013-05-06 10:10:12 -04:00
Mark Rickert
d22e6ee3e9 Don't require a radius for remote images. 2013-05-06 10:02:48 -04:00