Commit Graph

9930 Commits (87d1338412d9778aeef060226ebd67596e5da9c7)
 

Author SHA1 Message Date
Matthew Chen 84d6f61d53 Fix glitches in conversation media view. 7 years ago
Michael Kirk 24745570dc Merge tag '2.32.0.8' 7 years ago
Michael Kirk f9e2c8172c "Bump build to 2.32.0.8." 7 years ago
Michael Kirk 27f9f66470 Merge branch 'mkirk/self-recipient' into release/2.32.0 7 years ago
Michael Kirk b25a704039 Fix: Compose thread picker doesn't show self 7 years ago
Michael Kirk 7eaaab7be4 restrict self device id in message building, not in recipient data model 7 years ago
Michael Kirk 6749eccaac "Bump build to 2.32.0.7." 7 years ago
Michael Kirk b19cfbc55e Fixup AppReadiness vis a vis RI 7 years ago
Michael Kirk c6cead7bb3 "Bump build to 2.32.0.6." 7 years ago
Michael Kirk 3faa700d66 Merge tag '2.31.0.31' into release/2.32.0 7 years ago
Matthew Chen 0e749d5521 Fix build break. 7 years ago
Matthew Chen be784d14d6 Revert "Disable the orphan data cleaner."
This reverts commit 7c47fe6b4f.
7 years ago
Matthew Chen 04064779d9 Revert "Randomly fail half of all websocket requests."
This reverts commit cae430bac9.
7 years ago
Matthew Chen 49c8e6db7d Merge remote-tracking branch 'origin/release/2.31.0' 7 years ago
Matthew Chen 220fdfc14e "Bump build to 2.31.0.32." 7 years ago
Matthew Chen cae430bac9 Randomly fail half of all websocket requests. 7 years ago
Matthew Chen 38f551e229 "Bump build to 2.31.0.31." 7 years ago
Matthew Chen fc3780c243 Merge branch 'mkirk/fix-disable-earpiece' into release/2.31.0 7 years ago
Matthew Chen 4b213df950 Fix race in ProximityMonitoringManager. 7 years ago
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.
7 years ago
Michael Kirk eafc3719a9 Merge branch 'mkirk/fix-missing-profile-after-rotation' into release/2.31.0 7 years ago
Michael Kirk ae63e399b2 use new key to verify local profile 7 years ago
Michael Kirk fd482da42d Merge branch 'mkirk/overzealous-profile-key-rotation' into release/2.31.0 7 years ago
Michael Kirk 5ed123d863 Fix overzealous profile key rotation 7 years ago
Michael Kirk 6d55f707fa Merge branch 'mkirk/dont-whitelist-blocked-contact' into release/2.31.0 7 years ago
Michael Kirk 0aca0c15c1 specify recipient when profile download fails 7 years ago
Michael Kirk 209e79ce34 Don't add blocked contact to your profile whitelist 7 years ago
Matthew Chen 6a1673862e "Bump build to 2.31.0.30." 7 years ago
Matthew Chen 1692a28fc2 Update l10n. 7 years ago
Matthew Chen 7c47fe6b4f Disable the orphan data cleaner. 7 years ago
Michael Kirk 3c9be9c3d7 Merge branch 'mkirk/image-picker' into release/2.32.0 7 years ago
Michael Kirk fa82d43e6c put custom image picker behind feature flag 7 years ago
Michael Kirk 2241c1b132 Merge branch 'mkirk/fix-compiler-warnings' 7 years ago
Michael Kirk 27f66f9f24 explicitly discard result 7 years ago
Michael Kirk 2bd3e5ef23 cast to same integer signedness for comparison 7 years ago
Michael Kirk 3c450eeeaa degrade from crashing to debug assert, upon failure we return a fully (overly)
redacted string
7 years ago
Michael Kirk 54059532f7 remove unused strong capture 7 years ago
Michael Kirk 97e9871f19 remove unnecessary implicitly unwrapped optional 7 years ago
Michael Kirk 2a1c62f6f5 remove unused delegate method declaration 7 years ago
Michael Kirk 24f97f1229 compiler warning: discard result explicitly 7 years ago
Michael Kirk b79860ae0f fix compiler doc warning 7 years ago
Michael Kirk c50b8dd0d3 fix compiler warning 7 years ago
Michael Kirk 46ebe52a27 update pods 7 years ago
Michael Kirk 5ba7579991 Merge branch 'mkirk/fixup-tests-2' 7 years ago
Michael Kirk f30e7cf541 update pods 7 years ago
Michael Kirk 10af14d965 Remove legacy built in test runner from SSK.
You can run the SSK test suite by adding to your cocoaopods file:

    pod 'SignalServiceKit', git: 'https://github.com/signalapp/Signal-iOS.git', testspecs: ["Tests"]
7 years ago
Michael Kirk 7cba367c0a reconcile jobqueue tests with NSTimer based retry 7 years ago
Michael Kirk 4971be5c26 Fix DESIGNATED_INITIALIZER syntax 7 years ago
Michael Kirk 2f3d875dcf fixup ud manager tests 7 years ago
Michael Kirk 79bed93b2d reconcile jobqueue with new readiness based setup 7 years ago