Breaking Changes:
- GH-181 fix!: remove deprecated platforms
- GH-183 refactor(android)!: Remove unused code
- GH-200 fix(android)!: set platform requirement
>= 7.0.0
- GH-201 fix(android)!: access Context through
webView.getContext()
Features & Fixes:
- GH-193 feat(ios): add bundled resources for privacy manifest
- GH-182 fix(electron): use correct engine for 2.1.0 in
package.json
Chores:
- GH-203 chore: rebuilt
package-lock.json
w/ version 3 - GH-202 chore: Use github links in
plugin.xml
- GH-191 chore: update asf config
- GH-189 chore: Update
SUPPORT_QUESTION.md
template
CI & Docs:
- GH-198 ci: update gh-action's workflow
- GH-180 ci: sync workflow with paramedic
- GH-175 ci(android): update java requirement for
cordova-android@11
- GH-184 docs(android): correct model description
- GH-174 doc(android): clarify documentation and types for
sdkVersion
field
- GH-167 feat(ios): detect if app is running on a macOS desktop with Apple Silicon
- GH-166 chore: rebuild
package-lock
v2 - GH-158 doc(ios): add
device.model
quirks - GH-157 feat(android):
getInfo
response to includesdkVersion
- GH-156 doc(README): update
device.cordova
info - GH-124 doc(README): various enhancments
- GH-154 chore(electron): fix
package.json
typo - GH-152 fix(osx): rename classes to fix plugin
- GH-135 feat(electron): add support
- GH-146 ci(ios): update workflow w/ iOS 15
- GH-145 ci: add action-badge
- GH-144 ci: remove
travis
&appveyor
- GH-143 doc(android): Noted quirks on
serial
property - GH-138 doc(android): Update information about
device.uuid
- GH-141 ci: add gh-actions workflows
- GH-132 chore: clean up
package.json
- chore(asf): update git notification settings
- Update CONTRIBUTING.md
- GH-122 refactor(
eslint
): usecordova-eslint
- GH-120 ci: updates Node.js versions
- GH-121 chore(npm): improve ignore list
- GH-119 chore: replaces bugs URL
- GH-109 Log error to
console
, not todialog
box - fix(types): remove version number
- build: add .gitattributes to force LF (instead of possible CRLF on Windows) (
02ae405
) - build: add .npmignore to remove unneeded files from npm package (
8dbe703
) - docs: remove outdated translations (
db4e1f1
) - ci(travis): Remove android 4.4 that SauceLabs removed (
594fa61
) - ci(travis): Update Travis CI configuration for new paramedic (#97) (
db0ad32
) - feat: update typings (#90) (
52a0655
,61ad76c
) - chore(github): Add or update GitHub pull request and issue template (
e213286
) - docs: remove JIRA link (
2d12d55
) - ci(travis): also accept terms for android sdk
android-27
(f870c9b
) - fix: CB-14106 - device.model is different on simulator and on real device (#80) (
d65cdf6
)
- CB-13893 iOS delete
libz.tbd
from device plugin
- CB-13702 Fix to allow 2.0.0 version install
- CB-13670 Remove deprecated platforms
- CB-13472 (CI) Fixed Travis Android builds again
- CB-12895 setup
eslint
and removedjshint
- CB-13113 (browser)
device.isVirtual
is always false - CB-13028 (CI) Browser builds on Travis and AppVeyor
- CB-13000 (CI) Speed up Android builds
- CB-12847 added
bugs
entry topackage.json
.
- CB-12622 Added Android 6.0 build badge to
README
- CB-12685 added
package.json
to tests folder - CB-12105 (browser) Properly detect Edge
- CB-12353 Corrected merges usage in
plugin.xml
- CB-12369 Add plugin typings from
DefinitelyTyped
- CB-12363 Added build badges for iOS 9.3 and iOS 10.0
- CB-12230 Removed Windows 8.1 build badges
- CB-12224 Updated version and RELEASENOTES.md for release 1.1.4
- CB-11917 - Remove pull request template checklist item: "iCLA has been submitted…"
- CB-11832 Incremented plugin version.
- CB-11795 Add 'protective' entry to cordovaDependencies
- Add badges for paramedic builds on Jenkins
- Add pull request template.
- Readme: Add fenced code blocks with langauage hints
- CB-10996 Adding front matter to
README.md
- Use passed device, follow create policy forf
CFUUIDCreate
- CB-10631 Fix for
device.uuid
in iOS 5.1.1 - Updating the comment to exclude URL
- CB-10636 Add
JSHint
for plugins - Refactored
deviceInfo
on iOS for better readability.
- CB-10238 OSX Move
device-plugin
out fromcordovalib
to the plugin repository - CB-9923 Update
device.platform
documentation for Browser platform
- CB-10035 Updated
RELEASENOTES
to be newest to oldest - Add
isVirtual
for Windows Phone 8.x - Added basic Android support for hardware serial number
- CB-9865 Better simulator detection for iOS
- Fixing contribute link.
- Added WP8 implementation
- update to use
TARGET_OS_SIMULATOR
asTARGET_IPHONE_SIMULATOR
is deprecated. - update code to use 'isVirtual'
- create test to verify existence and type of new property 'isVirtual'
- add
isSimulator
for iOS & Android device - Updated documentation to mention backwards compatibility
- Updated README to reflect new behaviour and quirks on iOS
- Check user defaults first to maintain backwards compatibility
- Changed
UUID
to use[UIDevice identifierForVendor]
- CB-9128 cordova-plugin-device documentation translation: cordova-plugin-device
- Attempts to corrent npm markdown issue
- CB-8746 gave plugin major version bump
- CB-8683 changed plugin-id to pacakge-name
- CB-8653 properly updated translated docs to use new id
- CB-8653 updated translated docs to use new id
- Use TRAVIS_BUILD_DIR, install paramedic by npm
- CB-8653 Updated Readme
- remove defunct windows8 version
- add travis badge
- Add cross-plugin ios paramedic test running for TravisCI
- CB-8538 Added package.json file
- Added device.manufacturer property for Android, iOS, Blackberry, WP8
- Support for Windows Phone 8 ANID2 ANID is only supported up to Windows Phone 7.5
- CB-8351 Use a local copy of uniqueAppInstanceIdentifier rather than CordovaLib's version
- browser: Fixed a bug that caused an "cannot call method of undefined" error if the browser's user agent wasn't recognized
- Changing
device.platform
to always report the platform as "browser". - CB-5892 - Remove deprecated
window.Settings
- CB-7700 cordova-plugin-device documentation translation: cordova-plugin-device
- CB-7571 Bump version of nested plugin to match parent plugin
- CB-7471 cordova-plugin-device documentation translation
- CB-7552 device.name docs have not been removed
- [fxos] Fix cordova version
- added status box and documentation to manual tests
- [fxos] Fix cordova version
- added status box and documentation to manual tests
- Added plugin support for the browser
- CB-7262 Adds support for universal windows apps.
- [FFOS] update DeviceProxy.js
- CB-6127 Updated translations for docs
- Use Windows system calls to get better info
- CB-6127 Spanish and French Translations added. Github close #12
- Changing 1.5 to 2.0
- added firefoxos version - conversion
- added firefoxos version
- CB-6800 Add license
- CB-6491 add CONTRIBUTING.md
- CB-5105: [Android, windows8, WP, BlackBerry10] Removed dead code for device.version
- CB-6422: [windows8] use cordova/exec/proxy
- CB-6460: Update license headers
- Add NOTICE file
- Tizen support added
- CB-5316 Spell Cordova as a brand unless it's a command or script
- [ubuntu] use cordova/exec/proxy
- add ubuntu platform
- Modify Device.platform logic to use amazon-fireos as the platform for Amazon Devices
-
- Added amazon-fireos platform. 2. Change to use cordova-amazon-fireos as the platform if user agent contains 'cordova-amazon-fireos'
- CB-5128: added repo + issue tag in plugin.xml for device plugin
- CB-5085 device.cordova returning wrong value
- CB-4915 Incremented plugin version on dev branch.
- CB-4889 bumping&resetting version
- [windows8] commandProxy has moved
- [BlackBerry10] removed uneeded permission tags in plugin.xml
- CB-4889 renaming org.apache.cordova.core.device to org.apache.cordova.device
- Rename CHANGELOG.md -> RELEASENOTES.md
- updated to use commandProxy for ffos
- add firefoxos support
- CB-4752 Incremented plugin version on dev branch.
- removed extraneous print statement
- CB-4432 copyright notice change