Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove old, unused podspecs (#1129) | Paul Beusterien | 2018-04-17 |
| | |||
* | Merge pull request #1055 from firebase/mrschmidt-removedownloadurl | Sebastian Schmidt | 2018-04-13 |
|\ | | | | | Removing FirebaseStorage.downloadURL | ||
| * | Adding comment to downloadURLFromMetadataDictionary | Sebastian Schmidt | 2018-04-13 |
| | | |||
| * | More comments | Sebastian Schmidt | 2018-04-13 |
| | | |||
| * | Addressing feedback | Sebastian Schmidt | 2018-04-13 |
| | | |||
* | | Swift naming StorageVersionString (#560) | Ibrahim Ulukaya | 2018-04-11 |
| | | |||
| * | Removing unused imports | Sebastian Schmidt | 2018-04-09 |
| | | |||
| * | Removing FirebaseStorage.downloadURL | Sebastian Schmidt | 2018-04-09 |
|/ | |||
* | Fixing spelling | Sebastian Schmidt | 2018-04-02 |
| | |||
* | Updating Firebase Storage Changelog for v2.2.0 | Sebastian Schmidt | 2018-04-02 |
| | |||
* | Clang format | Sebastian Schmidt | 2018-03-27 |
| | |||
* | Deprecate StorageMetadata.downloadURLs | Sebastian Schmidt | 2018-03-27 |
| | |||
* | Merge pull request #851 from firebase/bs-firebasecore-version | Benoit St-Pierre | 2018-02-26 |
|\ | | | | | Report FirebaseCore version | ||
* | | Update CHANGELOG.md | Sebastian Schmidt | 2018-02-26 |
| | | |||
| * | Style fixes | Benoit St-Pierre | 2018-02-26 |
|/ | |||
* | style fix | Paul Beusterien | 2018-02-13 |
| | |||
* | Cleaning up implicit retain for the RTDB and Storage | Sebastian Schmidt | 2018-02-13 |
| | |||
* | Fixing spelling error in FIRStorageErrors | Sebastian Schmidt | 2018-01-22 |
| | |||
* | Update CHANGELOG.md for Storage v2.1.2 | Sebastian Schmidt | 2018-01-10 |
| | |||
* | Update Core style (#641) | Paul Beusterien | 2018-01-10 |
| | |||
* | Add Community Supported tvOS (#590) | Paul Beusterien | 2018-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.md | Sebastian Schmidt | 2017-12-13 |
| | |||
* | Update CHANGELOG.md | Sebastian Schmidt | 2017-12-13 |
| | |||
* | Update CHANGELOG.md | Sebastian Schmidt | 2017-12-13 |
| | |||
* | Standardize cross module imports with angle bracket syntax (#526) | Paul Beusterien | 2017-12-04 |
| | | | | Qualify all cross-pod imports of FirebaseCore headers | ||
* | FIRAppInternal.h is a published private header (#501) | Paul Beusterien | 2017-11-28 |
| | |||
* | Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476) | Ryan Wilson | 2017-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 | ||
* | Updating CHANGELOG for Storage to 2.1.0 | Sebastian Schmidt | 2017-11-21 |
| | |||
* | Adding the md5 hash to FIRStorageMetadata | Sebastian Schmidt | 2017-11-09 |
| | |||
* | Clang-formatting Storage | Sebastian Schmidt | 2017-11-09 |
| | |||
* | Remove trailing space to fix master travis build (#268) | Paul Beusterien | 2017-09-13 |
| | |||
* | Updating Storage CHANGELOG.md for v2.0.2 (#255) | Sebastian Schmidt | 2017-09-12 |
| | |||
* | Firebase Storage: Allowing metadata to be cleared (#197) | Sebastian Schmidt | 2017-09-06 |
| | | | | * Allowing metadata to be cleared | ||
* | Adding ChangeLogs for Storage and Database (#184) | Sebastian Schmidt | 2017-08-07 |
| | |||
* | Use modulemap to fix exposure of FirebaseCore's internal headers (#121) | Paul Beusterien | 2017-07-10 |
| | |||
* | Adding size to Storage's NSDictionary representation (#120) | Sebastian Schmidt | 2017-07-04 |
| | | | | | | | | * Adding size to Storage's NSDictionary representation * Review comments * Remove trailing whitespace | ||
* | Add travis trailing whitespace check (#116) | Paul Beusterien | 2017-06-30 |
| | | | | | | * Add travis trailing whitespace check * Remove trailing white space | ||
* | Group public headers into Public directories (#112) | Paul Beusterien | 2017-06-29 |
| | |||
* | Rename FirebaseDev to FirebaseCommunity (#98) | Paul Beusterien | 2017-06-22 |
| | |||
* | Calling stopFetching on GTMSessionFetcher to stop callbacks from bein… (#81) | Sebastian Schmidt | 2017-06-15 |
| | | | | | | | | | | * Calling stopFetching on GTMSeesionFetcher to stop callbacks from being called after deallocation. Also fixing retain cycles in all task classes. * Addressing build warnings * Adjusting indentation | ||
* | Add Foundation import so TARGET_OS_IOS or other TARGET_OS_* gets defined (#71) | Paul Beusterien | 2017-06-06 |
| | |||
* | Add missing terminating newlines (#70) | Paul Beusterien | 2017-06-06 |
| | |||
* | macOS (#38) | Mathew Huusko V | 2017-06-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Example/Core: create macOS app/tests target * Example/Core: Core_Example/Tests -> Core_Example/Tests_iOS * Example/Core: macOS building/tests passing * Example/Database: separate iOS/macOS targets * BuildFrameworks: macOS * .travis.yml, test.sh: AllUnitTests -> AllUnitTests_iOS * test.sh: add AllUnitTests_macOS * Example/Storage: Example/Tests->_iOS * Example/Storage: macOS * test.sh: try to prevent double error 65 * test.sh: build before test * Example/Auth|Messaging: -> _iOS * Example/Auth: macOS build * Example/Auth: macOS passing * Example/Firebase: pod de/re-integrate; fix static DerivedData references; copy phase for OCMock * Example/Firebase: manually copied OCMock, Products Dir vs. Frameworks * Example/Firebase: copied OCMock, prevent header removal * Example/Storage: integration tests sdk fix * Example/Auth: macOS exclude FIRAuthAppCredentialManager; cleanup * Firebase/Core: remove nullability annotation * Firebase/Core|Database: correct TARGET_X usage for correctness and anticipation of OS_WATCH|TV branches * build.swift: style fix * Firebase/Core: FIRLogger: fix macOS intermittent va_list error | ||
* | Remove double commented lines. (#11) | Ryan Wilson | 2017-05-17 |
| | |||
* | Initial | Paul Beusterien | 2017-05-15 |