aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
Commit message (Collapse)AuthorAge
* 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 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
|
* Manually fix clang-format issuesGravatar Benoit St-Pierre2018-02-26
|
* Add XCode and Apple SDK versionsGravatar Benoit St-Pierre2018-02-26
|
* Change library nameGravatar Benoit St-Pierre2018-02-26
|
* Style fixesGravatar Benoit St-Pierre2018-02-26
|
* Add FirebaseCore version reportingGravatar Benoit St-Pierre2018-02-26
| | | | | I've also added clearing of the library names for tests to avoid the auto found versions on load.
* PR feedbackGravatar Benoit St-Pierre2018-02-26
|
* Add third-party library version registrationGravatar Benoit St-Pierre2018-02-26
| | | | | This will allow us to collect the version of platform libraries that developers use in conjunction with Firebase.
* Merge pull request #801 from firebase/release-4.9.0Gravatar Paul Beusterien2018-02-14
|\
* | Move to explicit nil check. (#782)Gravatar Ryan Wilson2018-02-12
| |
* | Fix Core CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warnings (#779)Gravatar Paul Beusterien2018-02-09
| |
| * Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|/
* Update CHANGELOG for M21.1 release (#679)Gravatar Ryan Wilson2018-01-25
|
* Merge pull request #680 from firebase/release-4.8.1Gravatar Paul Beusterien2018-01-18
|\ | | | | Merge Release 4.8.1
* | Inject infoDictionary to fix flakey tests. (#664)Gravatar Ryan Wilson2018-01-15
| | | | | | | | | | | | * Inject infoDictionary to fix flakey tests. * Remove outdated comment, update format.
| * Update Core info for M21.1Gravatar Benoit St-Pierre2018-01-11
| | | | | | | | Update missing version bump for M21.1 for FirebaseCore.
| * Version bump for 4.8.1 ReleaseGravatar Benoit St-Pierre2018-01-11
|/ | | | Updated the version numbers of pods which are being released in 4.8.1
* Update Core style (#641)Gravatar Paul Beusterien2018-01-10
|
* Delete unused private FIRCreateError (#631)Gravatar Paul Beusterien2018-01-09
|