774 Commits

Author SHA1 Message Date
Jamon Holmgren
9b5dc1be00 Version 2.2.1 2015-01-21 19:24:26 -08:00
Jamon Holmgren
561c31882b Merge pull request #601 from clearsightstudio/fix-webscreen-autodetected-links
Fixes issue with auto-detected links not opening.
2015-01-21 19:15:18 -08:00
Jamon Holmgren
99415b6da0 Merge pull request #599 from ryanlntn/fix/webscreen-on_init
Don't use on_init within WebScreen
2015-01-21 18:33:47 -08:00
Mark Rickert
037be0422b snake case variables for consistency. 2015-01-21 21:32:02 -05:00
Mark Rickert
4b3c6a0828 Fixes issue with auto-detected links not opening.
Now for extternal links it specifically looks for http or https in the url scheme, thus allowing the system to handle map links, tel:, sms: and mailto:
2015-01-21 19:02:40 -05:00
Kevin VanGelder
47d182b8ef implemented workaround for image autorotate crash #562 2015-01-21 15:51:14 -08:00
Ryan Linton
79794a32ba Cleanup screen_setup 2015-01-21 13:40:33 -08:00
Jamon Holmgren
faa32ec013 Merge branch 'master' into bugfix/issue_ios8_splitview 2015-01-15 19:43:41 -08:00
Yoshifumi Sato
06d7b8c304 Fix: wrong cell detection problem in search_result_table of longpressable TableScreen. 2015-01-15 23:42:55 +09:00
Jamon Holmgren
59b17cee2d No version bump yet 2015-01-14 10:22:14 -08:00
Jamon Holmgren
a607192e94 Specs updated for iOS 7 and iOS 8 2015-01-14 10:14:26 -08:00
Jamon Holmgren
9f13547930 Merge branch 'master' into bugfix/issue_ios8_splitview 2015-01-14 09:43:38 -08:00
Jamon Holmgren
050ad594c9 Resolving iOS 7 errors 2015-01-14 09:43:26 -08:00
Jamon Holmgren
dfcf63614e Updated splitview to iOS 8 compatibility 2015-01-14 09:14:02 -08:00
Yoshifumi Sato
40afd079c6 Fix: App crash problems when empty cell long-pressed.
- and when search bar frame is long-pressed.
2015-01-14 23:42:15 +09:00
Joshua Sierles
a81ebcfe9f allow passing an instantiated view as a table section's :title_view 2015-01-08 19:35:25 +01:00
Ryan Linton
b16748e2b5 Add app method for convenient access to UIApplication.sharedApplication 2015-01-06 11:08:12 -08:00
Will Raxworthy
b36d25ecac Prefer accessing table through cocoa methods. 2014-12-17 17:54:23 +11:00
Jamon Holmgren
fa40addd45 Version 2.2.0 2014-12-05 14:10:20 -08:00
Jamon Holmgren
cb87d57449 Merge pull request #577 from clearsightstudio/blank_toolbar
Auto-hide the toolbar when passed nil or false.
2014-12-05 13:18:57 -08:00
Jamon Holmgren
acd42908a0 Refactored a little 2014-12-05 13:18:32 -08:00
Jamon Holmgren
322f3ce25a Merge branch 'master' into blank_toolbar 2014-12-05 13:12:31 -08:00
Jamon Holmgren
bd514d72a1 Fixed conflicts. 2014-12-05 10:53:48 -08:00
Jamon Holmgren
7d2dfde545 Resolved conflicts 2014-12-05 10:49:02 -08:00
Jamon Holmgren
74991cced7 Fix conflicts, bring up to date with master 2014-12-05 10:32:45 -08:00
Jamon Holmgren
c65b24d416 Merge pull request #569 from clearsightstudio/refresh_scroll_down
Scroll the table to show the refresh control unless the user initiates the refresh manually.
2014-12-05 10:23:59 -08:00
Jamon Holmgren
9e01107863 Merge pull request #567 from clearsightstudio/feature/views
Added on_load and on_styled hooks for UIViews
2014-12-05 10:20:43 -08:00
Jamon Holmgren
b2d9f5a914 Merge pull request #563 from clearsightstudio/status_bar_style
Allow screens to choose their status bar style.
2014-12-05 10:17:42 -08:00
Jamon Holmgren
f1977e208f Merge pull request #556 from clearsightstudio/tableview-headerview
Allow the user to set a custom table_view header view.
2014-12-05 10:14:11 -08:00
Mark Rickert
1019626850 Auto-hide the toolbar when passed nil or false. 2014-12-03 10:42:36 -07:00
Carlin Isaacson
1178a39356 table view auto size row height functionality 2014-11-25 11:25:27 -08:00
Jamon Holmgren
76c78bbd65 Fixes issue #572 2014-11-23 20:20:56 -08:00
Mark Rickert
6f8d2ea573 Add longpressable example table screen to demo app. 2014-11-21 18:57:26 -08:00
Mark Rickert
1c3f75d8bb Implement @silasjmatson's idea about moving move_cell into promotion_table_data 2014-11-20 15:07:32 -08:00
Mark Rickert
d652b00c13 Allow the user to restrict the cell's movement within a section. 2014-11-20 15:01:28 -08:00
Mark Rickert
3e75b50620 Moar specs! 🙀 2014-11-20 14:22:04 -08:00
Mark Rickert
fba3899b3e Change edit? to edit_mode? 2014-11-20 14:21:28 -08:00
Mark Rickert
9b4798eef1 Make cell_moved on_cell_moved to conform to on_cell_deleted.
Also checks for the method and warns the user.
2014-11-20 13:50:17 -08:00
Mark Rickert
20dcc91476 Fix true|false bug. 2014-11-20 13:49:44 -08:00
Mark Rickert
03ffa5b257 Initial moveable cells functionality. 2014-11-20 13:30:16 -08:00
Mark Rickert
293f04a0b6 Scroll the table to show the refresh control unless the user initiates the refresh manually.
Makes invoking start_refreshing programatically will now automatically show the refresh control. If the user pulls to refresh, the contentOffset is > 65 so nothing is done.
2014-11-18 18:22:40 -08:00
Jamon Holmgren
30159e2a21 Version 2.1.0 + README update 2014-11-18 11:46:00 -08:00
Jamon Holmgren
131ddc761a Added on_load and on_styled hooks for UIViews and on_reuse for UITableViewCells 2014-11-17 19:45:23 -08:00
Mark Rickert
1ae7e74ea3 Make second param a hash instead of just the animation. 2014-11-06 10:41:23 -08:00
Mark Rickert
a7101b66f5 Allow screens to choose their status bar style. 2014-11-06 09:50:16 -08:00
Jamon Holmgren
77b86eaf33 Version 2.1.0.beta1 2014-10-31 15:07:17 -07:00
Jamon Holmgren
b648017b11 Merge pull request #558 from ryanlntn/remove-tags-from-api
Write spec for tags and remove from API
2014-10-31 15:01:01 -07:00
Jamon Holmgren
2375e1e976 Merge pull request #560 from ryanlntn/fix/pm-issue-523
Fix Issue 523
2014-10-31 14:59:38 -07:00
Ryan Linton
63af8e2e8c Merge master 2014-10-31 14:39:59 -07:00
Ryan Linton
490909ac6b Fixes Issue 523 2014-10-31 14:34:51 -07:00