Commit Graph

1005 Commits

Author SHA1 Message Date
Adam Bradley
f6566726a5 feat(header): remove bottom border when tabs top 2015-03-04 14:33:32 -06:00
Adam Bradley
71f788e0c9 style(popup): input,textarea 100% width 2015-03-04 12:23:52 -06:00
Andrew
2bedb332c0 amend(collectionRepeat): fix typo in scss 2015-03-02 11:52:46 -07:00
Andrew
af7a03cd39 amend(collectionRepeat): make after container always calculate size correctly
Closes #2376.
2015-03-02 10:02:27 -07:00
perry
d68ecc16b7 fix(input): Fix inline input flexbox model to prevent input from being cut off 2015-02-27 14:52:48 -06:00
Simon MAHÉ
dcac56ae49 fix(popover): fix border radius styling on header bar
CLoses #3179.
2015-02-26 13:01:48 -07:00
Andrew
bb866da3d7 refactor(collection-repeat): performance 2015-02-24 13:24:51 -07:00
Steve Sewell
c344cb4434 Adds .row-no-padding for padding-less grid layouts 2015-02-16 15:00:01 -08:00
perry
0ea40a7e68 amend(scroll): allowing scrollbars on desktop
Scrollbar manipulation is poorly supported accross browsers. Devlopers seeking a pixel perfect match of mobile layouts are encouraged to set their OS to display mobile-style scrollbars.
On mac that's System Preferences -> General -> Show scroll bars: When scrolling
2015-02-16 15:46:35 -06:00
perry
0e04f39105 fix(scroll): hide the scrollbar on desktop so it matches content size of mobile 2015-02-13 17:05:16 -06:00
perry
ecfd0e079e fix(scroll): show scrollbars during native scrolling 2015-02-12 16:49:07 -06:00
Adam Bradley
b7cd6cb1ca fix(iframe): add .iframe-wrapper for scrollable iframe
Closes #1151
2015-02-12 15:47:55 -06:00
mhartington
c5b35eee97 fix(ionReorder): stop icon from hiding on reorder 2015-02-12 10:32:56 -05:00
mhartington
eef1d32b04 fix(navButtons): fixed case where buttons would display under each other in 4.4 2015-02-11 13:08:34 -05:00
mhartington
cbe5c71ce4 feat(ionReorder): better animations 2015-02-11 12:23:23 -05:00
Adam Bradley
2b88b4feac feat(spinners): add ionic color convention
Closes #3077
2015-02-10 15:21:05 -06:00
perry
65ab5f35a7 fix(tabs): corectly size ion-content when used with inline tabs. Closes #2781 2015-02-09 15:38:07 -06:00
Adam Bradley
8ebde73d0b feat(swipe): iOS swipe to go back 2015-02-06 16:29:50 -06:00
Andrew
34e350b0b7 feat(collectionRepeat): automatically set width/height style to match collection-item-{width,height}
Closes #3034. Closes #1806.
2015-02-06 14:48:12 -07:00
Adam Bradley
2f307867e0 refactor(actionsheet): update duration/timing 2015-02-05 14:45:59 -06:00
perry
7134114bd5 feat(refresher): Allow refrsher to work with native scrolling
This update allows `<ion-refresher>` to work with native scrolling. Native scrolling can be enabled in the state deffinition, through the `$ionicConfigProvider` like `$ionicConfig.scrolling.jsScrolling(false);` or in the controller directly. It should function exactly the same as with JS scrolling enabled.

This is a merge of the wip-scrolling branch.
2015-02-05 11:41:53 -06:00
Adam Bradley
a5e93a04e6 Merge pull request #2518 from dkarzon/windows
fix(windows8.1): touch scrolling
2015-02-02 21:16:53 -06:00
Damian Karzon
8b4b800f16 Fixed touch scrolling and the js errors on windows
Conflicts:
	js/angular/service/viewService.js
2015-02-01 08:16:56 +13:00
mhartington
c1ef471883 fix(css): add height to item-image and fix nav-bar 2015-01-30 23:02:52 -05:00
mhartington
7e762b9cbf fix(video): prevent styles from bleeding into html video tag 2015-01-28 14:17:33 -05:00
Adam Bradley
f67605bfb7 Merge pull request #2958 from lukegaluszka/2949_variable_scss
fix(scss): tabs striped variable update
2015-01-25 02:24:41 -06:00
Adam Bradley
0e11a087a2 refactor(toggle): platform config toggle styles 2015-01-21 12:55:12 -06:00
perry
65aa2af95d feat(infiniteScroll): upgrade infinite scrolling spinner to use new ion-spinner directive 2015-01-20 21:44:01 -06:00
Adam Bradley
6471995a0d refactor(spinners): rename loaders to spinners 2015-01-20 13:05:06 -06:00
Luke Galuszka
9d676b0d30 fix(styles): fix to tables in _variable.scss #2949 2015-01-18 20:13:09 +01:00
Adam Bradley
6a2be56b4b refactor(toggle): material design toggle 2015-01-16 16:56:11 -06:00
Adam Bradley
9172b19c3d refactor(toggle): iOS css/transition updates 2015-01-15 16:53:13 -06:00
Adam Bradley
45f8385e2c refactor(transition): update iOS transition timing 2015-01-15 16:04:44 -06:00
Adam Bradley
9bf2dab540 refactor(bar): android backbutton/title sizes 2015-01-15 15:58:01 -06:00
Adam Bradley
6f50c87ec3 feat(icons): svg loaders and ionicons v2.0.1 2015-01-15 15:35:12 -06:00
perry
bf40b222be fix(tabs): correct border visibility with android style tabs 2015-01-15 12:25:03 -06:00
perry
54c27ff85b feat(scrolling): Allow native scrolling to be configurable, add infinite scroll support for native scrolling 2015-01-14 17:04:42 -06:00
Adam Bradley
b837fb24e2 feat(actionsheet): android style/layout, iOS update 2014-12-31 15:56:29 -06:00
Adam Bradley
61a8353c76 refactor(actionsheet): improve styles/layout 2014-12-31 13:38:17 -06:00
Adam Bradley
5de1c1266d feat(modal): bg only for inset modals 2014-12-31 12:27:38 -06:00
Perry Govier
3a92fe46b6 fix(tabs): fix non-retina border color when tabs color and bg color are used together 2014-12-15 11:56:19 -06:00
Perry Govier
5304c96398 fix(tabs): fix scss compile error on some versions of sass Closes #2719 2014-12-15 11:54:49 -06:00
Adam Bradley
d6bff56445 feat($ionicView.unloaded): emit when view unloaded 2014-12-12 16:27:41 -06:00
Perry Govier
b6e2fbad88 amend(tabs): prevent footer from having tabs top and re-add $tabs-striped-off-opacity 2014-12-12 11:32:53 -06:00
Max Lynch
9ddce8f149 feat(items): better item remove animations 2014-12-11 16:01:36 -06:00
Max Lynch
81e22f5057 fix(tabs): removed active color inherit for tabs striped 2014-12-11 12:16:31 -06:00
Adam Bradley
5392dbac13 refactor(transition): update android transitions 2014-12-10 17:41:25 -06:00
Perry Govier
b830c89975 amend(buttons): only adjust back button font weight 2014-12-10 17:08:14 -06:00
Perry Govier
1476b40112 Merge branch 'master' of github.com:driftyco/ionic 2014-12-10 17:03:07 -06:00
Perry Govier
11b774da05 fix(buttons): update clear button text weight to match native styles 2014-12-10 17:02:55 -06:00