Commit Graph

557 Commits

Author SHA1 Message Date
Mark Rickert
3557cfcd0a Merge branch 'master' of github.com:clearsightstudio/ProMotion into cell-accessory-switch-fix
# By Jamon Holmgren (2) and Stephan Toggweiler (1)
# Via Jamon Holmgren
* 'master' of github.com:clearsightstudio/ProMotion:
  Version 0.7.3
  Fixed crash when closing a screen directly from a bar button action.
  Promotion update_table_data for Formotion
2013-06-06 11:00:18 -04:00
Jamon Holmgren
fa207eacfe Version 0.7.3 2013-06-06 07:53:01 -07:00
Jamon Holmgren
6dabb5be29 Merge branch 'master' into version-0.7 2013-06-06 07:52:21 -07:00
Jamon Holmgren
c3a0ef066b Fixed crash when closing a screen directly from a bar button action. 2013-06-06 07:51:43 -07:00
Mark Rickert
09289ab39c Move legacy support into the proper method. 2013-06-06 09:53:57 -04:00
Mark Rickert
bc63572b85 Find the cell's table view and set the action to target the tableview instead of self. 2013-06-06 09:53:36 -04:00
Mark Rickert
67bc0ab08c We can't have an accessory_view AND a switch, so don't try and set them if they both exist. accessory_view takes precedence over a switch accessory. 2013-06-06 09:49:35 -04:00
Jamon Holmgren
439fa3b68f Merge pull request #122 from rheoli/version-0.7-form
Promotion update_table_data for FormotionScreens
2013-06-05 09:13:05 -07:00
Stephan Toggweiler
636ab6f429 Promotion update_table_data for Formotion 2013-06-05 17:38:42 +02:00
Jamon Holmgren
97b9ba5edb Merge pull request #121 from markrickert/force-rotation-support-ios6
Support iOS 6 force rotation.
2013-06-04 14:45:52 -07:00
Jamon Holmgren
8149ba6ce0 Added logger message about NoMethodError 2013-06-04 14:24:16 -07:00
Mark Rickert
fca63ed1e5 Support iOS 6 force rotation. 2013-06-04 17:07:44 -04:00
Jamon Holmgren
8e199d2f7a Merge branch 'version-0.7' 2013-06-04 12:39:30 -07:00
Jamon Holmgren
e99fd1f348 Version 0.7.2 2013-06-04 12:39:13 -07:00
Jamon Holmgren
a192c00d07 Fixing issue #109 - iOS 6 doesn't call screen shouldAutorotate when in navigation bar. Added tests too. 2013-06-04 12:37:53 -07:00
Jamon Holmgren
d4827b6653 Merge pull request #117 from eskatos/master
Fix if RUBYMOTION_ENV not defined again
2013-06-03 11:54:32 -07:00
Jamon Holmgren
5215c6b949 Version 0.7.1 - fixing delegate include issue 2013-06-03 11:45:16 -07:00
Paul Merlin
1ae17f82fb Fix if RUBYMOTION_ENV not defined again
console.rb was fixed but not logger.rb

