15 Commits

Author SHA1 Message Date
a7f1305781 fix(android): knownFolders.externalDocuments improvement (#10186) 2023-01-31 06:31:00 -08:00
82d60ae057 fix(core): circular imports of SDK_VERSION 2022-11-30 09:14:10 -08:00
046f9314a8 chore: cleanup utils packaging 2022-11-23 22:42:43 -08:00
b998d40a54 chore: import cleanup for build 2022-11-18 09:40:50 -08:00
0226f47f8d fix(android): shared SDK_VERSION (#10090) 2022-11-16 20:14:41 -08:00
dd5c63552f chore: import adjustment build fix 2022-11-12 11:01:20 -08:00
e687e9d756 fix(android): normalize for API >= 26 (#10083) 2022-11-12 10:07:50 -08:00
497a9dbaea fix(android): file system normalizePath (#10077) 2022-11-06 18:17:42 -08:00
e51e945400 feat(files): knownFolders.externalDocuments for android ease of use (#9966) 2022-07-22 08:14:15 -07:00
a272296d87 fix(android): improve content uri handling (#9874)
closes: #9871
2022-04-14 21:36:30 -07:00
51b92f3557 fix(fs): wrong common paths 2022-03-06 00:31:46 +01:00
c68d002c9a feat(android): content uri support for File (#9807) 2022-03-04 18:56:04 -08:00
ebcc0e2cc0 feat(android): types for API Level 30 and cleanup (#9219)
API Level 30 is now included. Also the `native` namespace used for Android/Java typings no longer collides with integrations.

BREAKING CHANGE:

If you were using`native.Array` for any of your own custom plugin typings, you can switch them to `androidNative.Array`

BEFORE:

```
public writeAsync(path: string, bytes: native.Array<number>) ...
```

AFTER:

```
public writeAsync(path: string, bytes: androidNative.Array<number>) ...
```
2021-02-27 12:45:49 -08:00
c1f231d88e chore: fix eslint issues (#9017) 2020-11-11 08:46:36 -08:00
020ad4da37 chore(core): monorepo, esm targeting, improved management (#8707) 2020-08-25 20:00:59 -07:00