3111 Commits

Author SHA1 Message Date
c12e12dcdc Rename com.tns.Async.xxx to org.nativescript.widgets.Async.xxx 2016-06-14 10:29:46 +03:00
44be75a624 Move UILableImpl as TNSLabel in widgets. (#2298)
Refactor Label class to the new use TNSLabel class.
Added definitions.
2016-06-13 16:24:39 +03:00
9d3df48f97 Merge pull request #2283 from NativeScript/cankov/tsconfig-no-files
Remove the files entry from the tsconfig.json
2016-06-13 15:17:00 +03:00
940174b208 Remove the files entry from the tsconfig.json 2016-06-13 14:04:42 +03:00
4c54bc841e Merge pull request #2288 from NativeScript/atanasovg/decouple-fragment-class
Decouple Fragment implementation logic from the Extend call.
2016-06-13 11:51:02 +03:00
2740be2b05 Add API ref comments. 2016-06-13 11:10:15 +03:00
d22dfe90ed Merge pull request #2286 from NativeScript/transitions
Fixed a visual glitch with manual iOS transitions
2016-06-13 09:09:33 +03:00
ef0577ed56 Decouple Fragment implementation logic from the Extend call. 2016-06-10 18:01:47 +03:00
1818e087e1 Fixed a visual glitch with manual iOS transitions 2016-06-10 16:58:12 +03:00
b514906144 The variable navDepth is now correctly reset to -1 when clearing history 2016-06-10 16:58:11 +03:00
64d9e23d2d Merge pull request #2280 from NativeScript/cankov/async-image-race-fail
Fix setting src on async image mismatching imageSource
2016-06-10 11:43:06 +03:00
20dc0bd7d3 Fix setting src on async image mismatching imageSource 2016-06-10 10:32:22 +03:00
cf06073a26 Merge pull request #2271 from NativeScript/atanasovg/remove-activity-extend
Extract the Activity implementation logic in a separate class.
2016-06-09 08:24:56 -07:00
f5dbdc33e1 Hi 2016-06-09 16:08:02 +03:00
f8ee993934 Add a check so setting src on async image multiple times wont mismatch imageSource 2016-06-09 15:58:39 +03:00
48f14badca Update the tsconfig and package.json files to reflect the new changes. 2016-06-09 15:19:39 +03:00
192171232e Fix android orientation exception. (#2278)
Fix android activity destroy/resume.
Fix tslint - skipped all from node_modules & platforms
2016-06-09 14:02:15 +03:00
55398d6320 Merge pull request #2272 from NativeScript/hhristov/fix-ts-lint
Fix tslint
2016-06-08 08:53:13 -07:00
d9800c1220 Merge pull request #2262 from NativeScript/raikov/fix-actionbar
Fixed a crash in action bar on iOS 9.3
2016-06-08 18:44:31 +03:00
e46f30ac26 Merge pull request #2263 from NativeScript/nnikoilov/ListViewUsedInAModalDialogCrash
Fixed crash when ListView is used in a modal dialog (Android).
2016-06-08 18:43:08 +03:00
9ed1986d20 fix tslint 2016-06-08 18:21:08 +03:00
ad933ebf35 Fix tslint error. 2016-06-08 18:04:29 +03:00
7220863e36 Remove empty block 2016-06-08 17:28:01 +03:00
92d66f6938 Extract the Activity implementation logic in a separate class. 2016-06-08 17:04:37 +03:00
22608011f2 Avoid excessive requestLayout calls (#2270)
Added View.isLayoutRequired - to check if Layout call is needed after a measure call. Use in list-view.
Measure pass now get all its properties from nativeLayoutParams property instead of using instance dependency properties (e.g. perf improvement).
List-view now layouts cells only if there is need to.
List-view now measure rows with the specified rowHeight.
2016-06-08 15:41:30 +03:00
ec85cf3860 Undefined can be set as localValue to dependency observable (#2268)
* Undefined can be set as localValue to dependency observable

* Fix build error in tests
2016-06-08 15:41:02 +03:00
298f26316b Merge pull request #2269 from NativeScript/cankov/label-smart-layout-invalidation
Layout will not requestLayout when its text is changed if it has fixed size
2016-06-08 15:39:08 +03:00
b65e6f6fda Layout will not requestLayout when its text is changed if it has fixed size 2016-06-08 13:57:49 +03:00
b47e8f1232 Merge pull request #2267 from NativeScript/npm-test
Separate Android and iOS tests
2016-06-08 11:22:01 +03:00
8454ca9429 Separate Android and iOS tests 2016-06-08 11:20:05 +03:00
5d54ae69f4 Fixed a crash in action bar on iOS 9.3 2016-06-08 11:00:58 +03:00
98a9680bce Fixed crash when ListView is used in a modal dialog (Android). 2016-06-07 15:50:38 +03:00
743a2efb4a Optimized DependencyObject setValue performance (#2260)
* Cached all properties from metadata as fields on Property
ResetValue does not remove entry but only reset value for the given ValueSource (Local by default)
Optimized setValueInternal performance

* Removed TS dependency

* Fix tslint
2016-06-07 15:30:09 +03:00
51e00d4dd3 Add .log to .gitignore 2016-06-07 14:31:53 +03:00
5602b05b1c Merge pull request #2261 from NativeScript/end-trans
Fixed: Exit transition on API Level 23 with cachePagesOnNavigate=true
2016-06-07 13:56:15 +03:00
520bdc367f Merge pull request #2233 from NativeScript/expose-zonedCallback
Expose the zonedCallback function
2016-06-07 13:17:24 +03:00
d1c7eacaac Fixed: Exit transition on API Level 23 with cachePagesOnNavigate=true
When we are on API Level 23 and we have cachePagesOnNavigate=true, the exit transition of the current (disappearing) page ends immediately after its start, which in turn removes the page UI from the fragment and leaves a white spot in place of the current page while the enter transition of the new page is being played.

Related to #2225
2016-06-07 11:50:35 +03:00
46e635001f Expose the zonedCallback function 2016-06-07 11:38:15 +03:00
95b521e53b Merge pull request #2255 from NativeScript/transitions
More transition fixes and optimizations
2016-06-07 10:28:02 +03:00
bab2bb13d0 More transition fixes and optimizations
Related to  #2225
2016-06-06 15:45:49 +03:00
1ad23a3a78 Merge pull request #2244 from NativeScript/atanasovg/remove-app-activity-extends
Remove the android.app.Application extend from the core modules
2016-06-06 15:36:50 +03:00
6a45376a0f Merge pull request #2242 from NativeScript/clear-history
Fixed: The exit transition of the current page is not played
2016-06-06 10:03:56 +03:00
9847c9f803 Improve the default nativeApp initialization. 2016-06-06 10:01:18 +03:00
8fd0476353 Fixing currentEntry bug
The app crashes when it tries to access currentEntry property when _currentEntry is null.
2016-06-05 22:57:19 +01:00
63471fcc3c Fix all possible cases of the current page not playing its exit transition 2016-06-03 17:32:40 +03:00
54ca6f0e14 README: Link to both getting started guides 2016-06-03 10:09:02 -04:00
87b0f53c3d Remove redundant comment. Fix native method call. 2016-06-03 16:27:17 +03:00
8a3b59a5db Merge pull request #2241 from NativeScript/raikov/fixbuild
Added a missing file in tsconfig.json. Fixed build scripts.
2016-06-03 16:05:39 +03:00
9e40f8022b Fixed: The exit transition of the current page is not played when navigating with clearHistory
Resolves #2225
2016-06-03 15:48:48 +03:00
36da401684 Remove the android.app.Application extend from the core modules. This will enable various scenarios where custom application implementation is needed. 2016-06-03 15:34:37 +03:00