-
Notifications
You must be signed in to change notification settings - Fork 259
Comparing changes
Open a pull request
base repository: googlesamples/google-signin-unity
base: v1.0.1
head repository: googlesamples/google-signin-unity
compare: master
Commits on Nov 8, 2017
-
Moving the local repo .aar file to .srcaar.
This accomodates Unity adding aars regardless of being in the Editor directory. The jar resolver plugin handles renaming .srcaar to .aar. Also, fixes an issue with metadata tagging files that have no labels. As a result, the 1.0.1 manifest has to be added to remove the old .aar files. Change-Id: I5e038e5731ee8ba33fcbcd34c6641d7e6ede8504
Configuration menu - View commit details
-
Copy full SHA for f9bf400 - Browse repository at this point
Copy the full SHA f9bf400View commit details
Commits on Nov 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b1062be - Browse repository at this point
Copy the full SHA b1062beView commit details
Commits on Nov 12, 2017
-
Removing the subclassing of UnityAppController for iOS.
This avoids any issues when this plugin is used with others that need to handle deep links, etc. Also fixes a bug when trying to sign back in after signing out. Change-Id: Ia35f228a82c4744f83fb9955bc68366c68a828a7
Configuration menu - View commit details
-
Copy full SHA for 7709f87 - Browse repository at this point
Copy the full SHA 7709f87View commit details
Commits on Nov 13, 2017
-
Updating build,gradle to generate the support jar dependency dynamica…
…lly. This keeps the dependency file up to date with the version of the plugin. Change-Id: I9bd34d73740e9be79720f1a4945fa12a8a9266fa
Configuration menu - View commit details
-
Copy full SHA for 1c33763 - Browse repository at this point
Copy the full SHA 1c33763View commit details -
Fixes iOs plugin to not extend UnityAppController
Configuration menu - View commit details
-
Copy full SHA for 4b89976 - Browse repository at this point
Copy the full SHA 4b89976View commit details -
Merge pull request #7 from lukezbihlyj/master
Ensure that the AuthCode gets set correctly.
Configuration menu - View commit details
-
Copy full SHA for 6c13b2c - Browse repository at this point
Copy the full SHA 6c13b2cView commit details -
Merge pull request #7 from lukezbihlyj/master
Ensure that the AuthCode gets set correctly. Change-Id: Icc29bf695ae993169b70c73ab027a3712fd96eb9
Configuration menu - View commit details
-
Copy full SHA for e341be4 - Browse repository at this point
Copy the full SHA e341be4View commit details
Commits on Nov 20, 2017
-
Merge commit '6c13b2c680696a696a839f3eb7acf8c01291ff97' into HEAD
devrel-build committedNov 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 26267ab - Browse repository at this point
Copy the full SHA 26267abView commit details
Commits on Dec 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 485c208 - Browse repository at this point
Copy the full SHA 485c208View commit details
Commits on Jan 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0f3cc58 - Browse repository at this point
Copy the full SHA 0f3cc58View commit details -
Merge commit '0f3cc589193f9254b9d55068f246a35e3bc4cb53' into HEAD
devrel-build committedJan 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 19a890d - Browse repository at this point
Copy the full SHA 19a890dView commit details
Commits on Jan 24, 2018
-
Prevent trying to create Uris from empty string.
This allows the GoogleSignInPlugin to work for Games sign in. Change-Id: Id0fb740292c08542ce960ddebc8b4496b9225117
Ingrid Fielker committedJan 24, 2018 Configuration menu - View commit details
-
Copy full SHA for e9c923b - Browse repository at this point
Copy the full SHA e9c923bView commit details -
Bumping version number to 1.0.3
Change-Id: I45d9c0d5723d724bdff967c4326aa9b3001d4ab0
Configuration menu - View commit details
-
Copy full SHA for 13a6a53 - Browse repository at this point
Copy the full SHA 13a6a53View commit details
Commits on Feb 7, 2018
-
Fixed a few warnings and disabled abort on lint.
The lint error reports if your simply using an older version of a library. We don't want users builds to stop simply because a newer version of a library is available, but this is useful during our continuous builds or development builds, so it's now a project property. You can build the native plugin alone with: ../gradlew -PlintAbortOnError build Or the whole project with: ./build_all which will enable lintAbort automatically. Change-Id: I96f3b4c7107e200e2cc0548aee39c468d42db914
Configuration menu - View commit details
-
Copy full SHA for 9d6f243 - Browse repository at this point
Copy the full SHA 9d6f243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 873e83b - Browse repository at this point
Copy the full SHA 873e83bView commit details
Commits on Feb 8, 2018
-
Copied old native files to a new structure without modification.
Change-Id: Ib1da59d3fe61467438ea665b89457e9ad0c04985
Configuration menu - View commit details
-
Copy full SHA for a2bb392 - Browse repository at this point
Copy the full SHA a2bb392View commit details
Commits on Feb 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c550322 - Browse repository at this point
Copy the full SHA c550322View commit details
Commits on Feb 14, 2018
-
Copied the existing iOS source files unmodified to the new native sta…
…ging area. Change-Id: I5fe3a810f1cac8b766fd3b6a7f3abea2e3bedc7e
Configuration menu - View commit details
-
Copy full SHA for 1c64c30 - Browse repository at this point
Copy the full SHA 1c64c30View commit details -
Adding iOS Cocoapods library spec and testapp build setup.
This also strips the Unity specific calls from the original implementation, but leaves the library otherwise untouched; the testapp doesn't call the library yet. Change-Id: Ifd69243f931e606b503a640655db46f05cdab877
Configuration menu - View commit details
-
Copy full SHA for d115326 - Browse repository at this point
Copy the full SHA d115326View commit details
Commits on Feb 24, 2018
-
Updating .gitignore to not include iOS build artifacts.
Change-Id: I8777e10ea8e4f5021aa2f606c2151797f8e2e0e4
Configuration menu - View commit details
-
Copy full SHA for 05edac3 - Browse repository at this point
Copy the full SHA 05edac3View commit details -
Copied the java helper classes from the original native implementation.
Change-Id: I02f8a02fc27fc8b760ddb1dda34fd1d590c1628e
Configuration menu - View commit details
-
Copy full SHA for 3e5bdc4 - Browse repository at this point
Copy the full SHA 3e5bdc4View commit details
Commits on Feb 26, 2018
-
Adding the Android C++ library.
Change-Id: Ia1305cee825c802859c87247ace6c986ed60ef09
Configuration menu - View commit details
-
Copy full SHA for 7b4a546 - Browse repository at this point
Copy the full SHA 7b4a546View commit details
Commits on Feb 27, 2018
-
Change-Id: I8b0bc628cdacb84f6a9582f064cbdaf8563c25ef
Configuration menu - View commit details
-
Copy full SHA for 8119ede - Browse repository at this point
Copy the full SHA 8119edeView commit details -
Added a readme for the GSI C++ Library.
Change-Id: I3a4f6b099a9de7316dd316c6f3fa89e5bd99353a
Configuration menu - View commit details
-
Copy full SHA for 6f72959 - Browse repository at this point
Copy the full SHA 6f72959View commit details
Commits on Mar 16, 2018
-
Fixing memory corruption when passing additional scopes.
Change-Id: I3d27930e4d077ee288d1ebc892fd9a4401dc25a3
Configuration menu - View commit details
-
Copy full SHA for 0e654db - Browse repository at this point
Copy the full SHA 0e654dbView commit details
Commits on Mar 21, 2018
-
Revert "Fixing memory corruption when passing additional scopes."
This breaks the C++ native plugin, and needs to be approved. This reverts commit 0e654db. Change-Id: Ia37d4399610ad336862163f4ad7ab6c0b3c16926
Configuration menu - View commit details
-
Copy full SHA for 2276051 - Browse repository at this point
Copy the full SHA 2276051View commit details -
Duplicating fix for memory corruption with extra scopes to the native…
… plugin. Change-Id: I70cc91df221bbb5cbc0086045d00a1e9ce9bc1f3
Configuration menu - View commit details
-
Copy full SHA for 9faa90f - Browse repository at this point
Copy the full SHA 9faa90fView commit details
Commits on Sep 19, 2018
-
* bumped tooling versions to latest * handled cancelled and other onActivityResult() return codes that cause NPE. * Depend on latest Play Services Auth library. Change-Id: Ib783e6943800d86d5a13aafd6dc86bdea601b0ab
Configuration menu - View commit details
-
Copy full SHA for 588c063 - Browse repository at this point
Copy the full SHA 588c063View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.