Commit Graph

4552 Commits (1ab5a7ed6b8b20174872766916b43bbce192a8c4)

Author SHA1 Message Date
Matthew Chen 8452f5e74b Open link preview URLs when tapped. 7 years ago
Matthew Chen a51182321c Respond to CR. 7 years ago
Matthew Chen 3d757b492a Add link previews to conversation message bubbles. 7 years ago
Matthew Chen ca8a4b3751 Make LinkPreviewView reusable. 7 years ago
Matthew Chen c7053aa36d Add link previews to converastion view items. 7 years ago
Matthew Chen 1b87e3165c Add link previews setting. 7 years ago
Matthew Chen c57b0d98cb Add link previews setting. 7 years ago
Matthew Chen 8c7c9b27a2 Merge tag '2.34.0.26' 7 years ago
Matthew Chen a7144abf93 Respond to CR. 7 years ago
Matthew Chen 416aa2b347 Add rough draft of link preview view to composer. 7 years ago
Matthew Chen 79000d5fbb Save and share all items in album. 7 years ago
Matthew Chen 8dc6ea0c08 Revert "Save and share all items in album"
This reverts commit 58ab3948e969fe09872e51061e2311535d9e0eb4.
7 years ago
Matthew Chen 4fda1be3f5 Save and share all items in album 7 years ago
Michael Kirk 293da74c52 Fix title view for iOS9/10 7 years ago
Michael Kirk 7f47fd2517 allow batch deselection when at attachment limit 7 years ago
Michael Kirk 34d11dda49 bulk deselect 7 years ago
Michael Kirk 599a57e3a4 Pan horizontal to bulk select images 7 years ago
Michael Kirk f1e508cb60 Recover status bar style when canceling PhotoPicker 7 years ago
Michael Kirk 169581f12f show toast when selecting too many items 7 years ago
Matthew Chen 977ee9ffe9 Merge remote-tracking branch 'private/release/2.34.0' 7 years ago
Michael Kirk 870a7f292b Fix scroll offset for non-iPhoneX devices 7 years ago
Matthew Chen d6a51a2a42 Fix merge breakage. 7 years ago
Matthew Chen 2dcc79fbca Fix issues around link previews. 7 years ago
Matthew Chen 8e44bf554c Respond to CR. 7 years ago
Matthew Chen 31ea64bdaf Build link previews. 7 years ago
Michael Kirk 066b400590 Honor selection with "Add More" 7 years ago
Michael Kirk 721f330296 warm non-signal accounts cache in the background 7 years ago
Matthew Chen 127ccccb80 Tweak conversation view's "load more" behavior. 7 years ago
Michael Kirk 0c1b2e9f48 CR: remove unnecessary param, clearer code, comment typo 7 years ago
Michael Kirk 6e50a5353b rename for clarity 7 years ago
Matthew Chen be714399c7 Add feature flag for landscape orientation. 7 years ago
Matthew Chen eab3599ce9 Add feature flag for landscape orientation. 7 years ago
Michael Kirk b4908e71e9 Use FTS for compose picker search 7 years ago
Matthew Chen 9d020e490c Respond to CR. 7 years ago
Matthew Chen 48fda586c3 Sync device orientation when conversation view and home view appear. 7 years ago
Matthew Chen db30ffb75c Decrypt device name in unlink confirmation alert. 7 years ago
Matthew Chen e91195385b Respond to CR. 7 years ago
Matthew Chen 04a300784f Respond to CR. 7 years ago
Matthew Chen 42762ad907 Allow taps in albums with failed images. 7 years ago
Matthew Chen b8e2cb6267 Respond to CR. 7 years ago
Matthew Chen 18c890bb95 Fix input toolbar margins issue. 7 years ago
Michael Kirk 7fddb35715 eagerly load entire album to populate rail 7 years ago
Matthew Chen 45b93cc4b4 Respond to CR. 7 years ago
Matthew Chen a477e01a4a Apply LinkPreview model. 7 years ago
Michael Kirk a497e44cef Fix iCloud download 7 years ago
Michael Kirk 59e037986a Show error when image request fails 7 years ago
Michael Kirk 5fdb88ddf4 Don't add to selection unless in batch select mode
Fixes:

- choose attachment > media library
- tap image A
- tap back
- tap select
- select images B, C
- tap Done
- see image A, B, and C in the rail, but should just see image B and C
7 years ago
Michael Kirk 924b8b18ba Scroll to bottom when switching albums
Fixes

1. start on "All Photos" which has many pages of content

You're at the bottom, as expected.

2. switch to "Video", which is much shorter

You're at the bottom, as expected.

3. Switch back to "All Photos"

Now you're unexpectedly in the middle of the content somewhere - at whatever
offset the "Videos" content height was.

Note that changes to "scrollToBottom". For some reason calling scroll to bottom
with infinity works fine initially, but subsequent calls hang. Because we only
used the "infinity" hack to account for the fact that we didn't have accurate
safeAreaInsets before `viewDidAppear`, we can accurately use safeAreaInsets
after that point (like here, when switching albums).
7 years ago
Michael Kirk 119f309787 Fixup database conversion vis a vis SQLCipher4 7 years ago
Matthew Chen 63aa71c318 Respond to CR. 7 years ago