35 Commits

Author SHA1 Message Date
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
295f9a432f apps app can now compile 2016-12-20 11:35:04 +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
d908874a5d Allow iOS app to be started multiple times (#3231)
Integration with existing iOS app
2016-12-02 17:00:34 +02:00
0b7ea27fd5 Export set function for cssFile and resources. 2016-11-25 14:55:22 +02:00
303b609573 Adding request for write storage permissions. 2016-11-22 14:34:14 +02:00
3c9a2c7fa6 Foreground activity cleared on activity destroyed. 2016-11-15 11:59:45 +02:00
4045bb2cd6 Merge pull request #2955 from NativeScript/remove-console-log
Remove console.log() leftover
2016-10-27 14:38:05 +03:00
fd09a0c66c Remove console.log() leftover 2016-10-25 11:13:44 +03:00
653440d72b iPad SplitView/SlideOver support 2016-10-24 15:04:17 +09:00
8ce37215f7 Merge pull request #2898 from NativeScript/snapshot-activity-fix
Snapshot fix
2016-10-14 12:30:12 +03:00
20dc0b1ef5 Snapshot fix 2016-10-14 11:33:58 +03:00
b398f27586 code fixed to work in viewDidLoad 2016-10-14 10:02:35 +03:00
c521f2db33 Merge pull request #2877 from NativeScript/existing-app
Existing iOS integration app support added
2016-10-14 09:38:11 +03:00
eab903e9e0 Existing iOS integration app support added 2016-10-13 18:15:24 +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
e895f37f0b Apply getter check to determine if API is exposed as property or as method for iOS backward compatibility 2016-09-12 14:38:54 +03:00
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
7e5c29a163 Fix package.json "main" settings and remove .js references. 2016-08-04 16:24:29 +03:00
097367274b Merge pull request #2522 from NativeScript/raikov/fix-livesync-css-angular
Fixed: CSS is not automatically livesynced in angular apps
2016-08-01 16:22:04 +03:00
ce83da8ba3 Fixed: CSS is not automatically livesynced in angular apps 2016-07-28 14:59:16 +03:00
ebcc3711d8 Add a mechanism the launch screen theme to be reset after launch 2016-07-27 14:44:22 +03:00
540594454f Add bundle entrypoint registration module. 2016-06-29 15:57:05 +03:00
5a40b08bc3 CSS livesync fixed 2016-06-16 14:27:43 +03:00
c1aeeb51a7 Inital by-type split
Split type.class from CssTypeSelector to CssCompositeSelector, probably support type#id.class selectors

Apply review comments, refactor css-selectors internally

Applied refactoring, all tests pass, button does not notify changes

Add tests for the css selectors parser.

Added tests for css-selectors

Added basic implementation of mayMatch and changeMap for css match state

Implemented TKUnit.assertDeepEqual to check key and key/values in Map and Set

Watch for property and pseudoClass changes

Add one child group test

Add typings for animations

Added mechanism to enable/disable listeners for pseudo classes

Count listeners instead of checking handlers, reverse subscription and unsubscription
2016-07-18 17:24:09 +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
2ef6757216 builder cached 2016-05-30 15:56: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