See #98
2013-06-03 19:53:56 +02:00
Jamon Holmgren
1a03b687b3 ProMotion 0.7.0 v0.7 2013-06-03 08:45:05 -07:00
Jamon Holmgren
a3e0f018a9 Merge pull request #105 from clearsightstudio/version-0.7
Version 0.7
2013-06-03 08:36:57 -07:00
Jamon Holmgren
1ae4505b4a Version 0.7 2013-06-03 08:36:25 -07:00
Jamon Holmgren
90bbaa5ab8 Merging master 2013-06-03 08:22:57 -07:00
Jamon Holmgren
1b6b866ff7 Featured 2013-06-03 08:22:06 -07:00
Jamon Holmgren
cfdf13ffe9 Version 0.6.5 2013-06-03 08:19:23 -07:00
Jamon Holmgren
1318fb7995 Merge pull request #112 from ainame/clean_misc_files
Clean misc files
2013-06-03 08:15:47 -07:00
Jamon Holmgren
a9e8f87084 Merge pull request #111 from markrickert/table-deletion-and-tests
Table deletion and tests
2013-06-03 08:12:23 -07:00
Mark Rickert
86b4e397e1 Removed explicit return statements in table_data.rb. 2013-06-03 11:01:59 -04:00
ainame
0bd11657e0 update .gitignore to ignore ".dat*" files 2013-06-03 23:57:53 +09:00
Mark Rickert
a70a4732bb Update index_paths var assignment per @jamonholmgren's advice. 2013-06-03 10:54:41 -04:00
ainame
02cfb34955 export description of development dependencies from Gemfile to gemspec 2013-06-03 01:01:12 +09:00
ainame
7dede87761 update .gitignore for basically rubyist enviroment.
Most contributors don't need clojure's environment and don't have it.
2013-06-03 00:47:25 +09:00
Mark Rickert
cc1f8edd59 Added helper method for calling tableView:commitEditingStyle:forRowAtIndexPath 2013-06-01 13:37:53 -04:00
Mark Rickert
69366c5d3b Added functional test for deleting a cell with an animation. 2013-06-01 13:30:05 -04:00
Mark Rickert
1a0e72efe7 Removed AccessibilityLabel on tableview cells since it's set automatically by the title. 2013-06-01 13:15:13 -04:00
Mark Rickert
b16718c707 Added deleteRowsAtIndexPaths:withAnimation method with warning to use delete_cell instead. 2013-06-01 13:13:41 -04:00
Mark Rickert
5b4937d8f2 Added delete_cell method. Should address #110 2013-06-01 13:11:07 -04:00
Mark Rickert
a937e804eb Working functional test for deleting a row in a table view 2013-06-01 12:10:57 -04:00
Jamon Holmgren
c653d63496 Added delegate test 2013-05-31 17:47:42 -07:00
Jamon Holmgren
0e56188857 Merge branch 'version-0.7' of github.com:clearsightstudio/ProMotion into version-0.7
Conflicts:
	lib/ProMotion/delegate/delegate.rb
	lib/ProMotion/delegate/delegate_helper.rb
2013-05-31 17:36:42 -07:00
Jamon Holmgren
3eb9fc65f0 Moved the rest of the Delegate methods into the helper. Added home_screen accessor (only available if you use open, not open_tab_bar) 2013-05-31 17:31:47 -07:00
Jamon Holmgren
df583fc999 Merge pull request #106 from markrickert/search-text-helpers
Add :searchable and :search_help_text to cell properties.
2013-05-30 13:58:40 -07:00
Mark Rickert
31f58ea291 General whitespace cleanup to force TravisCI to rebuild and check sue to a github timeout error on the previous commit. 2013-05-30 15:48:51 -04:00
Jamon Holmgren
12d38d7df2 Merge pull request #107 from markrickert/cell-image-enhancements
Cell image enhancements
2013-05-30 12:34:01 -07:00
Mark Rickert
9ef05cde73 Add tests for cell image enhancements. 2013-05-30 15:18:28 -04:00
Mark Rickert
c9d534b3f1 All cell image enhancements working. Still need tests. 2013-05-30 14:55:57 -04:00
Mark Rickert
772ee83bf2 Refactor cell search enhancements. 2013-05-30 14:23:42 -04:00
Mark Rickert
e0165f9e0b Allow the user to send a string instead of a UIImage to a cell image attribute. 2013-05-30 13:19:59 -04:00
Mark Rickert
2c962694fc Allow users to specify JUST the image without the hash (if they don't want to pass other options to the cell image attribute) 2013-05-30 13:19:41 -04:00
Mark Rickert
72fac5fc73 Add :searchable and :search_help_text to cell properties. 2013-05-30 13:01:27 -04:00
Jamon Holmgren
45b3bcade8 Fixed issue #104 2013-05-30 09:44:54 -07:00