Commit Graph

4958 Commits

Author SHA1 Message Date
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
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
Matthew Chen 829464baaf Remove concurrency limitations from signal service. 2017-11-28 14:45:52 -05:00
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
2017-11-24 10:10:21 -08:00
Matthew Chen f4f2ff8835 Bump build to 2.19.0.22.
// FREEBIE
2017-11-22 15:30:42 -05:00
Matthew Chen 8b93c4aa2c Merge branch 'charlesmchen/unreadIndicatorAssert' 2017-11-22 15:29:58 -05:00
Matthew Chen 8acce3b5bd Simplify the unread indicator logic. 2017-11-22 15:23:58 -05:00
Michael Kirk a03a96693f Merge branch 'mkirk/archive-after-reset' 2017-11-22 11:47:37 -08:00
Michael Kirk 43092ee6ac CR: be extra paranoid about archiving the reset session
// FREEBIE
2017-11-22 11:44:35 -08:00
Michael Kirk 47926418b5 Prevent subsequent "No valid session" errors from the recipient of an
EndSession message.

// FREEBIE
2017-11-22 11:15:26 -08:00
Matthew Chen 443ef58377 Bump build to 2.19.0.21.
// FREEBIE
2017-11-22 13:33:51 -05:00
Matthew Chen 97efc359f0 Merge branch 'mkirk/center-loading-more' 2017-11-22 13:32:36 -05:00
Michael Kirk a542471bbe center "Loading More Messages" label
// FREEBIE
2017-11-22 13:32:20 -05:00
Matthew Chen bd6cb22255 Update l10n strings. 2017-11-22 13:32:10 -05:00
Matthew Chen 6f90786ac3 Merge branch 'charlesmchen/layoutEdgeCases' 2017-11-22 13:17:45 -05:00
Matthew Chen f9f0f1c27d Revert "Force conversation view cells to update layout immediately."
This reverts commit ef820a3719.
2017-11-22 13:12:15 -05:00
Matthew Chen 35bdc86ab5 Reload adjacent rows using original indices, not final indices. 2017-11-22 13:06:54 -05:00
Matthew Chen 0029b6854f Merge branch 'charlesmchen/unreadLayoutEdgeCases' 2017-11-22 10:50:42 -05:00
Matthew Chen 71f5ef5940 Improve handling of unread indicator edge cases. 2017-11-22 10:39:38 -05:00
Matthew Chen e0e0a512e5 Merge branch 'charlesmchen/identityTransactions' 2017-11-22 09:40:54 -05:00
Matthew Chen ba88da60ca Use dedicated db connection for recipient identities. 2017-11-22 09:40:39 -05:00
Matthew Chen 2ec1e7e925 Respond to CR. 2017-11-22 09:39:43 -05:00
Matthew Chen f07cbeef72 Bump build to 2.19.0.20.
// FREEBIE
2017-11-21 18:22:42 -05:00
Matthew Chen 61666351cc Update l10n strings. 2017-11-21 18:22:07 -05:00
Matthew Chen 5f9f63d897 Merge branch 'charlesmchen/unreadEdgeCases' 2017-11-21 18:18:21 -05:00
Matthew Chen 2d241623b7 Improve handling of edge cases around unread indicator delimiting deleted message(s). 2017-11-21 18:17:19 -05:00
Matthew Chen 368ad922d6 Merge branch 'charlesmchen/unreadVsConversationUI' 2017-11-21 17:53:59 -05:00
Matthew Chen 5ef9d53c91 Update conversation view UI to reflect unread state. 2017-11-21 17:53:52 -05:00
Matthew Chen b3d9363961 Merge branch 'charlesmchen/forceConversationCellLayout' 2017-11-21 17:52:20 -05:00
Matthew Chen ef820a3719 Force conversation view cells to update layout immediately.
// FREEBIE
2017-11-21 17:52:14 -05:00
Matthew Chen 0cda3661f1 Merge branch 'charlesmchen/unknownCountry' 2017-11-21 17:50:00 -05:00
Matthew Chen 9b4ac4073f Improve robustness around unknown country codes. 2017-11-21 17:48:00 -05:00
Michael Kirk 73655de3d9 bump build
// FREEBIE
2017-11-21 12:26:02 -05:00
Michael Kirk 7d6f37b0e1 Sync translations
// FREEBIE
2017-11-21 12:21:52 -05:00
Michael Kirk e1c50103b6 Merge branch 'mkirk/insert-unread-indicator' 2017-11-21 11:52:54 -05:00
Michael Kirk 370364c936 Scroll down button scrolls to unread
// FREEBIE
2017-11-21 11:42:33 -05:00
Matthew Chen ed0e0fadcd Merge branch 'charlesmchen/scrollDownButtonVsRTL' 2017-11-21 11:28:14 -05:00
Matthew Chen b0c9add29c Update layout of "scroll down button" to reflect RTL. 2017-11-21 11:27:01 -05:00
Matthew Chen ce9e2fb197 Merge branch 'charlesmchen/contactsSyncDeadlock' 2017-11-21 11:23:03 -05:00
Matthew Chen d9fcfdeeb7 Fix deadlock when responding to contacts sync messages. 2017-11-21 11:21:08 -05:00
Matthew Chen 9b197fad03 Fix deadlock when responding to contacts sync messages. 2017-11-21 11:21:08 -05:00
Matthew Chen 93927801ee Merge branch 'charlesmchen/swipeTransitionVsRTL' 2017-11-21 11:17:13 -05:00