Commit Graph

  • c1abfcf002 [tests] misc Salakar 2018-04-12 18:13:40 +01:00
  • 380720c5fe update build watch script Salakar 2018-04-12 18:10:44 +01:00
  • c47ebe01c8 4.0.2 v4.0.2 Chris Bianca 2018-04-12 17:30:40 +01:00
  • a131209e68 [tests][firestore] remove test focus Salakar 2018-04-12 12:56:29 +01:00
  • a3f5b01d67 [tests][firestore] start of migrating firestore tests Salakar 2018-04-12 12:54:29 +01:00
  • 4f5f617de0 [tests] additional tweaks to firestore test helpers Salakar 2018-04-12 12:53:18 +01:00
  • b918eea630 [firestore] add support for DocumentSnapshot.get('dot.notated.field.path') Salakar 2018-04-12 12:38:28 +01:00
  • f1e9d28869 [firestore] add support for DocumentSnapshot.get('dot.notated.field.path') Salakar 2018-04-12 12:30:41 +01:00
  • 590d69ce89 [types] Add missing typescript statics for messaging, notifications and links Chris Bianca 2018-04-12 08:50:13 +01:00
  • 1838089684 [tests] added global.TestHelpers + firestore helpers TestHelpers.firestore.X Salakar 2018-04-12 08:14:17 +01:00
  • 85efdecb1a [tests] added global.testRunId - should be used to prevent conflicts when multiple builds/tests are running - tests need to use this e.g. someDoc = collection-tests/${testRunId}foobar Salakar 2018-04-12 08:13:29 +01:00
  • 0be999a691 [tests] misc ios proj/pods Salakar 2018-04-12 08:10:33 +01:00
  • c238fdab03 add lib build watch script for local dev Salakar 2018-04-12 08:08:39 +01:00
  • 62706f9629 [notifications][android] Fix file:// for android notification images Chris Bianca 2018-04-11 18:27:02 +01:00
  • cd5c616a93 [notifications][ios] Handle plain text alert #963 Chris Bianca 2018-04-11 18:23:34 +01:00
  • 0645d179b3 [notifications] Make title and body optional fields Chris Bianca 2018-04-11 18:15:38 +01:00
  • 548086db7a [tests][perf] added perf() tests -> 100% coverage Salakar 2018-04-11 03:42:25 +01:00
  • 042b4bd736 [tests][iid] added iid() tests -> 100% coverage Salakar 2018-04-11 02:45:47 +01:00
  • 2382347a43 [tests][crashlytics] added crashlytics() tests -> 100% coverage Salakar 2018-04-11 02:33:21 +01:00
  • 3c1295131f [tests][crash] remove test focus Salakar 2018-04-11 00:16:05 +01:00
  • 783dcc32cf [tests][crash] added crash() logs -> 100% Salakar 2018-04-11 00:15:36 +01:00
  • f28e39ee42 [tests] tweak deprecation logging exclusion logic Salakar 2018-04-11 00:15:16 +01:00
  • d78187569b 4.0.1 v4.0.1 Chris Bianca 2018-04-10 16:26:33 +01:00
  • 5dbb6bc9fd [notifications][android] Support file:// urls for bitmaps Chris Bianca 2018-04-10 16:14:06 +01:00
  • eb91523478 [notifications][android] Fix incorrect array to arraylist cast #949 Chris Bianca 2018-04-10 16:02:42 +01:00
  • 5127486712 [notifications][ios] Fix crashes when notifications are received in background on iOS 9 #952 Chris Bianca 2018-04-10 15:16:44 +01:00
  • 6edb37b0ba Merge pull request #957 from matttti/patch-1 Chris Bianca 2018-04-10 15:45:04 +02:00
  • daa8f9cbc0 fix cancelAlarm on android mjs 2018-04-10 15:41:55 +02:00
  • a0f8443593 Merge pull request #955 from Bhullnatik/fix-android/content-url Elliot Hesp 2018-04-10 10:06:36 +01:00
  • 2853d77935 Fix contentUrl in AdRequest on Android Jimmy Mayoukou 2018-04-10 11:03:51 +02:00
  • 5486f55da3 Merge pull request #945 from bm-software/master Chris Bianca 2018-04-10 09:52:33 +02:00
  • 3ff1f56041 [tests] added additional coverage excludes Salakar 2018-04-09 20:53:43 +01:00
  • 32352a4a1e [tests] misc mocha opts Salakar 2018-04-09 20:53:25 +01:00
  • 4fd2e74cb2 [tests][config] add platform conditional for setDefaultsFromResource (android expects a double) Salakar 2018-04-09 20:53:06 +01:00
  • 88f2a7858f [tests] replace console.log so we can skip deprecation warnings during testing Salakar 2018-04-09 20:11:49 +01:00
  • e4bac7bb67 [tests][analytics] rewrite analytics tests - now at 100% coverage Salakar 2018-04-09 20:05:04 +01:00
  • feec632306 [tests][auth] more tests - coverage now > 95% Salakar 2018-04-09 19:32:41 +01:00
  • 53bb38c3a4 [tests][config] remove test focus - woops Salakar 2018-04-09 19:04:09 +01:00
  • 5b1757ec5a [tests][core] added app.toString() usage in tests Salakar 2018-04-09 19:03:27 +01:00
  • 5c2ea9728b [tests][firestore] misc transactions Salakar 2018-04-09 19:03:07 +01:00
  • 0ad00685b8 [tests] exclude utils/emitter from coverage Salakar 2018-04-09 19:02:38 +01:00
  • ef434a6433 [tests][config] added remote config tests Salakar 2018-04-09 19:02:15 +01:00
  • 623eafa0a2 [tests][analytics] added analytics tests Salakar 2018-04-09 19:01:47 +01:00
  • ffcb34f949 [tests][auth] added signInWithCustomToken test Salakar 2018-04-09 17:27:53 +01:00
  • 6500212e39 [tests] added admin sdk + jsonwebtoken Salakar 2018-04-09 17:27:23 +01:00
  • 7d2c102b34 [tests] firestore Salakar 2018-04-09 16:40:32 +01:00
  • 51103387f0 [tests] remove duplicated auth tests Salakar 2018-04-09 16:40:22 +01:00
  • e0e4b8b70a [tests] rename Salakar 2018-04-09 16:07:51 +01:00
  • 8f6b0c35e0 [tests] update ios client config appId to new app Salakar 2018-04-09 16:04:53 +01:00
  • 86eb188fe8 [tests] update bridge version Salakar 2018-04-09 16:04:30 +01:00
  • 93323a9e40 [tests] fix coverage Salakar 2018-04-09 11:11:42 +01:00
  • 00cd05b9a7 [tests] auth() -> Provider tests Salakar 2018-04-09 09:41:33 +01:00
  • f2fe446b97 [tests] auth().currentUser tests Salakar 2018-04-09 09:37:08 +01:00
  • 3b77d087fc Merge remote-tracking branch 'origin/master' Salakar 2018-04-09 09:33:09 +01:00
  • 8d40739141 [tests] misc Salakar 2018-04-09 09:32:59 +01:00
  • 77421480b3 [tests] auth().X tests Salakar 2018-04-09 09:32:48 +01:00
  • 4dba61eb19 [tests] core/app tests Salakar 2018-04-09 09:32:24 +01:00
  • 0c020499b9 [tests] bridge timer tests Salakar 2018-04-09 09:32:09 +01:00
  • f49022197b Merge pull request #938 from taxidermic/fix-races-bug Chris Bianca 2018-04-09 08:07:00 +01:00
  • 3d80395c82 typings Michele Bombardi 2018-04-08 11:46:41 +02:00
  • 21dc57c70b remove @synthesize Taxidermic 2018-04-06 14:57:05 +03:00
  • ee130cb45d 4.0.0 v4.0.0 Chris Bianca 2018-04-05 17:36:01 +01:00
  • d4df0b272f Update facebook-login.md Elliot Hesp 2018-04-05 09:43:26 +01:00
  • b0de51d724 Update understanding-firebase-auth.md Elliot Hesp 2018-04-05 09:41:56 +01:00
  • 306e02ace0 Update README.md Michael Diarmid 2018-04-05 05:20:39 +01:00
  • 9c4deb541a fixes races bug in react-native > 0.52 Taxidermic 2018-04-04 14:05:32 +03:00
  • aa8002fdbb Merge branch 'framework-headers' Chris Bianca 2018-04-04 08:22:37 +01:00
  • 762f91c3fa Merge pull request #937 from brunolemos/patch-1 Chris Bianca 2018-04-04 08:13:56 +01:00
  • 14a2b1b732 Fix broken link for test documentation Bruno Lemos 2018-04-04 02:50:51 -03:00
  • b21e7d0eab [crashlytics] Move to top level crashlytics namespace Chris Bianca 2018-04-03 16:51:05 +01:00
  • 0783d76303 [ios] Individually specify Firebase framework headers Chris Bianca 2018-04-03 15:24:55 +01:00
  • 90d35ef6e9 Merge remote-tracking branch 'origin/master' Salakar 2018-04-03 05:20:29 +01:00
  • 1631a03010 [bridge] misc Salakar 2018-04-03 05:20:20 +01:00
  • f5fa7436a9 [notifications] Add enableLights and enableVibration to AndroidChannel Chris Bianca 2018-03-31 15:42:14 +01:00
  • 1cf17f1d89 [build] Update to RN 0.54.4 and related libs Chris Bianca 2018-03-31 08:09:41 +01:00
  • d77e526c1e Merge remote-tracking branch 'origin/master' Salakar 2018-03-30 17:09:46 +01:00
  • 2122554549 [bridge] import RNF from project directory directly via module alias + metro config Salakar 2018-03-30 17:09:32 +01:00
  • 1f8e973ded Merge branch 'event-delay' Chris Bianca 2018-03-30 11:07:18 +01:00
  • 801adabb27 [notifications] Add jsInitialised method to improve getInitialNotification Chris Bianca 2018-03-30 10:31:06 +01:00
  • 06c06b764f [invites] Add jsInitialised method to improve getInitialInvitation Chris Bianca 2018-03-30 10:07:23 +01:00
  • e7be3cc7f8 [links] Correct platform OS name Chris Bianca 2018-03-30 09:52:37 +01:00
  • a6c63d4f50 [links] Introduce JS initialised method to improve getInitialLink Chris Bianca 2018-03-30 09:25:41 +01:00
  • ed2efcdd48 [bridge] misc version updates Salakar 2018-03-29 23:15:03 +01:00
  • cf2a2e81d5 Merge pull request #924 from sibelius/patch-1 Chris Bianca 2018-03-29 20:51:43 +01:00
  • 96f55e329e feat(flow): export NotificationOpen Sibelius Seraphini 2018-03-29 13:53:39 -03:00
  • adaf87100a 4.0.0-rc.3 v4.0.0-rc.3 Chris Bianca 2018-03-28 17:27:15 +01:00
  • 777bb96240 [tests] Updated podfile.lock Chris Bianca 2018-03-28 17:22:08 +01:00
  • 0e428baf13 [tests] Fix a couple of derps Chris Bianca 2018-03-28 17:21:52 +01:00
  • ce0f8f19d6 Merge pull request #920 from invertase/bridge-detox Michael Diarmid 2018-03-28 16:46:12 +01:00
  • ae3e105d84 rename new tests directory and add to npmignore Salakar 2018-03-28 16:43:45 +01:00
  • 9511b567b9 sync with master Salakar 2018-03-28 16:28:19 +01:00
  • ffe9f19c16 [tests] Update instanceid module name Chris Bianca 2018-03-28 16:21:09 +01:00
  • cf24a7dcc8 [types] Add TypeScript typings for firestore transactions Chris Bianca 2018-03-28 16:00:58 +01:00
  • 7f7169bd08 [build] Update to android tools 3.1.0 Chris Bianca 2018-03-28 15:51:08 +01:00
  • d101813b5f [messaging][notifications] Make all methods return a promise where they didn’t previously Chris Bianca 2018-03-28 11:02:39 +01:00
  • 33cd0b0b13 [messaging] Handle Android exceptions when message priority not set correctly Chris Bianca 2018-03-28 09:40:38 +01:00
  • 2ba1b0bf11 [tests][bridge] switch to using published npm alpha version of bridge \o/ Salakar 2018-03-28 02:33:13 +01:00
  • 531617cd53 [tests][bridge] switch to using published npm alpha version of bridge \o/ Salakar 2018-03-28 02:10:39 +01:00
  • a644400252 [tests][bridge][ios] update ios project Salakar 2018-03-28 02:00:19 +01:00
  • 983e0ec39e [tests][bridge][ios] update ios project Salakar 2018-03-28 01:40:22 +01:00