You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to admob/testapp ... - Fixed runtime link errors when building for Android devices running < M. - Fixed compilation of Firebase C++ AdMob test app when building with blaze. - Removed AdMob specific methods from testapp platform abstraction layer. - Apply Proguard stripping rules to Firebase C++ test apps. - Updates AdMob Podfile to pull v3.1.1 for Firebase/Core pod. - Refactors the state-polling interface for the AdMob C++ API by adding virtuallistener classes and corresponding setter methods, removing the public lifecycle stateenumerations, and renaming the other enums. Also updates the testapp to make use of the same. - Fixes two bugs, refactors the banner and interstitial helper properties to ivars, and removes void* and __bridge casting. - Add Firebase C++ testapp builds to TAP test suite. - Updates the AdMob C++ API implementation to include Futures for interstial ads Changes to analytics/testapp ... - Fixed runtime link errors when building for Android devices running < M. - Fixed Firebase Analytics test application to build with stlport and gnustl. - Apply Proguard stripping rules to Firebase C++ test apps. - Fixed build of Android testapps with blaze. - Pins sample podfile dependencies to M7 firebase packages. Fixes mac build for Auth and Analytics samples. - Cleans up creation of android log-window, through the use of a java class. (In place of lots of messy JNI invocations.) - Add Firebase C++ testapp builds to TAP test suite. - Remote Config C++ test application. Changes to auth/testapp ... - Fixed runtime link errors when building for Android devices running < M. - Fixed use of algorithm in Firebase C++ testapps which doesn't work with stlport. - Apply Proguard stripping rules to Firebase C++ test apps. - Fixed build of Android testapps with blaze. - Pins sample podfile dependencies to M7 firebase packages. Fixes mac build for Auth and Analytics samples. - Cleans up creation of android log-window, through the use of a java class. (In place of lots of messy JNI invocations.) - Modified the firebase auth readme to tell the user to enable anonymous sign-in in the test app. Previously this was enabled by default, but no longer. - Add Firebase C++ testapp builds to TAP test suite. - Added a text window to the ios sample, to mirror log outputs on the device. Changes to invites/testapp ... - Pin firebase dependencies in podfile to a specific release. This fixes the linker errors when building the ios version of the invites test app. - Fixed runtime link errors when building for Android devices running < M. - Fixed use of algorithm in Firebase C++ testapps which doesn't work with stlport. - Apply Proguard stripping rules to Firebase C++ test apps. - Fixed build of Android testapps with blaze. - Cleans up creation of android log-window, through the use of a java class. (In place of lots of messy JNI invocations.) - Implement method swizzling to install the ios_startup functions in Invites, moving and consolidating most of the code to Firebase App. - Add Firebase C++ testapp builds to TAP test suite. - Added a text view in the background which mirrors log output. Changes to messaging/testapp ... - Fixed runtime link errors when building for Android devices running < M. - Fixed use of algorithm in Firebase C++ testapps which doesn't work with stlport. - Apply Proguard stripping rules to Firebase C++ test apps. - Add missing gradle build files to Messaging testapp. - Fixed build of Android testapps with blaze. - Pins sample podfile dependencies to M7 firebase packages. Fixes mac build for Auth and Analytics samples. - Cleans up creation of android log-window, through the use of a java class. (In place of lots of messy JNI invocations.) - Add Firebase C++ testapp builds to TAP test suite. - Added a textview to messaging testapp, which mirrors log output. CL: 120135726
0 commit comments