Commit Graph

22799 Commits

Author SHA1 Message Date
Michael Kirk
53d00e61cf Merge branch 'mkirk/update-copy-tweaks' 2017-07-10 10:43:07 -05:00
Michael Kirk
e584f4d1e1 copy tweaks
// FREEBIE
2017-07-10 10:42:59 -05:00
Michael Kirk
c5e42b667c Merge branch 'dermaaarkus-feature/fixWarnings' 2017-07-08 17:24:36 -05:00
markus.fassbender
422336db32 fixes compiler warnings FREEBIE 2017-07-08 17:24:22 -05:00
Matthew Chen
84a5a73b51 Merge branch 'charlesmchen/timerLeaks' 2017-07-07 15:17:25 -04:00
Matthew Chen
c817346ee3 Fix “timer circular reference” leaks.
// FREEBIE
2017-07-07 15:17:18 -04:00
Michael Kirk
afe6f9ca7a Merge branch 'mkirk/bluetooth' 2017-07-06 19:36:06 -05:00
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
2017-07-06 17:54:14 -05:00
Matthew Chen
9a84aa93e1 Merge branch 'charlesmchen/headzDontSleep' 2017-07-06 17:40:57 -04:00
Matthew Chen
e3f2583b4a Respond to CR.
// FREEBIE
2017-07-06 17:40:37 -04:00
Matthew Chen
9cbc1e6a1b Block device from sleeping while Debug UI is visible and during database upgrades.
// FREEBIE
2017-07-06 17:35:47 -04:00
Matthew Chen
0244e134f5 Block device from sleeping during certain activities.
// FREEBIE
2017-07-06 17:35:47 -04:00
Matthew Chen
700f3229bc Merge branch 'charlesmchen/lastRegisteredVsKeychain' 2017-07-06 17:34:48 -04:00
Matthew Chen
bfd04088bd Persist registration view’s “last registered” values in keychain so that they persist across clean installs.
// FREEBIE
2017-07-06 17:34:42 -04:00
Michael Kirk
340728f168 Merge branch 'mkirk/status-not-tappable' 2017-07-06 15:25:39 -05:00
Michael Kirk
1afc6525e5 selecting network status does not highlight
// FREEBIE
2017-07-06 15:25:10 -05:00
Matthew Chen
79aa5e2793 Merge branch 'charlesmchen/showUpgradeLabel' into hotfix/2.13.4.0 2017-07-06 15:15:42 -04:00
Matthew Chen
9aa54cad63 Fix missing “database upgrade” label on launch screen.
// FREEBIE
2017-07-06 15:10:47 -04:00
Matthew Chen
ab9770c175 Fix missing “database upgrade” label on launch screen.
// FREEBIE
2017-07-06 15:05:09 -04:00
Matthew Chen
5038744811 Fix missing “database upgrade” label on launch screen.
// FREEBIE
2017-07-06 15:05:09 -04:00
Matthew Chen
1e99c55e8c Merge branch 'charlesmchen/moreDebugMessages' into hotfix/2.13.4.0 2017-07-06 14:59:34 -04:00
Matthew Chen
d94ee7ab11 Add options to send 3k debug messages.
// FREEBIE
2017-07-06 14:59:22 -04:00
Matthew Chen
ac48b13882 Bump version number to 2.13.4.0.
// FREEBIE
2017-07-06 14:57:17 -04:00
Michael Kirk
2e5ba529af [SSK] Update SSK to hotfix/2.13.4.0.
// FREEBIE
2017-07-06 14:49:21 -04:00
Matthew Chen
3e11c10c9c [SSK] Don’t sync verification state until app has finished becoming active.
// FREEBIE
2017-07-06 14:42:04 -04:00
Matthew Chen
c1e1247eff Merge branch 'charlesmchen/identityManagerVsStartup' 2017-07-06 14:38:52 -04:00
Matthew Chen
e2197848bb Merge branch 'charlesmchen/appUpdateNag' 2017-07-06 13:21:14 -04:00
Matthew Chen
9e5447f1d4 Respond to CR.
// FREEBIE
2017-07-06 13:20:21 -04:00
Matthew Chen
b400c0a327 Don’t show app upgrade nag unless we are at rest in home view or registration view.
// FREEBIE
2017-07-06 12:56:27 -04:00
Matthew Chen
944cd7beef Show app update nag on launch if necessary.
// FREEBIE
2017-07-06 12:56:27 -04:00
Matthew Chen
92276157dc Don’t sync verification state until app has finished becoming active.
// FREEBIE
2017-07-06 12:34:08 -04:00
Michael Kirk
2216c2d413 Merge pull request #295 from WhisperSystems/mkirk/fix-tests
fix tests
2017-07-06 10:28:28 -05:00
Michael Kirk
a23b4871e0 fix tests
// FREEBIE
2017-07-06 09:37:12 -05:00
Michael Kirk
8e891eb357 Merge branch 'hotfix/2.13.3.0'
// FREEBIE
2017-07-06 09:33:57 -05:00
Michael Kirk
72e893d5f7 Merge commit 'e24f18320d3aefe87d2532c9f0520348c4598cb2' 2017-07-06 09:08:02 -05:00
Matthew Chen
e0ee4e42f1 [SSK] Modify TSStorageManager to use separate shared read and write connections.
// FREEBIE
2017-07-05 19:08:36 -04:00
Matthew Chen
e24f18320d Merge branch 'charlesmchen/modelConnection' into hotfix/2.13.3.0 2017-07-05 19:06:30 -04:00
Matthew Chen
58fb86b8e0 Use a dedicated connection for model reads & writes.
// FREEBIE
2017-07-05 18:54:48 -04:00
Matthew Chen
1349360925 Merge branch 'charlesmchen/afterDidBecomeActive' into hotfix/2.13.3.0 2017-07-05 18:49:42 -04:00
Matthew Chen
c5bf85d0b3 Respond to CR.
// FREEBIE
2017-07-05 18:49:02 -04:00
Matthew Chen
ab3aa9d0ce Respond to CR.
// FREEBIE
2017-07-05 18:12:06 -04:00
Matthew Chen
97169f521a Move more initialization until after didBecomeActive is complete to avoid the “bad food” crash.
// FREEBIE
2017-07-05 17:54:22 -04:00
Matthew Chen
32beec6115 Merge branch 'charlesmchen/crashOnLaunch' into hotfix/2.13.3.0 2017-07-05 17:27:01 -04:00
Matthew Chen
73869b1eff Fix possible cause of crash on launch.
// FREEBIE
2017-07-05 17:26:27 -04:00
Matthew Chen
7869d1409b Merge branch 'charlesmchen/sharedReadAndWriteConnections' into hotfix/2.13.3.0 2017-07-05 17:25:04 -04:00
Matthew Chen
dc1453264b [SSK] Modify TSStorageManager to use separate shared read and write connections.
// FREEBIE
2017-07-05 17:24:48 -04:00
Matthew Chen
065017cafd Merge branch 'charlesmchen/sharedReadAndWriteConnections' into hotfix/2.13.3.0 2017-07-05 17:23:03 -04:00
Matthew Chen
7135895c1c Modify TSStorageManager to use separate shared read and write connections.
// FREEBIE
2017-07-05 17:01:28 -04:00
Matthew Chen
daae31d30e Modify TSStorageManager to use separate shared read and write connections.
// FREEBIE
2017-07-05 16:58:39 -04:00
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
2017-07-05 16:55:11 -04:00