Commit graph

5178 commits

Author SHA1 Message Date
Michael Kirk
2af818b3ba Make SignalMessaging AppExtension safe
// FREEBIE
2017-12-04 12:50:28 -05:00
Michael Kirk
fcb17585b0 fix compiler warnings
// FREEBIE
2017-12-04 12:50:28 -05:00
Michael Kirk
0138777343 New @available syntax avoids compiler warnings
// FREEBIE
2017-12-04 12:50:28 -05:00
Michael Kirk
f96b7bc27c CNContact doesn't exist before iOS9
// FREEBIE
2017-12-04 12:50:28 -05:00
Michael Kirk
0dec643b94 update header to match implementation atomicity
// FREEBIE
2017-12-04 12:50:28 -05:00
Michael Kirk
5e7ca89930 Proper function prototypes
// FREEBIE
2017-12-04 12:50:28 -05:00
Matthew Chen
5705b256e9 Merge branch 'charlesmchen/logsVsSAE' 2017-12-04 10:37:40 -05:00
Matthew Chen
98eb4613ed Enable logging in SAE; rework log file management to include multiple log directories. 2017-12-01 12:55:47 -05:00
Matthew Chen
bf21d0c0ed Enable logging in SAE; rework log file management to include multiple log directories. 2017-12-01 12:55:47 -05:00
Matthew Chen
23f151fa50 Merge branch 'charlesmchen/saeLoading' 2017-12-01 12:54:57 -05:00
Matthew Chen
8cc33b3de1 Refine loading view of share extension. 2017-12-01 10:48:18 -05:00
Matthew Chen
eaebec6222 Merge branch 'charlesmchen/l10nScriptsVsSAE' 2017-12-01 09:48:06 -05:00
Matthew Chen
f728f5c09b Incorporate l10n strings from main app into SAE. 2017-12-01 09:46:17 -05:00
Matthew Chen
074664f735 Revert "Modify l10n string extraction script to copy strings to SAE."
This reverts commit c61490c0b4.
2017-12-01 09:42:06 -05:00
Matthew Chen
efe0758e3d Revert "Modify l10n string download script to copy strings to SAE."
This reverts commit 9f31c048a2.
2017-12-01 09:41:59 -05:00
Matthew Chen
9f31c048a2 Modify l10n string download script to copy strings to SAE. 2017-12-01 09:41:14 -05:00
Matthew Chen
c61490c0b4 Modify l10n string extraction script to copy strings to SAE. 2017-12-01 09:41:14 -05:00
Matthew Chen
c82ff5b3cf Merge branch 'charlesmchen/customUIForSAE' 2017-12-01 09:38:19 -05:00
Matthew Chen
e7b32899cb Sketch out SAE load screen; make a number of infrastructure changes. 2017-12-01 09:37:52 -05:00
Matthew Chen
43eefd35e6 Merge branch 'charlesmchen/shareExtensionTypes' 2017-12-01 09:37:26 -05:00
Michael Kirk
9cea6971ba bump version
// FREEBIE
2017-11-30 14:40:35 -08:00
Matthew Chen
f20196e3fa Use dict to specify supported types for SAE. 2017-11-30 15:06:16 -05:00
Matthew Chen
aa1ca3410d Merge branch 'charlesmchen/appExtensionContext' 2017-11-30 14:57:10 -05:00
Matthew Chen
15e3b5ad76 Add app extension context, bridging header and PCH to app extension. 2017-11-30 14:57:03 -05:00
Matthew Chen
61b33b1a45 Make SignalMessaging a build dependency of the share extension. 2017-11-30 14:57:03 -05:00
Matthew Chen
2aafdcf577 Add app extension context, bridging header and PCH to app extension. 2017-11-30 14:57:03 -05:00
Matthew Chen
1b65e0c9e6 Merge branch 'charlesmchen/appExtensionVsBuildNumberScript' 2017-11-30 14:56:35 -05:00
Matthew Chen
d5f2ebff42 Update "bump build number" script to update share extension. 2017-11-30 14:56:30 -05:00
Matthew Chen
bc234d42ed Merge branch 'charlesmchen/appExtensionCapabilitiesAndInfo' 2017-11-30 14:09:16 -05:00
Matthew Chen
f896bf99d5 Update share extension capabilities. 2017-11-30 14:09:10 -05:00
Matthew Chen
8706d8f599 Update share extension capabilities. 2017-11-30 14:09:10 -05:00
Michael Kirk
afea3008b4 Merge branch 'mkirk/use-framework-friendly-openssl' 2017-11-30 09:44:16 -08:00
Michael Kirk
7ca314aa28 Use up-to-date framework friendly OpenSSL
// FREEBIE
2017-11-30 09:43:17 -08:00
Michael Kirk
08ad7bc9c2 Merge branch 'mkirk/use-chrono' 2017-11-30 09:38:55 -08:00
Michael Kirk
336d59a6ce restore chrono timestamp
make SSK compatible with c++ by using non-modular imports, which
requires disambiguating our ddLog variable.

// FREEBIE
2017-11-30 09:38:39 -08:00
Matthew Chen
14d5950624 Merge branch 'charlesmchen/crossProcessDBModifications' 2017-11-30 10:28:12 -05:00
Matthew Chen
e7df2511a4 Register CrossProcessNotifier. 2017-11-30 10:28:05 -05:00
Matthew Chen
64762eb427 Observe YapDatabaseModifiedExternallyNotification. 2017-11-30 10:28:05 -05:00
Matthew Chen
9aa05733dc Merge branch 'charlesmchen/addressSharingExtensionTODOs_' 2017-11-30 10:19:49 -05:00
Matthew Chen
62cf9b1dd5 Respond to CR. 2017-11-30 10:19:34 -05:00
Matthew Chen
d17ccadea2 Use AppContext to resolve share extension FIXMEs. 2017-11-30 10:12:32 -05:00
Matthew Chen
e712e8bfc4 Use AppContext to resolve share extension FIXMEs. 2017-11-30 10:12:24 -05:00
Matthew Chen
94436f7b04 Merge branch 'charlesmchen/appContext' 2017-11-30 10:10:44 -05:00
Matthew Chen
4c31d99498 Respond to CR. 2017-11-30 10:10:30 -05:00
Matthew Chen
66fae5bd54 Clean up ahead of PR. 2017-11-30 10:07:39 -05:00
Matthew Chen
ffa69b3502 Add application context class. 2017-11-30 10:07:20 -05:00
Matthew Chen
594544b264 Merge branch 'charlesmchen/appExtensionMigration' 2017-11-30 10:02:21 -05:00
Matthew Chen
8d4e9b4565 Respond to CR. 2017-11-30 10:02:04 -05:00
Matthew Chen
779e89fe74 Clean up ahead of PR. 2017-11-30 09:49:01 -05:00
Matthew Chen
7429e1968c Clean up ahead of PR. 2017-11-30 09:49:01 -05:00