Commit Graph

8 Commits

Author SHA1 Message Date
Vasil Trifonov
398c9b3f33 feat(typings): Adding Android typings for API levels from 17 to 27 (#5890)
Adding android typings for API levels from 17 to 27

BREAKING CHANGES:
There is no longer added `I` prefix in the names of the interfaces. For example `android.view.IMenuItem` is now `android.view.MenuItem`. This matches the original name of the interface in the android framework.
2018-07-05 18:36:23 +03:00
Nick Iliev
923a7c7813 updated instructions for tns-platform-declarations (#4496)
* updated instructions for tns-platform-declarations

* fixed TypeScrtip recommended version
2017-07-04 10:41:41 +03:00
Nick Iliev
82233c6bd3 improved README
fixed add to modify for the references.d.ts
2016-11-08 12:46:48 +02:00
tzraikov
667f33b47e Update README.md 2016-10-28 17:26:16 +03:00
Panayot Cankov
3a92da65db Point TypeScript 2.0.3+ required for the platform declarations 2016-09-28 14:15:01 +03:00
NickIliev
a4916d7246 added tns-core-modules.es2016.d.ts for declarations references 2016-09-27 14:24:56 +03:00
Panayot Cankov
1c05786ffd Added tests for npm-platform-declarations 2016-09-26 15:14:42 +03:00
Panayot Cankov
299203901e Move platform .d.ts-es to separate plugin folder
Add dev-setup to figure out links

Update development workflow

Update package.json and dts-ios

Update the iOS declarations

grunt is now fine
2016-09-26 11:53:39 +03:00