a48ee6eab0
style(sass): fix linter errors and add files to ignore
2016-04-25 11:06:27 -04:00
f68ac8a3fd
feat(platform): add a readySource as ready resolved value
2016-04-21 23:03:31 -05:00
95ee2bb448
chore(platform): move exitApp within deviceready
2016-04-21 22:08:11 -05:00
532096b7ab
feat(platform): cordova pause/resume events
2016-04-21 22:03:30 -05:00
5735b67e7e
Updated the API-docs for platform.versions().
2016-04-21 14:25:21 +02:00
ba5624bc04
fix(platform): fire cordova platform.ready using zone
...
Closes #6186
2016-04-15 20:35:14 -05:00
7150786176
docs(platform): update API docs for platform
...
include a table that explains what each platform name means.
references driftyco/ionic-site#503
2016-04-15 17:24:39 -04:00
dca6540098
docs(localStorage): update docs to use correct types
...
References https://github.com/driftyco/ionic-site/issues/546
2016-04-15 14:22:45 -04:00
422c98373b
fix(cordova): only target navbar section when it has the statusbar-padding
2016-04-15 12:25:44 -04:00
f45ddf9087
fix(cordova): add status bar padding for content for all modes
...
closes #5934
2016-04-15 12:25:44 -04:00
f9b46c26cc
fix(input): blur when tapping outside input on iOS
...
Closes #5020
2016-04-14 13:44:00 -05:00
44403d1d87
feat(statusbarPadding): add statusbar-padding css to toolbars
2016-04-14 12:00:51 -05:00
e27452b789
fix(focus): improve input focus control
...
Closes #5536
2016-04-14 09:31:16 -05:00
ade93371a4
chore(build): add tslint and unit tests to prerelease gulp task
...
closes #5755
2016-04-13 15:40:20 -05:00
51032d284d
feat(platform): default desktop to use material design
...
Breaking Change: Previously the default was to use ios mode if a more
specific platform was not determined. Now the material design mode (md)
will apply by default. In most cases this means desktop browsers will
now receive the md mode. Closes #6003
2016-04-12 12:20:31 -05:00
e082bd12ed
fix(platform): run zone after cordova deviceready
...
Closes #6087
2016-04-11 15:32:45 -05:00
5a1c441fd6
fix(app): add iOS status bar padding to each mode
...
fixes #5924
2016-04-11 10:02:37 -04:00
156fdc35ed
feat(platform): add backbutton event
2016-04-09 21:54:39 -05:00
6f3b9bef82
style(tslint): tslint updates
2016-04-06 21:28:52 -05:00
d8e670ca7c
style(tslint): add tslint
...
Closes #5756
2016-04-06 20:48:09 -05:00
7679ac08f5
feat(virtualScroll): init virtual scroll
...
Closes #5418
2016-04-05 14:50:05 -05:00
d45ad29220
fixes regression in my: refactor(Storage) PR.
...
StorageSql engine's get() method must not return the item but the value of the item.
2016-03-15 17:03:04 +01:00
6dae784b2f
fix(platform): windows UA should not trigger iOS
2016-03-15 10:36:57 -05:00
6e7cc974e6
feat(storage): clear() removes all entries in the storage engine
2016-03-15 14:57:23 +01:00
51dd628cd1
refactor(storage): reuse more code + cosmetic changes + more ts types
2016-03-15 14:55:56 +01:00
d3d689ae11
style(sass): remove all PropertySortOrder errors from linter
...
references #5797
2016-03-14 15:56:19 -04:00
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
703fe16154
fix(windows): detect windows phone via user agent
2016-03-04 11:22:02 -06:00
2e2be91196
docs(platform): add to is()
description
...
Closes #5699
2016-03-03 21:17:44 -06:00
bd1173284b
docs(platform): fix import statements
2016-03-03 20:39:20 -06:00
62c7199fd1
Merge branch '2.0' into windows-mode
2016-03-03 13:12:52 -05:00
a237c16bc0
chore(): use relative imports in tests
2016-03-02 15:43:51 -06:00
8df8420f14
feat(windows): change windowsphone platform to windows
...
fixes snapshot too
references #5565
2016-02-25 12:17:28 -05:00
996f944661
feat(windows): fix config so it will disable hover
...
references #5565
2016-02-24 15:50:14 -05:00
6cd0c45f7c
Merge branch '2.0' into windows-mode
2016-02-23 13:43:05 -05:00
f7c8658993
docs(sqlStorage): string error in query example
2016-02-23 13:44:35 -03:00
870dda5507
Merge branch '2.0' into windows-mode
2016-02-22 20:38:50 -05:00
a9c995d07d
feat(windows): initial add of windows mode
...
basically a copy of md for now
references #5565
2016-02-22 20:36:02 -05:00
c883a2ae91
chore(): update Ionic imports in tests
2016-02-22 17:45:17 -06:00
b53d70710e
feat(input): default autocomplete/autocorrect=off, fix autofocus
...
Related: #5480
2016-02-22 15:00:54 -06:00
04c1c7c3bd
chore(typings): add es6 and jasmine typings
...
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so
we provide them ourselves.
2016-02-15 15:36:01 -06:00
5941042a98
chore() normalize types in docs
2016-02-12 15:51:28 -05:00
8b724a3bcb
chore(tests): make typescript and unit tests friends
2016-02-12 13:59:38 -06:00
c7adb3a83a
Merge pull request #5400 from manucorporat/fix-cordova-padding
...
fix(toolbar): toolbar padding when running in cordova iOS
2016-02-11 09:00:42 -06:00
18e9311e06
Merge pull request #5410 from schlaus/patch-1
...
docs(storage): correct documented signature for remove()
2016-02-11 08:56:02 -06:00
db535dd2c4
fix(toolbar): toolbar padding when running in cordova iOS
2016-02-10 22:58:50 +01:00
2766f7fda8
fix(toolbar): fixes segment/title aligment when cordova iOS style is applied
...
closes #5208
2016-02-10 19:10:41 +01:00
da18868636
refactor(animations): inline css animations
2016-02-09 16:23:01 -06:00
9e34235abb
Corrected documented signature for remove() method
...
Documentation claimed the remove() method took two parameters: key and value, whereas in reality it only takes one: the key to be removed, as one would expect.
2016-02-09 15:53:07 +02:00
dbc681fb7c
docs(): hide methods not requiring docs
2016-01-27 14:27:36 -06:00