Michael Kirk
90c2324f99
pixel cleanup in bluetooth speaker image
...
// FREEBIE
8 years ago
Michael Kirk
b495b23420
more cleanup and commenting
...
// FREEBIE
8 years ago
Michael Kirk
03f1bbca62
Move state from CallViewController -> Call
...
I think whenever reasonable we prefer to consodlidate state on the call
// FREEBIE
8 years ago
Michael Kirk
4e11e90ebb
cleanup
...
- remove dead code
- rename vars
- add coments
// FREEBIE
8 years ago
Michael Kirk
a59eb25aef
extract dismiss string -> CommonStrings.dismissButton
...
// FREEBIE
8 years ago
Michael Kirk
20a8e72198
disable audio source images until we have icons
...
// FREEBIE
8 years ago
Michael Kirk
9bd68ed490
WIP: bluetooth shows audio route button instead of speakerphone
...
// FREEBIE
TODO
NEED
-[ ] icon in route picker
-[ ] commit cleanup
NICE
-[ ] present action sheet automatically when making outgoing bluetooth call
-[ ] left align icons
-[ ] audio is paused when switching between video mode (maybe existing behavior, not sure)
-[ ] Copy: iPhone/iPad/iPod instead of "iPhone Microphone"
DONE
-[x] remove "receiver" from options while in video mode
-[x] show available audio routes
-[x] select available audio routes
-[x] notification if availabe inputs change so we can update call screen
mid call with available BT route
-[x] include speakerphone in choices
-[x] Enabled button shows active speakerphone. Should still show
bluetooth picker.
-[x] toggle back and forth between audio devices
-[x] hide audio route button in video mode if no BT available
-[x] Fixed: When on speakerphone - switching to video mode goes back to bluetooth.
-[x] Fixed: When switching to video w/ bluetooth device connected there is no
audio picker.
-[x] respect speakerphone/BT selection when in or toggling to/from video
-[x] do not hide audio route button when in video mode and bluetooth
connected
-[x] Show which is currently selected audio route
-[x] switching to speakerphone no longer works
-[x] switching *back* to bluetooth no longer works
-[x] add proper bluetooth button for audio calls
-[x] add proper bluetooth button for video calls
8 years ago
Michael Kirk
109cb6cdb6
rename for clarity
...
// FREEBIE
8 years ago
Matthew Chen
ce048e21d2
Bump build from to 2.14.0.1.
...
// FREEBIE
8 years ago
Matthew Chen
ac616d6936
Reject the “call connected” promise immediately when clearing a call.
...
// FREEBIE
8 years ago
Matthew Chen
a58c71f4b8
Fix leak of call view.
...
// FREEBIE
8 years ago
Michael Kirk
b82aedc3a0
Assertion failures for unexpected promise state
...
These don't currently result in failed calls, but we should at least
know about it in debug.
// FREEBIE
8 years ago
Michael Kirk
438635393b
Don't send ICE updates until after the CallOffer has been sent.
...
This ensures message ordering for clients that can't handle out of order
call messages (legacy iOS and Android).
Even when we revert the previous commit, to send ICE Updates sooner,
we'll want to keep this (until we're confident all clients can receive
out of order call messages)
// FREEBIE
8 years ago
Michael Kirk
d910da0157
Partial revert of: Send ICE updates immediately - 2dcfb4e3b8
...
That change makes it more likely that the remote client will receive an
ICE update before their peer connection client is set.
We want to ship the robustness fix (waitForPeerConnection in
handleRemoteAddedIceCandidate) before we have the caller start sending
ICE updates immediately, in a future release.
At that time, we can simply revert this commit.
// FREEBIE
8 years ago
Michael Kirk
2067697ed4
Add comment and clearer tests per CR
...
// FREEBIE
8 years ago
Michael Kirk
4f1ee98489
scrub any data that slips through to logs
...
Similar to phone number scrubbing, we leave a short prefix of the data
to help with debugging without leaking much data.
// FREEBIE
8 years ago
Matthew Chen
b7c2512eac
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
81555d1225
Add “new contact” and “add to existing contact” buttons in 1:1 conversation settings view.
...
// FREEBIE
8 years ago
Matthew Chen
1e67bb52e3
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
2202fe70fe
Fix broken tests.
...
// FREEBIE
8 years ago
Matthew Chen
f584c4b434
Fix broken tests.
...
// FREEBIE
8 years ago
Matthew Chen
0b28285deb
Fix broken tests.
...
// FREEBIE
8 years ago
Matthew Chen
69ba2811db
Run orphan cleanup on startup.
...
// FREEBIE
8 years ago
Michael Kirk
d15da6e6d4
fix bubble calculator tests
...
// FREEBIE
8 years ago
Michael Kirk
82180f6a97
fix compilation problems
...
// FREEBIE
8 years ago
Matthew Chen
c9355630c7
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
d639d6557e
Add owsFail free function for swift.
...
// FREEBIE
8 years ago
Matthew Chen
669e0644ea
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
5cf0441f55
Add a reminder that you are in archive view.
...
// FREEBIE
8 years ago
Matthew Chen
54a5b960c7
Add a reminder that you are in archive view.
...
// FREEBIE
8 years ago
Matthew Chen
8f3b837a65
Add a reminder that you are in archive view.
...
// FREEBIE
8 years ago
Matthew Chen
2e727a24b5
Convert home view to programmatic layout.
...
// FREEBIE
8 years ago
Michael Kirk
5223104566
respect system sort order for contacts
...
// FREEBIE
8 years ago
Matthew Chen
b19dd648d2
Bump build number to v2.14.0.0.
...
// FREEBIE
8 years ago
Michael Kirk
2dcfb4e3b8
Send ICE updates immediately.
...
Now that SN changes do not block incoming messages, the caller does not
need to enqueue outgoing ICE updates.
However this introduces the possibility that the call recipient could
recieve an ICE update before their peerConnectionClient is set up - so
now we ensure that call service waits for it's peerConnectionClient
before processing incoming ICE updates.
// FREEBIE
8 years ago
Matthew Chen
1a400f8414
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
b6531a8b5d
If two users call each other at the same time, ensure they both see “busy”.
...
// FREEBIE
8 years ago
Michael Kirk
f681712ea0
Code Cleanup
...
- make some logging clearer
- remove noisy unhelpful logging
- clearer method names
// FREEBIE
8 years ago
Michael Kirk
e584f4d1e1
copy tweaks
...
// FREEBIE
8 years ago
markus.fassbender
422336db32
fixes compiler warnings FREEBIE
8 years ago
Matthew Chen
c817346ee3
Fix “timer circular reference” leaks.
...
// FREEBIE
8 years ago
Michael Kirk
d8330a2c4f
Fix bluetooth audio for calls
...
Allow bluetooth in all call speaking modes. This was much simpler to fix
now that all call AudioSession mgmt happens in one method.
// FREEBIE
8 years ago
Matthew Chen
e3f2583b4a
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
9cbc1e6a1b
Block device from sleeping while Debug UI is visible and during database upgrades.
...
// FREEBIE
8 years ago
Matthew Chen
0244e134f5
Block device from sleeping during certain activities.
...
// FREEBIE
8 years ago
Matthew Chen
bfd04088bd
Persist registration view’s “last registered” values in keychain so that they persist across clean installs.
...
// FREEBIE
8 years ago
Michael Kirk
1afc6525e5
selecting network status does not highlight
...
// FREEBIE
8 years ago
Matthew Chen
9e5447f1d4
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
b400c0a327
Don’t show app upgrade nag unless we are at rest in home view or registration view.
...
// FREEBIE
8 years ago
Matthew Chen
944cd7beef
Show app update nag on launch if necessary.
...
// FREEBIE
8 years ago
Michael Kirk
8e891eb357
Merge branch 'hotfix/2.13.3.0'
...
// FREEBIE
8 years ago
Matthew Chen
c5bf85d0b3
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
ab3aa9d0ce
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
97169f521a
Move more initialization until after didBecomeActive is complete to avoid the “bad food” crash.
...
// FREEBIE
8 years ago
Matthew Chen
73869b1eff
Fix possible cause of crash on launch.
...
// FREEBIE
8 years ago
Matthew Chen
7135895c1c
Modify TSStorageManager to use separate shared read and write connections.
...
// FREEBIE
8 years ago
Michael Kirk
906b307e1f
remove unneccessary hack
...
Now that we have a nice system message design, we don't need to shoe
horn group updates into the TSCall adapter.
// FREEBIE
8 years ago
Matthew Chen
dcf3de2ae2
Bump version to 2.13.3.0.
...
// FREEBIE
8 years ago
Michael Kirk
174706817c
clearer comment
...
I erroneously thought this code was an error, maybe a better comment
would have saved me some time?
// FREEBIE
8 years ago
Michael Kirk
12d8ecfdfc
Copy tweak: "Incomplete" -> "Unanswered" outgoing call
...
// FREEBIE
8 years ago
Michael Kirk
1f9f066fa9
print call record when declining a call
...
// FREEBIE
8 years ago
Michael Kirk
1e0cf89f7a
Explanatory comment
...
// FREEBIE
8 years ago
Michael Kirk
43a3a4afaf
play *after* stop
...
In theory this shouldn't make a difference, since we're not playing the
ringer twice, but in practice I fail to here ringer audio 50% of the
time (in DEBUG builds) while app is in the foreground.
// FREEBIE
8 years ago
Michael Kirk
8abde1dff8
Non-Callkit adapter plays audio from notification when app is in
...
background
// FREEBIE
8 years ago
Michael Kirk
ff10f52779
remove unneccessary hack
...
Now that we have a nice system message design, we don't need to shoe
horn group updates into the TSCall adapter.
// FREEBIE
8 years ago
Michael Kirk
c1881c02c8
constantize file name per CR
...
// FREEBIE
8 years ago
Michael Kirk
9b1695f28c
Play audible alert for missed call
...
// FREEBIE
8 years ago
Michael Kirk
89260e843f
Unregistered users should have 0 badge count
...
// FREEBIE
8 years ago
Michael Kirk
6335782568
Make sure we're requesting access for contacts before checking access
...
I'm actually not sure how I got my simulator wedged into this state -
but my contacts access was "undetermined" and I had several messages.
Maybe they appeared while the app was closed?
I verified that the banner appears as expected when access is denied.
// FREEBIE
8 years ago
Matthew Chen
1552c64777
Add “delete old messages” and “save all attachments” debug commands.
...
// FREEBIE
8 years ago
Matthew Chen
72faa5f82d
Add clean up command to the “orphan audit” debug UI.
...
// FREEBIE
8 years ago
Matthew Chen
feb32fdf8e
Find orphan and missing attachment stream files.
...
// FREEBIE
8 years ago
Matthew Chen
284d55ef6c
Rework the debug UI.
...
* Move debug stats to the about view.
* Convert about view to OWSTableView.
* Add DebugUIPage.
* Add non-thread Debug UI.
// FREEBIE
8 years ago
Matthew Chen
07c8eb54b7
Prevent "scroll to button" button from blipping.
...
// FREEBIE
8 years ago
Matthew Chen
2d8ad30efa
Bump version to 2.13.2.0.
...
// FREEBIE
8 years ago
Matthew Chen
3e87d41715
Update l10n strings.
...
// FREEBIE
8 years ago
Michael Kirk
c6cd0bbcae
Always show timestamp after unread indicator
...
// FREEBIE
8 years ago
Michael Kirk
bef3a56e50
DebugUI: create fake unread messages
...
helpful for printing unread indicator
// FREEBIE
8 years ago
Michael Kirk
964e558139
log when starting token sync in prod
...
// FREEBIE
8 years ago
Michael Kirk
6719008ed9
bump version
...
// FREEBIE
8 years ago
Michael Kirk
d0d4e67615
update badge count when app is in background
...
// FREEBIE
8 years ago
Matthew Chen
226b7354de
Bump build from to 2.13.0.16.
...
// FREEBIE
8 years ago
Matthew Chen
132348c440
Update l10n strings.
...
// FREEBIE
8 years ago
Matthew Chen
1e8c24cba3
Bump build from to 2.13.0.15.
...
// FREEBIE
8 years ago
Matthew Chen
e48d51d084
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
a462cba452
Don’t reply to “no longer verified”.
...
// FREEBIE
8 years ago
Matthew Chen
db3407853a
Refine fake contact creation.
...
// FREEBIE
8 years ago
Matthew Chen
791c5bb89e
Revise phone number length limit in registration view.
...
// FREEBIE
8 years ago
Matthew Chen
351c8c00f0
Remove phone number length limit in registration view.
...
// FREEBIE
8 years ago
Matthew Chen
4133673d70
Bump build number to 2.13.0.14.
...
// FREEBIE
8 years ago
Matthew Chen
67d60ff01b
Bump build number to 2.13.0.13.
...
// FREEBIE
8 years ago
Matthew Chen
ff89cbabcc
Bump build number to 2.13.0.12.
...
// FREEBIE
8 years ago
Matthew Chen
84d8fb0853
Update l10n strings.
...
// FREEBIE
8 years ago
Michael Kirk
a933fbf215
sync verifications with contact syncing
...
// FREEBIE
8 years ago
Michael Kirk
37b7bf18e9
clarify code and clean up code formatting
...
I think we hit some pathological cases in clang format, but this is
clearer anyway IMO
// FREEBIE
8 years ago
Matthew Chen
e814ae129d
Fix crash in manual censorship circumvention logic on iOS 9.
...
// FREEBIE
8 years ago
Matthew Chen
f7c81bae9d
Show the “scroll down” button if user scrolls up, even if there are no unread messages.
...
// FREEBIE
8 years ago
Matthew Chen
eff1974eeb
[SSK] Reduce chattiness of logs; increase log file sizes.
...
// FREEBIE
8 years ago
Matthew Chen
15ecb03471
Respond to CR.
...
// FREEBIE
8 years ago
Matthew Chen
7726c68047
Persist registration values in the keychain for debug builds only.
...
// FREEBIE
8 years ago