Commit Graph

4501 Commits (6b100e80e213be5d923c7c585590f2b0145e40e2)

Author SHA1 Message Date
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
Matthew Chen c1578b4b06 Always load conversation media async. 7 years ago
Matthew Chen fea40d571c Move contact offers to Conversation view model. 7 years ago
Matthew Chen 15826cec5d Reduce initial conversation load window size. 7 years ago
Matthew Chen 9017c16e7e Sort interactions in CVM. 7 years ago
Matthew Chen 95bc7a23f7 Use dedicated db connection in orphan data cleaner. 7 years ago
Michael Kirk beb02afce9 Soft delete group threads 7 years ago
Matthew Chen af3cff3399 Prep orphan data cleaner. 7 years ago
Matthew Chen 8ba747916a Prep orphan data cleaner. 7 years ago
Michael Kirk b7ab036c04 warn_unused_result on AnyPromise methods 7 years ago
Matthew Chen acd97602ca Respond to CR. 7 years ago
Matthew Chen 48bd0cfa06 Add missing retains to promises. 7 years ago
Matthew Chen 15653498b7 Apply backup feature flag. 7 years ago
Michael Kirk ff45070219 Optimize album ordering - remove unnecessary albums 7 years ago
Michael Kirk 1ab0daeb9b just a bit faster 7 years ago
Michael Kirk ed12a74ccf album picker design tweaks 7 years ago
Michael Kirk 3e032f55cd clear selectedIds in sync with deselection 7 years ago
Michael Kirk d85350bf8f remain in "multiselect" mode after switching PhotoCollection 7 years ago
Michael Kirk e776a2410c update comment per code review 7 years ago
Michael Kirk 6556a3173c Don't extend PhotoCollection picker beneath navbar 7 years ago
Michael Kirk 2eb2c2856b fix conversation input appearing over image picker 7 years ago
Michael Kirk 6a61d660b4 Don't show "selected" badge unless in batch mode (per myles) 7 years ago
Michael Kirk ac7e2f76d6 Properly handle external library changes, avoid overzealous deselect 7 years ago
Michael Kirk 82d49350ef properly deselect items when switching collections 7 years ago
Michael Kirk 635401dc5e Hide "Select" button while album chooser presented
TODO:

-[x] establish parent/child relation
-[x] reconcile changes with collection picker delegate
-[x] present/dismiss animation
-[x] animate title label
-[x] hide (some?) bar button items when collection picker presented

Nice to have:

-[] crop child view top - so that it comes *up to* the navbar bottom, but
    doesn't go behind
7 years ago
Michael Kirk 5490f07bb9 Animate title chevron
TODO:

-[x] establish parent/child relation
-[x] reconcile changes with collection picker delegate
-[x] present/dismiss animation
-[x] animate title label
-[] hide (some?) bar button items when collection picker presented

Nice to have:

-[] crop child view top - so that it comes *up to* the navbar bottom, but
    doesn't go behind
7 years ago
Michael Kirk caf0020697 Present CollectionPicker as child view
TODO:

-[x] establish parent/child relation
-[x] reconcile changes with collection picker delegate
-[x] present/dismiss animation
-[] animate title label
-[] hide (some?) bar button items when collection picker presented

Nice to have:

-[] crop child view top - so that it comes *up to* the navbar bottom, but
    doesn't go behind
7 years ago
Michael Kirk 083d587ef0 WIP: Present CollectionPicker as child view
-[x] establish parent/child relation
-[x] reconcile changes with collection picker delegate
-[] present/dismiss animation
-[] animate title label
-[] hide (some?) bar button items when collection picker presented
7 years ago
Michael Kirk 0e1a65446f WIP: Present CollectionPicker as child view
-[x] establish parent/child relation
-[] reconcile changes with collection picker delegate
-[] present/dismiss animation
-[] animate title label
7 years ago
Michael Kirk 78e963404a remove overzealous assert, since we now sometimes post notification without threadId 7 years ago
Michael Kirk 52e21be656 fix draft scrolling 7 years ago
Matthew Chen 00c6ed2f3c Tweak scroll down animation behavior in conversation view. 7 years ago
Matthew Chen 734cc22cb3 Fix thread safety around CloudKit notifications. 7 years ago
Matthew Chen c646dbc560 Deconflict lazy restore and app readiness. 7 years ago
Matthew Chen 02c7a52a64 Refine conversation delete/archive. 7 years ago
Michael Kirk eb96eec94a Merge branch 'release/2.32.0' 7 years ago
Matthew Chen b88416a931 Apply dark theme changes to media downloads. 7 years ago
Michael Kirk e834550649 ensure layout invalidated after leaving media landscape 7 years ago
Michael Kirk 34737567c2 fix voice over for settings bar button item 7 years ago
Michael Kirk 694b9ef7e9 Merge tag '2.32.0.20' 7 years ago
Michael Kirk f8e073f09a enforce attachment limit in photo picker 7 years ago
Michael Kirk 1a5c47df2f Fix SAE, limit max attachments 7 years ago
Matthew Chen 6e457e43ca Clear typing indicators when they are disabled. 7 years ago
Matthew Chen 304f0824fe Respond to CR. 7 years ago
Matthew Chen 8811c61d28 Respond to CR. 7 years ago
Matthew Chen 855cba3c41 Batch backup exports. 7 years ago
Matthew Chen 57205facbc Batch backup exports. 7 years ago
Matthew Chen c1ac5c1872 Batch backup exports. 7 years ago
Matthew Chen 163c467480 Fix incremental backup exports. 7 years ago
Matthew Chen 019a4d5805 Respond to CR. 7 years ago
Matthew Chen e45b27bb28 Stop lazy attachment restore during backup import. 7 years ago
Matthew Chen cafc732dcb Fix incremental backup exports. 7 years ago
Matthew Chen e8ddc041dd Respond to CR. 7 years ago
Matthew Chen 0a4f004935 Ignore local profile restore failures. 7 years ago
Matthew Chen c3704931ec Fix incremental backup exports. 7 years ago
Matthew Chen f6b5a9eecc Fix incremental backup exports. 7 years ago
Matthew Chen e26eb5459a Fix incremental backup exports. 7 years ago
Matthew Chen 9a123d8ce9 Fix incremental backup exports. 7 years ago
Matthew Chen fe8259bf0c Fix incremental backup exports. 7 years ago
Matthew Chen d70aa4418f Merge branch 'release/2.32.0' 7 years ago
Matthew Chen 52f52a94a2 Respond to CR. 7 years ago
Matthew Chen cb349ad0fe Fix local profile restore. 7 years ago