WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

0.9.0

Choose a tag to compare

@aogilvie aogilvie released this 04 Nov 04:19
· 69 commits to master since this release

General Notice

  • Update to Cordova 3.6.3 for ios sample project [@aogilvie]
  • New guide for PhoneGap build users [@aogilvie]
  • Update README.md text regarding broken symlinks in FacebookSDK.framework [@matiassingers]
  • Update the plugin.xml namespace to Apache Cordova NS [@matiassingers]
  • Standardize indentation (remove mixed tabs and spaces, and whitespace [@matiassingers]
  • Remove window from js-module clobber since target is already on window [@matiassingers]

iOS

  • Permissions are now extracted from session object [@dsolimando]
  • Update to Facebook SDK 3.19.0 [@ripcurlx]
  • Use NSNotificationCenter for handling Open URL scheme [@aogilvie]
  • Remove AdSupport.framework [@matiassingers]

Android

  • Update Facebook SDK 3.18.1 [@ripcurlx]
  • Improve error handling and fixes for null pointer exceptions for login [@ripcurlx]
  • Improve error logging and support handling of canceled user login [@ripcurlx]
  • Refactor error message handling [@ripcurlx]
  • Fixed null userID in getLoginStatus if app is force stopped [@aogilvie]
  • Removed debug logs [@aogilvie]
  • Removed dead final variables [@aogilvie]
  • Remove duplicate Bolts library [@josemedaglia]
  • Fix FacebookLib references in Android README [@BlueHayes]
  • Fix logEvent API [@aogilvie]

JavaScript