6d422a3dba
chore: Fix http-request short imports on Android.
2019-06-27 18:29:18 +03:00
76b5089589
fix: restore TextField.textChange and Switch.checkedChange event syntax in xml ( #7403 )
2019-06-27 17:14:44 +03:00
c2656a4be4
chore: update application private apis ( #7413 )
2019-06-27 13:16:43 +03:00
9cfd9c07d5
tests: update ns-dev-appium ( #7411 )
...
* tests: update ns-dev-appium
* chore: package.json
2019-06-27 08:24:01 +03:00
0cdc3b843f
tests: include parse checkout ( #7410 )
2019-06-26 20:44:39 +03:00
e875c49409
chore: remove nativescript-dev-typescript dependency ( #7408 )
2019-06-26 09:56:26 -07:00
9fcc1ddf94
feat(bundle): support for file qualifiers + builder refactor ( #7386 )
...
* feat(bundle): support for file qualifiers in builder
* chore: add qualifiers test app
* chore: add @Deprecated for file-name-resolver
* fix(hmr): hmr not working for scss files
* chore: globals clean-up
* shore: fix tslint
* tests: uncomment test fixed by ns-dev-webpack
* chore: move qualifiers app to e2e
* chore: update webpack config
* chore: tslint errors
* test: fix wrong css import
2019-06-26 18:40:18 +03:00
1a0c81f02a
refactor(EditableTextBase, Button) rename PseudoClass update handlers to be more specific ( #7404 )
2019-06-26 18:39:27 +03:00
4f39fb728b
chore: update tslint rules ( #7391 )
2019-06-26 15:13:48 +03:00
92370279d8
chore: restore temporarily deprecated apis ( #7407 )
2019-06-26 02:58:23 -07:00
872207515a
fix(ios-actionbar): parent/child gesture recognition ( #7400 )
2019-06-26 11:07:12 +03:00
9ecf07fee6
fix(css-state): _appliedSelectorsVersion assignment ( #7405 )
...
Assign CSS state applied selectors version after ensuring and matching the selectors.
2019-06-26 00:49:55 -07:00
f08b491750
fix(android-transition): exit transition not executed after app suspend resume ( #7402 )
2019-06-26 01:06:15 +03:00
6f439cb819
Merge pull request #7388 from NativeScript/mdonev/release-to-master20190621
...
chore: merge release to master
2019-06-25 20:25:10 +03:00
28d7240cc5
chore: tslint errors
2019-06-25 18:00:04 +03:00
d402c05b2f
Merge branch 'master' into mdonev/release-to-master20190621
2019-06-25 16:52:27 +03:00
b20e771552
chore: remove deprecated apis for ns 6.0 ( #7382 )
2019-06-25 16:52:01 +03:00
0bfddab915
Add support for :focus pseudo class in TextField/TextView ( #7396 )
2019-06-25 05:15:14 -07:00
2d68a4061e
chore: fix github security alert ( #7385 )
2019-06-25 03:23:51 -07:00
429ebf859f
Merge branch 'master' into mdonev/release-to-master20190621
2019-06-25 01:20:30 -07:00
2723744091
chore(android): fix circular reexports ( #7399 )
2019-06-24 19:32:03 +03:00
7c3141b6a5
fix(cuteness): allow cleartext HTTP for API 28 ( #7397 )
...
* chore(cuteness): update configuration files
* fix(cuteness): allow cleartext HTTP for API 28
2019-06-24 12:36:00 +03:00
01c4b8ceb5
fix(formatted-string) allow Span descendants in FormattedString ( #7370 )
...
* (fix) Allow Span descendants in FormattedString
Currently FormattedString doesn't allow custom components extending Span to be its children. This small PR fixes that.
Closes #7369 .
* Remove the now unused CHILD_SPAN
2019-06-24 11:52:33 +03:00
bcb33c46ab
test(apps): clean up ( #7389 )
...
* refactor(apps): delete cuteness.io from apps
Moved to `e2e` folder.
* refactor(apps): delete ui-tests-app from apps
Moved to `e2e` folder.
* refactor(apps): main entry
* refactor(apps): perf-app
2019-06-21 16:40:34 +03:00
4299d4aedc
Merge branch 'master' into mdonev/release-to-master20190621
2019-06-21 15:39:51 +03:00
ad8ce2c95d
tests(ui-tests-app): update examples ( #7387 )
...
* refactor(ui-tests-app): tabmore example
* fix(ui-tests-app): web-view query example
* fix(ui-tests-app): misspelled img src path
* feat(image-source): add set rotationAngle for iOS
Compatibility with Android.
2019-06-21 15:35:27 +03:00
ae598f2c07
release: cut the 5.4.3 release ( #7384 )
2019-06-21 05:34:23 -07:00
dfe76213dd
fix: clear the resolvedPage
when entry is being cleared, change the passed View
to be a weak reference ( #7327 )
...
* fix: clear the `resolvedPage` when entry is being cleared
fix: change the passed `View` to be a weak reference
* chore: add trace logs when weak ref has been cleared but is continuing to be used
chore: add condition to check if weak ref has not been cleared when it is being used
* chore: refactor the way the `resolvedPage` is cleared
* chore: add backward compatible property to avoid breaking changes
* chore: refactor condition to check if WeakRef is not cleared
chore: add tracelogs
* chore: refactor condition to check if WeakRef is not cleared
chore: add tracelogs
* refactor: weakRef usages
* chore: change the way WeakRef type check is done
2019-06-21 01:48:49 -07:00
ecd9fc3e9d
feat: bundle workflow support ( #7337 )
2019-06-20 15:58:36 +03:00
5f9eabdf17
feat: update android typings to include @deprecated attributes ( #7364 )
...
* feat: added tslint rule for deprecation turned off
* feat: updated android dts files to include @deprecated
2019-06-17 18:56:34 +03:00
94629ce86c
chore: move typing for material design in tns-platform-declarations ( #7352 )
2019-06-17 13:49:52 +03:00
0c2c1ccfde
feat: re-design tab views ( #7340 )
2019-06-13 11:01:55 +03:00
b8a82f279e
feat: cancel contradictory gesture events ( #7296 )
...
BREAKING CHANGES:
Old behavior:
- iOS/Android:
- double tap: child tap -> parent tap -> child double tap -> parent double tap
- tap: child tap -> parent tap
New behavior:
- iOS
- double tap: child double tap
- tap: child tap
- Android
- double tap: child double tap -> parent double tap
- tap: child tap -> parent tap
Migration steps:
Move event handlers accordingly.
2019-06-12 15:40:13 +03:00
c5db112b8d
feat(android): androidX support ( #7039 )
...
* feat: migrate support library namespaces to androidX
* feat(tns-platform-declarations): update to androidX typings
* chore(tests): migrate test apps to AndroidX
* chore(tns-platform-declarations): update tsconfig to include androidx dts files
* update package.json to androidx
* chore(androidx): migrate forgotten support library namspaces
* feat(tns-core-modules-widgets): migrate to AndroidX namespaces
* chore(utils): update androidx namspace for getPaletteColor method
* chore(apps): update tns-platform-declarations package
* Update package.json
2019-06-10 09:21:41 +03:00
0a4b813430
Merge pull request #7330 from NativeScript/mdonev/release-to-master20190607
...
chore: merge release to master
2019-06-07 15:06:12 +03:00
f3cbdba6ab
Merge branch 'master' into mdonev/release-to-master20190607
2019-06-07 11:21:28 +03:00
3086f3a7c4
Merge pull request #7318 from NativeScript/mdonev/release-to-master20190606
...
chore: merge release to master
2019-06-06 17:28:10 +03:00
81e1f54955
release: cut the 5.4.2 release ( #7326 )
5.4.2
2019-06-06 16:56:49 +03:00
b88d4948fc
Merge branch 'master' into mdonev/release-to-master20190606
2019-06-06 12:47:57 +03:00
f5fd979eff
chore(widgets): Build TNSWidgets.framework.dSYM package ( #7315 )
...
We should provide debug symbols so that users can upload it
to their crashlytics service provider.
2019-06-06 11:39:44 +03:00
daf2a89904
Merge pull request #7314 from NativeScript/bektchiev/update-ios-dts
...
fix(platform-declarations-ios): Change 2^64-1 enum values to -1
2019-06-06 01:04:43 +03:00
b50f57a561
Merge pull request #7293 from NativeScript/mdonev/hmr-multliple-fix
...
fix(hmr): support for multi module replacement
2019-06-05 20:19:59 +03:00
6720139ec0
fix(platform-declarations-ios): Change 2^64-1 enum values to -1
...
`18446744073709551615` (`0xFFFFFFFFFFFFFFFF`) is an overflow to the JS
numerical system and therefore incorrect. Integer values from `-(2^53-1)` to `(2^53-1)`
only can be safely represented in JS (`Number.MIN_SAFE_INTEGER` to
`Number.MAX_SAFE_INTEGER`)
There's a fix in iOS Runtime's metadata generator which now automatically
converts such values to signed. (https://github.com/NativeScript/ios-runtime/pull/1151 )
refs https://github.com/NativeScript/ios-runtime/issues/1150
2019-06-05 18:03:08 +03:00
6d36041823
fix back navigation
2019-06-04 17:50:26 +03:00
b7b81e951b
Merge pull request #7301 from NativeScript/mdonev/release-to-master7298
...
chore: merge release to master
2019-06-04 10:08:08 +03:00
71ec628346
Merge branch 'master' into mdonev/release-to-master7298
2019-06-03 18:42:20 +03:00
1c22a73042
fix(ios): potential memory leak with propertybag implementation ( #7298 )
2019-06-03 18:36:57 +03:00
823c4e9c16
updating broken links ( #7280 )
...
the usejsdoc.org links are broken. also the newly commented out section links to a file in a private repo.
2019-06-03 17:52:16 +03:00
912d7a091f
Merge pull request #7299 from NativeScript/mdonev/cherrypick-7230
...
chore: cherry-pick community pr #7230
2019-06-03 17:50:37 +03:00
3604df8163
fix: register layout child for nested custom components ( #7230 )
2019-06-03 16:32:23 +03:00