Commit Graph

1543 Commits

Author SHA1 Message Date
Adam Bradley
8dd2cd25bd experiment w/ using classList.remove for removeClass 2014-02-08 22:11:13 -06:00
Adam Bradley
92b7669b2e experiment w/ using classList to reduce DOM manipulations 2014-02-08 21:45:41 -06:00
Adam Bradley
84a8e79b21 create dom trace debug tool 2014-02-08 21:45:41 -06:00
Adam Bradley
2cdc8ba925 back button defaulted to hide 2014-02-08 21:45:41 -06:00
Andy Joslin
8581d162a3 refactor(content): set saved-scroll after timeout, only set valid values
Addresses #439
2014-02-08 00:19:03 -05:00
Andy Joslin
7f9bfb5a94 feat(sideMenuContent): watch drag-content attribute 2014-02-07 17:00:14 -05:00
Andy Joslin
b11e0f512b feat(tabs): allow tab badge-style attribute to set badge class 2014-02-07 13:16:02 -05:00
Andy Joslin
c41e5371e7 refactor(scroll): make refresher be detected after timeout 2014-02-07 12:07:41 -05:00
Andy Joslin
0facb120c7 feat(tab): allow html in tab title attribute
Closes #528
2014-02-06 22:25:12 -05:00
Adam Bradley
2d39418d0b fix(backButton): Do not show back button if no attributes set, closes #549 2014-02-06 20:31:47 -06:00
Andy Joslin
2ac71aa8ee chore: delete unused test file 2014-02-06 18:36:18 -05:00
Adam Bradley
fc4f1b7c61 use className instead of classList 2014-02-06 16:49:21 -06:00
Adam Bradley
4808e80ddf fix(navBar): Remove duplicate back button arrows, closes #547 2014-02-06 16:30:00 -06:00
Adam Bradley
2eab747d47 feat(toggle): Disable toggle w/ ng-disabled, closes #541 2014-02-06 15:57:25 -06:00
Andy Joslin
d15905ff4e chore: git add a file 2014-02-06 16:14:04 -05:00
Andy Joslin
e755623331 feat(ionic): remove angular-sanitize (ngSanitize) as dependency
Add small bindHtmlUnsafe directive without html checking
2014-02-06 15:50:12 -05:00
Andy Joslin
1fd3f39bb5 chore(): make files pass jshint (; errors) 2014-02-06 15:44:48 -05:00
Andy Joslin
7f4b28d9da feat(list): reordering scrolls page, reordering performance better
Fixes #521. Reordering now uses webkitTransform instead of
element.style.left.  Additionally, as you drag the drag-element to the
top or bottom of the scroll-area, it will scroll it up or down as
allowed.

Refactors necessary: Common code from `<content>` and `<scroll>` moved
into js/ext/angular/controllers/ionicScrollController.  Then `<content>`
and `<scroll>` expose the controller, and `<list>` can require it.

`<list>` then uses the controller (if exists) to pass the scrollView and
scrollEl to ReorderDrag, and ReorderDrag uses that to scroll.

Additionally, js/ext/angular/test/controller/ionicScrollController tests
much functionality that was untested before.
2014-02-06 15:04:23 -05:00
Adam Bradley
5ebbbab5e7 run tapPolyfill for mouse pointerType too 2014-02-06 13:58:53 -06:00
Adam Bradley
01a456a4ad more tests for click 2014-02-06 13:58:53 -06:00
Andy Joslin
a4bcbe5334 chore(travis): tpyo fix missing end quote 2014-02-06 11:12:29 -05:00
Andy Joslin
b621042476 chore(travis): fix notification message 2014-02-06 11:08:48 -05:00
Andy Joslin
71f41a48d3 chore(travis): add hipchat notifications 2014-02-06 10:51:50 -05:00
Andy Joslin
ea289b81c6 fix(ionicScrollDelegate): trigger resize before scrolling to top/bottom
Closes #522
2014-02-06 09:51:35 -05:00
Andy Joslin
0fe4486737 feat(ionicToggle): allow ngDisabled binding 2014-02-06 08:48:12 -05:00
Adam Bradley
e96a77e5ac wrap exitApp in cordova ready 2014-02-05 20:49:36 -06:00
Adam Bradley
aa93047a9e remove test from unused tabBar directive 2014-02-05 20:49:36 -06:00
Andy Joslin
3d1bb3f182 chore(travis): use ionotron's own token for pushing
The user for pushing was ionotron, but it was using ajoslin's token.
This made the commits appear in ajoslin's git history.
2014-02-05 21:43:19 -05:00
Adam Bradley
f6c94579b5 remove unused tabBar directive 2014-02-05 19:59:39 -06:00
Adam Bradley
e37de6e230 link to nightly build in cdn 2014-02-05 16:21:27 -06:00
Adam Bradley
53b5e2a63c update demos link in readme 2014-02-05 15:53:47 -06:00
Adam Bradley
a635799375 chore(examples): move examples out of the repo and into codepen.io 2014-02-05 15:47:43 -06:00
Andy Joslin
d2f9e94bcd fix(scroll-view): make it take up only 100% height 2014-02-05 16:10:01 -05:00
Andy Joslin
6db0d34063 chore(bower): ignore js/ folder that are source v0.9.23 2014-02-05 15:51:28 -05:00
Andy Joslin
8d7c79ec68 chore(bower): do not ignore js folder, it goes down to release/js 2014-02-05 15:42:25 -05:00
Andy Joslin
3ccae29a89 chore(changelog): note about bower file location 2014-02-05 15:38:10 -05:00
Andy Joslin
990d14e8fe fix(navView): if !$animate.enabled(), do not animate
Closes #426
2014-02-05 14:41:31 -05:00
Andy Joslin
d804865be0 chore(travis-bower): dont publish version.json on bower 2014-02-05 14:30:12 -05:00
Andy Joslin
7039ea42ab chore(build): add version task 2014-02-05 14:19:24 -05:00
Andy Joslin
b868584a18 chore(travis): run all grunt checks 2014-02-05 14:00:36 -05:00
Andy Joslin
2bf2359a9b chore(travis): correctly detect if branch is master 2014-02-05 13:58:32 -05:00
Andy Joslin
383ebebca7 chore(travis): detect branch correctly (again) 2014-02-05 13:47:33 -05:00
Andy Joslin
8b1a50415b chore(travis): read branch name correctly 2014-02-05 13:41:16 -05:00
Andy Joslin
e7d62829e2 chore(travis): do not push (only test) unless on master 2014-02-05 13:25:49 -05:00
Andy Joslin
880cb1bf57 chore(): update changelog 2014-02-05 13:03:19 -05:00
Andy Joslin
3d5b32bbeb chore(post-release): start v0.9.24-alpha 2014-02-05 12:58:05 -05:00
Andy Joslin
f7d83b61be chore(README): add note about commit conventions 2014-02-05 12:57:28 -05:00
Andy Joslin
81bcf8d394 chore(travis): more robust release detection 2014-02-05 12:57:27 -05:00
Tim Lancina
e7eefeef91 fix(range): Update range for android 4.0-4.3 2014-02-05 11:34:49 -06:00
Adam Bradley
470cfdbdd6 update change log 2014-02-05 11:24:05 -06:00