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
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
6e32c2f880
Merge initial wp8 fixes
2014-05-07 15:47:35 -05:00
Adam Bradley
08e4b3d95b
feat(platform): added isWindowsPhone() method
2014-05-07 14:48:36 -05:00
Andy Joslin
9de67e0ab7
test(gesture): make it use ionic.CustomEvent
2014-05-07 12:21:11 -06: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
Andy Joslin
203734d216
style(ionRefresher): add padding-top if refreshing-text or pulling-text
...
Fixes #1269
2014-05-05 12:46:13 -06:00
Andy Joslin
fc8711c7d0
feat($ionicLoading): on android, no back button action while loading
...
Fixes #1273
2014-05-05 12:15:32 -06:00
Andy Joslin
0a64075884
fix(collectionRepeat): correctly save user scroll position on back
...
Addresses #1157
2014-05-05 10:39:22 -06:00
Andy Joslin
e6e1896629
test(collectionRepeat): finish unit tests
2014-05-05 10:31:09 -06:00
Andy Joslin
74891acaf4
test(collectionRepeatManager): finish testing .render()
2014-05-05 09:19:21 -06:00
Adam Bradley
6b3c2b929a
merge keyboard-fixes
2014-05-03 22:30:21 -05:00
Andy Joslin
701c977563
css(tabs): add test page for nested tabs
2014-05-02 13:18:56 -06:00
Adam Bradley
45106a6acf
fix(toggle): Right side padding for item-complex, closes #1091
2014-05-02 13:36:22 -05:00
Adam Bradley
d2ebed847e
fix(modal): Remove modal flicker, closes #1150
2014-05-02 11:49:16 -05:00
Adam Bradley
7cfa3a685d
fix for viewport props w/ only key, no value
2014-05-02 10:50:02 -05:00
Adam Bradley
5f8e9040bd
fix(viewport): Auto update viewport tag
2014-05-02 10:12:48 -05:00
Max Lynch
cbf0172a0e
Some progress on pause/play
2014-05-02 07:56:45 -06:00
Max Lynch
8be4b1f8ae
Repeat and infinite
2014-05-02 07:56:45 -06:00
Max Lynch
6403f70bae
Reverse animation support
2014-05-02 07:56:45 -06:00
Max Lynch
2872cf603e
Support slowing animations (for debugging)
2014-05-02 07:56:44 -06:00
Max Lynch
4bea189a11
Support for delay
2014-05-02 07:56:44 -06:00
Max Lynch
8aea777dd7
Expanded test and callback system
2014-05-02 07:56:44 -06:00
Max Lynch
9c43dda4e5
More timing functions
2014-05-02 07:56:44 -06:00
Max Lynch
0b47d80f90
Very rough early stuff
2014-05-02 07:56:44 -06:00
Adam Bradley
f831dc3cc7
feature(toggle): Customize toggle directive colors, closes #1250
2014-05-01 13:25:31 -05:00
Adam Bradley
08bc005766
fix select element click tests
2014-05-01 12:45:12 -05:00
Adam Bradley
05a6d7cca6
fix(tap): input[file] clicks within ion-content, closes #1237
2014-05-01 08:54:13 -05:00
Adam Bradley
517658eb2c
feature(.no-resize): Utility css to remove textarea resizer
2014-04-30 22:24:59 -05:00
Tim Lancina
2094d83c77
keyboardGetHeight tests
2014-04-30 16:29:28 -05:00
Andy Joslin
42177c3b93
feat(ionNavBar): allow navbar inside ion-view to transition whole bar
...
Fixes #1232
2014-04-30 14:32:27 -06:00
Andy Joslin
aeda31669b
test($ionicModal): add test for unbinding event
2014-04-30 13:46:09 -06:00
Andy Joslin
5c3c65d17f
test($ionicModal): add better tests for backdrop click
2014-04-30 13:43:07 -06:00
Adam Bradley
0ad10edefc
fix(viewport): Remove height value on iOS browser
2014-04-30 14:04:32 -05:00
Andy Joslin
288d4ac230
fix(ionTab): make it so tabNav works with ngRepeat
2014-04-30 08:46:07 -06:00
Max Lynch
72043d2eef
Added xy scroll test
2014-04-29 17:11:38 -05:00
Andy Joslin
3e5b39f201
feat($ionicActionSheet): allow html binding
...
Closes #1219
2014-04-29 10:35:35 -06:00
Andy Joslin
7fd31b6aed
fix(ionHeaderBar): have no side effects with content in other views
...
Closes #1095
2014-04-29 09:18:56 -06:00
Andy Joslin
b87bcb30c3
feat($ionicPopup): on android, make back button close popup
...
Fixes #1222
2014-04-29 09:07:13 -06:00
Andy Joslin
5e56c2d6b7
fix(ionView): initialize hideBack/hideNav to false if undefined
...
Addresses comments in #1157
2014-04-29 08:28:26 -06:00
Tim Lancina
14782d47c6
keyboard tests quickfix
2014-04-28 16:21:01 -05:00
Andy Joslin
d56987cf04
demos: update to nightly, add back test page
2014-04-28 14:46:30 -06:00
Adam Bradley
3bf1cd3496
.item-select select max-width: 65%
2014-04-28 13:25:11 -05:00
Adam Bradley
f4745c3689
enable/disable toggle pointer-events w/ css only, closes #1185
2014-04-28 12:37:44 -05:00
Andy Joslin
f0a1c03759
feat(collection-repeat): add repeat lsdirective for huge lists
2014-04-28 08:16:29 -06:00
Andy Joslin
73b9775337
collectionRepeat: a few fixes and tweaks
2014-04-25 16:27:16 -06:00
Andy Joslin
38cda8f93b
test($collectionDataSource): add unit tests
2014-04-25 10:43:31 -06:00