Commit Graph

5079 Commits (3eceb863715f0a6c6d9f813b8d328c894654a85c)
 

Author SHA1 Message Date
Matthew Chen 7429e1968c Clean up ahead of PR. 8 years ago
Matthew Chen edaf65223a Migrate to shared data NSUserDefaults. 8 years ago
Matthew Chen cd11ec5698 Add app group, share keychain. Take a first pass at file migration to shared data directory. 8 years ago
Michael Kirk 1ccf5132c1 Merge branch 'mkirk/orphan-cleaner-fixup' 8 years ago
Michael Kirk 336aa13520 Avoid overzealous assert
// FREEBIE
8 years ago
Michael Kirk d458906a64 Merge branch 'mkirk/bubble-factory-perf' 8 years ago
Michael Kirk 9ac3ce3758 Memoize bubble factory
Shaves 5% off of initial conversation load.

// FREEBIE
8 years ago
Michael Kirk fd829ba575 Merge branch 'hotfix/2.19.1' 8 years ago
Michael Kirk 2072359a72 add todo 8 years ago
Michael Kirk 3828edab15 Merge branch 'mkirk/share-spike-framework-friendly' 8 years ago
Michael Kirk 2c4cf96515 Some proof of framework integration in the sample share extension
// FREEBIE
8 years ago
Michael Kirk e9796600c6 disable some asserts for now
// FREEBIE
8 years ago
Michael Kirk 961727814b Move pinning certificates into App
// FREEBIE
8 years ago
Michael Kirk a11d83187b WIP: Framework-friendly - compiles but crashes on launch
// FREEBIE
8 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
8 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
8 years ago
Michael Kirk b56f0e0d25 Pod setup for SignalMessaging framework
// FREEBIE
8 years ago
Michael Kirk de028404bb Shared framework between app and extension
// FREEBIE
8 years ago
Michael Kirk d96eb8932b ShareExtension template
Only modification was to target down to iOS9

(targeting iOS8 failed to build)

// FREEBIE
8 years ago
Michael Kirk 741723c990 pull latest translations
// FREEBIE
8 years ago
Michael Kirk a85b144150 Merge branch 'mkirk/proper-file-extensions' into hotfix/2.19.1 8 years ago
Michael Kirk 9d1e3dc223 We need to change file extensions when converting data
// FREEBIE
8 years ago
Matthew Chen b242f6491a Merge branch 'charlesmchen/addPhotoUsageDescription' into hotfix/2.19.1 8 years ago
Matthew Chen 1f3cc8752b Fix the add photo permission crash on iOS 11. 8 years ago
Michael Kirk a902105944 Merge branch 'mkirk/ios8-send-crash' into hotfix/2.19.1 8 years ago
Michael Kirk 1a99b34913 Fix iOS8 crash on type
// FREEBIE
8 years ago
Matthew Chen 33f2233181 Bump version number to v2.19.1. 8 years ago
Matthew Chen 2685eae12a Merge branch 'charlesmchen/fakeLargeAttachments' 8 years ago
Matthew Chen 40b2ecf580 Add debug UI for hallucinating lots of large attachments to stress shared data migration. 8 years ago
Matthew Chen bfc1445675 Add debug UI for hallucinating lots of large attachments to stress shared data migration. 8 years ago
Matthew Chen 42e972ef7e Merge branch 'charlesmchen/signalServiceConcurrency' 8 years ago
Matthew Chen 829464baaf Remove concurrency limitations from signal service. 8 years ago
Andrey D 8d790ffb98 Update contributing.ms to use signal.org URLs; remove Bithub references (#2806)
* Update contributing.md to use signal.org URLs

* Remove Bithub references from readme.md, contributing.md

In hand with:
0bcf46bacd

* Remove Bithub references from PR template
8 years ago
Matthew Chen f4f2ff8835 Bump build to 2.19.0.22.
// FREEBIE
8 years ago
Matthew Chen 8b93c4aa2c Merge branch 'charlesmchen/unreadIndicatorAssert' 8 years ago
Matthew Chen 8acce3b5bd Simplify the unread indicator logic. 8 years ago
Michael Kirk a03a96693f Merge branch 'mkirk/archive-after-reset' 8 years ago
Michael Kirk 43092ee6ac CR: be extra paranoid about archiving the reset session
// FREEBIE
8 years ago
Michael Kirk 47926418b5 Prevent subsequent "No valid session" errors from the recipient of an
EndSession message.

// FREEBIE
8 years ago
Matthew Chen 443ef58377 Bump build to 2.19.0.21.
// FREEBIE
8 years ago
Matthew Chen 97efc359f0 Merge branch 'mkirk/center-loading-more' 8 years ago
Michael Kirk a542471bbe center "Loading More Messages" label
// FREEBIE
8 years ago
Matthew Chen bd6cb22255 Update l10n strings. 8 years ago
Matthew Chen 6f90786ac3 Merge branch 'charlesmchen/layoutEdgeCases' 8 years ago
Matthew Chen f9f0f1c27d Revert "Force conversation view cells to update layout immediately."
This reverts commit ef820a3719.
8 years ago
Matthew Chen 35bdc86ab5 Reload adjacent rows using original indices, not final indices. 8 years ago
Matthew Chen 0029b6854f Merge branch 'charlesmchen/unreadLayoutEdgeCases' 8 years ago
Matthew Chen 71f5ef5940 Improve handling of unread indicator edge cases. 8 years ago
Matthew Chen e0e0a512e5 Merge branch 'charlesmchen/identityTransactions' 8 years ago
Matthew Chen ba88da60ca Use dedicated db connection for recipient identities. 8 years ago