1. b045018 deprecation notice by Jan Piotrowski · 5 years ago master
  2. ebc5bc6 [CB-12762] point package.json repo items to github instead of apache mirrors site by Jesse MacFadyen · 6 years ago
  3. f4bce13 Add github pull request template by Shazron Abdullah · 8 years ago
  4. 7a6c434 Adding .ratignore file. by Dmitry Blotsky · 9 years ago
  5. 7ec09a6 Removing Intent funtionality out of 3.6 by Joe Bowser · 9 years ago
  6. 79fca25 CB-8417 moved platform specific js into platform by Steve Gill · 9 years ago
  7. 1bbac72 CB-8168 Add support for `cordova/run --list` (closes #139) by Murat Sutunc · 9 years ago
  8. 98b1f97 CB-8210 Use PluginResult instead of sendJavascript() for keyboard events (close #142) by Jason Chase · 9 years ago
  9. 83c8f22 CB-8228 Gradle: Allow plugins to use Maven dependencies by Andrew Grieve · 9 years ago
  10. d86bc9d CB-8229 Gradle: Add CordovaLib as a dependency to all plugin sub-projects by Andrew Grieve · 9 years ago
  11. a08f805 CB-7980 Add --minSdkVersion and --versionCode flags to cordova/build command by Andrew Grieve · 9 years ago
  12. 252ceaf CB-7980: Add 9 to versionCode for minSdk 20+ if not multiarch by Mark Koudritsky · 10 years ago
  13. 1ce29c2 Allow plugins to set ext.multiarch to enable multiple APK building by fujunwei · 9 years ago
  14. 92dbea7 CB-8204: Reinstate link tasks to avoid gradle build failures by Ian Clelland · 9 years ago
  15. 623efcf CB-8143 Use gradle 2.2.1 instead of 1.12 to appease Android Studio 1.0 warning-on-startup by Andrew Grieve · 9 years ago
  16. 9ea7459 CB-8143 Use gradle plugin 1.0.0 for Android Studio 1.0.0 by Andrew Grieve · 9 years ago
  17. 6b60c90 CB-8202 Fix gradle build signing when passwords provided interactively by Andrew Grieve · 9 years ago
  18. 11b2b1f CB-8176 Update Android SDK search path for Android Studio 1.0 by Andrew Grieve · 9 years ago
  19. 24d2170 CB-8079 Use activity class package name, but fallback to application by Daniel Toplak · 9 years ago
  20. f36ebac Fix syntax error in 3aca14d53068 by Andrew Grieve · 9 years ago
  21. 06b3ee5 CB-8147 Have corodva/build warn about unrecognized flags rather than fail by Andrew Grieve · 9 years ago
  22. 25a43b4 Close #126 (not-a-problem) by Andrew Grieve · 9 years ago
  23. 533fd37 Close #137 (already merged). by Andrew Grieve · 9 years ago
  24. 0ed7d27 CB-7881 Android tooling shouldn't lock application directory by sgrebnov · 10 years ago
  25. df49aca Add a section for plugin extensions by fujunwei · 9 years ago
  26. 585db69 CB-3679 Move splashscreen logic into splashscreen plugin by Andrew Grieve · 9 years ago
  27. 87602e3 CB-8143: Use the correct Android Gradle plugin for the installed Gradle version by Ian Clelland · 9 years ago
  28. b409290 Revert Gradle distributionUrlRegex cleanup. by Brian Geppert · 9 years ago
  29. 251130b CB-8119 Restart adb when we detect it's hung by Andrew Grieve · 9 years ago
  30. b8dcd4e CB-8112 Turn off mediaPlaybackRequiresUserGesture by Andrew Grieve · 9 years ago
  31. b84610a CB-6153 Add a preference for controlling hardware button audio stream (DefaultVolumeStream) by Andrew Grieve · 9 years ago
  32. 6003b94 CB-8081 Allow gradle builds to use Java 6 instead of requiring 7 by Andrew Grieve · 9 years ago
  33. 54784a0 CB-8031 Fix race condition that shows as ConcurrentModificationException by Andrew Grieve · 9 years ago
  34. 4142cbb CB-7976 Use webView's context rather than Activity's context for intent receiver by Andrew Grieve · 10 years ago
  35. 181bf85 CB-7974 Cancel timeout timer if view is destroyed by Andrew Grieve · 10 years ago
  36. db508a2 CB-7940 Disable exec bridge if bridgeSecret is wrong by Andrew Grieve · 10 years ago
  37. 95d8067 CB-7758: Allow content-url-hosted pages to access the bridge by Ian Clelland · 10 years ago
  38. e99f977 CB-7726 fix typo in gitignore: ant-built -> ant-build by Chris Alfano · 10 years ago
  39. 0367d93 gradle: Allow storeType to be set (allows using .p12 files) by Andrew Grieve · 10 years ago
  40. 900db96 gradle: Allow absolute paths to keystore files by Andrew Grieve · 10 years ago
  41. 39afa07 Updated cordova.js for fireos. by Archana Naik · 10 years ago
  42. 5c1c26d Updated cordova.js in test and framework by Prabhjot Singh · 10 years ago
  43. 7634ecb Fixed the SecureRandom so it only returns positive values by Joe Bowser · 10 years ago
  44. 5244afa Undoing change to Math.random() for now, this creates a weird bug by Joe Bowser · 10 years ago
  45. dd92376 Replacing Math.random() with something a little more random. by Joe Bowser · 10 years ago
  46. 76044fa CB-6511 Fixes build for android when app name contains unicode characters. by Vladimir Kotikov · 10 years ago
  47. ca84c34 CB-7707 Added multipart PluginResult (close #125) by Rui Zhao · 10 years ago
  48. d7a6c57 CB-7714 Teach check_reqs about brew's install location for android SDK by Andrew Grieve · 10 years ago
  49. 30afdff Fix --shared flag of create script (broke in recent gradle changes) by Andrew Grieve · 10 years ago
  50. 881e666 Update .gitignore to ignore /framework/build and /node_modules by Andrew Grieve · 10 years ago
  51. 346f53d CB-6837 Fix leaked window when hitting back button while alert being rendered by Martin Gonzalez · 10 years ago
  52. 5c27334 CB-7674: Added sleep to avoid null error after most recent change to not break API by Joe Bowser · 10 years ago
  53. 0585fd5 CB-7674 move preference activation back into onCreate() by Marcel Kinard · 10 years ago
  54. 40a3abb updated .gitignore to include npm-debug.log by Steven Gill · 10 years ago
  55. d89a39f CB-7634 Detect JAVA_HOME properly on Ubuntu by Andrew Grieve · 10 years ago
  56. bfdc08a CB-7410 update the docs to match the actual title by Marcel Kinard · 10 years ago
  57. 1b72abc Added gradle distribution URL updating. (commit fix-up) by Max Woghiren · 10 years ago
  58. 46cdac9 gradle: Build only the active architecture when applicable by Andrew Grieve · 10 years ago
  59. f10faf5 gradle: Fix warning about dynamic properties being deprecated by Andrew Grieve · 10 years ago
  60. 9e636e7 gradle: Have project's build.gradle look for a build-extras.gradle by Andrew Grieve · 10 years ago
  61. c66c317 gradle: Write sub-project list explicitly to make Android Studio happy by Andrew Grieve · 10 years ago
  62. 73e2a9a Added gradle distribution URL updating. by Max Woghiren · 10 years ago
  63. f9cd9a1 CB-7512 Use a standard build.gradle for all plugins by Andrew Grieve · 10 years ago
  64. 304df34 CB-7512 Make gradle build only a single config for sub-libraries (release vs debug) by Andrew Grieve · 10 years ago
  65. 3add113 CB-7512 Fix gradle asking for release password when building for debug by Andrew Grieve · 10 years ago
  66. 3f2397a CB-3445: Make minSdkVersion and base versionCode settable through env vars by Ian Clelland · 10 years ago
  67. 68a92ce CB-7512 Make key password optional & prompt for it when missing by Andrew Grieve · 10 years ago
  68. e95f47a CB-7579 Fix run script's ability to use non-arch-specific APKs by Andrew Grieve · 10 years ago
  69. 8e83ea0 CB-7493 Adds test-build command to package.json by Vladimir Kotikov · 10 years ago
  70. a13d4bd CB-7512 Fix gradle not copying all archs to out/ (broken by prev commit) by Andrew Grieve · 10 years ago
  71. 82fb93d CB-7512 Use aligned apk rather than unaligned apk when sorting by Andrew Grieve · 10 years ago
  72. 3e18394 CB-7512 Speed up gradle builds by building debug or release (not both) by Andrew Grieve · 10 years ago
  73. db03c8b CB-7512 Add gradle environment vars for signing apks by Andrew Grieve · 10 years ago
  74. 420e72b CB-7512 Change gradle android plugins from 0.10 -> 0.12 by Andrew Grieve · 10 years ago
  75. 6dc2407 CB-7536 check_reqs: windows tweaks + sdk manager error message by Andrew Grieve · 10 years ago
  76. 0c5c9a3 Second part of CB-7499, support RTL text direction by mbillau · 10 years ago
  77. f9e6447 CB-7554 Use x86 apk when deploying to an intel device / emulator by Andrew Grieve · 10 years ago
  78. 9062a78 CB-7512: Fix logic for detecting SDK directory by Ian Clelland · 10 years ago
  79. 82b77c3 Fix invalid syntax (missing + in multiline string) by Michal Mocny · 10 years ago
  80. 30f9835 CB-7536 Tweak Android SDK not installed error message. by Andrew Grieve · 10 years ago
  81. 823cb6e CB-7536 Tweak error messages for missing JDK / SDK / AVDs by Andrew Grieve · 10 years ago
  82. a90fc0d CB-7511 Auto-detect android sdk when using stand-alone sdk installer by Andrew Grieve · 10 years ago
  83. bd29137 CB-7512: Copy cordova.gradle file to project root on build by Ian Clelland · 10 years ago
  84. 9ec000c Use add --compact flag in check_reqs when listing targets. No functional change. by Andrew Grieve · 10 years ago
  85. d31dbe8 CB-7330 Don't run check_reqs for bin/create. by Andrew Grieve · 10 years ago
  86. 97218ce CB-7512: Read android target from project.properties if possible by Ian Clelland · 10 years ago
  87. fe85b0b CB-7512: Determine SDK and build tools version dynamcally at build time by Ian Clelland · 10 years ago
  88. 9d74ec4 CB-7463: Adding licence to project template gradle file by Ian Clelland · 10 years ago
  89. 6604aec CB-7511 Auto-detect Android SDK when Android Studio is installed by Andrew Grieve · 10 years ago
  90. 8a6cdcc CB-7463: Looked at the Apache BigTop git, gradle uses C-style comments by Joe Bowser · 10 years ago
  91. 4970038 CB-7463: Adding licences. I don't know what the gradle syntax is for comments, that still needs to be done. by Joe Bowser · 10 years ago
  92. b54fde6 CB-7410 fix the menu test by Marcel Kinard · 10 years ago
  93. 7ed34e5 CB-7410 Fix the errorUrl test by Marcel Kinard · 10 years ago
  94. ccc4a57 CB-7410 Fix Basic Authentication test by Marcel Kinard · 10 years ago
  95. c980bbc CB-3445: Allow build and run scripts to select APK by architecture by Ian Clelland · 10 years ago
  96. e384ccb CB-3445: Add environment variable 'BUILD_MULTIPLE_APKS' for splitting APKs based on architecture by Ian Clelland · 10 years ago
  97. 22ebf1a Update JS snapshot to version 3.7.0-dev (via coho) by Marcel Kinard · 10 years ago
  98. 82425ce CB-7460: Fixing bug with KitKat where the background colour would override the CSS colours on the application by Joe Bowser · 10 years ago
  99. 3d7550a Update JS snapshot to version 3.7.0-dev (via coho) by Archana Naik · 10 years ago
  100. cedeae1 Set VERSION to 3.7.0-dev (via coho) by Archana Naik · 10 years ago