Skip to content

Latest commit

 

History

History
154 lines (103 loc) · 4.85 KB

changelog.md

File metadata and controls

154 lines (103 loc) · 4.85 KB
  • Changes
    • Updated Google play services to 8.4
  • Changes
    • Allow SoomlaProfile to work without providers
  • Changes
    • Removed binaries from repo
  • New Features

    • Added Google-Play Game Services social provider - with Leaderboards
  • Changes

    • Changed Provider inheritance structure
  • Changes
    • Added check for getCurrentPerson in G+ login
  • Changes

    • Changed SoomlaProfile.isLoggedIn() method to work without Activity
  • Features

    • Added new method SoomlaProfile.logoutFromAllProviders()
  • Changes
    • Updated SimpleFacebook library to v4.0.9
  • Features
    • Added new functionality to Profile
  • Fixes

    • Calling SoomlaProfile.login from within OnSoomlaProfileInitialized triggers a CC_ASSERT(mInited)
    • Make all implementations safe for null param
    • After loggin out Twitter logging in with the same profile instead of showing login form
  • Changes

    • Removed binaries and improved build scripts
    • Aligned UserProfile implementation with other platforms
  • Changes

    • Improved error log message
  • Fixes

    • Minor issues in extra params
  • New Features

    • Support extra params in UserProfile
  • Changes

    • Added version to code
  • Fixes

    • Add "autoLogin" field to LoginFinishedEvent
  • New Features

    • Implemented auto login
  • Changes

    • ProviderNotFoundException is now a RuntimeException
  • Changes

    • Upgraded simpla-facebook to support newer version of FB SDK.
  • Fixes

    • Improved working with permissions in FB - auto requesting permissions
  • New Features

    • Implemented Pagination for getContacts and getFeed
    • Implemented multi-sharing (sharing with the native functionality of your target platform)
    • Implemented methods to show confirmation dialog before some actions
    • Supporting permissions param in FB
  • Changes

    • Check permissions before every action in FB
  • Fixes

    • Fixing getting birthday for user profile
  • Changes
    • Fixed error log
    • Updated core module
  • Fixes
    • Login cancelled event fires when going back from Twitter login web view
  • Fixes

    • Supporting foreground/background events on versions >= ICS
  • New Features

    • Added support for upload image with File
  • Fixes

    • Giving rewards before sending events
  • New Features

    • Upload bitmap on Google+
    • Supporting new Foreground service from Core
  • Fixes
    • If login success listener has an exception, we fail gracefully and not letting onException take it. This is how we prevent LoginFailedEvent right after LoginFinishedEvent.
  • Changes
    • Updated Core submodule

v1.0.0 (16.11.14)

  • Features
    • The module is integrated with Facebook, Google Plus and Twitter
    • Ability to preform following actions on multiple social networks (parallel):
      • Login/Logout
      • Update status
      • Update Story (supported fully in Facebook only)
      • Upload image
      • Get user profile + store it on the device
      • Get user's contacts (not all social networks provide all information)
      • Get user's most recent feed (not supported in Google Plus)