Commit Graph

4998 Commits

Author SHA1 Message Date
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
Matthew Chen edaf65223a Migrate to shared data NSUserDefaults. 2017-11-30 09:49:01 -05:00
Matthew Chen cd11ec5698 Add app group, share keychain. Take a first pass at file migration to shared data directory. 2017-11-30 09:49:01 -05:00
Michael Kirk 1ccf5132c1 Merge branch 'mkirk/orphan-cleaner-fixup' 2017-11-29 14:57:08 -08:00
Michael Kirk 336aa13520 Avoid overzealous assert
// FREEBIE
2017-11-29 14:57:04 -08:00
Michael Kirk d458906a64 Merge branch 'mkirk/bubble-factory-perf' 2017-11-29 14:53:19 -08:00
Michael Kirk 9ac3ce3758 Memoize bubble factory
Shaves 5% off of initial conversation load.

// FREEBIE
2017-11-29 14:53:04 -08:00
Michael Kirk fd829ba575 Merge branch 'hotfix/2.19.1' 2017-11-29 14:07:33 -08:00
Michael Kirk 2072359a72 add todo 2017-11-29 14:07:03 -08:00
Michael Kirk 3828edab15 Merge branch 'mkirk/share-spike-framework-friendly' 2017-11-29 13:58:32 -08:00
Michael Kirk 2c4cf96515 Some proof of framework integration in the sample share extension
// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk e9796600c6 disable some asserts for now
// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk 961727814b Move pinning certificates into App
// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk a11d83187b WIP: Framework-friendly - compiles but crashes on launch
// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk c5b0f7cd01 framework compatible CocoaLumberjack import
With previous import style, the `LOG_ASYNC_ENABLED, LOG_LEVEL_DEF`
macros were not being defined.

@import style module includes are handled differently in ObjC++, causing
problems with out millisecondTimeStamp implementation. Rather than
address that problem head on, I simple reimplemented our millisecond
timestamp method in objective-c, removing our single ObjC++ file.

// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk 7894a58769 FIXME: Changes to get share extension compiling
This was a slash and burn approach, and breaks existing functionality.
We need to address all of these before merging.

// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk b56f0e0d25 Pod setup for SignalMessaging framework
// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk de028404bb Shared framework between app and extension
// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk d96eb8932b ShareExtension template
Only modification was to target down to iOS9

(targeting iOS8 failed to build)

// FREEBIE
2017-11-29 13:58:27 -08:00
Michael Kirk 741723c990 pull latest translations
// FREEBIE
2017-11-29 13:14:25 -08:00
Michael Kirk a85b144150 Merge branch 'mkirk/proper-file-extensions' into hotfix/2.19.1 2017-11-29 13:14:16 -08:00
Michael Kirk 9d1e3dc223 We need to change file extensions when converting data
// FREEBIE
2017-11-29 12:43:05 -08:00
Matthew Chen b242f6491a Merge branch 'charlesmchen/addPhotoUsageDescription' into hotfix/2.19.1 2017-11-29 13:18:59 -05:00
Matthew Chen 1f3cc8752b Fix the add photo permission crash on iOS 11. 2017-11-29 13:18:45 -05:00
Michael Kirk a902105944 Merge branch 'mkirk/ios8-send-crash' into hotfix/2.19.1 2017-11-29 10:17:39 -08:00
Michael Kirk 1a99b34913 Fix iOS8 crash on type
// FREEBIE
2017-11-29 10:15:57 -08:00
Matthew Chen 33f2233181 Bump version number to v2.19.1. 2017-11-29 12:44:58 -05:00
Matthew Chen 2685eae12a Merge branch 'charlesmchen/fakeLargeAttachments' 2017-11-29 10:34:53 -05:00
Matthew Chen 40b2ecf580 Add debug UI for hallucinating lots of large attachments to stress shared data migration. 2017-11-29 10:34:46 -05:00
Matthew Chen bfc1445675 Add debug UI for hallucinating lots of large attachments to stress shared data migration. 2017-11-29 10:34:46 -05:00
Matthew Chen 42e972ef7e Merge branch 'charlesmchen/signalServiceConcurrency' 2017-11-28 14:46:01 -05:00