SvetoslavTsenov
c228b97263
Fix button wrap ( #4350 )
...
* Fix button wrap
* Update path to hint-text-color page
2017-06-09 16:37:14 +03:00
SvetoslavTsenov
0d3a307dee
Fix wrap text alignment test page ( #4348 )
2017-06-09 10:55:14 +03:00
SvetoslavTsenov
2526ac06f2
Update tests ( #4345 )
...
* Update tests
* Fix typos
* Fix tslint
2017-06-09 09:54:38 +03:00
Ivan Buhov
67a8144a34
Specify files where native Java classes are extended on script loading ( #4333 )
2017-06-08 14:58:19 +03:00
Alexander Vakrilov
e33eca63d6
Implement custom measure for ios btn when textWrap is true ( #4326 )
...
Implement custom measure for ios btn when textWrap is true
2017-06-08 10:29:50 +03:00
Panayot Cankov
014e7a8e0f
add profile for functions, profile CSS-es on startup, use __time ( #4227 )
...
Call native setters once when a page is instantiated.
Fix background not being reset, Label's background is now set to background, not layer
Make the nativeView field instead of property for performance reasons
2017-06-08 09:51:09 +03:00
SvetoslavTsenov
ce01ab597f
Fix search bar test page and images template test page ( #4331 )
2017-06-07 14:02:51 +03:00
SvetoslavTsenov
97b1cd9060
Tsenov/searchbar ( #4328 )
...
* Searchbar tests
* Update search bar test page
* Fix path to events test pages
* Update text-view test pages
2017-06-07 10:25:16 +03:00
Panayot Cankov
853bbd2977
Can't require non console-log when __snapshot generating ( #4325 )
2017-06-06 18:12:53 +03:00
SvetoslavTsenov
51d1be5bb8
Tsenov/auto complete ( #4318 )
...
* Init steps
* Implement logic for auto-complete for all test pages
* Init steps
* Implement logic for auto-complete for all test pages
* Expose TestPageMainViewModel
* Merge
* Improve check if example is already loaded in collection
* Reorder tests
* Fix tslint
* Include csslv
* Include new image source
2017-06-06 16:06:21 +03:00
SvetoslavTsenov
855caf3e43
Remove max-length example from list-view folder. Move images from list-view folder to resources/images
2017-06-05 16:48:56 +03:00
SvetoslavTsenov
109f57476d
Include test page for max-lenght poperty
2017-06-05 16:48:56 +03:00
SvetoslavTsenov
40d5badd40
Update issue-3354.xml
2017-06-05 14:05:55 +03:00
SvetoslavTsenov
1b260ac2b5
Extend test page issue-3354
2017-06-05 14:05:55 +03:00
Panayot Cankov
a01c692ff5
Merge pull request #4305 from NativeScript/timeline
...
Add timeline traces in the console, let enabling them through the package.json
2017-06-05 10:23:20 +03:00
Panayot Cankov
51b351f5b6
Add timeline traces in the console, let enabling them through the package.json
2017-06-02 16:34:15 +03:00
Alexander Vakrilov
63633533bc
Merge pull request #4190 from NativeScript/EddyVerbruggen-eddyverbruggen/issue-3614-text-maxlength-property
...
Implemented feature request: TextField `maxLength` property support.
2017-06-01 13:31:54 +03:00
Alexander Vakrilov
9f47746d98
Merge pull request #4292 from NativeScript/fix-ios-text-view-hint
...
Fix: IOS text view hint should never show while editing
2017-06-01 13:31:28 +03:00
vakrilov
4509f04929
UI test added
2017-06-01 12:23:26 +03:00
vakrilov
8b3ccdec21
Return hintProperty registration
2017-06-01 12:19:21 +03:00
eddyverbruggen@gmail.com
eda57d2c35
#3614 Feature request: TextField maxLength property support.
...
- Implemented @PanayotCankov's Android 'view recycle' remark.
2017-06-01 11:57:24 +03:00
eddyverbruggen@gmail.com
da6562b506
#3614 Feature request: TextField maxLength property support.
...
- Implemented @PanayotCankov's review remarks.
2017-06-01 11:57:24 +03:00
eddyverbruggen@gmail.com
0997d537d0
Feature request #3614 : TextField maxLength property support.
2017-06-01 11:57:24 +03:00
SvetoslavTsenov
4862443bea
Fix background tests
2017-05-31 17:21:17 +03:00
SvetoslavTsenov
51ccdb0820
Revert button text alignment
2017-05-31 17:21:17 +03:00
SvetoslavTsenov
93237cf991
Fix typo
2017-05-31 17:21:17 +03:00
SvetoslavTsenov
99611a9979
Include resource folder
...
Fix tslint error
2017-05-31 17:21:17 +03:00
vakrilov
abe25d1286
FIX: Never show text-view hint while editing.
2017-05-30 17:15:53 +03:00
Alexander Vakrilov
4b45c73c96
Merge pull request #4291 from NativeScript/http-getFile-with-query-params
...
Support http.getFile for URLs with query params
2017-05-30 15:37:46 +03:00
vakrilov
3fe2815ded
Support http.getFile for URLs with query params
2017-05-30 14:55:15 +03:00
Todd Anglin
9551418b15
Fixing Button text alignment behavior
...
This change switches iOS Button text alignment from using the generic `nativeView.contentHorizontalAlignment` to using the Button's `nativeView.titleLabel.textAlignment`. This change allows text in a Button to properly center align when wrapped on to multiple lines. Left and Right alignment behavior are unchanged, but using new syntax for consistency.
2017-05-30 13:31:39 +03:00
Stanimira Vlaeva
26e2748f24
fix(animations): remove default getters for tranform properties ( #4286 )
2017-05-29 17:39:32 +03:00
Nikolay Tsonev
44b4afab42
add sample -image source from imageAsset and save it to PNG ( #4265 )
2017-05-26 16:46:05 +03:00
Nikolay Tsonev
88c2848bd4
example declare SearchBar component via XML ( #4236 )
...
* example declare SearchBar component via XML
* fix tslint errors
* fix error - not found modules
2017-05-26 14:12:47 +03:00
Panayot Cankov
00c8b89232
Merge pull request #4263 from NativeScript/profiler-for-functions
...
Add profile for functions, profile CSS-es on startup, use __time
2017-05-25 15:04:54 +03:00
Panayot Cankov
c519a4bb6f
add profile for functions, profile CSS-es on startup, use __time
2017-05-25 14:40:13 +03:00
Panayot Cankov
3fa741e5e7
Merge pull request #4250 from NativeScript/add-tests-startuptime-log
...
Add logging for startup time in the apps
2017-05-25 13:48:41 +03:00
Alexander Vakrilov
35f0f73331
Merge pull request #4239 from NativeScript/getDefault-for-animatiable-props
...
Support getDefault for CssAnimationProperty
2017-05-25 10:42:01 +03:00
Alexander Vakrilov
885ab37eec
Merge pull request #4255 from NativeScript/PetyaSotirova/web-view-typedoc
...
Fix web-view typedoc
2017-05-25 10:39:13 +03:00
Vasil Chimev
25456cf29b
Merge pull request #4257 from NativeScript/vchimev-changelog
...
Update CHANGELOG for 3.0.1 milestone
2017-05-23 18:22:35 +03:00
Vasil Chimev
8a911efe29
Update CHANGELOG.md
2017-05-23 18:11:01 +03:00
PetyaSotirova
6a87a85714
Fix web-view typedoc
2017-05-23 16:16:57 +03:00
Vasil Chimev
c9565005ef
Merge pull request #4247 from NativeScript/test-page-4135
...
Update secure textfield test page
2017-05-23 16:09:56 +03:00
Vasil Chimev
b00ed12150
Update a test page
2017-05-23 16:09:10 +03:00
dtopuzov
13ce5282f5
Fix issue 2942 example in ui-test-app
2017-05-23 15:37:58 +03:00
Panayot Cankov
bf3fa6b122
Add logging for startup time in the apps
2017-05-22 10:38:34 +03:00
SvetoslavTsenov
326fc696fe
Update secure textfield test page
2017-05-22 01:23:33 +03:00
SvetoslavTsenov
fc20e1a00d
Include test page for issue 4135
2017-05-19 19:32:19 +03:00
SvetoslavTsenov
8315c410ae
Include scenario for issue 'Switch not visible with NS 3.0 on ios #4175 '
2017-05-19 19:06:16 +03:00
vakrilov
e7d9fe5b24
Support getDefault for CssAnimationProperty
2017-05-19 18:46:26 +03:00