Commit Graph

117 Commits

Author SHA1 Message Date
Adam Bradley
e96a77e5ac wrap exitApp in cordova ready 2014-02-05 20:49:36 -06:00
Andy Joslin
479175bf5d refactor(view): use nextUid from angular to generate unique ids
Math.random() is unreliable, produces duplicates, and numbers can
overflow if you use them for long enough.
2014-02-04 08:46:02 -05:00
Adam Bradley
00f6b17b7f toggle/checkbox tap improvements 2014-02-01 00:15:10 -06:00
Adam Bradley
7352be9010 set major and minor platform versions in body css 2014-01-31 20:57:26 -06:00
Adam Bradley
f37b196ff8 refactor ionic.Platform methods 2014-01-31 20:36:39 -06:00
Adam Bradley
25a9e527af ionic.Platform.exitApp(), always run onPlatformReady() 2014-01-31 11:55:31 -06:00
Adam Bradley
2add26afbb readyCallbacks array and platform() method to get name 2014-01-31 10:45:31 -06:00
Adam Bradley
b20ce800ab fallback for browsers that don't support createEvent('CustomEvent') 2014-01-30 20:38:57 -06:00
Adam Bradley
a78a56898c Merge pull request #471 from RangerRick/470-customevent-polyfill
#470 change the CustomEvent polyfill to work with older browsers
2014-01-30 18:28:42 -08:00
Adam Bradley
e231ba0ed5 correct reference to hammer.js 2014-01-30 12:28:11 -06:00
Adam Bradley
aac82a1ebb initMouseEvent instead of MouseEvent, label ghost click fixes 2014-01-29 19:59:44 -06:00
Adam Bradley
4354828ce1 ng-click fixes 2014-01-29 11:20:38 -06:00
Adam Bradley
64b3181732 simplify click simulation 2014-01-28 11:25:22 -06:00
Adam Bradley
ac7a061ca3 tap detection updates 2014-01-28 11:10:05 -06:00
Benjamin Reed
13ec3bce5a #470 change the CustomEvent polyfill to work with older browsers 2014-01-24 20:43:21 -05:00
Max Lynch
050870e5f4 Fixed #458 2014-01-22 23:12:50 -06:00
Adam Bradley
833fee6b18 android click firing twice fix 2014-01-22 10:17:05 -06:00
Adam Bradley
76fbd2dd5d do not uncheck a checked radio 2014-01-22 10:15:14 -06:00
Adam Bradley
73cad15ed2 checkbox/radio/toggle updates 2014-01-21 16:51:25 -06:00
Adam Bradley
7f7ae95498 tapPolyfill alreadyHandled fixes 2014-01-20 15:30:48 -06:00
Adam Bradley
19ac6188aa created Platform.fullScreen and Platform.showStatusBar 2014-01-16 13:52:12 -06:00
Adam Bradley
5c80fc1cd9 update platform ready listeners 2014-01-16 00:25:04 -06:00
Adam Bradley
64d8fd207a platform detect updates 2014-01-14 00:59:25 -06:00
Max Lynch
7e2b909346 Fixed #409 - null device platform (cordova) 2014-01-13 15:49:08 -06:00
Max Lynch
ddadc461c0 Possible solution for #327 - platform detect 2014-01-12 20:46:53 -06:00
Max Lynch
cb75c9de96 Fixed #366 - no Android scroll bouncing by default 2014-01-10 09:52:32 -06:00
Max Lynch
5d5b5b95a5 Fixed #126 - tap header scroll to top 2013-12-18 19:26:22 -06:00
Max Lynch
e1ae338b51 Fixed #288, added carousel support to slide box
Also fixed evevt bubbling and incorrect iOS 7 detection in mobile safari
2013-12-18 12:21:52 -06:00
Max Lynch
3ca427501e iOS 7 detection and removed console log 2013-12-17 11:53:51 -06:00
Max Lynch
e41d39c0f6 Merge branch '272-checkboxes' 2013-12-07 18:01:37 -06:00
Max Lynch
1826f455c5 Fixed #272 2013-12-07 18:00:42 -06:00
Max Lynch
21702608e2 Stuff 2013-12-07 15:17:07 -06:00
Adam Bradley
3cfcfc01a4 jshint fixes 2013-12-07 15:05:56 -06:00
Max Lynch
a705940581 Fixed #273 - android specific title sizes 2013-12-06 10:34:40 -06:00
Max Lynch
7bd2e5263d Expose an onScroll event 2013-12-05 19:30:18 -06:00
Max Lynch
91826e327e Fixed #219 2013-11-25 21:26:11 -06:00
Max Lynch
4646f5d459 Fixed #201 #215 #210 2013-11-25 14:26:34 -06:00
Max Lynch
8fe6e189ba Fixed #179 - overflow scroll not working 2013-11-24 23:50:19 -06:00
Max Lynch
75594db9ee Removed two click simulators that don't work on android 2013-11-23 11:58:39 -06:00
Max Lynch
a5a323d85c Fixed bad polyfill for #181 2013-11-23 08:15:17 -06:00
Max Lynch
963e0e3ae6 Fixed #181 - CustomEvent polyfill 2013-11-23 08:07:45 -06:00
Max Lynch
0d5bd759a1 Fixed #172 - list item reorder persistence 2013-11-22 10:39:36 -06:00
Max Lynch
04c4900c93 Fixed <a href> tap performance using polyfill 2013-11-19 19:43:12 -06:00
Max Lynch
75b914678a Fixed #160 2013-11-19 18:00:58 -06:00
Max Lynch
042e061113 Close to all tests passing 2013-11-18 22:18:38 -06:00
Max Lynch
cfdbe87750 Event stuff 2013-11-18 21:34:37 -06:00
Max Lynch
f60c5ec690 createEvent 2013-11-18 21:31:48 -06:00
Max Lynch
94702e9852 Fixed new CustomEvent causing build problems 2013-11-18 21:28:23 -06:00
Max Lynch
ea2ff85e91 Fixed #153 with tests 2013-11-17 15:14:02 -06:00
Max Lynch
37be253f60 Poly stuff working better 2013-11-14 21:29:02 -06:00