Commit Graph

2929 Commits

Author SHA1 Message Date
Andrew Joslin
2ec01733a5 fix(refresher): make arrow spin correctly
Closes #1319
2014-05-09 08:25:43 -06:00
Tim Lancina
5be42bc3c7 add height=device-height on Cordova iOS 7.0 2014-05-09 09:17:04 -05:00
Andrew Joslin
d108a29e58 fix(ionToggle): stop error in edge case of drag ending before raf 2014-05-09 08:08:28 -06:00
Andrew Joslin
a62c54adcd chore(pre-push-validate): use /bin/bash instead of /bin/sh 2014-05-09 08:08:28 -06:00
Adam Bradley
659b57e78e docs(ionNavView): Update codepen reference
Closes #1291
2014-05-09 09:04:27 -05:00
Adam Bradley
d74e5dbed5 use touch-action: none instead of manipulation 2014-05-09 08:41:27 -05:00
Andrew Joslin
8d34ab286e feat(ionNavBackButton): make pressed state work
Resolved #1294
2014-05-09 07:07:15 -06:00
Adam Bradley
8730e62e62 fix(tap): Prevent different input focus after 300ms delay
If a text input is located in the same area as a button which was just
tapped, which was probably because of a view transition, the text input
gets focus 300ms later. This is an issue on Android because it also
fires off a mousedown event. Resolved by remembering the touchend
target then checking if it’s different from the mousedown target.
Closes #1370
2014-05-08 10:40:15 -05:00
Andrew Joslin
0325b87d49 chore(build): add jshint to travis, add pre-push validate script 2014-05-08 09:12:52 -06:00
Andrew Joslin
95d1aea4f1 chore(travis): re-enable jshint 2014-05-08 09:11:16 -06:00
Andrew Joslin
6facb8cb86 test(ionNavButtons): remove ddescribe 2014-05-08 08:22:30 -06:00
Andrew Joslin
24a488bbb3 fix(ionNavButtons): do not append if page is removed very quickly 2014-05-08 08:16:31 -06:00
Adam Bradley
d839f4da64 fix(select): Open select options on Android 2.3
Closes #1298
2014-05-08 09:04:06 -05:00
Andrew Joslin
9e06a663f2 chore(travis): don't close discourse release topic by default 2014-05-08 07:45:37 -06:00
Andrew Joslin
009fe5b2c0 chore(build): re-add css minification 2014-05-08 07:40:13 -06:00
Andrew Joslin
8759f64f61 docs(collectionRepeat): add note about ng-show/ng-hide 2014-05-08 07:40:13 -06:00
Adam Bradley
57d66b2a2d style(jshint): jshint 2014-05-08 08:19:14 -05:00
Adam Bradley
f2c40074ce Merge pull request #1303 from andredublin/semicolons
code gardening missing semicolons
2014-05-08 06:04:10 -07:00
Andrew Joslin
b785955348 chore(): factor out some angular functions to variables 2014-05-07 14:54:51 -06:00
Adam Bradley
6e32c2f880 Merge initial wp8 fixes 2014-05-07 15:47:35 -05:00
Adam Bradley
d2df69d665 overflow:hidden to html element 2014-05-07 15:47:01 -05:00
Adam Bradley
08e4b3d95b feat(platform): added isWindowsPhone() method 2014-05-07 14:48:36 -05:00
Andre Dublin
69a41dfff5 code gardening missing semicolons
Signed-off-by: Andre Dublin <81dublin@gmail.com>
2014-05-07 15:31:19 -04:00
Adam Bradley
25c02a3f2c add msTransform and msTransition to CSS polyfill 2014-05-07 14:10:00 -05:00
Adam Bradley
40cd6f7290 feat(touch-action): add touch-action: manipulation
IE supports `-ms-touch-action: manipulation`, and `touch-action` is
making it through the standards process.
2014-05-07 13:48:06 -05:00
Adam Bradley
a4a258ee72 refactor(icon): use :before when assigning ionicons
In order to assign the Ionicons font to the actual icon, and not the
font-family for button text, using the :before pseudo instead
2014-05-07 13:46:30 -05:00
Adam Bradley
08f0adb12b fix(input): transparent bg for .item-input-inset input 2014-05-07 13:44:31 -05:00
Adam Bradley
930794cd9a fix(button): fix icon vertical alignments for IE 10 2014-05-07 13:43:38 -05:00
Adam Bradley
98ee7ee293 chore(log): use console.log instead of .debug
Console statements get removed during builds, but when testing IE 10
does not support console.debug.
2014-05-07 13:42:48 -05:00
Adam Bradley
191464c98c fix(CustomEvent): fix IE CustomEvent polyfill
#1131 #1231 #861
2014-05-07 13:40:28 -05:00
Andy Joslin
fb7931fecb chore(build): make changelog use next codename 2014-05-07 12:30:24 -06:00
Andrew Joslin
a04783b0ad Update CHANGELOG.md 2014-05-07 12:25:57 -06:00
Andy Joslin
460eb89056 chore(travis): preserve newlines on codenames 2014-05-07 12:24:47 -06:00
Andy Joslin
9de67e0ab7 test(gesture): make it use ionic.CustomEvent 2014-05-07 12:21:11 -06:00
Andy Joslin
eadbe0db5c chore(travis): make it treat CODENAMES correctly 2014-05-07 12:20:51 -06:00
Andy Joslin
7dcb558044 chore(travis): add discourse token 2014-05-07 12:10:19 -06:00
Andy Joslin
770bb5d491 chore(release): update discourse post url 2014-05-07 11:59:52 -06:00
Ionitron
ab6fb75b0d finalize-release: v1.0.0-beta.4 "antimony-antelope" v1.0.0-beta.4 2014-05-07 17:57:55 +00:00
Andy Joslin
e9ef78d48b chore(release): v1.0.0-beta.4 2014-05-07 11:45:42 -06:00
Andy Joslin
07ae6dc105 chore(travis): release process finalized 2014-05-07 11:00:20 -06:00
Andy Joslin
24e18e9a30 chore(): add RELEASE_POST_URL file for travis 2014-05-07 11:00:20 -06:00
Andy Joslin
e381673624 chore(travis): add github releases 2014-05-07 11:00:20 -06:00
Tim Lancina
5973ded3e1 add clearTimeout(keyboardFocusOutTimer) to plugin hidekeyboard handler 2014-05-07 11:53:17 -05:00
Andrew Joslin
5dca7d5ae2 Delete RELEASE_POST_URL 2014-05-07 10:50:15 -06:00
Andy Joslin
c720c51e97 chore(release): update discourse post url 2014-05-07 10:49:28 -06:00
Andy Joslin
46586a45dd chore(travis): update ionic-app-base on release 2014-05-07 07:43:42 -06:00
Andy Joslin
ac432363af chore(package): update conventional-changelog to latest 2014-05-06 11:13:26 -06:00
Adam Bradley
64f0030b99 fix(.pane): Remove overflow:hidden from .pane,.view 2014-05-06 12:09:14 -05:00
Andy Joslin
053bc04fd4 refactor(sideMenuController): deregister backbutton on $destroy 2014-05-06 10:46:58 -06:00
Andy Joslin
101035593f feat(sideMenu): make android back button close side menu
Closes #1264
2014-05-06 10:44:26 -06:00