Alexander Djenkov
0082dfbdb0
fix(dialogs-ios): dialogs not showing in single page apps (non Frame based apps) ( #6000 )
2018-07-03 10:23:51 +03:00
Alexander Vakrilov
b5b8d51b0d
fix(modal): parent page invalid hierarchy handling [extended] ( #5966 )
...
* fix(modal): parent page invalid hierarchy handling
* refactor(modals): Refactor safe guard in show/hide modal
2018-06-20 16:10:03 +03:00
Alexander Djenkov
e59d1567a5
fix(ios-dialogs): unable to show dialog from modal view without a page ( #5881 )
...
* fix(ios-dialogs): unable to show dialog from modal view
* tests(modal-navigation): add test that opens dialog inside modal view
2018-05-29 18:06:02 +03:00
Manol Donev
2fc1d8a8d4
chore(tsc): enable noUnusedLocals compiler option for tns-core-modules ( #5755 )
2018-05-10 16:12:59 +03:00
Alexander Vakrilov
38e6f6688e
fix(style): Styles are not applied to dialogs ( #5612 )
2018-04-03 17:06:21 +02:00
Manol Donev
81a2cbd0fe
refactor(ios): clean up iOS8 or lower specific checks in codebase ( #5581 )
2018-03-26 13:37:21 +03:00
Panayot Cankov
6d7c1ff295
Avoid applying CSS multiple times ( #4784 )
...
* Move the applyStyleFromScope to onLoaded, when the views are created and id or className properties are set the CSS selectors are queried and applied multiple times
* Condense the changes when applying properties
2017-09-25 18:32:00 +03:00
Panayot Cankov
8adb2fdfef
Fix TypeScript 2.4 errors, introduced mainly due weak types and covariant checking for callbacks ( #4476 )
2017-07-03 11:57:00 +03:00
Panayot Cankov
0cae034a64
Changing module docs so they can appear in typedoc.
2017-05-10 11:55:47 +03:00
Panayot Cankov
d098ff43f5
Add module names for the typedoc, make it work
...
Mark members with @private for typedoc.
2017-04-20 16:58:30 +03:00
Eddy Verbruggen
979c2fe850
Feature: New Dialog-Prompt-Input-Type for E-Mails ( #3905 )
...
* #3118 Feature: New Dialog-Prompt-Input-Type for E-Mails
* Forgot to change a comment
Changed Password to Email in a comment.
2017-04-06 12:41:04 +03:00
Hristo Deshev
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
Hristo Deshev
b45cbe929b
No more ambient modules for tns-core-modules/* subpackages.
...
- Use path mappings in tsconfig.json to resolve module typings
- Only use ambient mobules for global API's
- Move single-file modules to a subdir with the same name so that
we can provide a hand-written typing next to it (via package.json)
- Delete all mentions of tns-core-modules.d.ts
- Delete reference d.ts assembly build steps. Not needed anymore.
- HACK! Use a <reference> for global typings in application.d.ts
to avoid publishing a separate @types/tns-core-modules package.
- Rename declarations.d.ts to tns-core-modules.d.ts to preserve
JS project mappings in references.d.ts (the only place we use those)
2017-03-07 17:59:02 +02:00
Hristo Hristov
ea22eb9c20
refactoring circular imports
2017-03-06 14:05:55 +02:00
Hristo Hristov
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
vakrilov
6b61335675
Fix: Modal crashes in Android and IOS
2017-01-30 15:41:45 +02:00
Hristo Hristov
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
befb494a50
up to segmented-bar.ios
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
zh-m
825d577621
Background of the buttons inside dialog can be modified through global style in CSS
2016-11-30 16:16:14 +02:00
Alexander Vakrilov
d012f9ac8c
Merge pull request #2885 from NativeScript/android-current-context
...
Application and ActivityEvents improvements
2016-10-13 11:47:25 +03:00
vakrilov
1c4f40333e
Application and ActivityEvents improvements
2016-10-11 18:40:03 +03:00
Nathanael Anderson
a5273b74ed
Fix for Dialogs crashing on iOS ( #2866 )
2016-10-11 14:58:30 +03:00
Panayot Cankov
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
Vladimir Enchev
501c357fca
Merge pull request #2610 from NativeScript/dlgs-buttons-color
...
Color of buttons inside dialogs is not applied if there'are nested css styles
2016-08-29 11:58:15 +03:00
Panayot Cankov
bc1d379c05
Use let instead of var
2016-08-29 11:56:38 +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
Maya Zhecheva
e487928ab8
Updated improper field name
2016-08-22 15:20:36 +03:00
Maya Zhecheva
24ebcc56a9
Foregrond of buttons inside dialogs are not updated on creating a css style targetting both Button and Page Button
2016-08-22 10:45:58 +03:00
Hristo Deshev
7e5c29a163
Fix package.json "main" settings and remove .js references.
2016-08-04 16:24:29 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00