Commit Graph

55 Commits

Author SHA1 Message Date
Andrew Trice 3e863693c9 removed .idea directory 2013-02-08 16:38:47 -05:00
Andrew Trice bb85004b4d ignoring .idea 2013-02-08 16:37:45 -05:00
Andrew Trice 748d203c30 fixed formatting 2013-02-08 16:34:42 -05:00
Andrew Trice 06b2928389 Merge branch 'master' of https://github.com/archer96/app-UI
Conflicts:
	samples/01 - viewnavigator/02 - movie reviews/index.html
	samples/02 - splitviewnavigator/02 - movie reviews/index.html
	samples/03 - slidingView/03 - swipeview/index.html
	samples/03 - slidingView/03 - swipeview/style.css
	samples/03 - slidingView/04 - oridomi/index.html
	samples/03 - slidingView/05 - oridomi w viewnav/index.html
	samples/04 - browser history/index.html
	src/slidingview/slidingview.js
	src/splitviewnavigator/splitviewnavigator.css
	src/viewnavigator/viewnavigator.css
	src/viewnavigator/viewnavigator.js
2013-02-08 16:30:42 -05:00
Andrew Trice 8be7936004 merged commits from pull#38
merged commits from pull #38
also added legacy support for any code pre-options parameters
2013-02-08 16:22:05 -05:00
Andrew Trice 03e2f76ab1 Merge pull request #39 from rasmusbe/master
IE 8 Fix (issue #13)
2013-02-08 11:19:45 -08:00
Andrew Trice c1276a4863 Merge pull request #34 from turrea/master
add methods to programmatically slide view
2013-02-08 11:03:05 -08:00
Andrew Trice 9eef4cb291 Merge pull request #29 from fdn/master
New file to integrate with require-js
2013-02-08 10:56:22 -08:00
Andrew Trice 47ccf832fc Merge pull request #28 from Contra/master
add cross-browser CSS prefixes + cleaning + other cross-platform fixes
2013-02-08 10:55:28 -08:00
Rasmus 256bf572bb IE8 fix
Fixes Issue #13:

returns the following error on IE8:

Line: 843
Error: Object doesn't support this property or method
2013-01-23 22:26:57 +01:00
Andre Meyering ba82104912 added ability to deactivate noClickDelay
added ability to deactivate noClickDelay (e.g.: if it isn't needed)
2013-01-23 15:47:56 +01:00
Andre Meyering 681925845f updated iScroll
updated iScroll to version 4.2.5. Also fixed an error with this version
of iScroll (an error where form elements could'nt be clicked)
2013-01-23 15:45:34 +01:00
Andre Meyering 5f95713d87 replaced parameter lists by an options object; minor fixes;
replaced parameter list by an options object in viewNavigator and
splitNavigator. Also updated examples and replaced spaced by tabs in
examples files.
2013-01-23 15:37:46 +01:00
Andre Meyering 9f26e42049 added the radix to parseInt()
added the decimal radix (10) to the function calls of parseInt()
2013-01-23 15:02:11 +01:00
Andre Meyering 214f9cd9b6 Changed default quotation marks
Changed from double (") to single (') quotation marks
2013-01-23 14:58:32 +01:00
Andre Meyering 6a767743bd changed indent: spaces to tab
spaces and tabs were mixed. Changed all spaces to tabs. Also deleted
all spaces in empty lines.
2013-01-23 14:49:16 +01:00
Tommy Urrea e39844512a fix bug where open method would close view when called while view was open 2012-12-20 04:22:46 -08:00
Tommy Urrea c8ba613035 add methods to slide view programmatically (open, close, slideView) 2012-12-20 03:48:33 -08:00
Guerric Sloan 2a091fb26c Remove incorrect dependency arg 2012-09-27 22:12:00 -07:00
Guerric Sloan 765060fd8a Simple require-js package to facilitate easier use and to avoid shimming the library 2012-09-27 22:07:08 -07:00
Contra 2e7fea8531 add cross-browser CSS prefixes + cleaning + other cross-platform fixes 2012-09-19 17:15:36 -07:00
Andrew Trice ebdf914795 Added examples of "folding sidebar" using oriDomi open source toolkit 2012-08-29 16:01:26 -04:00
Andrew Trice f8929fc583 Added examples of "folding sidebar" using oriDomi open source toolkit
Added examples of "folding sidebar" using origami open source toolkit
(http://oridomi.com/)
2012-08-29 16:00:53 -04:00
Andrew Trice 62822c543f ignore update 2012-08-27 20:32:37 -04:00
Andrew Trice 1c6de84941 ignore update 2012-08-27 20:32:26 -04:00
Andrew Trice 69dace127b added sample showing how to use cubiq's swipeview inside of a slidingview 2012-08-27 20:32:03 -04:00
Andrew Trice fb745664fc fixed bug that broke scrolling in previous commit 2012-05-29 21:50:36 -04:00
Andrew Trice b5023757af unbreaking last commit … grrrr 2012-05-29 21:30:53 -04:00
Andrew Trice 4e1ef08a39 bug fix from last commit 2012-05-29 21:27:50 -04:00
Andrew Trice 858ed0704f re-added code to block "normal" page scrolling on touch 2012-05-29 21:25:26 -04:00
Andrew Trice 84391b8407 updated style
scrollable area will have min-height:100% - this makes touch scrolling
better on mobile devices, otherwise there could be non-scrollable areas
that aren't intuitive
2012-05-29 21:15:42 -04:00
Andrew Trice 84b6a580e3 ui tweaks
re-added jquery animation event handlers instead of timeouts (the old
code is still there incase of issues)
2012-05-29 21:11:37 -04:00
Andrew Trice 586b4d7293 scroll updates
maintains scroll position (css3 scrolling only)
only uses iScroll if touch is supported, otherwise uses browser default
scrolling
2012-05-29 21:07:48 -04:00
Andrew Trice bca792c256 fixed iOS flicker introduced in last commit… needs to be tested further, but this is a quick fix 2012-05-22 21:52:30 -04:00
Andrew Trice 0f6ef10291 fixed sliding view navigator layout example 2012-05-22 14:13:45 -04:00
Andrew Trice 4e49e44ee2 work in progress - performance improvements & tweaks 2012-05-22 14:06:24 -04:00
Andrew Trice d090efe429 bug fix in scroll that prevents selection of form elements. 2012-05-10 09:49:29 -04:00
Andrew Trice db4d649907 fixed bug where scroll wasn't being disabled by "scroll" attribute of view descriptor, fixed bug where event listeners were being lost on child views 2012-05-07 21:49:16 -04:00
Andrew Trice 245614ed32 fixed toggle button style in split view navigator 2012-04-23 09:23:44 -04:00
Andrew Trice 4a6ee9c4e0 updated license 2012-04-20 15:15:01 -04:00
Andrew Trice b1b41aedf8 updated styles for the examples 2012-04-20 15:06:24 -04:00
Andrew Trice b73deec359 simplified read me, with pointer to microsite 2012-04-20 14:54:09 -04:00
Andrew Trice cf9a98ccf0 updated readme 2012-04-20 14:19:25 -04:00
Andrew Trice f44e2f1e88 updated examples & readme 2012-04-20 14:17:37 -04:00
Andrew Trice bb94493f07 reorganization of assets 2012-04-20 14:12:03 -04:00
Andrew Trice ca7fa46e5e read me updated 2012-04-20 14:10:47 -04:00
Andrew Trice 7bf0f6d166 updated readme 2012-04-20 14:10:01 -04:00
Andrew Trice 3b0bdfb6e4 work in progress & organization 2012-04-20 13:52:19 -04:00
Andrew Trice 932f2502e8 bug fix 2012-04-20 11:59:44 -04:00
Andrew Trice 5911f163e9 various minor changes 2012-04-11 11:58:33 -04:00