186 Commits

Author SHA1 Message Date
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
e76b55994c fix(input): checked attr can be an empty string or no value 2016-01-27 08:09:37 -06:00
893009a603 remove the error throwing in storage engine constructor 2016-01-22 13:54:25 +08:00
6da7762139 v2: feat(Storage): adds setJson() method 2016-01-20 14:35:22 +01:00
2f9dd60ada Merge branch 'manucorporat-storage-getjson' into 2.0 2016-01-20 07:21:21 -06:00
c3ab951056 fix(storage): throw json parse errors 2016-01-20 07:20:37 -06:00
2885ceb1b6 mark parameters optional 2016-01-20 12:15:46 +08:00
07953672f5 add more types to function parameters and return type 2016-01-19 16:44:46 +08:00
d7db59edf1 fix(Storage): getJson() implementation 2016-01-18 15:01:27 +01:00
88aad3f880 refactor(decorators): remove ConfigComponent 2016-01-11 22:51:54 -06:00
44cbbd286b chore(): fix typescript errors 2016-01-11 21:10:19 -06:00
b79d6cc8ea refactor(util): use Object.assign polyfill 2016-01-11 11:17:58 -06:00
747c5138c5 fix(platform): types 2016-01-11 09:56:19 -06:00
57e38aaf36 chore(): fix typescript errors 2016-01-10 13:38:47 -06:00
a5fc7c7a78 docs(lang): add recommendations to put values in html element 2016-01-07 10:50:02 -06:00
942bd9b93b feat(platform): add language support methods
Related: #883
2016-01-07 10:36:44 -06:00
e8e0f83539 fix(resize): speed up window resize throttle
Related to #880
2016-01-06 15:39:06 -06:00
35bab07d0e feat(platform): mobileweb platform
platform.is(‘mobileweb’)
2016-01-02 23:02:58 -06:00