Commit Graph

5911 Commits (3aebaefc31215b3faca4fefaa5c7353e2db45b60)
 

Author SHA1 Message Date
Michael Kirk 3aebaefc31 A lighter touch for the fix-call connect.
Though it should be fine, reloading the callUIAdapter is a bit heavy
handed. And the current implementation is prone to being broken, since
we sometimes forget not to treat callUIAdapter as a singleton.

Longer term we can find a way to either: make callUIAdapter a true
singleton or possibly make callUIAdapter a private member of something
which *is* a true singleton.

Since we only *need* it to be reloaded the one time the migration runs
(or when a user changes settings which should be rare) it makes sense to
remove it from the happy path.

// FREEBIE
8 years ago
Michael Kirk d43af9b739 "Bump build to 2.21.0.13." 8 years ago
Michael Kirk 3aa86d0d8b Merge branch 'mkirk/fix-call-connect' into release/2.21.0 8 years ago
Michael Kirk bbdcd0c768 Call connection fixups
callUIAdapter is not a singleton (for better or for worse)

No one should hold a reference directly to it, but rather via the
CallService, which is a singleton

Wait a bit longer for initial call screen before terminating. Especially
first call can hit this limit.

When call *does* take too long to show, terminate properly to ensure
we're not left with a phantom call

// FREEBIE
8 years ago
Michael Kirk f84476ec77 "Bump build to 2.21.0.12." 8 years ago
Michael Kirk 9c62a15695 Pull latest translations
// FREEBIE
8 years ago
Michael Kirk 16b3b9bbcf "Bump build to 2.21.0.11." 8 years ago
Michael Kirk 907badd021 Sync translations
// FREEBIE
8 years ago
Michael Kirk 8e0e0ad405 "Bump build to 2.21.0.10." 8 years ago
Michael Kirk c7871b28d4 Make sure any new call migration settings take effect on first launch
// FREEBIE
8 years ago
Michael Kirk bd48576075 "Bump build to 2.21.0.9." 8 years ago
Michael Kirk 954e174184 Merge branch 'mkirk/fix-log-uploads' into release/2.21.0 8 years ago
Michael Kirk 39b87b702b Fix debuglogs.org integration
// FREEBIE
8 years ago
Michael Kirk 913cdad74a "Bump build to 2.21.0.8." 8 years ago
Michael Kirk b8fc4fce10 Merge branch 'mkirk/show-splash-on-first-launch' into release/2.21.0 8 years ago
Michael Kirk f459c9ce6d CR: rename SignalClassic constant
// FREEBIE
8 years ago
Michael Kirk 51ae936555 Ensure the user sees the experience upgrade
Don't mark it as seen until it is dismissed.

// FREEBIE
8 years ago
Michael Kirk 5739f074ae Show migration screen at first launch.
sort sounds alphabetically (other than Default/None)

// FREEBIE
8 years ago
Michael Kirk 9afce87ddc Merge branch 'mkirk/run-call-settings-migration' into release/2.21.0 8 years ago
Michael Kirk 55a4b66ca3 Run call settings migration
// FREEBIE
8 years ago
Michael Kirk d12a6ae574 "Bump build to 2.21.0.7." 8 years ago
Michael Kirk 982cf971a1 Merge branch 'mkirk/fix-audio-category-for-notifications' into release/2.21.0 8 years ago
Michael Kirk 1ddf3bb4e1 Fix "use ambient" for notifications
// FREEBIE
8 years ago
Michael Kirk cae40d4087 "Bump build to 2.21.0.6." 8 years ago
Michael Kirk 126a4cb7ca Fix build break
// FREEBIE
8 years ago
Michael Kirk 6f3663fdcb Merge branch 'mkirk/more-conservative-call-changes' into release/2.21.0 8 years ago
Michael Kirk 79ee5ed216 Be more conservative about logging legacy users into "Recents"
// FREEBIE
8 years ago
Michael Kirk 8d13ed6bbf Merge branch 'mkirk-2.21.0/mix-notification-audio' into release/2.21.0 8 years ago
Michael Kirk 4e64b09ad6 Don't set audio to ambient while other audioActivity exists
// FREEBIE
8 years ago
Michael Kirk c2501d8d1e Don't migrate legacy users to use new audio tones
// FREEBIE
8 years ago
Michael Kirk 830e9f1bfd Make "Signal Classic" audio stand out more
// FREEBIE
8 years ago
Michael Kirk 7883167265 Fix "None" audio for fallback notifications.
// FREEBIE
8 years ago
Michael Kirk d3be2b4a3b Vibrate when playing sound as alert
// FREEBIE
8 years ago
Michael Kirk d7fcac8a5a In-App notifications don't pause background audio
// FREEBIE
8 years ago
Michael Kirk b0b012046b "Bump build to 2.21.0.5." 8 years ago
Michael Kirk dc3d4553ac Merge branch 'mkirk/respect-silent-switch' into release/2.21.0 8 years ago
Michael Kirk 6077367e66 Notification sounds should respect silent switch
// FREEBIE
8 years ago
Michael Kirk 1c24cf7dad "Bump build to 2.21.0.4." 8 years ago
Michael Kirk f0cdd0c9e8 Merge branch 'mkirk/fix-default-sound-for-new-users' into release/2.21.0 8 years ago
Michael Kirk 760b772974 Default fallback notification should now be "Note"
This means that *upgrading* users will not hear the ka-klunk for
fallback notifications if they don't first receive a voip-notification
which migrates them.

But the alternative is that *new* users *would* hear the ka-klunk for
fallback notifications by default.

// FREEBIE
8 years ago
Michael Kirk 95011bdfed order messageReceived sounds in bundle
// FREEBIE
8 years ago
Michael Kirk 58d84b6d68 "Bump build to 2.21.0.3." 8 years ago
Michael Kirk 4d65695bd1 Fix typo
// FREEBIE
8 years ago
Michael Kirk ef6bfaf7bb "Bump build to 2.21.0.2." 8 years ago
Michael Kirk 73ddab4762 Merge branch 'mkirk/fix-splash-presentation' into release/2.21.0 8 years ago
Michael Kirk eca1648054 Don't "show" upgrade splash when receiving a voip notification
Wait until app is in the foreground to show upgrade splashes

// FREEBIE
8 years ago
Michael Kirk aa82f0aa40 "Bump build to 2.21.0.1." 8 years ago
Matthew Chen 91a52cd810 Merge branch 'charlesmchen/debuglogs2' into release/2.21.0 8 years ago
Matthew Chen fa07b77ad9 Update cocoapods. 8 years ago
Matthew Chen 864f1cc8ee Clean up ahead of PR. 8 years ago