forked from munishraj/jump.android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE_NOTES
More file actions
95 lines (94 loc) · 3.45 KB
/
RELEASE_NOTES
File metadata and controls
95 lines (94 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
v4.7.0
- User landing screen now uses square provider icons
- Added broadcasts for when the flow succeeds or fails to downlaod
- Removed unused Backplane support
- Fixed crash when signing in with a native provider and no network connection
v4.6.3
- Icon support for Microsoft Account
- Fixed crash when missing icons for a given provider
v4.6.2
- Fixed crash when signing out of the Facebook SDK
v4.6.1
- Allow Capture Domain, Capture Client ID, and Engage App ID to be changed
after initalization
v4.6.0:
- Added support for Google+ sign-in using the Google Play SDK
- Added ability to resend email verification email
- Fixed crash in SimpleDemo
- No longer using reflection to call nonexistent Activity method. Thanks Varun (Github issue #4)
- Removed old Engage sample apps
v4.5.1:
- Fixes crash when updating capture record returns a bad response
v4.5.0:
- Updates the Android Phonegap plugin for Phonegap 3.0
- Support for linking and unlinking Capture accounts
v4.4.0:
- Fixes bug when trying to perform traditional sign-in with the standard_flow
- Support for custom OpenID and SAML providers
- Support for initiating the forgot password flow
- Support for editing user profiles
v4.3.4
- Fixes crash when Jump fails to download flow
v4.3.3:
- New upgrade guides for the most commonly used versions
v4.3.2:
- Support for native access token refresh
v4.3.1:
- Icon support for Google+ and Tumblr
v4.3.0:
- Update Android Phonegap plugin for Phongap 2.7.0
- Support for Facebook native mobile SSO with Android SDK
- Supports for code_and_token
v4.2.0:
- Adds support for user registration (two-step social registration, as well as
traditional registration.) See Docs/User_Registration_Guide.md
- Adds support for multiple concurrent end-user sharing sessions on separate
devices
v4.1.1:
- Adds a null guard protecting from NPE in JRWebViewFragment
v4.1.0:
- Adds support for the merge-accounts sign-in flow. (Which enables an end user
who has signed in with the "wrong" social identity to resolve the error by
linking that social identity with their existing record.)
v4.0.12:
- Fixes a build error due to a missing-from-source-control utils class
v4.0.11:
- Bug fix to throttle back overzealous force-reauth flags which were triggering
double-password-entry Facebook authentications
v4.0.10:
- Updates to Engage-only integration guide
v4.0.9:
- Some doc corrections, fixes sample configuration
v4.0.8:
- Fixes integration guide instructions regarding API clients
- Fixes JRCaptureUser#loadFromDisk to actually load the record from disk
v4.0.7:
- No functional changes
- Adds Eclipse setup guide in Eclipse_Import_Guide.md
v4.0.6:
- Support for use with token URLs returning HTTP 302 response codes
v4.0.5:
- Fixed API client creation guide for login_client feature
- Updates demo to use production demo instance
v4.0.4:
- Removes outdated project files
- Fixes major error in record deserialization
v4.0.3:
- Integration guide tweaks
v4.0.2:
- README update
v4.0.1:
- Fixes guide formatting
v4.0.0:
- Initial rev of Capture support, includes social sign-in, social reg, trad sign-in
v3.1.3:
- Bug fix: consistent emptiness checking of token URL in PhonegapPlugin)
- Bug fix: now passes token URL response headers to Phonegap host apps
v3.1.2:
- Bug fix (NPE guard in JRWebViewFragment#onDestroy)
v3.1.1:
- Updated Phonegap sample
v3.1.0:
- First release with release notes
- Updates PhoneGap plugin to compatibility with Cordova 2.3.0
- Internal cleanup