48 Commits

Author SHA1 Message Date
cc189090a4 fix(core): FlexboxLayout nested views alignment corrections (#10766) 2025-07-20 15:45:10 -07:00
358791795f fix(android): formatted string NoSuchMethodError (#10704) 2025-02-21 14:36:12 -08:00
045986de8f fix: Corrected font-weight support for span 2025-01-28 23:26:24 -08:00
2341883c03 feat(core): android cookie manager setup (#10657) 2025-01-12 19:23:51 -08:00
eb21056a64 fix(android): background image aspect ratio (#10651) 2025-01-12 18:00:23 -08:00
f7679d725a feat(winter-cg): crypto, atob, btoa (#10577) 2024-07-10 07:46:06 -07:00
6dd441d6ba perf(android): gridlayout with less JNI calls (#10402) 2024-07-01 09:20:14 -07:00
ca886b9a1f feat(android): expanded layout constructors so they can be instantiated within android layouts(#10444) 2024-01-19 11:01:30 -08:00
c15820b59c fix(android): prevent errors on filesystem operations while using "content://" uris (#10461) 2024-01-19 10:49:31 -08:00
41759c189c fix(android): getInputStream around "content://" paths (#10469) 2024-01-19 10:47:59 -08:00
02e2801d99 fix(android): crash on writeText on Android > 29 (#10466)
Co-authored-by: farfromrefuge <>
2024-01-02 22:15:26 -08:00
d6478237ec feat(css): text-stroke support (#10399)
closes https://github.com/NativeScript/NativeScript/issues/3597
closes https://github.com/NativeScript/NativeScript/issues/3972
2023-10-09 12:00:21 -07:00
ff66b1bb8e fix(android): outline path is only supported on api >=33 (#10389)
Outline path is only supported on api >=33 but we can still get it to work for uniform border radius.
2023-09-27 19:07:51 -07:00
77f252e551 fix(android): improve content uri handling (#10316) 2023-06-17 10:14:28 -07:00
ab32aeaaa3 feat(file-system): append, appendText & createFile (#10285) 2023-05-04 20:45:01 -07:00
18bba2bc11 feat(file-system): allow copy when opening a File (#10274)
* feat: add copy file to file-system

* feat(file-system): allow temp copy of files opened with File.fromPath

* chore: remove log

* chore: remove log

* fix: only copy if true

---------

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2023-04-25 00:30:28 -04:00
c63a50a196 feat(file): copy sync and async support (#10273) 2023-04-21 20:36:01 -07:00
ea45758463 fix(android): box shadow and border radius white border resolution (#10125) 2023-03-17 16:02:14 -07:00
0173769bad feat(files): read & write using js buffers (#10093) 2023-03-16 19:19:36 -07:00
89fc249880 fix(android): path must be convex (#10238)
closes: #10235
2023-03-16 12:33:00 -07:00
2da0064f7c perf(android): reduce java object creation (#10129) 2023-02-20 21:54:51 -08:00
a26a03eeb8 fix(android): ScrollView BadParcelableException (#10213) 2023-02-17 06:03:43 -08:00
cfaa8134b0 feat(android): use NestedScrollView for vertical ScrollView (#9199) 2022-11-23 22:46:32 -08:00
75eefa669d feat(android): support drawable in ImageSource (#10098)
This allows passing a drawable as another source option
2022-11-19 23:13:33 -08:00
25c862e148 fix(android): file manipulation threw exception inside worker (#10076) 2022-11-07 08:22:52 -08:00
944d542571 fix(android): getScaledDimensions (#9992) 2022-08-10 17:52:14 -07:00
57e4973da5 fix(ui-mobile-base): Android http request body was not sent if method was DELETE (#9887) 2022-07-09 09:02:45 -07:00
99480c06db fix(android): content uri handling improvements (#9936) 2022-06-20 07:28:31 -07:00
a272296d87 fix(android): improve content uri handling (#9874)
closes: #9871
2022-04-14 21:36:30 -07:00
794a77900f fix: wrong thread when in Async task in a worker
fixes #9819
2022-03-09 17:04:28 +01:00
c68d002c9a feat(android): content uri support for File (#9807) 2022-03-04 18:56:04 -08:00
c7df2d0d6f feat(android): update ui-mobile-base to gradle7 (#9778) 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
9b5d125f42 fix(android): NullPointerException on navigation (#9669)
closes #8441
2022-03-01 12:32:39 -08:00
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
5532903ad8 revert: clipsToBounds support
This feature needs some more work & will be included in a future version
2021-09-08 16:12:11 -07:00
6d18915c22 fix: backgroundGradient fix with android BorderDrawable 2021-09-08 16:07:39 -07:00
1ffc1628d0 feat(android): support clipToBounds (#9508)
* performance improvements around border handling

BREAKING CHANGE:

* if you have broder-radius or clip-path, it will clip by default
2021-09-08 16:07:39 -07:00
76499a5367 feat(android): vector drawable support (#9464) 2021-09-08 16:07:39 -07:00
b2f792324d feat(image-source): add saveToFileAsync, toBase64StringAsync & resizeAsync (#9404) 2021-09-08 16:07:39 -07:00
f311151496 fix(android): image asset handling regarding requestLegacyExternalStorage (#9373) 2021-05-09 19:29:44 -07:00
7c60735d14 chore: cleanup background handling 2021-04-06 11:18:36 -07:00
9a7d3ecb34 feat: implement BoxShadowDrawable 2021-04-06 11:18:36 -07:00
a12c188d0f fix(core): stack layout padding (#9183)
fixes #8810
2021-04-06 11:18:36 -07:00
67e2fe42b7 feat(core): box-shadow support (#9161) 2021-04-06 11:18:36 -07:00
5fe27428e0 feat(android): FlexboxLayout support for isPassThroughParentEnabled (#8798) 2021-01-29 13:03:27 -08:00
b47ce0a97c fix: android Tabs selected item color incorrectly applied (#9040)
* fix: selected-item-color gets applied to wrong TabStripItems

* chore: Added selection colors to 2 ui examples.

* chore: Removing used for testing.
2020-12-28 13:50:23 +01:00
020ad4da37 chore(core): monorepo, esm targeting, improved management (#8707) 2020-08-25 20:00:59 -07:00