Commit Graph

2052 Commits

Author SHA1 Message Date
Salakar 52c63b5e18 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	android/src/main/java/io/invertase/firebase/crash/RNFirebaseCrash.java
#	android/src/main/java/io/invertase/firebase/crash/RNFirebaseCrashPackage.java
#	lib/index.d.ts
2018-08-04 22:47:04 +01:00
Salakar 1777e80427 [android][ios][js][tests] remove deprecated `.crash()` 2018-08-04 22:41:39 +01:00
Michael Diarmid 1d185c802e
Merge pull request #1316 from invertase/perf
Performance Monitoring upgrade
2018-08-04 22:00:20 +01:00
Michael Diarmid d2c432f961
Merge pull request #1372 from invertase/v5.x.x
v5.x.x
2018-08-04 21:59:52 +01:00
Salakar f4f5588f80 Merge branch 'v5.x.x' of https://github.com/invertase/react-native-firebase into v5.x.x 2018-08-04 21:57:45 +01:00
Salakar d2bc8543bb [android] refactor and formatting cleanup 2018-08-04 21:57:06 +01:00
Michael Diarmid 628531c98f
Merge pull request #1371 from invertase/master
Sync v5.x.x branch with master
2018-08-04 15:24:48 +01:00
Michael Diarmid edf28b9a6d
Merge pull request #1368 from invertase/v4.3.x
v4.3.x
2018-08-04 07:29:28 +01:00
Michael Diarmid c7ba3c0b33
Merge pull request #1362 from invertase/firestore-android-asynctask
[android][firestore] implement threaded snapshot serialization
2018-08-04 07:24:51 +01:00
Michael Diarmid fc5c8f1af8
Update README.md 2018-08-02 17:09:36 +01:00
Michael Diarmid e6945cb35a
Merge pull request #1355 from pranjal-jain/fix-alert-once
[Android] [Notifications] Fix setOnlyAlertOnce
2018-08-02 10:57:43 +01:00
Salakar 69fa5639c5 [android][firestore] implement Document and Query snapshot serialize async tasks 2018-08-01 23:01:34 +01:00
Salakar 0061ad9888 [android][firestore] cleanup 2018-08-01 23:00:40 +01:00
Michael Diarmid e7e89732c0
Update README.md 2018-08-01 12:47:35 +01:00
Michael Diarmid 937c7a23f8
Update Bug_report.md 2018-08-01 12:47:11 +01:00
Michael Diarmid 3ae754bd22
Update Feature_request.md 2018-08-01 12:46:41 +01:00
Michael Diarmid 061e1838dc
Update README.md 2018-08-01 12:45:54 +01:00
Salakar 81fee9f57a [ios][auth] fix checkActionCode bug - fixes #1304 2018-07-29 21:49:09 +01:00
Pranjal Jain 1d1a56ad3e fix(notifications): Fix alertOnlyOnce in android notifications 2018-07-29 06:25:08 +05:30
Salakar f3e0d06608 4.3.8 2018-07-25 12:14:55 +01:00
Michael Diarmid 0a714fe465
Merge pull request #1341 from vonovak/patch-1
simplify obtaining notification title and body
2018-07-25 09:03:57 +01:00
Vojtech Novak 3078bae754
Update RNFirebaseNotifications.java 2018-07-25 09:31:13 +02:00
Michael Diarmid 455de03f27
Merge pull request #1337 from vonovak/fix1336
[android] prefer localized title and body to normal title and body
2018-07-24 18:22:19 +01:00
Vojtech Novak 5b516aeb09
add missing space 2018-07-24 17:22:19 +02:00
Vojtech Novak c3d56b1731
reverse order for better readability 2018-07-24 17:12:42 +02:00
Vojtech Novak b0fc98d0e6
log error when resource not found 2018-07-24 17:10:38 +02:00
Vojtech Novak deaf794271
prefer localized fields to the regular ones 2018-07-24 17:09:44 +02:00
Vojtech Novak 28dfbdf253
cast to (Object[]) 2018-07-24 16:01:16 +02:00
Vojtech Novak 109f8309cf use localized title and body unless normal title and body are sent
remove unused import
2018-07-24 15:33:04 +02:00
Salakar f17225d101 [ios][config] resolve correct null values 2018-07-21 20:31:32 +01:00
Salakar 26338d8d62 [android][database] implement DataSnapshotToMapAsyncTask to address performance issue - #1284 2018-07-21 19:07:38 +01:00
Salakar 66aa5ccb67 [ios][messaging] fix #1286 - 'getToken resolves to null if called too early' 2018-07-20 16:28:07 +01:00
Michael Diarmid 321e4a2909
Merge pull request #1058 from dgruseck/master
[Android] Add the ability to remove notifications based on the tag
2018-07-20 11:35:08 +01:00
Michael Diarmid bbe92bc313
Merge pull request #1324 from aMarCruz/fix-studio-unresolved-errors
Fix "Failed to resolve" errors in Android Studio 3.3
2018-07-20 11:20:18 +01:00
Michael Diarmid 7acc1f78f2
Merge pull request #1312 from damienix/1308-fix-scheduled-notifications-after-reboot
[Android] Fix rescheduling notification on phone reboot
2018-07-20 11:16:19 +01:00
Michael Diarmid 408f998407
Merge pull request #1294 from dluksza/fix-past-date-scheduling
Honor repeatInterval when rescheduling outdated notication
2018-07-20 11:14:02 +01:00
aMarCruz 50e5a137b4 Fix "Failed to resolve" errors in Android Studio 3.3 2018-07-19 18:56:43 -05:00
Michael Diarmid ce513f20e9
Merge pull request #1295 from invertase/fix-1288
[config][android] Handle remote config error
2018-07-18 21:59:51 +01:00
Elliot Hesp 0a1ab7b8dd [config] Return null/nil values on success 2018-07-18 21:35:57 +01:00
Elliot Hesp 752a2e95a2
Merge branch 'master' into perf 2018-07-18 16:15:28 +01:00
Elliot Hesp 3bee4d53ac [perf][android] Check putAttribute was created and return boolean 2018-07-18 16:06:52 +01:00
Elliot Hesp 89d8a0a92a [perf][ios] Performance ios integration 2018-07-18 16:05:59 +01:00
Elliot Hesp a018810124 [perm][android] 100% JS test coverage 2018-07-18 13:30:54 +01:00
Elliot Hesp 6b87ae7056 [perm][android] Fix tests + remove httpMetric instances on stop() 2018-07-18 13:22:00 +01:00
Elliot Hesp 85f06deac2 [perm][ts] Fix incorrect path 2018-07-18 12:49:56 +01:00
Elliot Hesp 5037248d3b [perm][android] Cleanup/return boolean values 2018-07-18 12:49:12 +01:00
Elliot Hesp 4c383d278b [perm][ts] Cleanup 2018-07-18 12:33:19 +01:00
Elliot Hesp 2ba6e15ea7 [perm][ts] Create performance monitoring types 2018-07-18 12:08:04 +01:00
Damian Skrodzki bf1b3317f0 #1308 Fix rescheduling notification on phone reboot 2018-07-18 00:39:03 +02:00
Salakar 7a66c165ed [tests][iid] remove test focus 2018-07-15 00:47:00 +01:00