Commit Graph

349 Commits (ddd2004824426f650697200028913a7cefbe0b6b)

Author SHA1 Message Date
Matthew Chen 791743a5f0 Fix order of operations in SAE setup. 7 years ago
Matthew Chen f148003fb3 Convert logTag to property. 7 years ago
Matthew Chen 99f0b9d3e8 Fix issues around statics. 7 years ago
Michael Kirk 0429836ff9 CR: rename keyWindow -> keyReferenceView, split long line
// FREEBIE
7 years ago
Michael Kirk eca19e5874 Reconcile MediaMessageView zoom behavior with AppExtension
Previously it was predicated on UIApplication.shared

// FREEBIE
7 years ago
Michael Kirk 3eceb86371 Show alert if we fail to build the attachment
// FREEBIE
7 years ago
Michael Kirk 89b9887f1d Make DeviceSleepManager extension compatible
// FREEBIE
7 years ago
Michael Kirk a58f1f385c Share a photo from photos app
Shows the conversation picker, and sends the attachment to that
conversation.

There's still a lot TODO

-[ ] resolve JSQ dependency
-[ ] properly wait for app to load
-[ ] dismiss share extension after send is complete
-[ ] support non jpeg file types
-[ ] Fix device sleep manager

// FREEBIE
7 years ago
Matthew Chen 69e0bcd308 Fix tests. 7 years ago
Matthew Chen f5353fc7d5 Clean up ahead of PR. 7 years ago
Matthew Chen 150f417a5e Clean up ahead of PR. 7 years ago
Matthew Chen 022b2f93dd Respond to CR. 7 years ago
Matthew Chen e94ef01d72 Respond to CR. 7 years ago
Matthew Chen 9da165b846 Continue conversion of app setup. 7 years ago
Matthew Chen ce899edf10 Respond to CR. 7 years ago
Matthew Chen b4e8df79da Migrate environment to SignalMessaging. 7 years ago
Matthew Chen a16058e477 Migrate environment to SignalMessaging. 7 years ago
Matthew Chen 6d87df88aa Migrate environment to SignalMessaging. 7 years ago
Matthew Chen c817aa51b3 Migrate environment to SignalMessaging. 7 years ago
Michael Kirk 06f52deaf9 address some additional compiler warnings 7 years ago
Michael Kirk 23d3006fd8 remove unused code
// FREEBIE
7 years ago
Michael Kirk 08c324f948 Fix compiler warnings around ambiguous macro redefinition.
LMK if there's a better way to do this, which doesn't involve requiring
modules.

// FREEBIE
7 years ago
Michael Kirk 2af818b3ba Make SignalMessaging AppExtension safe
// FREEBIE
7 years ago
Michael Kirk 0138777343 New @available syntax avoids compiler warnings
// FREEBIE
7 years ago
Michael Kirk f96b7bc27c CNContact doesn't exist before iOS9
// FREEBIE
7 years ago
Michael Kirk 0dec643b94 update header to match implementation atomicity
// FREEBIE
7 years ago
Michael Kirk 5e7ca89930 Proper function prototypes
// FREEBIE
7 years ago
Matthew Chen bf21d0c0ed Enable logging in SAE; rework log file management to include multiple log directories. 7 years ago
Michael Kirk 336d59a6ce restore chrono timestamp
make SSK compatible with c++ by using non-modular imports, which
requires disambiguating our ddLog variable.

// FREEBIE
7 years ago
Matthew Chen e7df2511a4 Register CrossProcessNotifier. 7 years ago
Matthew Chen 64762eb427 Observe YapDatabaseModifiedExternallyNotification. 7 years ago
Matthew Chen 62cf9b1dd5 Respond to CR. 7 years ago
Matthew Chen d17ccadea2 Use AppContext to resolve share extension FIXMEs. 7 years ago
Matthew Chen e712e8bfc4 Use AppContext to resolve share extension FIXMEs. 7 years ago
Matthew Chen 4c31d99498 Respond to CR. 7 years ago
Matthew Chen ffa69b3502 Add application context class. 7 years ago
Matthew Chen 8d4e9b4565 Respond to CR. 7 years ago
Matthew Chen 779e89fe74 Clean up ahead of PR. 7 years ago
Matthew Chen 7429e1968c Clean up ahead of PR. 7 years ago
Matthew Chen edaf65223a Migrate to shared data NSUserDefaults. 7 years ago
Matthew Chen cd11ec5698 Add app group, share keychain. Take a first pass at file migration to shared data directory. 7 years ago
Michael Kirk 336aa13520 Avoid overzealous assert
// FREEBIE
7 years ago
Michael Kirk 2072359a72 add todo 7 years ago
Michael Kirk e9796600c6 disable some asserts for now
// FREEBIE
7 years ago
Michael Kirk 961727814b Move pinning certificates into App
// FREEBIE
7 years ago
Michael Kirk a11d83187b WIP: Framework-friendly - compiles but crashes on launch
// FREEBIE
7 years ago
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
7 years ago
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
7 years ago
Matthew Chen 829464baaf Remove concurrency limitations from signal service. 7 years ago
Matthew Chen ba88da60ca Use dedicated db connection for recipient identities. 8 years ago