b2fd5561f2
chore: shadow wip
2022-03-02 20:06:51 -08:00
c1e431a0f7
chore: box-shadow with non-uniform corner-radius wip
2022-03-01 13:23:27 -08:00
bfadf29640
fix(android): nested frames were sometimes not recreated ( #9748 )
...
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
2022-03-01 13:23:27 -08:00
402a7bba2e
fix(ios): do not redraw if background image is 'none' ( #9800 )
2022-03-01 13:22:36 -08:00
5550e6943e
Merge branch 'master' into release/8.2.0
2022-03-01 13:21:10 -08:00
d3674de882
feat: allow better tree shaking ( #9798 )
2022-03-01 12:34:28 -08:00
b38337e597
fix: tear down views after a modal is closed ( #9801 )
2022-03-01 12:32:39 -08:00
c876d16083
chore: 8.2.0-alpha.12
2022-03-01 12:32:39 -08:00
c185bc3d6f
chore: cleanup readme
2022-03-01 12:32:39 -08:00
7dcfecffab
fix: memory leaks around image picking/saving to device
2022-03-01 12:32:39 -08:00
40c5984966
feat: Utils for queueGC, debounce and throttle
2022-03-01 12:32:39 -08:00
9e6371fdaf
fix(android): boolean keyboardType should not set inputType ( #9795 )
2022-03-01 12:32:39 -08:00
a4725ed8e5
chore: 8.2.0-alpha.11
2022-03-01 12:32:39 -08:00
ea415d9e2b
chore: updated ui-mobile-base build outputs
2022-03-01 12:32:39 -08:00
c7df2d0d6f
feat(android): update ui-mobile-base to gradle7 ( #9778 )
2022-03-01 12:32:39 -08:00
a8f2c4d14b
chore: cleanup automated app tests ( #9779 )
2022-03-01 12:32:39 -08:00
6437352fed
feat(switch): :checked pseudo and color fixes ( #9790 )
2022-03-01 12:32:39 -08:00
716b831523
feat: binding expression parser additions and improvements ( #9791 )
2022-03-01 12:32:39 -08:00
2efcdf5787
fix(android): api17 crash on a11y service ( #9792 )
2022-03-01 12:32:39 -08:00
3140b9c8fe
chore: 8.2.0-alpha.10
2022-03-01 12:32:39 -08:00
b78996a569
fix(android): when hiding the keyboard make view lose focus to match ios behavior ( #9786 )
...
Hiding the keyboard on iOS loses focus; this makes Android match when no view argument is provided.
2022-03-01 12:32:39 -08:00
988f372788
perf(ios): UIImage memory leaks ( #9783 )
2022-03-01 12:32:39 -08:00
f37b0160ed
chore: 8.2.0-alpha.9
2022-03-01 12:32:39 -08:00
9dccc87576
chore: updated ui-mobile-base build
2022-03-01 12:32:39 -08:00
6c71ce21a2
fix(ios): proper UITabBarAppearance handling
2022-03-01 12:32:39 -08:00
b05650c416
fix: setup script to build only what's necessary
2022-03-01 12:32:39 -08:00
6b41268a08
fix(android): edge cases and compatibility with fragments 1.2.x ( #9782 )
2022-03-01 12:32:39 -08:00
b553a900d7
feat: background/foreground events ( #9763 )
...
On android `suspend/resume` was not doing what was expected.
In particular it was called while showing dialogs. This adds new `background` and `foreground` events which will fire expectedly and consistently for ios and android.
2022-03-01 12:32:39 -08:00
b292495506
feat(ios): allow dynamic ProMotion frame refresh rate changes ( #9775 )
...
see: https://developer.apple.com/documentation/quartzcore/optimizing_promotion_refresh_rates_for_iphone_13_pro_and_ipad_pro
2022-03-01 12:32:39 -08:00
27492219e6
fix(ios): tabview background color with appearance api in iOS 15+ ( #9617 )
2022-03-01 12:32:39 -08:00
aa1c631e6f
fix(android): text-transform: capitalize behavior ( #9598 )
...
closes #7059
2022-03-01 12:32:39 -08:00
66d8afffc1
feat(android): tab view icon rendering mode ( #9605 )
...
Co-authored-by: wSedlacek <wsedlacekc@gmail.com>
2022-03-01 12:32:39 -08:00
08028dd9f4
chore: 8.2.0-alpha.8
2022-03-01 12:32:39 -08:00
1fb687df55
perf(ios): prevent crash with image release
2022-03-01 12:32:39 -08:00
fbefea4dba
perf(ios): autoreleasepool for image extensions
2022-03-01 12:32:39 -08:00
3cf5833423
chore: cleanup image handling
2022-03-01 12:32:39 -08:00
9d3977ea4f
perf(ios): uifont and formatted string optimizations plus uiimage scaling ( #9761 )
2022-03-01 12:32:39 -08:00
19d8869f1d
fix(ios): UIImage memory leaking after Image is disposed ( #9777 )
2022-03-01 12:32:39 -08:00
47d45463a8
chore: 8.2.0-alpha.7
2022-03-01 12:32:39 -08:00
cb648e309e
fix(android): nested frames were sometimes not recreated ( #9748 )
...
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
2022-03-01 12:32:39 -08:00
a1ba1f6d03
fix(ios): force layout of view when changing the safe area insets ( #9773 )
2022-03-01 12:32:39 -08:00
e59f3ff669
fix(android): prevent error when detaching from unloaded ScrollView ( #9666 )
2022-03-01 12:32:39 -08:00
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
9b5d125f42
fix(android): NullPointerException on navigation ( #9669 )
...
closes #8441
2022-03-01 12:32:39 -08:00
dbaf203a59
fix(android): a11y - do not provide content description for TextView elements ( #9673 )
...
Android accessibility services automatically announce the text itself as the description (see https://developer.android.com/guide/topics/ui/accessibility/apps#describe-ui-element )
If an a11y property is provided, the content description should also be set for TextView elements to keep the support for Labels/Buttons that only have a font icon as text and therefore need to have an accessibilityLabel.
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
closes #9588
2022-03-01 12:32:39 -08:00
57cc4edc8c
fix(core): parse template literal syntax with nested identifiers as expression. ( #9744 )
2022-03-01 12:32:39 -08:00
b79a019a63
chore: 8.2.0-alpha.6
2022-03-01 12:32:39 -08:00
44fd5f2b1d
chore: cleanup touchmanager
2022-03-01 12:32:39 -08:00
2be1ada3da
chore: cleanup background styling handling
2022-03-01 12:32:39 -08:00
a70b55e3de
chore: 8.2.0-alpha.5
2022-03-01 12:32:39 -08:00