aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
Commit message (Collapse)AuthorAge
* Disable sanitizer race condition error (#1390)Gravatar Paul Beusterien2018-06-08
|
* Merge branch 'release-5.2.0' into masterGravatar davidair2018-06-06
|\
* | Update Core CHANGELOG for M26 (#1353)Gravatar Ryan Wilson2018-05-30
| | | | | | We also forgot a few changes in here, updating now so it's up to date.
| * Version updates for 5.2.0 (#1355)Gravatar davidair2018-05-30
|/
* Add a constant for the Functions service. (#1329)Gravatar Ryan Wilson2018-05-23
|
* Bump version numbers for 5.1.0 (#1320)Gravatar Ryan Wilson2018-05-23
| | | | | | | | * Bump version numbers for 5.1.0 * Update push pods script for releasing SDKs. * Fix Core library version string.
* Move library registration to +initialize. (#1305)Gravatar Ryan Wilson2018-05-22
|
* Add conformance to data collection switch for Analytics. (#1296)Gravatar Ryan Wilson2018-05-21
| | | | | | * Add conformance to data collection switch for Analytics. * Fix method documentation per PR comments.
* mergeGravatar Paul Beusterien2018-05-15
|\
* | Test Core's build version matches FIROption version (#1279)Gravatar Paul Beusterien2018-05-15
| |
* | Add global data collection switch. (#1219)Gravatar Ryan Wilson2018-05-14
| | | | | | | | | | | | | | * Addition of global data collection switch. * Added Messaging conformance to data switch. Also formatted code. * Move data collection flag internal until all SDKs conform to it. * Formatting in response to code review.
| * Add MLKit to FIRLogger constants. (#1263)Gravatar Ryan Wilson2018-05-14
| |
| * Merge pull request #1271 from firebase/pb-cp-all_load-fixGravatar Paul Beusterien2018-05-14
| |\ | | | | | | Eliminate duplicate symbol in CocoaPods -all_load build (#1223)
| * | Version updates for 5.0.1 (#1272)Gravatar Paul Beusterien2018-05-14
| | |
| | * Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-14
| |/
* | Add MLKit to FIRLogger constants. (#1263)Gravatar Ryan Wilson2018-05-11
| |
* | Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-03
| |
| * Remove logging count for this release. (#1201)Gravatar Ryan Wilson2018-05-01
| |
* | Remove logging count for this release. (#1201)Gravatar Ryan Wilson2018-05-01
| |
| * Remove iOS 7 Simulator check from FIRLogger. (#1196)Gravatar Ryan Wilson2018-05-01
| | | | | | This isn't needed anymore due to the minimum required version being bumped to iOS 8.
* | Remove iOS 7 Simulator check from FIRLogger. (#1196)Gravatar Ryan Wilson2018-04-30
|/ | | This isn't needed anymore due to the minimum required version being bumped to iOS 8.
* Fix new Xcode 9.3 warnings (#1183)Gravatar Paul Beusterien2018-04-25
|
* Add counter for errors and warnings logged. (#1168)Gravatar Ryan Wilson2018-04-25
| | | | * Moved writes outside of dispatch_async block.
* Notice for tvOS and macOS (#1177)Gravatar Paul Beusterien2018-04-24
|
* Remove unused URL scheme files. (#1157)Gravatar Ryan Wilson2018-04-20
|
* Fix version number reporting for minor versions. (#1124)Gravatar Ryan Wilson2018-04-17
| | | | | | | * Fix version number reporting for minor versions. * run clang-format * Updated the comment in systemVersion.
* Match previous systemVersion functionality (#1120)Gravatar Ryan Wilson2018-04-16
| | | | | | | | * Match previous systemVersion functionality * style.sh * Add new test file to test targets
* Disable asl deprecation warnings (#1100)Gravatar Paul Beusterien2018-04-15
|
* Merge pull request #1102 from firebase/release-4.13.0Gravatar Ryan Wilson2018-04-13
|\ | | | | Release 4.13.0
| * Update component versions for 4.12.1Gravatar Paul Beusterien2018-04-11
| |
* | Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\| | | | | Release 4.12.0
* | Updated changelog.Gravatar Ryan Wilson2018-04-10
| |
* | Updated CHANGELOG.mdGravatar Ryan Wilson2018-04-09
| |
* | Remove App Indexing deprecation message.Gravatar Ryan Wilson2018-04-09
| |
* | Remove iOS 7 Deprecation message.Gravatar Ryan Wilson2018-04-09
| |
* | Remove UIKit dependency on FIRApp. (#798)Gravatar Ryan Wilson2018-04-09
| |
* | Remove deprecated implementation - fixes build. (#794)Gravatar Ryan Wilson2018-04-09
| |
* | Remove compatibility shim for Xcode 7. (#785)Gravatar Ryan Wilson2018-04-09
| |
* | Remove deprecations from FIRConfiguration. (#760)Gravatar Ryan Wilson2018-04-09
| |
* | Move to NSProcessInfo for systemVersion. (#614)Gravatar Ryan Wilson2018-04-09
| | | | | | | | When supporting iOS 8 and above, we can now safely use NSProcessInfo on iOS as well as the Mac. This removes a dependency on UIKit for Core.
* | Remove old FIROptions constructor. (#615)Gravatar Ryan Wilson2018-04-09
| |
| * Update component versions for 4.12.0 (#1024)Gravatar Ryan Wilson2018-04-04
|/
* Add Logger Service for Swizzler (#1002)Gravatar Paul Beusterien2018-03-29
|
* Migrate Firebase off ObjC module @import statements (#992)Gravatar Ben Hamilton (Ben Gertzfield)2018-03-29
| | | | | | | | | | | * Migrate Firebase off @import statements * - Migrate tests and test utils from @import to #import. - Update Xcode projects for tests to explicitly link in framework deps. - Update check_no_module_imports.sh to look for @imports in tests/test utils/ integration tests. * Ensure check_no_module_imports.sh explicitly exits with code 0 on success.
* Add file I/O usage to Core documentation. (#959)Gravatar Ryan Wilson2018-03-21
| | | | | | | | * Add file I/O usage to documentation. * Update defaultOptions message. * Fix grammatical error.
* Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | * Version bumps for Firebase 4.10.1 (#891) * Minimal fix for b/74357976 (#890) Fixes b/74357976 which caused unauthenticated users to be unable to reach the Firestore backend and updates the changelog. * Copy all C++ strings to NSString where they're not obviously safe (#893) This fixes a known instances of memory corruption where in FSTLevelDBMutationQueue, the NSString view was retained for later, and the incorrect user was used, causing b/74381054. gRPC does not necessarily copy its string argumnets and if our hostname were configured to a non-default one it's possible that we could corrupt the host cache too. All remaining usages of util::WrapNSStringNoCopy are obviously safe: passed into logging or other known transient usages. * fix lint
* Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|
* Update Core CHANGELOG for 4.0.16 (#858)Gravatar Paul Beusterien2018-02-27
|
* Remove unnecessary nonnull annotationsGravatar Benoit St-Pierre2018-02-26
|