6bc41a5d59
chore: update ui tests with androidElevation
2019-05-10 16:35:08 +03:00
cf533a7b6d
feat(android): elevation shadow support ( #7136 )
2019-05-10 11:05:28 +03:00
15e38db3a6
Merge branch 'master' into myankov/merge-release-to-master
2019-05-08 10:17:30 +03:00
77c45da790
fix(ios-tabview): crash when setting tab text color ( #7188 )
2019-05-07 13:17:24 +03:00
f0146f0e1b
feat(switch): add property for off state background color ( #7138 )
2019-04-15 18:26:49 +03:00
aced591bc1
Merge branch 'master' into mdonev/release-to-master-7123
2019-04-10 10:56:17 +03:00
82f7e24b80
fix(label-android): numeric text ignores text-transform ( #7123 )
2019-04-10 10:46:38 +03:00
db4d7177e6
chore: update tests
2019-04-02 18:09:42 +03:00
34fe24732d
chore: deprecate utils.ios.getter ( #7054 )
2019-03-22 17:33:21 +02:00
2efafc3a4f
test: update test samples ( #7016 )
...
* test: update test samples
2019-03-20 18:15:48 +02:00
b40f027f10
Merge branch 'master' into mdonev/release-to-master-7011
2019-03-15 18:35:41 +02:00
88f224272b
fix: expose missing css background* properties on View ( #7032 )
2019-03-15 17:42:03 +02:00
cd66300e3a
feat(): local icon handling in actionbar and tabview ( #7009 )
2019-03-12 15:08:51 +02:00
f8eee40e69
feat(android): add openFile to utils ( #6895 )
...
* feat(android): add openFile to utils
* tests: move test_openFile() test to apps/ui-tests-app
Small changes to openFile() method
2019-03-05 11:39:13 +02:00
a9d2043a0c
fix(ios): resize of scrollview content breaks layout ( #6965 )
2019-02-28 10:20:21 +02:00
09fa0856b8
fix(ios): opaque bars break ui layout ( #6929 )
...
* fix(ios): opaque bars break ui layout
* test(): change flat action bar tests
* test(): revert test flat change test
2019-02-20 18:46:14 +02:00
603c901be4
feat(action-bar): flat mode breaks ios safe area ( #6862 )
2019-02-06 13:13:03 +02:00
408614dd45
feat(dialog): add decimal input type for prompt dialog ( #6805 )
2019-01-25 15:20:19 +02:00
28db2afbd4
feat: OnDiscardedError typings and event ( #6777 )
...
* feat: OnDiscardedError typings and event
* remove ios and android from DiscardedErrorEventData
2019-01-09 18:24:25 +02:00
2085d1e4ac
fix(list-view-android): app crashes on ListView item template change ( #6634 )
...
* fix(list-view): app crashes on first ListView item template change
* tests: add tests for changing ListView item template with expression
2019-01-08 13:48:47 +02:00
db4f9f5ddb
Fix some lint errors
2018-12-18 14:23:27 +02:00
540b2b4f82
feat(view): added iOS parameter for modal presentation style ( #6409 )
...
* feat(view): added iOS parameter for modal presentation style
* Now passing options to showModal in one argument
* refactor: Move context and close in modal options
* chore: Comments added for UIModalPresentationStyle.Popover case
* refactor: Use modalOptions in e2e demo
* chore: fix pbroken test
2018-12-13 17:03:25 +02:00
63be78a69c
fix(listview): incorrect layout when scroll ( #6656 )
2018-12-05 16:28:37 +02:00
0b239d7a0a
feat(tabview): add androidSwipeEnabled property ( #6652 )
2018-12-04 15:35:15 +02:00
64bccb9bbc
feat(modals): Enable modal dialog chaining in IOS ( #6637 )
...
* feat(modals): fire close callback after close in IOS
* chore(tests): Fix some test depending on the order of events
2018-11-30 12:05:33 +02:00
f90995f8f9
fix(ios): scrollview safe area when no scroll ( #6568 )
2018-11-19 09:23:06 +00:00
51a191f396
fix(ios): safe area handling in scrollview ( #6561 )
2018-11-15 13:07:15 +00:00
5c03abefba
chore: update to TypeScript 3 ( #6556 )
2018-11-14 17:00:42 +00:00
7e7c050064
feat: add number and phone input types for prompt dialog ( #6365 )
2018-11-07 17:32:20 +02:00
f54f7c3985
Revert "chore(apps): add tslib dep and update tsconfig.json file ( #6464 )"
...
This reverts commit eca938d9defb3dd32af6e96829a19a6a4ba8df0b.
2018-11-02 10:52:55 +02:00
eca938d9de
chore(apps): add tslib dep and update tsconfig.json file ( #6464 )
...
* fix: don't crash on startup due to tslib not being found
* fix: prevent error 'sourceMap' cannot be specified with option 'inlineSourceMap'
* Revert "fix: prevent error 'sourceMap' cannot be specified with option 'inlineSourceMap'"
This reverts commit c9d96de10ad9256aa7c42b1db55b5117443e2027.
* chore: updates tsconfig.json file
2018-11-01 15:44:10 +02:00
e48782511d
fix-next: handle action bar safe area nesting ( #6455 )
2018-10-26 14:05:14 +03:00
e5f6065fd2
test(safe-area): add ui tests ( #6418 )
2018-10-17 13:29:38 +03:00
7867e7ce5b
tests: set usesCleartextTraffic in apps to enable http calls in CI ( #6417 )
2018-10-16 09:22:16 +03:00
e3d5f0d409
fix(tab-view): Title and icon positioning ( #6362 )
...
* fix(tab-view): Title and icon positioning
* refactor: review FB addressed
2018-10-08 11:23:34 +03:00
ae6a661ecd
feat: implement capitalization type option for prompt dialogs ( #6325 )
...
* feat: implement capitalization type option for prompt dialogs
Allow setting auto capitalization to "none", "all", "sentences" and "words".
This feature works on both Android and iOS.
* feat: add capitalization type examples to test page for dialogs
2018-10-05 17:15:54 +03:00
982acdc168
feat(iOS): Safe Area Support ( #6230 )
2018-09-28 18:21:50 +03:00
262568314b
feat: add ability to pass touch event thru parent view ( #6204 )
...
* feat: enhance hit-testing support
* refactor(android): update passthroughParent logic as per reqs
* refactor: move isPassthroughParentEnabled to LayoutBase
* Update view-common.ts
* refactor: touchListener logic
* refactor: renames
* added ui test page
2018-09-18 18:59:40 +03:00
86be5b6472
chore: extend swipe-event test ( #6278 )
...
* chore: extend swipe-event test
* chore: remove automationText="output"
2018-09-18 15:12:07 +03:00
8a5f73055e
fix(gestures)propagate touch to parent so that gestures can work ( #6171 )
...
* propagate gesture touch to parent so that gestures can work
* test: swipe passtrough test
2018-09-17 10:11:50 +03:00
a1c570c702
fix(ios): nowrap label measure in horizontal stack layout ( #6186 )
2018-08-17 18:24:06 +03:00
ec24c5a96f
fix(list-view): Layout list-view items on request ( #6159 )
...
* test: list items relayout example
* fix(list-view): Layout list-view items on request
* refactor(tests): refactor list-view tests imports
2018-08-09 18:19:56 +03:00
9e2e8ec3a1
feat(list-picker): add textField, valueField and selectedValue properties ( #6033 )
...
* Added textField, valueField and selectedValue properties
textField and valueField - should be used with arrays of JSON objects
textField - tells the listview which property should be used to display each item
valueField - tells the listview, which property should be used to update the selectedValue
selectedValue - is the property that will contain the selectedValue, if valueField is specified, then it will contain the value from that field, otherwise it will contain the whole selected item
* Example showing textField, valueField and selectedValue in action
* Update import paths
2018-07-23 17:06:01 +03:00
bdf55d9552
test(): add scenarios for listview scrolling ( #6092 )
2018-07-20 11:25:32 +03:00
09431572e5
chore(listview-tests): add tests for width property with percentages ( #6047 )
2018-07-11 10:54:09 +03:00
b77675b312
chore: add example for issue 5274 ( #5885 )
2018-05-30 10:00:52 +03:00
d8721c7bd8
tests(ui-test-app): add LayoutChanged event test
2018-05-23 00:54:29 +03:00
9d21a743c4
Revert 5772 revert 5534 css gradients ( #5779 )
...
* Revert "Revert "Css gradients" (#5772 )"
This reverts commit 7edf56197a179b13e1afe4c706aea4a99ac62aca.
* chore(): fix LinearGradient circular dependency
2018-05-10 10:44:35 +03:00
11f0d6e98d
feat(tabview): add tab text font size property ( #5752 )
...
* feat(tabview): add tab text font size property
* chore(tabview): set tab font size default value
* chore(tabview): move font implementation to widget
* chore(tabview): fix font size get return type
2018-05-09 17:13:34 +03:00
481043fa2b
fix: label text wrapping inside flexbox layout ( #5781 )
2018-05-08 15:09:52 +03:00