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
Adam Bradley
2f6ac4a986
chore(release): v0.9.23
2014-02-05 12:07:01 -05:00
UniRing
bc927e57e7
feat(tabs): allow badges on tabbar via bound badge attr
2014-02-05 11:38:06 -05:00
Andy Joslin
dc45b9ca50
chore(travis): make "do-not-build-on-pull-request" work
2014-02-05 11:35:41 -05:00
Andy Joslin
40fcd01e9b
fix(ionicView): erase saved scroll for a view on back
2014-02-05 10:42:14 -05:00
Andy Joslin
f2a528b7e3
chore(readme): update with download methods
2014-02-05 10:24:03 -05:00
Andy Joslin
b4a3f941d0
chore(travis): update codename, cdn push fixes
2014-02-05 09:46:14 -05:00
Andy Joslin
341eda5e30
chore(travis): codename, build version updates
2014-02-05 09:21:43 -05:00
Adam Bradley
24c382bd9b
feat(tabs): clicking tab item again navigates to tab's home
2014-02-04 23:01:43 -06:00
Andy Joslin
1b4c77dc36
chore(travis): cleanup travis script echos
2014-02-04 22:53:37 -05:00
Andy Joslin
456dc2b9f2
chore(build): more ci server automation
2014-02-04 22:33:42 -05:00
Adam Bradley
738ace8969
fix(navBar): Back button w/ text to use inner <i>
2014-02-04 20:57:57 -06:00
Andy Joslin
fcc7eaf123
chore(build): remove commit msg hook
2014-02-04 14:14:20 -05:00
Adam Bradley
ed848dde90
fix(ionicTouch): use ionic.tapElement
2014-02-04 13:07:19 -06:00
Ionic Travis Bot
24c12c0c10
chore(build): automate release process
2014-02-04 10:56:46 -05:00