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
da986a5fb0
feat(transition): pass isRTL in transition opts
2016-01-01 21:56:40 -06:00
0b4b8628bf
feat(platform): add isRTL() and body css class
2016-01-01 21:35:21 -06:00
23fe9c6a85
docs(platform): updates
2015-12-21 14:25:17 -05:00
60e402185f
fix(sqlstorage): empty array not ..params. Fixes #770
2015-12-17 13:58:06 -06:00
a8a88649c2
docs(): LocalStorage
2015-12-16 15:52:44 -05:00
068f3ceb29
Merge remote-tracking branch 'origin/master' into WIP-api-demos
2015-12-16 11:13:03 -06:00
8f4307276a
fix(platform): rename cordova iOS file to be more consistent with other files, included the import in iOS components file
...
closes #748
2015-12-15 13:57:54 -05:00
4354c3b1ae
docs(platform): fix description
2015-12-11 14:16:07 -06:00
a54be856f2
docs(demos/platform): api demo
2015-12-11 10:32:45 -06:00
1ff2231140
fix(platform): fix testNavigatorPlatform regex
2015-12-10 20:43:57 -06:00
4846a0b1d2
fix import path
2015-12-10 16:39:56 -06:00
0270be3305
fix blocking TS errors
2015-12-10 16:39:56 -06:00
9becec86af
Merge branch 'master' into css-refactor
2015-12-08 17:52:28 -05:00
15f0299816
docs(localStorage): add demo link
2015-12-08 16:31:38 -06:00
3d3eae1e4f
set button css by attrs
2015-12-06 20:44:56 -06:00
831ec87308
import mode globals in all mode components
2015-12-04 21:34:27 -06:00
9285e4fbd0
merge conflicts
2015-12-04 15:39:42 -05:00
f1d8d5fc14
docs()
2015-12-04 15:20:02 -05:00
fa295f9bbe
fix(storage): bad defaults in options. Fixes #647
2015-12-04 12:52:00 -06:00
2c13de9c7b
fix(platform): pass regexp to testNavigatorPlatform
2015-12-04 11:03:00 -06:00
dbeb0f78ae
fix(platform): update ripple activator fn
...
Closes #671
2015-12-02 10:34:29 -06:00
5d0349d134
fix(ripple): disable ripple for Android 4.4 and below
...
Closes #648
2015-11-25 14:00:41 -06:00
7db1deddf7
Fixed comment
2015-11-23 21:36:09 -06:00
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -06:00
3df0e0fddc
fix(storage): wrong default order. #587
2015-11-19 23:17:59 -06:00
ea955c59af
feat(ripple): only enable ripple on android 5 or greater
2015-11-19 11:41:51 -06:00
00f9611e71
feat(clickBlock): enable click block only on iOS
2015-11-19 11:23:41 -06:00
f020027147
Merge pull request #523 from joelbraga/fix-sqlstorage
...
<fix>(SqlStorage): Fix typo in tx variable name
2015-11-18 12:18:11 -06:00
bc7eeb2aea
Merge pull request #524 from joelbraga/fix-storage
...
<fix>(storage): fix query function arguments
2015-11-18 12:16:41 -06:00
37420b733c
refactor(platform): combining selectors
...
references #554
2015-11-17 15:52:47 -05:00
7731938bb8
fix(segment): made the longest selector in the world to fix segment in a toolbar
...
closes #554
2015-11-17 15:48:56 -05:00
64376c2304
fix(textInput): hide cursor during scroll
2015-11-16 22:47:00 -06:00
85db372789
<fix>(storage): fix query function arguments
2015-11-14 22:49:48 +00:00
e580f07218
<fix>(SqlStorage): Fix typo in variable name
2015-11-14 22:41:15 +00:00
d2374fd37e
fix(toolbar): fixed the toolbar spacing for iOS with platform-cordova
...
Added some tests for modals with a toolbar, only target the first
toolbar in a menu or modal so the user can have multiple toolbars
without skewing them. References #469
2015-11-12 20:07:13 -05:00
803d73606a
chore(platform): remove plugins
2015-11-11 15:01:14 -06:00
9ddcc44f67
refactor(toolbar): allow any content in the center
2015-11-11 11:27:11 -06:00
e0f18a5de2
perf(ripple): improve ripple perf
2015-11-09 13:55:28 -06:00
c7d36440ec
docs(platform): update platform docs
2015-11-09 13:59:24 -05:00
e90fc20266
fix(statusbar): typo in the method
...
backgroundColorByHexString instead backgroundColorByHexName because that method doesn't exisrs in cordova-plugin-statusbar
2015-11-03 03:20:25 +03:00
7d68d07d0c
Fix: SqlStorage _getBackupLocation method argument
...
_getBackupLocation(dbOptions.backupFlag) instead _getBackupLocation(dbOptions)
2015-10-31 17:05:45 +03:00
ca76ffddec
fix(network): isOnline. See #336
2015-10-30 06:51:00 -05:00
36f82b2473
refactor(NavController): restructuring and perf improvements
2015-10-29 14:37:49 -05:00