Commit Graph

2132 Commits

Author SHA1 Message Date
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
Salakar 8aac77b3ac [tests][iid] more coverage including change: getToken & deleteToken now have option args with defaults that use `app.options.messagingSenderId` as authorizedEntity and '*' as scope 2018-07-15 00:45:04 +01:00
Salakar 6a7d3ddc7a [types][iid] getToken & deleteToken now have option args with defaults that use `app.options.messagingSenderId` as authorizedEntity and '*' as scope 2018-07-15 00:44:20 +01:00
Salakar aa12de3248 [js][iid] getToken & deleteToken now have option args with defaults that use `app.options.messagingSenderId` as authorizedEntity and '*' as scope 2018-07-15 00:43:12 +01:00
Michael Diarmid d8e3a7d467
Merge pull request #1301 from invertase/master
Update v4.3.x branch from master
2018-07-14 23:43:17 +01:00
Salakar 947825c8ee 4.3.7 2018-07-14 23:35:04 +01:00
Salakar d1783152dc [ios][storage] fix #739 2018-07-14 23:34:57 +01:00
Michael Diarmid 8ba0b6d1d4
Merge pull request #1300 from invertase/master
Update v4.3.x branch
2018-07-14 15:41:59 +01:00
Salakar b29fbafc98 4.3.6 2018-07-13 14:05:50 +01:00
Salakar a88fa18b68 Merge remote-tracking branch 'origin/master' 2018-07-13 14:03:28 +01:00
Salakar 96b8372873 [android] fixes 1012 2018-07-13 14:03:20 +01:00
David Gruseck 7f0d4ac10e merge master 2018-07-13 09:29:10 +02:00
David Gruseck 8b81e74f50 move removeDeliveredNotificationsByTag to android specific file 2018-07-13 09:22:38 +02:00
Elliot Hesp c4b43a5184 [config][ios] Match iOS error messages to Android 2018-07-12 14:14:11 +01:00
Elliot Hesp fc39b35e1a [config][android] Handle success value to match ios 2018-07-12 13:44:37 +01:00
Elliot Hesp 54743d945d [config][android] Explicitly handle task exception 2018-07-12 13:28:58 +01:00
Elliot Hesp 2c776a60e8 [perf] Return Promise types 2018-07-12 13:25:11 +01:00
Dariusz Luksza c17cc50229 Properly compute new schedule date when old is in past 2018-07-11 18:11:56 +02:00
Dariusz Luksza 9144314eac Warn about changing notification schedule date 2018-07-11 17:39:32 +02:00
Dariusz Luksza 11ccbb42f6 Honor repeatInterval when rescheduling outdated notiication 2018-07-11 17:05:27 +02:00
Salakar 01c274a2f1 4.3.5 2018-07-11 14:43:50 +01:00