Nathan Walker
7668a73f97
chore: bump demo apps to latest runtimes
2022-03-08 15:05:16 -08:00
Nathan Walker
8be543bcc7
feat: testID property for use with e2e testing without interfering with a11y ( #9793 )
...
* fix(android): nested frames were sometimes not recreated (#9748 )
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com >
* feat: testID property for use with e2e testing without interfering with a11y
* feat: better testID support along a11y
wip
* fix: make sure we have a defined id
* feat: --env.e2e to enable testID
* chore: return if using testID
* chore: cleanup
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com >
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
2022-03-08 23:25:05 +01:00
Nathan Walker
ab4e47a1c1
feat(datepicker): ability to show time via showTime property ( #9570 )
2022-03-04 19:32:47 -08:00
Osei Fortune
c68d002c9a
feat(android): content uri support for File ( #9807 )
2022-03-04 18:56:04 -08:00
Nathan Walker
a9ffccef8a
chore: cleanup demo app references to simplify
2022-03-04 14:38:49 -08:00
Nathan Walker
6cd8b8e804
feat(types-ios): reduced ios types to common types for optimized ts resolution ( #9809 )
2022-03-04 14:18:57 -08:00
Igor Randjelovic
b38337e597
fix: tear down views after a modal is closed ( #9801 )
2022-03-01 12:32:39 -08:00
Nathan Walker
7dcfecffab
fix: memory leaks around image picking/saving to device
2022-03-01 12:32:39 -08:00
Igor Randjelovic
a8f2c4d14b
chore: cleanup automated app tests ( #9779 )
2022-03-01 12:32:39 -08:00
Igor Randjelovic
6437352fed
feat(switch): :checked pseudo and color fixes ( #9790 )
2022-03-01 12:32:39 -08:00
Igor Randjelovic
988f372788
perf(ios): UIImage memory leaks ( #9783 )
2022-03-01 12:32:39 -08:00
William Sedlacek
66d8afffc1
feat(android): tab view icon rendering mode ( #9605 )
...
Co-authored-by: wSedlacek <wsedlacekc@gmail.com >
2022-03-01 12:32:39 -08:00
Dimitris - Rafail Katsampas
608bb1ed24
fix(core): animation iteration correct for android css animations and iOS rotation ( #9628 )
...
closes #7712
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2022-03-01 12:32:39 -08:00
Nathan Walker
6c06c77618
fix(core): Application handling of nativeApp instance
2022-03-01 12:32:39 -08:00
Nathan Walker
d1dc7883f8
chore: 8.2.0-alpha.3
2022-03-01 12:32:39 -08:00
Nathan Walker
d7916d77a1
feat: touch animations demo in toolbox
2022-03-01 12:32:39 -08:00
Nathan Walker
d756eb5574
feat(root-layout): support gradient colors on shade cover ( #9626 )
...
Co-authored-by: William Juan <williamjuan027@gmail.com >
2022-03-01 12:32:39 -08:00
Ruslan Lekhman
388d7eaa7d
feat(core): support RGB alpha notation ( #9699 )
...
Functional notation: rgb[a](R G B[ / A])
CSS Colors Level 4 adds support for space-separated values in the functional notation.
See https://www.w3.org/TR/css-color-4/#rgb-functions
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2022-03-01 12:32:39 -08:00
Dimitris - Rafail Katsampas
90ceed15d3
feat: new expression parser for xml bindings ( #9729 )
2022-03-01 12:32:39 -08:00
Nathan Walker
774d0533da
chore: update workspace dependencies
2022-03-01 12:32:38 -08:00
Nathan Walker
9c6c84b107
chore: nx migrate latest ( #9709 )
2021-12-21 18:24:24 -08:00
Igor Randjelovic
a88cacab89
chore(migrate): apps/* to webpack5 ( #9606 )
2021-12-21 09:47:33 -08:00
wanderer163
002ecc379f
chore: grammar and typos in .md files ( #9632 )
2021-11-02 12:28:27 -07:00
Janos Hrubos
6374c47013
chore: update runtime versions in demo apps ( #9599 )
...
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
2021-10-06 17:49:30 +02:00
Sébastien JEAN
8e76bbe251
fix(android): StringIndexOutOfBoundsException with invalid drawables ( #9563 )
...
* fix(android/application): org.nativescript.widgets.Utils::getDrawable
* chore: fix spacing
* fix(android/application): do not load empty path
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
* test: Add tests for empty image sources
* chore: add a few more test cases
These make the app crash without the fix in place
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2021-09-25 09:54:34 +02:00
Nathan Walker
ee701db137
chore(release): @nativescript/core@8.1.3
2021-09-18 13:38:24 -07:00
Sergey Mell
2a4563716a
fix(styling): change transform parameters parsing ( #9481 )
...
Fixed the incorrectly applied short form of "transform: translate" style property.
closes #5202
2021-09-08 16:07:39 -07:00
Osei Fortune
76499a5367
feat(android): vector drawable support ( #9464 )
2021-09-08 16:07:39 -07:00
Osei Fortune
b2f792324d
feat(image-source): add saveToFileAsync, toBase64StringAsync & resizeAsync ( #9404 )
2021-09-08 16:07:39 -07:00
Nathan Walker
3aff057b99
revert: fix(android): nested dialog/fragment handling ( #9495 )
...
This reverts commit 4c547bb00c .
2021-09-08 16:07:39 -07:00
Nathan Walker
71677f70b1
chore: apps webpack config
2021-09-08 16:07:39 -07:00
Nathan Walker
0ae39097bd
chore: fix tests for ios
2021-09-08 16:07:39 -07:00
farfromrefuge
e17e46974b
feat(android): fragment transactions to use 'add' instead of 'replace' on fwd navigation ( #8791 )
...
Changes the behavior of android fragment transactions to use `add` instead of `replace` on forward navigation.
BREAKING CHANGE:
Changes the internal behavior of Android navigation:
* while navigating forward, the page navigated from is not unloaded anymore
* events order is changed in the sense that now `unloaded` happens after `navigatedFrom` instead of before
There are multiple plus sides to this:
* no more black views on navigation when using opengl (maps, ...)
* navigation is faster, especially the navigation back! No longer need to recreate the page anymore. Navigation forward also gets faster as we no longer unload the previous page
* navigatedFrom event happens faster
* this the default behavior used by most of the android native apps
2021-09-08 16:07:39 -07:00
Nathan Walker
aa9c9f3897
chore: cleanup
2021-09-08 16:07:38 -07:00
farfromrefuge
59d9271bce
feat(webpack): improved svelte HMR ( #9497 )
...
* update svelte config to use svelte-loader
* handle null config
* fix: worker support in .svelte files & update snapshots
* fix after merge
Co-authored-by: halfnelson <dpershouse@gmail.com >
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
2021-08-11 11:42:53 +02:00
Nathan Walker
7960f8361f
chore: use correct copy-webpack-plugin syntax
2021-08-10 13:20:46 -07:00
rigor789
90deb5b1ee
test: fix apps/automated
2021-08-04 20:20:19 +02:00
Nathan Walker
4c547bb00c
fix(android): nested dialog/fragment handling ( #9495 )
2021-08-03 21:57:19 -07:00
Nathan Walker
1b29d05099
chore: Nx 12 + fix ui app + TS 4.1 updates ( #9359 )
2021-04-26 19:11:19 -07:00
Nathan Walker
4494b2fb7c
chore: npm 7 handling improvements
2021-04-24 11:17:38 -07:00
Nathan Walker
17a7019085
chore: npm 7 compat
2021-04-12 09:54:30 -07:00
Nathan Walker
75b59ecdbf
chore(release): @nativescript/core@8.0.0
2021-04-06 11:18:36 -07:00
Nathan Walker
a66587dd90
chore: cleanup test
2021-04-06 11:18:36 -07:00
Nathan Walker
14360881e6
chore: fix automated tests
2021-04-06 11:18:36 -07:00
Nathan Walker
ede1685ae2
chore: cleanup types
2021-04-06 11:18:36 -07:00
William Juan
b4415683d8
fix(apps): fix rootlayout page class name ( #9279 )
2021-04-06 11:18:36 -07:00
Nathan Walker
f00144e872
feat(view): "hidden" property binding is now supported
2021-04-06 11:18:36 -07:00
Igor Randjelovic
14e88f6e9d
chore: requestLayout after applying
2021-04-06 11:18:36 -07:00
Igor Randjelovic
7c60735d14
chore: cleanup background handling
2021-04-06 11:18:36 -07:00
Nathan Walker
21da31562c
chore: Enums > CoreTypes
...
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00