aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
Commit message (Collapse)AuthorAge
...
* | 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
|
* Add Community Supported tvOS (#590)Gravatar Paul Beusterien2018-01-03
| | | | | | | Add Community Supported tvOS for Core, Auth, Database and Storage. Add tvOS unit tests Add tvOS sample app Update README.md Add tvOS to travis testing
* Update CHANGELOG for macOS AppKit dependency. (#609)Gravatar Ryan Wilson2018-01-03
|
* Remove FIRAppEnvironmentUtil's sharedApplication (#603)Gravatar Ryan Wilson2018-01-02
| | | | | | | | | | | | | | | | | | | * Deprecate FIRAppEnvironmentUtil sharedApplication * Remove sharedApplication private API. This also allows us to remove an AppKit dependency. * Disable autolink when building FirebaseCore (#606) This prevents the dependencies of FirebaseCore's dependencies from bleeding into its interface. The proximate benefit of avoiding this is that FirebaseCore no longer ends up depending on ColorSync.framework which became a top-level system framework in 10.13. This makes it possible to build against the resulting FirebaseCore.framework on macOS 10.12 using Xcode 9 (with the macOS 10.13 SDK).
* Add Private path to FIRVersion.h import (#607)Gravatar Paul Beusterien2018-01-02
|
* Expose library version, move it out of options (#588)Gravatar Greg Soltis2018-01-01
| | | | | | | | | | | | | | | | | | | | | | * slight cleanup * Use -D defines for versions * Undo FIROptionsTest change * Drop failed macro attempt * Add correct version to podspec * Add newline * Shuffle files around * Bring back log change * Fix change * Fix space
* Run FIRSetLoggerLevel and FIRIsLoggableLevel on the same thread (#592)Gravatar Gil2017-12-22
| | | | This fixes a race condition where a caller calls FIRSetLoggerLevel and then checks FIRIsLoggableLevel immediately after.
* Add changelog for Core. (#585)Gravatar Ryan Wilson2017-12-20
|
* Update component versions for Firebase 4.8.0 (#561)Gravatar Kyle Ju2017-12-12
|
* Modified FirebaseAppStoreURLCheckEnabled Key. (#554)Gravatar Ryan Wilson2017-12-11
|
* Running scripts/style.shGravatar Sebastian Schmidt2017-12-10
|
* Add an Info.plist flag to disable App Store Sandbox check. (#547)Gravatar Ryan Wilson2017-12-08
| | | | | | | | | | * Add an Info.plist flag to disable TestFlight check. This can save a small amount of memory during startup time. * Change the flag name to the intended usage. * Explicitly check for NSNumber.
* Add log to warn users of iOS 7 deprecation. (#527)Gravatar Ryan Wilson2017-12-04
| | | | | * Add log warning users of iOS 7 deprecation. * Changed "warning" to "notice". * Removed DEBUG flag
* Merge pull request #515 from firebase/release-4.7.0Gravatar Paul Beusterien2017-11-30
|\ | | | | Release 4.7.0
* | Include UID when sending (internal) auth state change notifications (#507)Gravatar rsgowman2017-11-30
| | | | | | This is to allow firestore to not require an explicit dependency on auth.
| * Update component versions for Firebase 4.7.0 (#497)Gravatar Paul Beusterien2017-11-28
|/
* Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476)Gravatar Ryan Wilson2017-11-28
| | | | | | | | | | * Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. This pushes the minimum Xcode version to 7.3, as NS_SWIFT_NAME was limited before that version (which is why the macro was introduced in the first place). * Fixed FIRMessaging header
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
|
* Make FSTIntegrationTestCase Objective-C++ (#439)Gravatar Gil2017-11-09
| | | | | | | | | | | * Make all FIRLogger functions extern "C" * Make FSTIntegrationTestCase Objective-C++ Keep external interface to FSTIntegrationTestCase Objective-C * Add explicit dependency on Firebase/Community/Core from Tests This fixes a linkage error on a missing _FIRSetLoggerLevel symbol
* Update Core and Community versions for Firebase 4.6.0 release (#437)Gravatar Paul Beusterien2017-11-08
|