Commit Graph

4462 Commits (858e47b9b51b0e23e661efe0af573d94809a5911)

Author SHA1 Message Date
Matthew Chen 858e47b9b5 Remove unsightly separators from 'no search results' state. 7 years ago
Matthew Chen 449633e0dc Respond to CR. 7 years ago
Matthew Chen fc8fbebd97 Note to Self. 7 years ago
Matthew Chen e52feb3c36 Note to Self. 7 years ago
Matthew Chen 4a84a19d00 Merge tag '2.33.0.11' 7 years ago
Michael Kirk 049b858125 Fix crash when update corresponds to a move.
reloading during performBatchUpdates requires the *original* indexPath, not the
new index path.
7 years ago
Michael Kirk df79fc9ed0 Move String+OWS into SSK
name Switcharoo String+OWS/String+SSK categories to reflect where they live.
7 years ago
Michael Kirk 3be8563898 fixup broken tests 7 years ago
Michael Kirk af7ee5e1d1 address compiler breakage after rebase 7 years ago
Michael Kirk 5671fd2520 Revert "Revert 'new sort id'."
This reverts commit ebae75af00.
7 years ago
Matthew Chen 039755c0df Respond to CR. 7 years ago
Matthew Chen dd836ef589 Respond to CR. 7 years ago
Matthew Chen f2d585f439 Always allow long-press for message actions. 7 years ago
Matthew Chen f4dbc22d0b Merge remote-tracking branch 'release/2.33.0' 7 years ago
Matthew Chen e3d4523bc6 Revert "Debug scaffolding."
This reverts commit 55b725a2a29b84d5e5871ac257b4c2f5ce923812.
7 years ago
Matthew Chen 639dac4e26 Add stroke drawing to the image editor. 7 years ago
Matthew Chen 0d81139be5 Debug scaffolding. 7 years ago
Michael Kirk f51416b2d2 save a few ms on send, hoist async dispatch to caller, and use it for clearing draft 7 years ago
Michael Kirk 6232b1ef67 CR: add debug asserts 7 years ago
Michael Kirk 81bc357bbb more robust handling of unsaved outgoing messages 7 years ago
Michael Kirk 62cf05cd8b assert only trivial unsaved messages are appended to the view model 7 years ago
Michael Kirk 087e320036 Track 'persisted' viewItems separately 7 years ago
Michael Kirk e3610d4360 Apply other requisite ViewItem attributes 7 years ago
Michael Kirk 0ae4821950 always put typing indicator last 7 years ago
Michael Kirk 668cc22af3 Perf: Insert outgoing message into conversation before save completes.
This was a huge savings - e.g. 50-70% of the time between tapping send and
rendering the message takes place in the save/postWriteTransaction blocks
7 years ago
Michael Kirk 67cc1027cc Fix compiler warnings 7 years ago
Michael Kirk fcea9f07b0 Fix hang on iOS10.
Offsetting by a large number was a work-around to the late assignment of
safeAreaInsets.

Before iOS11, safeAreaInsets didn't exist, and contentInsets are set *before*
viewDidAppear, so this workaround wasn't relevant.
7 years ago
Michael Kirk 4b84583de8 reload input bar async 7 years ago
Michael Kirk ac2c9cc521 Benchmark Events by ID 7 years ago
Matthew Chen 9c46ce8662 Re-enable prefetching a bit sooner. 7 years ago
Matthew Chen 6797d43510 Auto-extend conversation load window size. 7 years ago
Matthew Chen 8a6f30518a Auto-extend conversation load window size. 7 years ago
Matthew Chen 6bc8f6d3a3 More perf tweaks for conversation view. 7 years ago
Matthew Chen 2bf0c55ab0 More perf tweaks for conversation view. 7 years ago
Matthew Chen ca129bf360 Preheat more UI DB views. 7 years ago
Matthew Chen be8a61b559 Refine contact offers logic. 7 years ago
Matthew Chen 19a2bfeaad More conversation viewmodel perf improvements. 7 years ago
Matthew Chen 5f637f24e9 Preheat UI DB views. 7 years ago
Matthew Chen b0295b736b Add ReverseDispatchQueue. 7 years ago
Matthew Chen 85f6d05e0f Refine view model diffing. 7 years ago
Matthew Chen 90d8fb3d14 Refine view model diffing. 7 years ago
Matthew Chen 9db50bd9e0 Reduce priority of media loads. 7 years ago
Matthew Chen 21ab3fbbcb Respond to CR. 7 years ago
Matthew Chen 962c1acc9f Fix "blinking" regression media views. 7 years ago
Matthew Chen 047afe21ae Fix typo. 7 years ago
Matthew Chen b9404938c4 Respond to CR. 7 years ago
Matthew Chen 358d97bf5b Always load conversation media async. 7 years ago
Matthew Chen ddd6732f74 Revert "Always load conversation media async."
This reverts commit 297aa080163cb6eb324b40bae790768ff2fb1721.
7 years ago
Matthew Chen 5cb319a9c8 Always load conversation media async. 7 years ago
Matthew Chen 956859244d Always load conversation media async. 7 years ago