Rossen Hristov
fec5e92dbe
Fix tracing
2017-01-16 13:29:46 +02:00
vakrilov
c30be0d606
View lifecycle methods
2017-01-04 17:18:45 +02:00
PanayotCankov
7931ecd4f8
Fix tslint errors
2016-12-21 17:42:31 +02:00
PanayotCankov
25bd65d95c
Make 0 test run successfuly
2016-12-21 10:40:47 +02:00
Hristo Hristov
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
bb2c7aa60a
partial state
2016-12-13 15:51:18 +02:00
Hristo Hristov
e4c21258a3
More files migrated.
2016-12-13 15:51:18 +02:00
Hristo Hristov
ed36106e9e
remove gc call ( #2848 )
2016-10-05 17:42:07 +03:00
Panayot Cankov
c6b10d1a33
Manually kickstart GC for android after navigation
2016-09-08 17:07:40 +03:00
Panayot Cankov
dbfed16be9
Handle native instances with weak refs in transition closures
2016-09-01 12:40:44 +03:00
Panayot Cankov
1236f66f44
Add npm script that generates ios .d.ts-es from the tests app
...
Less than 30 erros left, let's hope it still works
Added lib.*.d.ts from typescript, removed lib and dom stuff, added by hand XHR, alert etc. .d.ts-es for polyfills
Roll back some changes involved in separating UIEvent for dom and ios
Test combined dts-es will now use lib, while internally we will not to avoid UIEvent conflict with dom stuff
2016-08-29 09:58:17 +03:00
Hristo Deshev
7e5c29a163
Fix package.json "main" settings and remove .js references.
2016-08-04 16:24:29 +03:00
Georgi Atanasov
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
atanasovg
ef0577ed56
Decouple Fragment implementation logic from the Extend call.
2016-06-10 18:01:47 +03:00
Rossen Hristov
1818e087e1
Fixed a visual glitch with manual iOS transitions
2016-06-10 16:58:12 +03:00
Rossen Hristov
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
Rossen Hristov
bab2bb13d0
More transition fixes and optimizations
...
Related to #2225
2016-06-06 15:45:49 +03:00
Rossen Hristov
63471fcc3c
Fix all possible cases of the current page not playing its exit transition
2016-06-03 17:32:40 +03:00
Rossen Hristov
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
Rossen Hristov
4cc0d604be
Optimize requires
2016-06-02 11:15:44 +03:00
Rossen Hristov
5c47f54fe5
Fixed: The exit transition of the current page is not played when navigating with clearHistory
...
Resolves #2225
2016-06-02 10:48:30 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00