Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor/android

Package Overview
Dependencies
Maintainers
5
Versions
770
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/android - npm Package Versions

1
77

3.0.0-alpha.1

Diff

Changelog

Source

3.0.0-alpha.1 (2020-08-21)

Bug Fixes

  • cli: update plugin template to compile using java 8 (#3350) (676917e)
  • core: provide mock implementation for unimplemented platforms (#3352) (befe230)
  • core: use more explicit result for Browser plugin events (#3349) (75f99d4)
  • core: use own type for backButton event result (#3348) (05d0e45)
  • ios: config bug from swiftlint refactor (ace879f)

Features

jcesarmobile
published 1.5.3 •

jcesarmobile
published 2.4.0 •

Changelog

Source

2.4.0 (2020-07-27)

Bug Fixes

  • fix(android): don't return 404 on empty files (#3323) (cfbd1e3), closes #3323
  • fix(android): fix LocalNotification on functionality (#3307) (15af432), closes #3307
  • fix(android): Provide a file name when an image is saved to the gallery to prevent crash (#3331) (a7b9320), closes #3331
  • fix(cli): avoid npm gitignore rename on new plugins (#3292) (2c9b5e1), closes #3292
  • fix(ios): only open a URL when the application is active (#3328) (8d7c58b), closes #3328

Features

  • feat(camera): add preserveAspectRatio resizing option (#3309) (27a8bcb), closes #3309

Chores

  • chore: bump peerDependencies for 2.4.0 (#3342) (2ff7bc4), closes #3342
  • chore: make deploy script push to 2.x branch (#3337) (d0d30d6), closes #3337
  • chore(ci): hook up workflows for 2.x (89f8ae8)
  • chore(readme): add contributors manually (519ead8)
dwieeb
published 3.0.0-alpha.0 •

Changelog

Source

3.0.0-alpha.0 (2020-07-23)

Features

  • android: add custom plugins to BridgeFragment (#3280) (d131a5f)
  • core: add registerPlugin for importing from plugin packages (#3305) (95475cc)

Chores

  • refactor(android): remove unused interaction listener on BridgeFragment (#3552) (fae50b6), closes #3552
jcesarmobile
published 2.3.0 •

Changelog

Source

2.3.0 (2020-07-16)

Bug Fixes

  • fix(android): restore local notifications after device reboot (#3027) (2a39a7d), closes #3027
  • fix(android): Splash.show not resolving if splash is visible (#3262) (bfd9884), closes #3262
  • fix(android): use notification sound for notifications, not alarm (#2743) (b2d50f9), closes #2743
  • fix(cli): Avoid duplicate usesCleartextTraffic attribute (#3245) (861874f), closes #3245
  • fix(cordova): patch usages of webView superview (#3177) (8241c81), closes #3177

Features

  • feat: add appId and appName to device info (#3244) (0d5e132), closes #3244
  • feat(android): add ability to share both text and file (#3233) (4e8b59e), closes #3233
  • feat(android): add option to make a notification ongoing (#3165) (1ee51cd), closes #3165
  • feat(android): start animatable layers when splash drawable is layered (#2733) (606b59f), closes #2733
  • feat(android): update to use androidx.exifinterface.media.ExifInterface (6196907)
  • feat(cli): add hooks to capacitor commands for custom platforms (#3091) (c2133c5), closes #3091
  • feat(ios): improve initial webview loading appearance (#2933) (49720a5), closes #2933
  • feat(web): add file input method for camera (#1856) (25505d2), closes #1856

Chores

  • chore: update ios and android peerDependencies (#3274) (d8ee77b), closes #3274
  • chore(android): improve error message when Filesystem.copy fails (#3148) (598d7dc), closes #3148
  • chore(android): make androidx.exifinterface version configurable (#3236) (3c64162), closes #3236
  • chore(cli): add deprecation notice for all electron commands (#3268) (5e84ce9), closes #3268
  • chore(cli): add deprecation notice for electron (#3263) (b7d5639), closes #3263
  • chore(cli): pin cli version instead of latest on plugin generation (#3201) (8651ef1), closes #3201
  • chore(cli): update plugin generation and plugin template (#3241) (97a5b9a), closes #3241
  • chore(cli): use real path to Capacitor iOS Pods (#3249) (618f9cf), closes #3249
jcesarmobile
published 2.2.1 •

Changelog

Source

2.2.1 (2020-07-01)

Bug Fixes

  • fix: revert static Config class (#3126) (d104e9a), closes #3126
  • fix(android): LocalNotification action not dismissing notification (#3112) (6f5504b), closes #3112
  • fix(iOS): Making permissions switch statements exhaustive & supporting new iOS 14 cases (#3160) (f1d8c8c), closes #3160
  • fix(SplashScreen): show method not resolving if autoHide is false (#3144) (28a0e42), closes #3144

Docs

  • docs(cli): clarify "missing web assets directory" error message (#3131) (da8b8a0), closes #3131
  • docs(contributing): outline difference between issues & discussions (#3083) (4617908), closes #3083

Chores

  • chore: remove package-lock.json files (#3093) (9cb36bb), closes #3093
  • chore: update capacitor twitter url (#3099) (782e57a), closes #3099
  • chore: Update changelog for 2.2.0 (dfe4239)
  • chore: update ios and android peerDependencies (12daa6a)
  • chore: update site links (#3152) (cdd0337), closes #3152
  • chore: Update the location of capacitor pods for IonicRunner (#3120) (937e3a2), closes #3120
  • chore(android): update gradle wrapper to 5.6.4 (#3004) (3a2244c), closes #3004
  • chore(ci): add core to CI tests (#3094) (26e5e74), closes #3094
  • chore(ci): test multiple xcode versions (#3154) (7b9ac92), closes #3154
  • chore(cli): cleanup doctor output (#3096) (c2adf4c), closes #3096
  • chore(cli): read plugin podspec values from package.json (#3092) (2e61a9a), closes #3092
  • chore(e2e): remove for now (#3086) (0e33ca4), closes #3086
  • chore(github): add link to community proposals (048b07e)
  • chore(github): add needs-reply workflows (e97fd48)
  • chore(github): add push handler for capacitor bot (d2b6513)
  • chore(github): allow blank issues (53c0c15)
  • chore(github): change new contributor commit message (7e36434)
  • chore(github): checkout for capacitor bot (d4b8457)
  • chore(github): exclude Ionitron from contributors script (fffa487)
  • chore(github): hook up capacitor-bot (c5878a8)
  • chore(github): lock in bot for now (9534707)
  • chore(github): remove duplicate section (615225a)
  • chore(github): update needs-reply label name (9bd353c)
  • chore(github): use config-based bot (673344d)
  • chore(readme): add new contributor (#3110) (c04d8c3), closes #3110
  • chore(readme): add new contributor (#3150) (0bc0152), closes #3150
  • chore(readme): add new contributor (#3173) (fe3f552), closes #3173
  • chore(readme): add new contributor (#3185) (84ca1ed), closes #3185
  • chore(readme): add new contributor (#3190) (ce258f2), closes #3190
  • chore(readme): show contributors in readme (#3097) (c4d749f), closes #3097
  • chore(site): remove from repo (#3138) (7c82ad3), closes #3138
  • chore(test): increase timeout (c501208)
  • test(android): add tests for PluginMethodHandler (#3153) (dd7077e), closes #3153
  • test(android): setup tests, test JSObject (#2508) (5a37496), closes #2508
  • refactor(android): MessageHandler formatting and simplifying (#2510) (befe798), closes #2510
jcesarmobile
published 2.2.0 •

Changelog

Source

2.2.0 (2020-06-10)

Bug Fixes

  • fix(cli/cordova): replace $PACKAGE_NAME with ${applicationId} (#3030) (7a2a45f), closes #3030
  • fix(android): incorrect keyboard height (#2924) (035f74e), closes #2924
  • fix(android): set cookie on proxied request (#3076) (9b96edc), closes #3076
  • fix(android): set cookie on proxied request only if exists (#3077) (766a61d), closes #3077
  • fix(ios): update frame immediately when keyboard hides (#3038) (e538bad), closes #3038

Features

  • feat(core/web): add areEnabled implementation for LocalNotifications (#2900) (179104c), closes #2900
  • feat(android): move Config to be per-instance rather than a singleton (#3055) (b4815a5), closes #3055
  • feat(ios): show toast when loading url in debug mode (#2871) (171870b), closes #2871
  • feat(Permissions): allow microphone check (#3068) (a2f2e4f), closes #3068

Docs

  • docs(push): Add descriptions to push notification methods (#3036) (a2ea9ce), closes #3036
  • docs(share): remove wrong sentence (#3051) (d7b09c0), closes #3051

Chores

  • chore: fix circleci tests (#3025) (2c4e72f), closes #3025
  • chore: fix receive spelling (#3035) (319bd8a), closes #3035
  • chore: missing changes on ios publish (#3034) (5b1f3fb), closes #3034
  • chore: simplify ios publishing (#3028) (38791a8), closes #3028
  • chore: Update changelog for 2.1.2 (ee919f7)
  • chore(android): avoid connection on proxy to check the content type (#3078) (0d2894c), closes #3078
  • chore(android): Fix receive spelling in Javadoc (#3029) (28c8792), closes #3029
  • chore(ci): switch to Github Actions (#3057) (8aefce0), closes #3057
  • chore(github): important emoji fix (#3081) (1d7fd2c), closes #3081
  • chore(github): issue template cleanup (#3056) (939ce8b), closes #3056
  • chore(ios): correct plugin descriptions (#3037) (a8ad95d), closes #3037
  • chore(readme): revamp (#3058) (7adde78), closes #3058
  • chore(test): increase timeout so integration tests pass (#3079) (70eff96), closes #3079
cmapoole
published 2.1.2 •

Changelog

Source

2.1.2 (2020-05-29)

Bug Fixes

  • fix: send error on photos picker dismiss on ios 13 (#3010) (47f2dd8), closes #3010
  • fix(android): remove bintray publishing plugin to fix Gradle 6+ issues (#3016) (b584b00), closes #3016

Docs

  • docs: add information about disabling logs (#3001) (e9b2c9d), closes #3001
  • docs: make links to other pages absolute (#3002) (22d9a09), closes #3002

Chores

  • chore: remove redundant checks for android_home and bintray (#3019) (c407d74), closes #3019
  • chore: Update changelog for 2.1.1 (555f4af)
  • chore(cli): run tests with max workers, not in band (#3018) (2e6a9c4), closes #3018
  • chore(ios): remove pod deployment (#3017) (8b8c051), closes #3017
jcesarmobile
published 2.1.1 •

Changelog

Source

2.1.1 (2020-05-27)

Bug Fixes

  • fix(core/web): Filesystem.appendFile creating wrong parent folder (#2985) (3951f6b), closes #2985
  • fix(android): Filesystem.requestPermissions() not working (#2936) (2a9a95d), closes #2936
  • fix(android): Prevent Android 10 crash on Filesystem.readdir (#2950) (0914c23), closes #2950
  • fix(android): remember camera prompt selection after permission result (#2903) (cdd317f), closes #2903
  • fix(cli): Improve plugin.xml framework detection (#2956) (8736d90), closes #2956
  • fix(cordova): Add cordova-support-google-services to incompatible list (#2912) (58d0768), closes #2912
  • fix(cordova): Exclude framework headers (#2972) (53a6371), closes #2972
  • fix(ios): Create tmpWindow when is needed and destroy when not needed (#2995) (9475129), closes #2995
  • fix(web): improve Proxy check to avoid SSR problems (#2851) (7afc9eb), closes #2851

Docs

  • docs(ce-plugins) add @byrds/capacitor-contacts plugin (#2939) (56d4159), closes #2939
  • docs: Appflow is now available (#2970) (516386e), closes #2970
  • docs(android): Add information about accessing public folders in Android 10 (#2951) (6d1778b), closes #2951
  • docs(ce-plugins): add capacitor-blob-writer (#2885) (cacecb4), closes #2885
  • docs(ce-plugins): add capacitor-firebase-crashlytics (#2938) (cb1e672), closes #2938
  • docs(cordova-migration): Add cordova plugin uninstall details (#2935) (17bf3ab), closes #2935
  • docs(deep-links): clarify apple-app-site-association file (#2963) (ac9c3de), closes #2963
  • docs(Plugins): add information about how to override navigation (#2923) (63c8542), closes #2923
  • docs(splash): Full Screen & Immersive are android only (#2945) (b8e7279), closes #2945
  • docs(workflow): change update instructions to get latest version (#2937) (0c151fc), closes #2937

Chores

  • chore(dependencies): Update package dependencies to 2.1.0 (a5fb2bc)
  • chore(site): Update dependencies (#2928) (a9d4698), closes #2928
  • chore(site): update firebase-tools (#2915) (bdce166), closes #2915

(2020-05-07)

jcesarmobile
published 2.1.0 •

Changelog

Source

2.1.0 (2020-05-07)

Bug Fixes

  • fix: set launchShowDuration to 0 on new projects only (#2876) (8de0414), closes #2876
  • fix(android): call error on prompt cancel (#2855) (c86cfb1), closes #2855
  • fix(android): check if NETWORK_PROVIDER is enabled (#2859) (f4d5c84), closes #2859
  • fix(android): make readFile not add newlines on base64 strings (#2857) (31d65c9), closes #2857
  • fix(cli): avoid infinite loop on scoped dependencies (#2868) (69d62f7), closes #2868
  • fix(ios): remove thread warning on Haptics.selectionEnd() (#2860) (471ed0c), closes #2860
  • fix(splash): Make splash launch delay timeout zero to speed up capacitor boot (b29346b)

Features

  • feat: Add common hideLogs option (#2865) (1b3f0ec), closes #2865
  • feat: Allow plugins to override navigation (#2872) (41f9834), closes #2872
  • feat(android): add vibration option to notifications channel (#2787) (2f6f0ba), closes #2787
  • feat(android): expose JSON string constructor for JSArray (#2879) (040bfc8), closes #2879
  • feat(android): hideLogs feature (#2839) (d60757a), closes #2839
  • feat(android): implement selection haptic feedback (#2704) (34dd280), closes #2704
  • feat(camera): make prompt strings localizable (#2631) (0c09fc8), closes #2631
  • feat(cordova): Add WK_WEB_VIEW_ONLY=1 preprocessor macro (#2880) (603b2e3), closes #2880

Docs

  • docs(browser): Update information for close method (#2796) (89c64af), closes #2796
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc