|  | Issue 471: Support WP8.1
The new Google Apis WP 8.1 projects are based on code which was submitted to our samples repository a week ago - https://code.google.com/p/google-api-dotnet-client/source/detail?r=3333cd2566452c60cc946ff0eb125c243c978fa1&repo=samples
* It includes renaming UderId to UserId (awkward!) and Stroage to Storage :)
* Notice the new comment to AuthorizationCodeBroker which explains what the user should do (store the auth result in the data storage).
Next step after committing this one, is to publish the new package to WP 8.1 and improve the documentation.
   
  
   
      Total comments: 26
      
     
  
   
  
   
    
  
  
    
      |  | Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+1094 lines, -146 lines) | Patch |  
        |  | M | GoogleApisClient.sln | View |  | 3 chunks | +52 lines, -0 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.DotNet4/GoogleApis.Auth.DotNet4.csproj | View | 1
        
          2
        
          3 | 1 chunk | +10 lines, -11 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.DotNet4/OAuth2/GoogleWebAuthorizationBroker.cs | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.DotNet4/app.config | View | 1
        
          2 | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.DotNet4/packages.config | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Mvc4/GoogleApis.Auth.Mvc4.csproj | View | 1
        
          2
        
          3 | 1 chunk | +10 lines, -11 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Mvc4/app.config | View | 1
        
          2 | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Mvc4/packages.config | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Tests/GoogleApis.Auth.Tests.csproj | View | 1
        
          2
        
          3 | 2 chunks | +10 lines, -11 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Tests/app.config | View | 1
        
          2 | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Tests/packages.config | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.WP/GoogleApis.Auth.WP.csproj | View | 1
        
          2 | 1 chunk | +9 lines, -6 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.WP/OAuth2/GoogleWebAuthorizationBroker.cs | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.WP/packages.config | View | 1
        
          2 | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.WP81/GoogleApis.Auth.WP81.csproj | View | 1
        
          2 | 1 chunk | +153 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.WP81/OAuth2/AuthorizationCodeBroker.cs | View | 1
        
          2
        
          3 | 1 chunk | +109 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.WP81/OAuth2/AuthorizationCodeWPInstalledApp.cs | View |  | 1 chunk | +75 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.WP81/OAuth2/GoogleWebAuthorizationBroker.cs | View | 1
        
          2 | 1 chunk | +107 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.WP81/OAuth2/SerializableWebAuthResult.cs | View | 1
        
          2 | 1 chunk | +47 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.WP81/Properties/AssemblyInfo.cs | View |  | 1 chunk | +41 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.WP81/app.config | View |  | 1 chunk | +19 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.WP81/packages.config | View |  | 1 chunk | +7 lines, -0 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Windows/GoogleApis.Auth.Windows.csproj | View | 1
        
          2 | 2 chunks | +10 lines, -7 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Windows/OAuth2/GoogleWebAuthorizationBroker.cs | View |  | 4 chunks | +4 lines, -4 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Auth.Windows/app.config | View | 1
        
          2 | 1 chunk | +11 lines, -0 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth.Windows/packages.config | View |  | 1 chunk | +1 line, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth/GoogleApis.Auth.csproj | View | 1
        
          2
        
          3 | 1 chunk | +3 lines, -6 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth/OAuth2/UserCredential.cs | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.Auth/packages.config | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Core/GoogleApis.Core.csproj | View | 1
        
          2
        
          3 | 1 chunk | +3 lines, -6 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Core/packages.config | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.DotNet4/GoogleApis.DotNet4.csproj | View | 1
        
          2 | 1 chunk | +8 lines, -8 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.DotNet4/app.config | View | 1
        
          2 | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.DotNet4/packages.config | View | 1
        
          2 | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.Tests/GoogleApis.Tests.csproj | View | 1
        
          2
        
          3 | 2 chunks | +8 lines, -12 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Tests/app.config | View | 1
        
          2 | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | Src/GoogleApis.Tests/packages.config | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.WP/GoogleApis.WP.csproj | View | 1
        
          2
        
          3 | 1 chunk | +9 lines, -9 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.WP/packages.config | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.WP81/Apis/Util/Store/PasswordVaultDataStore.cs | View |  | 1 chunk | +101 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.WP81/GoogleApis.WP81.csproj | View | 1
        
          2
        
          3 | 1 chunk | +142 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.WP81/Properties/AssemblyInfo.cs | View |  | 1 chunk | +41 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.WP81/app.config | View | 1
        
          2 | 1 chunk | +19 lines, -0 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.WP81/packages.config | View |  | 1 chunk | +8 lines, -0 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Windows/Apis/Util/Store/StorageDataStore.cs | View |  | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Windows/GoogleApis.Windows.csproj | View | 1
        
          2
        
          3 | 1 chunk | +7 lines, -14 lines | 0 comments | Download |  
        |  | A | Src/GoogleApis.Windows/app.config | View | 1 | 1 chunk | +11 lines, -0 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis.Windows/packages.config | View |  | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis/GoogleApis.csproj | View | 1
        
          2
        
          3 | 1 chunk | +3 lines, -6 lines | 0 comments | Download |  
        |  | M | Src/GoogleApis/packages.config | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Tools/Google.Apis.Release/Program.cs | View |  | 2 chunks | +10 lines, -1 line | 0 comments | Download |  
        |  | M | Tools/Google.Apis.Release/Resources/Google.Apis.Auth.VERSION.nuspec | View |  | 1 chunk | +7 lines, -0 lines | 0 comments | Download |  
        |  | M | Tools/Google.Apis.Release/Resources/Google.Apis.Core.VERSION.nuspec | View | 1
        
          2
        
          3 | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | Tools/Google.Apis.Release/Resources/Google.Apis.VERSION.nuspec | View |  | 1 chunk | +7 lines, -0 lines | 0 comments | Download |  Total messages: 9 |