Commit Graph

1523 Commits

Author SHA1 Message Date
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
Andy Joslin
2d1b71c8e2 feat(content): remember scroll of previous page
`content` directive stores scroll in view page history.

The history is passed down through $viewContentLoaded event, which is
broadcasted by navView directive when it loads a page.
2014-02-04 08:48:03 -05: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
Vladimir Gurovich
ca20964262 chore(bower): include only ionic files, add dependencies
Closes #507
2014-02-03 14:38:03 -05:00
Andy Joslin
59c10d4f92 fix(scrollView): if bouncing past boundaries, do not stick.
Closes #482

Zynga Scroller slowly lowers the acceleration of scroll as soon as you pass the
boundaries. Once the acceleration reaches zero, zynga will 'flip' the
acceleration in the other direction and scroll back to within the
boundaries (bounce effect).

The problem is, sometimes as it slowly lowers the
acceleration it will get *near zero*, but not reach zero.  When
acceleration gets close enough to zero, zynga stops the scrolling
because it deems it 'too slow'.

Now, the scrolling acceleration will 'flip' and go back towards being
in boundaries (bounce) when the scrolling is below a certain minimum,
not just when it is below zero.
2014-02-03 12:06:33 -05:00
Adam Bradley
04c8336923 change to ionicons v1.4.1, no :before 2014-02-02 00:11:33 -06:00
Adam Bradley
2053111312 fix toggle for android v0.9.22-alpha 2014-02-01 00:26:53 -06:00