Commit graph

9887 commits

Author SHA1 Message Date
Matthew Chen 2bad0c20b6 Only fetch profiles in the main app. 2018-11-13 13:15:11 -05:00
Matthew Chen 7f89c90f16 Fix bug when sending non-body attachments (e.g. group avatars). 2018-11-13 13:15:11 -05:00
Matthew Chen 901f58c7e3 Fix bug when sending non-body attachments (e.g. group avatars). 2018-11-13 13:15:11 -05:00
Matthew Chen f7e7477f54 Add sharing scenarios to Debug UI. 2018-11-13 13:15:11 -05:00
Matthew Chen 860eb44edc Fix breakage in share extension. 2018-11-13 13:15:11 -05:00
Matthew Chen b120995dcf Merge branch 'charlesmchen/mediaViewGlitches' into release/2.32.0 2018-11-13 13:14:43 -05:00
Matthew Chen 2e50cc1f2d Respond to CR. 2018-11-13 13:14:24 -05:00
Matthew Chen 84d6f61d53 Fix glitches in conversation media view. 2018-11-13 11:57:16 -05:00
Michael Kirk 24745570dc Merge tag '2.32.0.8' 2018-11-13 10:43:06 -06:00
Michael Kirk f9e2c8172c "Bump build to 2.32.0.8." 2018-11-13 10:38:47 -06:00
Michael Kirk 27f9f66470 Merge branch 'mkirk/self-recipient' into release/2.32.0 2018-11-13 10:38:22 -06:00
Michael Kirk b25a704039 Fix: Compose thread picker doesn't show self 2018-11-13 10:38:08 -06:00
Michael Kirk 7eaaab7be4 restrict self device id in message building, not in recipient data model 2018-11-13 10:38:08 -06:00
Michael Kirk 6749eccaac "Bump build to 2.32.0.7." 2018-11-13 10:36:59 -06:00
Michael Kirk b19cfbc55e Fixup AppReadiness vis a vis RI 2018-11-13 10:36:29 -06:00
Michael Kirk c6cead7bb3 "Bump build to 2.32.0.6." 2018-11-13 09:50:22 -06:00
Michael Kirk 3faa700d66 Merge tag '2.31.0.31' into release/2.32.0 2018-11-13 09:45:47 -06:00
Matthew Chen 0e749d5521 Fix build break. 2018-11-13 10:24:49 -05:00
Matthew Chen be784d14d6 Revert "Disable the orphan data cleaner."
This reverts commit 7c47fe6b4f.
2018-11-13 09:51:00 -05:00
Matthew Chen 04064779d9 Revert "Randomly fail half of all websocket requests."
This reverts commit cae430bac9.
2018-11-13 09:50:53 -05:00
Matthew Chen 49c8e6db7d Merge remote-tracking branch 'origin/release/2.31.0' 2018-11-13 09:50:44 -05:00
Matthew Chen 220fdfc14e "Bump build to 2.31.0.32." 2018-11-13 09:37:17 -05:00
Matthew Chen cae430bac9 Randomly fail half of all websocket requests. 2018-11-13 09:37:11 -05:00
Matthew Chen 38f551e229 "Bump build to 2.31.0.31." 2018-11-13 09:28:14 -05:00
Matthew Chen fc3780c243 Merge branch 'mkirk/fix-disable-earpiece' into release/2.31.0 2018-11-13 09:27:52 -05:00
Matthew Chen 4b213df950 Fix race in ProximityMonitoringManager. 2018-11-13 09:26:46 -05:00
Michael Kirk 0d7e94f2f6 Fix: Voice Messages don't restore audio to speaker when held up to the ear past
the voice notes duration.

Specifically:

- start a voice note
- hold to ear until complete
- remove from ear
- start another voice note (or the same one) with the phone away from your ear

You'd expect audio to play through the external speaker, but instead it comes
through the earpiece.

Based on the added logging, this seems to be an apple bug.
2018-11-12 20:12:08 -06:00
Michael Kirk eafc3719a9 Merge branch 'mkirk/fix-missing-profile-after-rotation' into release/2.31.0 2018-11-12 20:07:28 -06:00
Michael Kirk ae63e399b2 use new key to verify local profile 2018-11-12 20:07:21 -06:00
Michael Kirk fd482da42d Merge branch 'mkirk/overzealous-profile-key-rotation' into release/2.31.0 2018-11-12 20:07:00 -06:00
Michael Kirk 5ed123d863 Fix overzealous profile key rotation 2018-11-12 17:18:49 -06:00
Michael Kirk 6d55f707fa Merge branch 'mkirk/dont-whitelist-blocked-contact' into release/2.31.0 2018-11-12 16:43:28 -06:00
Michael Kirk 0aca0c15c1 specify recipient when profile download fails 2018-11-12 16:43:21 -06:00
Michael Kirk 209e79ce34 Don't add blocked contact to your profile whitelist 2018-11-12 16:43:21 -06:00
Matthew Chen 6a1673862e "Bump build to 2.31.0.30." 2018-11-12 16:31:44 -05:00
Matthew Chen 1692a28fc2 Update l10n. 2018-11-12 16:31:37 -05:00
Matthew Chen 7c47fe6b4f Disable the orphan data cleaner. 2018-11-12 16:28:58 -05:00
Michael Kirk 3c9be9c3d7 Merge branch 'mkirk/image-picker' into release/2.32.0 2018-11-12 14:33:26 -06:00
Michael Kirk fa82d43e6c put custom image picker behind feature flag 2018-11-12 14:32:43 -06:00
Michael Kirk 2241c1b132 Merge branch 'mkirk/fix-compiler-warnings' 2018-11-12 12:17:30 -06:00
Michael Kirk 27f66f9f24 explicitly discard result 2018-11-12 10:00:02 -06:00
Michael Kirk 2bd3e5ef23 cast to same integer signedness for comparison 2018-11-12 09:59:51 -06:00
Michael Kirk 3c450eeeaa degrade from crashing to debug assert, upon failure we return a fully (overly)
redacted string
2018-11-12 09:55:56 -06:00
Michael Kirk 54059532f7 remove unused strong capture 2018-11-12 09:55:29 -06:00
Michael Kirk 97e9871f19 remove unnecessary implicitly unwrapped optional 2018-11-12 09:55:06 -06:00
Michael Kirk 2a1c62f6f5 remove unused delegate method declaration 2018-11-12 09:55:00 -06:00
Michael Kirk 24f97f1229 compiler warning: discard result explicitly 2018-11-12 09:54:42 -06:00
Michael Kirk b79860ae0f fix compiler doc warning 2018-11-12 09:45:06 -06:00
Michael Kirk c50b8dd0d3 fix compiler warning 2018-11-12 09:44:01 -06:00
Michael Kirk 46ebe52a27 update pods 2018-11-12 09:40:28 -06:00