4
0
mirror of https://github.com/apache/cordova-plugin-camera.git synced 2025-04-10 18:13:08 +08:00

Commit Graph

  • 8864262022
    fix(android): Error propagation when no Camera application is available () master Norman Breau 2025-03-20 16:13:02 -03:00
  • b002b48735
    chore: remove trailing whitespace () エリス 2025-01-15 16:03:14 +09:00
  • 979155ee98 chore: 8.0.1-dev Norman Breau 2024-10-30 11:12:59 -03:00
  • 7f33ef4add chore: version 8.0.0 rel/8.0.0 8.0.0 8.0.x Norman Breau 2024-10-30 10:51:38 -03:00
  • 4c9dc10512
    deprecation: allowEdit () Norman Breau 2024-10-30 09:48:20 -03:00
  • de468b6f63
    fix: Remove WRITE_EXTERNAL_PERMISSION () Norman Breau 2024-10-29 01:15:50 -03:00
  • 48c4cdd47f
    refactor(android): Make WRITE_EXTERNAL_STORAGE optional () Norman Breau 2024-10-28 15:21:37 -03:00
  • 7d159cf3c9
    docs: Revisions for v8 public API changes with the return string formats of getPicture () Norman Breau 2024-10-28 14:01:04 -03:00
  • c208754c08
    refactor(android): remove query img usage () Norman Breau 2024-10-28 13:32:35 -03:00
  • 0d86764b90
    refactor(android): replace image path usage with image uris () Norman Breau 2024-10-28 12:35:50 -03:00
  • 7adccc8ee9
    fix(ios): Sync camera API return to match Android changes () Norman Breau 2024-10-27 08:32:38 -03:00
  • 53795454f4
    fix(browser): Make data uri be returned as actual URI strings () Norman Breau 2024-10-27 08:32:14 -03:00
  • 2eaa9a3972
    fix: return content uris when possible when selecting from gallery () Norman Breau 2024-10-26 00:58:24 -03:00
  • a672c31efb
    fix(android): Return data uris as an URI () Norman Breau 2024-10-26 00:58:00 -03:00
  • 16325102c7
    fix(android): Improper serialization of image uri in save instance state () Norman Breau 2024-10-25 13:59:29 -03:00
  • 36bf8e7331
    fix(android): improper cache path construction during image manipulation () Norman Breau 2024-10-25 13:15:59 -03:00
  • feb7643bc3
    fix(android): Use VERSION_CODES instead of hard-coded API literals () Norman Breau 2024-10-25 13:10:05 -03:00
  • 44480300d9
    fix(android): Isolate provider access to a subdirectory () Norman Breau 2024-10-25 13:09:03 -03:00
  • faa4615ee0
    Remove media permissions to make complaint with Android 14 requirements () ravi-yk 2024-10-24 22:08:18 +05:30
  • 0a4bfe1a74
    chore: Update package to 8.0.0-dev () Norman Breau 2024-10-21 09:38:35 -03:00
  • 49438dee6d
    chore: Update eslint config to 5.1.0 () Norman Breau 2024-10-19 12:17:43 -03:00
  • f38aba2b59
    ci: sync workflow with paramedic () jcesarmobile 2024-08-08 05:16:56 +02:00
  • 3b73186b91
    chore: Added npmrc Norman Breau 2024-07-27 01:30:29 -03:00
  • 40a5db10c7
    ci(android): Update Android CI to be compatible with cordova-android@13 () Norman Breau 2024-07-16 14:54:17 -03:00
  • 9eecbaa1af
    chore: bump version 7.0.1-dev Erisu 2023-09-06 17:02:23 +09:00
  • 24839eb71f
    release(camera-v7.0.0): updated version and RELEASENOTES.md rel/7.0.0 7.0.0 7.0.x Erisu 2023-09-06 16:55:23 +09:00
  • 64bd32d641
    ci(gh-action): sync with paramedic configs () エリス 2023-09-06 02:27:41 +09:00
  • 0796f784c1
    chore: remove windows/osx from plugin.xml () jcesarmobile 2023-09-01 02:12:00 +02:00
  • 20293f3d64
    fix!: remove deprecated platforms () jcesarmobile 2023-09-01 00:34:30 +02:00
  • 8cb34e1175
    chore: Update SUPPORT_QUESTION.md template () jcesarmobile 2023-08-30 23:35:39 +02:00
  • 505ccefb4c
    feat(android)!: Android 13 support () エリス 2023-08-26 20:21:32 +09:00
  • 61a6e9bb44
    dep(dev)!: bump @cordova/eslint-config@5.0.0 () エリス 2023-08-18 00:59:25 +09:00
  • c2eb21d201
    chore: bump plugin version 7.0.0-dev () エリス 2023-08-17 21:43:13 +09:00
  • 23642f09b5
    ci(android): Drop API 22 & 31. Added API 24 & 33 () Norman Breau 2023-06-05 10:50:49 -03:00
  • 84166f6355
    chore(android): Cleanup obsolete BuildConfig comments () Norman Breau 2023-04-14 08:48:12 -03:00
  • 2c09ade500
    fix(android): set applicationId () seamlink-aalves 2023-04-14 12:06:30 +01:00
  • de462d9215
    ci: use improved paramedic ci/paramedic-fix Erisu 2023-01-19 16:06:31 +09:00
  • 827bb611ee
    ci: sync workflow with paramedic () エリス 2022-10-01 13:28:27 +09:00
  • d0545c879f
    fix(browser): use navigator.mediaDevices.getUserMedia () jcesarmobile 2022-09-30 00:59:27 +02:00
  • d0d46c151c
    docs(README): Document ANDROIDX_CORE_VERSION variable () jcesarmobile 2022-09-25 05:03:51 +02:00
  • a18fda7ddf
    dep(npm): bump package-lock v2 w/ rebuild () エリス 2022-08-10 16:49:43 +09:00
  • 3e548770b7
    ci(android): update java requirement for cordova-android@11 () エリス 2022-07-17 13:30:47 +09:00
  • 4608f8ef80
    fix(ios): preserving EXIF data () Scott Murphy 2022-03-22 00:23:56 -07:00
  • 53223c3df2
    fix(android): update queries in plugin.xml () Marcus Abrahamsson 2022-03-18 01:08:13 +01:00
  • bf12b39d18
    ci(ios): update workflow w/ iOS 15 () エリス 2021-10-18 21:13:02 +09:00
  • ed216ce714
    ci: remove old ci workflow () エリス 2021-09-25 16:02:04 +09:00
  • 879712028a
    ci: add action-badge () エリス 2021-09-25 01:04:05 +09:00
  • 204234b1b9
    ci: remove travis & appveyor () エリス 2021-09-25 00:07:07 +09:00
  • 0fba37cac3
    ci: add gh-actions workflows () エリス 2021-09-16 22:17:11 +09:00
  • 5b8263732a
    Increment package version to 6.0.1-dev Erisu 2021-08-23 14:25:23 +09:00
  • 869f02da1a
    Updated version and RELEASENOTES.md for release 6.0.0 (camera-v6.0.0) rel/6.0.0 6.0.0 6.0.x Erisu 2021-08-19 17:14:44 +09:00
  • e9db20e381
    fix(android): return exception message (where it exists) () Dave Alden 2021-08-11 08:56:42 +01:00
  • c7971d9f63
    fix(android): file path correction if Uri authority is FileProvider () Francis 2021-08-11 09:34:20 +02:00
  • 3112e5fb15
    chore: add release notify action () Niklas Merz 2021-08-11 09:04:14 +02:00
  • c56a255fe8
    ci(gh-action): added workflow to run tests () Jesse MacFadyen 2021-08-11 00:03:34 -07:00
  • 0227cdcf14
    feat(android)!: support AndroidX () エリス 2021-08-09 23:09:29 +09:00
  • 75bf807261
    Bugfix issue 711 heic format () Pieter Van Poyer 2021-08-09 15:36:58 +02:00
  • abfbbd35d5
    fix(android): supports sdk-30 package visibility () エリス 2021-08-09 20:57:12 +09:00
  • 59cf76d1da
    feat: bump cordova-android requirements for 10.x () エリス 2021-08-09 20:56:15 +09:00
  • 4ee90a84f3
    feat: bump plugin version for next major () エリス 2021-08-09 20:52:50 +09:00
  • 5587bec320 Bump 5.0.4-dev Niklas Merz 2021-08-09 10:53:00 +02:00
  • d523142cf2
    Updated version and RELEASENOTES.md for release 5.0.3 (camera-v5.0.3) rel/5.0.3 5.0.3 5.0.x Erisu 2021-08-04 13:16:27 +09:00
  • 0f6435ec73
    chore: rebuilt package-lock.json () エリス 2021-08-04 13:06:29 +09:00
  • e81e02b21f
    fix: incorrect version in package-lock () エリス 2021-07-28 14:31:19 +09:00
  • 1e20a9bd07
    chore: set the 5.x versions locked to cordova-android <10.0.0 () エリス 2021-07-28 14:30:17 +09:00
  • d356030070
    chore(asf): Update GitHub repo metadata () Niklas Merz 2021-06-28 11:16:24 +02:00
  • 7bc311fba9 Incremented plugin version. (cordova-plugin-camera20210511) PVPoyer 2021-05-11 22:45:53 +02:00
  • e419a74546 Updated version and RELEASENOTES.md for release 5.0.2 (cordova-plugin-camera20210511) rel/5.0.2 5.0.2 PVPoyer 2021-05-11 22:12:25 +02:00
  • 9a47f5c791
    Merge pull request from PieterVanPoyer/tasks/v5.0.2-audit-fix Pieter Van Poyer 2021-05-11 21:51:53 +02:00
  • 66d3f03270 plugin release preparation - audit fix PVPoyer 2021-05-11 21:39:28 +02:00
  • 731c10f5b2 Merge branch 'apache:master' into master Pieter Van Poyer 2021-05-11 21:32:47 +02:00
  • f704689200
    Bugfix issue 665 () Pieter Van Poyer 2021-02-02 19:43:26 +01:00
  • 2bad1fd81c
    Merge pull request from apache/master Pieter Van Poyer 2021-01-08 17:14:07 +01:00
  • b43c78b419
    ci: add node-14.x to workflow () エリス 2020-11-28 17:12:32 +09:00
  • db2ffedecc
    Increment package version to 5.0.2-dev Erisu 2020-11-09 18:15:06 +09:00
  • 0d13b71d33
    Updated version and RELEASENOTES.md for release 5.0.1 (camera-20201104) rel/5.0.1 5.0.1 Erisu 2020-11-04 10:24:25 +09:00
  • 8975171d7a
    chore(android): add missing apache license header () エリス 2020-11-04 10:12:19 +09:00
  • 2d1ee66a2b
    fix(ios): correctly append exif on iOS 14 () jcesarmobile 2020-10-28 18:47:10 +01:00
  • ebe0517a24
    Bugfix issue 341 save to photo gallery - Fixes , fixes () Pieter Van Poyer 2020-10-17 04:48:22 +02:00
  • 43d6591d9e
    Revert "fix(android): Declare CAMERA permission" () Norman Breau 2020-10-14 21:51:20 -03:00
  • 64d8c5108a
    chore: Fix JIRA links in RELEASENOTES.md () jcesarmobile 2020-10-07 15:48:47 +02:00
  • 11769962bd
    Merge pull request from breautek/fix/camera-perms Norman Breau 2020-10-01 07:56:42 -03:00
  • 140e8861e3
    fix(android): Declare CAMERA permission Norman Breau 2020-09-30 22:07:19 -03:00
  • 5ae56cf8f0
    chore: Update RELEASENOTES () jcesarmobile 2020-09-24 17:00:05 +02:00
  • e2e04ba3d8
    Increment package version to 5.0.1-dev Erisu 2020-09-18 12:06:07 +09:00
  • 4584f15d9f
    Updated version and RELEASENOTES.md for release 5.0.0 (camera-20200914) rel/5.0.0 5.0.0 Erisu 2020-09-14 12:19:36 +09:00
  • 0111e93448
    ci(travis): update osx xcode image () エリス 2020-09-03 19:35:43 +09:00
  • 0333d001c7
    breaking: remove NATIVE_URI DestinationType () jcesarmobile 2020-08-07 14:38:05 +02:00
  • 45496213b3
    breaking: bump project requirements () エリス 2020-07-28 20:25:48 +09:00
  • 3f42591363
    chore: remove deprecated file transfer plugin () エリス 2020-07-23 20:16:36 +09:00
  • e2ecd7fe91
    fix(android): return error if file url is null () jcesarmobile 2020-07-23 12:11:55 +02:00
  • eb7fc333ee
    fix(android): use provider prefix to avoid conflicts other plugin providers () Loïc Le Malliaud 2020-07-16 13:08:40 +02:00
  • fd155d9705
    breaking(android): stop using CordovaUri helper class () jcesarmobile 2020-07-14 16:26:09 +02:00
  • 2bf5b9347e
    chore: add package-lock.json () エリス 2020-07-14 19:26:24 +09:00
  • efb633969e
    chore(package): use short notation () エリス 2020-07-14 19:15:57 +09:00
  • 973bbbbac7
    feat: migrate to @cordova/eslint-config@3.x () エリス 2020-07-14 19:15:29 +09:00
  • 358522c0b5
    ci: fix additional tests () エリス 2020-07-14 17:55:23 +09:00
  • 8766956abb
    breaking: bump version 5.0.0-dev () エリス 2020-07-14 17:55:04 +09:00
  • d89c25cd82
    fix(ios): tempFilePath called twice if using CameraUsesGeolocation () jcesarmobile 2020-06-25 18:23:01 +02:00
  • ba4f77468f chore(release): 4.2.0-dev Jesse MacFadyen 2020-05-07 01:34:03 -07:00