e6250e718a
Disable recycling of native views
...
createNativeView will set iOS nativeView if it is null/undefined
2017-03-28 18:08:59 +03:00
f2898f84d5
NativeView recycled for android
2017-03-28 18:08:59 +03:00
629eb6e683
Use relative imports in tns-core-modules.
...
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
347755367e
make tslint happy :(
2017-03-06 14:05:55 +02:00
2224cd6150
Reorganize imports/exports in order to make snapshot happy
2017-03-06 14:05:55 +02:00
a582adc561
Hhristov/fix ( #3653 )
...
* Fix action-bar systemIcon
Fix CSS applying
* refactoring
* fix console
* remove StyleScope import - it is private and cannot be imported in public .d.ts
2017-02-17 17:21:57 +02:00
86481cce4a
Make typings compatible with @types/node.
...
Fixes name clashes and uses Node-compatible typings where possible.
Changes:
- setTimout et al now return NodeJS.Timer instead of number
- No "console" module anymore. Everyone uses it through global.console
anyway.
- We have a typed "global" instance with exposed properties now. Any
"freeform" accesses must go through a `(<any>global).blah` cast.
- remove tns-core-modules.{base,es6,es2015}.d.ts. Those were needed
as workarounds for the ES6/DOM/Node type clashes.
2017-02-15 13:01:10 +02:00
177222f548
Remove two console.log's
2017-01-04 16:29:05 +02:00
d8e062da85
Fix: application.setCssFileName does not work
2017-01-04 15:23:59 +02:00
e6d64799d8
Fix: Android platform.screen.mainScreen props are not invalidated after orientation change
...
Resolves #3270
2017-01-03 11:17:06 +02:00
6feeb140e3
Fixing type errors in tests
2016-12-19 10:36:25 +02:00
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
3c9a2c7fa6
Foreground activity cleared on activity destroyed.
2016-11-15 11:59:45 +02:00
fd09a0c66c
Remove console.log() leftover
2016-10-25 11:13:44 +03:00
20dc0b1ef5
Snapshot fix
2016-10-14 11:33:58 +03:00
1c4f40333e
Application and ActivityEvents improvements
2016-10-11 18:40:03 +03:00
c4be6ce1de
Fix LaunchTheme not cleared in some cases
2016-10-05 16:33:18 +03:00
ebcc3711d8
Add a mechanism the launch screen theme to be reset after launch
2016-07-27 14:44:22 +03:00
5a40b08bc3
CSS livesync fixed
2016-06-16 14:27:43 +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
87b0f53c3d
Remove redundant comment. Fix native method call.
2016-06-03 16:27:17 +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
caebf280ab
LiveSync improved
2016-05-27 16:58:46 +03:00
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00