Commit Graph

7305 Commits

Author SHA1 Message Date
Matthew Chen
96b7a3eb29 Update l10n strings. 2019-11-02 08:34:06 -03:00
Jim Gustafson
77fa1a0dc3 Remove unnecessary callData variable 2019-11-02 08:26:42 -03:00
Jim Gustafson
111d026e3a Add protection when terminating CallData object
Some cases were found, mainly when white-box testing, where the
SignalCallData object was being terminated twice. A state flag has
been added to the class to ensure that a CallData object is only
terminated once. This is related to quick hangup scenarios, where
the CallData object is copied to a deferred hangup list and later
terminated after the RingRTC system is done with its operations.

The CallService.terminate() function itself was also arranged so that
the 'current' CallData object is nil'd out before it is actually
terminated, in case the RingRTC close process, which is on another
thread, takes a long time, and something else comes and tries to
see if there is current call.
2019-11-02 08:26:42 -03:00
Matthew Chen
3756f99213 "Bump build to 2.45.1.1." 2019-11-02 08:16:44 -03:00
Matthew Chen
e29addd0a0 "Bump build to 2.45.1.0." (Internal) 2019-10-31 18:00:08 -03:00
Nora Trapp
16b8e91ad8 "Bump build to 2.45.0.30." 2019-10-30 11:59:39 -07:00
Nora Trapp
1af41ca6bf "Bump build to 2.45.0.29." 2019-10-30 11:59:25 -07:00
Nora Trapp
e0edc75b9d Sync translations 2019-10-30 11:58:50 -07:00
Nora Trapp
0a6ad484bc Fix draft handling 2019-10-30 08:28:54 -07:00
Nora Trapp
08103d5c5e "Bump build to 2.45.0.28." 2019-10-29 16:34:09 -07:00
Nora Trapp
0c7a70264b "Bump build to 2.45.0.27." 2019-10-29 16:33:52 -07:00
Nora Trapp
604e0a9994 "Bump build to 2.45.0.26." 2019-10-29 16:26:41 -07:00
Nora Trapp
63e8f7f219 "Bump build to 2.45.0.25." 2019-10-29 16:13:48 -07:00
Nora Trapp
8b9b122185 Sync translations 2019-10-29 16:13:36 -07:00
Michael Kirk
9dcd3b65b7 fix incoming footer alignment 2019-10-29 16:58:56 -06:00
Nora Trapp
0c624eea68 Remove stray file / translations 2019-10-29 10:58:35 -07:00
Jim Gustafson
f1152c1297 Enhance call logging to provide more info
For some key operations, change call logging to use the info
log level so that it shows up when debugging production log
files. Also adding some stub output in cases where it was
missing.
2019-10-28 14:10:23 -07:00
Nora Trapp
fdc5257386 "Bump build to 2.45.0.24." 2019-10-28 12:51:47 -07:00
Nora Trapp
b29736fdd6 Sync translations, enable Urdu localization 2019-10-28 12:51:01 -07:00
Nora Trapp
9dc439af97 Sync translations 2019-10-28 12:23:43 -07:00
Nora Trapp
c16d427932 Update some icons 2019-10-28 11:40:24 -07:00
Nora Trapp
eefee23430 "Bump build to 2.45.0.23." 2019-10-25 19:12:36 -07:00
Nora Trapp
ce9471525c Update feature flags for beta 2019-10-25 19:11:16 -07:00
Nora Trapp
a949b7f412 Fix some warnings and YDB full text search tests 2019-10-25 19:10:52 -07:00
Michael Kirk
329fffb8e2 Fixing up phonenumber parsing tests 2019-10-25 18:33:56 -07:00
Michael Kirk
3f03c650f9 add missing hook implementations for BroadcastJob 2019-10-25 15:05:13 -06:00
Michael Kirk
321307a25f log error details 2019-10-25 14:04:33 -06:00
Matthew Chen
e0eefbc87c Fix "missing moves" in thread mapping diffing. 2019-10-25 13:32:18 -03:00
Matthew Chen
8137f393c8 Update info plist to reflect latest RingRTC. 2019-10-24 14:58:26 -03:00
Matthew Chen
ceff10abfa "Bump build to 2.45.0.22." 2019-10-24 14:15:52 -03:00
Matthew Chen
59c60bee6a Update l10n strings. 2019-10-24 14:15:02 -03:00
Matthew Chen
c182c339d5 "Bump build to 2.45.0.21." (Internal) 2019-10-23 18:09:18 -03:00
Michael Kirk
a948b35feb Respect primaryLayoutMargins on iOS10 2019-10-22 10:15:32 -06:00
Michael Kirk
a1ebb6cf76 log sql with regular logger, but only in dev-qa 2019-10-21 14:10:44 -06:00
Matthew Chen
466366a0fa "Bump build to 2.45.0.20." 2019-10-21 16:58:25 -03:00
Matthew Chen
ae769ad5bd Respond to CR. 2019-10-21 16:55:06 -03:00
Matthew Chen
e132af82bf Improve GRDB perf for FTS searches with many results. 2019-10-21 16:50:00 -03:00
Matthew Chen
e7479567a4 Improve GRDB perf for FTS searches with many results. 2019-10-21 16:50:00 -03:00
Nora Trapp
fef0a2ffbf Revert "Merge branch 'nt/ipad-split-view'"
This reverts commit 3c9a3f8f21, reversing
changes made to 9a2645497e.
2019-10-21 12:35:02 -07:00
Matthew Chen
9683a74c18 Revert "Add logging around home view updates."
This reverts commit e6c3d6df19.
2019-10-21 15:33:11 -03:00
Matthew Chen
6bc0162d11 "Bump build to 2.45.0.19." 2019-10-21 15:33:03 -03:00
Matthew Chen
e6c3d6df19 Add logging around home view updates. 2019-10-21 15:32:33 -03:00
Matthew Chen
34f8c4adb1 Log launch keys. 2019-10-21 15:17:30 -03:00
Nora Trapp
9148052cd6 Fix notification presentation over selected thread. 2019-10-21 10:49:19 -07:00
Nora Trapp
cacf3f9326 Fix dark theme 2019-10-21 10:46:57 -07:00
Matthew Chen
607d98164f Revert "Add logging around home view updates."
This reverts commit 909573308776a893fa9319dfa4b251f037539c32.
2019-10-21 11:03:10 -03:00
Matthew Chen
e177951d3b "Bump build to 2.45.0.18." 2019-10-21 11:03:00 -03:00
Matthew Chen
fbcbc17c77 Add logging around home view updates. 2019-10-21 11:02:57 -03:00
Matthew Chen
d24e1e2437 "Bump build to 2.45.0.17." 2019-10-18 17:25:23 -03:00
Matthew Chen
112e4ab38a Respond to CR. 2019-10-18 17:14:35 -03:00