Commit Graph

  • 11002d4a56 CB-8201 Add support for auth dialogs into Cordova Android sgrebnov 2015-01-16 13:04:01 +03:00
  • 240f27ce97 CB-8314 Speed up Travis CI (close #148) Bas Bosman 2015-01-15 14:33:24 +01:00
  • 5295be1c25 Revert "Delete VERSION file (superseded by package.json)" Andrew Grieve 2015-01-13 15:35:25 -05:00
  • 238a67af3a Delete VERSION file (superseded by package.json) Andrew Grieve 2015-01-13 10:02:00 -05:00
  • 4382234676 Merge branch 'master' into 4.0.x (fix windows space-in-path bug) Andrew Grieve 2015-01-13 10:00:59 -05:00
  • 72e947e5c7 CB-4914 Fix build whitespace issue Murat Sutunc 2015-01-12 22:54:37 -08:00
  • 8e5c93a31f CB-4914 Fix build whitespace issue Murat Sutunc 2015-01-12 22:54:37 -08:00
  • 0e5d72dc5d Update JS snapshot to version 3.8.0-dev (via coho) Joe Bowser 2015-01-12 14:55:49 -08:00
  • 7320ce8ea7 Set VERSION to 3.7.0 (via coho) Joe Bowser 2015-01-12 14:55:48 -08:00
  • 4b8069f5ec Set VERSION to 3.8.0-dev (via coho) Joe Bowser 2015-01-12 14:55:48 -08:00
  • 3e07f26bc4 Update JS snapshot to version 3.7.0 (via coho) Joe Bowser 2015-01-12 14:55:48 -08:00
  • a816a48416 Merge branch 'master' into 4.0.x (delete onDestroy) Andrew Grieve 2015-01-12 10:58:00 -05:00
  • 5415440829 CB-8210 Remove unused onDestroy channel (close #146) Jason Chase 2015-01-09 13:50:11 -05:00
  • 9668272b80 Merge branch 'master' into 4.0.x Joe Bowser 2015-01-09 13:38:38 -08:00
  • 15e19489e3 CB-8026: Bumping up Android Version and setting it up to allow third-party cookies. This might change later. Joe Bowser 2015-01-09 11:30:13 -08:00
  • 2083f683ad Merge branch 'master' into 4.0.x (gradle properties) Andrew Grieve 2015-01-08 15:43:22 -05:00
  • c3610aa43c CB-8255 Use properties rather than environment variables for gradle settings Andrew Grieve 2015-01-06 15:56:09 -05:00
  • df4fbc272a CB-8210 Update JS snapshot with 4.0.x-specific platformVersion to fix CoreAndroid vs App plugin name Andrew Grieve 2015-01-05 22:09:12 -05:00
  • 9698a995fb Merge branch 'master' into 4.0.x (drop events before startup) Andrew Grieve 2015-01-05 16:33:05 -05:00
  • c1ac3aa483 CB-8210 Drop events from native that occur before start-up Andrew Grieve 2015-01-05 16:32:39 -05:00
  • 311bdbd360 Merge branch 'master' into 4.0.x (loadUrl->sendEvent) Andrew Grieve 2015-01-05 16:25:09 -05:00
  • 291f111913 CB-8210 Use PluginResult for various events from native (close #144) Jason Chase 2015-01-05 14:07:22 -05:00
  • 95e10bdb9e Merge branch 'master' into 4.0.x (run --list) Andrew Grieve 2015-01-03 21:06:07 -05:00
  • c2a6dcb6bd CB-8168 Add support for cordova/run --list (closes #139) Murat Sutunc 2014-12-29 11:43:46 -08:00
  • 61c4bb9888 Merge branch 'master' into 4.0.x (keyboard events via PluginResult) Andrew Grieve 2014-12-30 23:30:42 -05:00
  • 3439746645 CB-8210 Use PluginResult instead of sendJavascript() for keyboard events (close #142) Jason Chase 2014-12-24 12:33:31 -05:00
  • b10fe465ab Closing stale pull request: close #114 Andrew Grieve 2014-12-30 23:20:32 -05:00
  • c6b171ba95 CB-6630 Delete bundled (and outdated) copy of OkHttp Andrew Grieve 2014-12-30 22:44:47 -05:00
  • 5a17d6cd5f Merge branch 'master' into 4.0.x (gradle - maven and CordovaLib dep) Andrew Grieve 2014-12-30 22:59:50 -05:00
  • 480af2644c CB-8228 Gradle: Allow plugins to use Maven dependencies Andrew Grieve 2014-12-30 22:57:53 -05:00
  • ecd2e06883 CB-8229 Gradle: Add CordovaLib as a dependency to all plugin sub-projects Andrew Grieve 2014-12-30 22:56:43 -05:00
  • 4f3ae23170 Merge branch 'master' into 4.0.x (--minSdkVersion and --versionCode) Andrew Grieve 2014-12-24 13:35:17 -05:00
  • 7cfb33d0ef CB-7980 Add --minSdkVersion and --versionCode flags to cordova/build command Andrew Grieve 2014-12-23 16:26:43 -05:00
  • 9224ab1592 CB-7980: Add 9 to versionCode for minSdk 20+ if not multiarch Mark Koudritsky 2014-11-06 15:38:48 -05:00
  • a696ff37f1 Merge branch 'master' into 4.0.x (Plugin set multiarach) Ian Clelland 2014-12-22 23:19:56 -05:00
  • 931a996dab Allow plugins to set ext.multiarch to enable multiple APK building fujunwei 2014-12-23 09:34:36 +08:00
  • 68c03090a3 Merge branch 'master' into 4.0.x (Gradle lint stages) Ian Clelland 2014-12-22 13:29:50 -05:00
  • 98fe46757f CB-8204: Reinstate link tasks to avoid gradle build failures Ian Clelland 2014-12-22 13:24:08 -05:00
  • cefd137634 Merge branch 'master' into 4.0.x (gradle version bump) Andrew Grieve 2014-12-22 11:45:02 -05:00
  • 6b6e887c2f CB-8143 Use gradle 2.2.1 instead of 1.12 to appease Android Studio 1.0 warning-on-startup Andrew Grieve 2014-12-22 11:37:06 -05:00
  • 20cd4f806a Merge branch 'master' into 4.0.x (gradle version for Android Studio) Andrew Grieve 2014-12-22 11:25:59 -05:00
  • b92303b1c9 CB-8143 Use gradle plugin 1.0.0 for Android Studio 1.0.0 Andrew Grieve 2014-12-22 11:19:21 -05:00
  • 59d23e05b1 Merge branch 'master' into 4.0.x (apk signing with interactive passwords) Andrew Grieve 2014-12-22 10:22:24 -05:00
  • 731a36d3a0 CB-8202 Fix gradle build signing when passwords provided interactively Andrew Grieve 2014-12-22 10:21:17 -05:00
  • 162fc0720e Merge branch 'master' into 4.0.x (SDK search path) Andrew Grieve 2014-12-16 14:18:58 -05:00
  • 342bbaa3ae CB-8176 Update Android SDK search path for Android Studio 1.0 Andrew Grieve 2014-12-16 14:17:55 -05:00
  • f086ef5cad Merge branch 'master' into 4.0.x (adb CWD & build --unknown-flag) Andrew Grieve 2014-12-11 13:47:07 -05:00
  • 56a3ee5fe6 CB-8079 Use activity class package name, but fallback to application package name when looking for splash screen drawable Daniel Toplak 2014-11-26 08:31:45 +01:00
  • d80d532a2a Fix syntax error in 3aca14d530 Andrew Grieve 2014-12-10 21:16:18 -05:00
  • 3aca14d530 CB-8147 Have corodva/build warn about unrecognized flags rather than fail Andrew Grieve 2014-12-10 20:30:59 -05:00
  • aa2d3962bf Close #126 (not-a-problem) Andrew Grieve 2014-12-10 20:59:51 -05:00
  • f7c717e393 Close #137 (already merged). Andrew Grieve 2014-12-10 20:06:38 -05:00
  • 268fea58ee CB-7881 Android tooling shouldn't lock application directory sgrebnov 2014-10-27 17:14:35 +03:00
  • 87cdc5ad1c Merge branch 'master' into 4.0.x (SplashScreen breakout) Andrew Grieve 2014-12-10 16:09:22 -05:00
  • ba140a8a84 Add a section for plugin extensions fujunwei 2014-11-17 15:52:40 +08:00
  • 27f1181d53 CB-3679 Move splashscreen logic into splashscreen plugin Andrew Grieve 2014-11-17 23:46:39 -08:00
  • f953e6adb8 CB-8143: Use the correct Android Gradle plugin for the installed Gradle version Ian Clelland 2014-12-10 10:07:05 -05:00
  • ffd14fe7d9 Revert Gradle distributionUrlRegex cleanup. Brian Geppert 2014-12-09 11:57:29 -06:00
  • 3206c2100d Merge branch 'plugin-gradle' into 4.0.x Ian Clelland 2014-12-09 09:43:37 -05:00
  • 66fa12a091 CB-8119 Restart adb when we detect it's hung Andrew Grieve 2014-12-04 09:58:00 -05:00
  • b1bdf23d9c Switch default build type to gradle (4.0.x only) Andrew Grieve 2014-12-03 10:12:31 -05:00
  • 12bf07d560 Merge branch 'master' into 4.0.x (volume stream & setMediaPlaybackRequiresUserGesture) Andrew Grieve 2014-12-03 10:09:05 -05:00
  • 132650df28 CB-8112 Turn off mediaPlaybackRequiresUserGesture Andrew Grieve 2014-12-03 10:04:54 -05:00
  • 81a77949fc CB-6153 Add a preference for controlling hardware button audio stream (DefaultVolumeStream) Andrew Grieve 2014-11-27 10:52:19 -05:00
  • e597f98c62 Merge branch 'master' into 4.0.x (gradle java 6 & PluginManager race fix) Andrew Grieve 2014-11-26 11:47:24 -05:00
  • 7fbb2b195f CB-8081 Allow gradle builds to use Java 6 instead of requiring 7 Andrew Grieve 2014-11-26 11:44:49 -05:00
  • 1feaa7fed7 CB-8031 Fix race condition that shows as ConcurrentModificationException Andrew Grieve 2014-11-17 22:11:21 -08:00
  • 9b82ae19b0 Add a section for plugin extensions fujunwei 2014-11-17 15:52:40 +08:00
  • 9d3c13065b CB-7980: Add 9 to versionCode for minSdk 20+ if not multiarch Mark Koudritsky 2014-11-06 15:38:48 -05:00
  • 4859f8f759 Merge branch 'master' into 4.0.x (receiver context) Andrew Grieve 2014-11-06 16:23:49 -05:00
  • ac284fd39c CB-7976 Use webView's context rather than Activity's context for intent receiver Andrew Grieve 2014-11-06 16:23:32 -05:00
  • fdef0db87c Merge branch 'master' into 4.0.x (Load timeout, bridge secret, content: URI) Andrew Grieve 2014-11-06 15:37:30 -05:00
  • e78db000c6 CB-7974 Cancel timeout timer if view is destroyed Andrew Grieve 2014-11-06 15:33:10 -05:00
  • 6201a6f6ec Add guard lines to gradle build file for extensions CB-3445 Ian Clelland 2014-11-06 14:39:58 -05:00
  • 032ea8a8d3 CB-7940 Disable exec bridge if bridgeSecret is wrong Andrew Grieve 2014-11-04 15:57:51 -05:00
  • 198364afb9 Update native tests unplug-whitelist Ian Clelland 2014-10-30 15:08:26 -04:00
  • ed78b557cd Remove whitelist config.xml parsing Ian Clelland 2014-10-22 16:27:28 -04:00
  • 83377d366a Remove whitelists from WebView classes Ian Clelland 2014-10-09 15:28:29 -04:00
  • 8df2d4fcfd Remove unused Config methods (Breaking Change) Ian Clelland 2014-10-09 14:44:09 -04:00
  • a0acb4ce9a Refactor ConfigXmlParser to allow subclasses Ian Clelland 2014-10-22 16:26:41 -04:00
  • fe15d34a80 Use /app_webview/ rather than app_webview to filter bad requests Ian Clelland 2014-10-30 12:17:05 -04:00
  • 23584274d2 Defer whitelist decisions to plugins Ian Clelland 2014-10-22 16:16:52 -04:00
  • 44aa98887f Add hooks in CordovaPlugin and PluginManager for whitelist plugins Ian Clelland 2014-10-22 15:52:09 -04:00
  • fc63f66e89 CB-7758: Allow content-url-hosted pages to access the bridge Ian Clelland 2014-10-27 15:26:38 -04:00
  • 832e626573 CB-7726 fix typo in gitignore: ant-built -> ant-build Chris Alfano 2014-10-27 11:51:28 -04:00
  • cc7d352209 Merge branch 'master' into 4.0.x (gradle signing+SecureRandom) Andrew Grieve 2014-10-21 13:00:07 -04:00
  • ce5d9a2ee8 gradle: Allow storeType to be set (allows using .p12 files) Andrew Grieve 2014-10-21 12:59:34 -04:00
  • 77c51d3ae7 gradle: Allow absolute paths to keystore files Andrew Grieve 2014-10-21 12:43:30 -04:00
  • 53dae45430 Fixed the SecureRandom so it only returns positive values Joe Bowser 2014-10-17 15:30:28 -07:00
  • 16343ffe70 Undoing change to Math.random() for now, this creates a weird bug Joe Bowser 2014-10-17 13:52:33 -07:00
  • b37498d5f6 Replacing Math.random() with something a little more random. Joe Bowser 2014-10-14 10:11:09 -07:00
  • 7ad16e5b0c Merge branch 'master' into 4.0.x (Hardcode activity name) Andrew Grieve 2014-10-07 15:25:56 -04:00
  • 9f41906895 CB-6511 Fixes build for android when app name contains unicode characters. Vladimir Kotikov 2014-09-23 13:21:17 +04:00
  • 2af8daff1d Merge branch 'master' into 4.0.x (multipart PluginResult) Andrew Grieve 2014-10-07 15:18:07 -04:00
  • fbeb379f1b CB-7707 Added multipart PluginResult (close #125) Rui Zhao 2014-10-06 12:05:06 -04:00
  • 9577735ff7 Merge branch 'master' into 4.0.x (check_reqs for brew) Andrew Grieve 2014-10-06 10:34:19 -04:00
  • 2dcd50c11b CB-7714 Teach check_reqs about brew's install location for android SDK Andrew Grieve 2014-10-06 10:33:31 -04:00
  • 862c223e11 Merge branch 'master' into 4.0.x (.gitignore, create --shared) Andrew Grieve 2014-10-04 15:30:30 -04:00
  • 7f4d5aeb0e Merge branch 'master' into 4.0.x (move preference activation, alert dialog leak) Andrew Grieve 2014-10-04 15:01:40 -04:00
  • 30681eb772 Fix --shared flag of create script (broke in recent gradle changes) Andrew Grieve 2014-10-04 15:14:51 -04:00