Commit Graph

10466 Commits (aa916965d0605f640dc99207c3e2124c18585f89)
 

Author SHA1 Message Date
Matthew Chen aa916965d0 Update protos to reflect link previews. 6 years ago
Matthew Chen 5a529567aa Update protos to reflect link previews. 6 years ago
Matthew Chen 76f410b2b7 Update protos to reflect link previews. 6 years ago
Michael Kirk 623c2574d0 Merge branch 'mkirk/dont-select-unless-batch' 6 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
6 years ago
Michael Kirk 2df6ae2cfd Merge branch 'mkirk/scroll-to-bottom-when-switching-albums' 6 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).
6 years ago
Matthew Chen ff2fdcb7e1 Merge branch 'mkirk/fix-conversion' 6 years ago
Michael Kirk 119f309787 Fixup database conversion vis a vis SQLCipher4 6 years ago
Matthew Chen 96fffb92cc Merge tag '2.33.1.0' 6 years ago
Michael Kirk ed15e5cc4a Update YapDB to fix DB conversion logic 6 years ago
Matthew Chen 433ef08235 "Bump build to 2.34.0.14." 6 years ago
Matthew Chen fba26653c8 "Bump build to 2.34.0.13." 6 years ago
Matthew Chen a8ba8b668f Merge branch 'charlesmchen/imagePickingFixes' 6 years ago
Matthew Chen 63aa71c318 Respond to CR. 6 years ago
Matthew Chen 6c38f8d14c Only complete media loads once. 6 years ago
Matthew Chen 6b100e80e2 Only enter batch select mode if user uses "add more" button. 6 years ago
Matthew Chen 3e36dcf91f Merge branch 'charlesmchen/conversationRotationVsScrollContinuity' 6 years ago
Matthew Chen d32372ec26 Respond to CR. 6 years ago
Matthew Chen 9dda2fa8c0 Improve scroll state continuity during conversation view rotations. 6 years ago
Matthew Chen 1fc90974fc Merge branch 'charlesmchen/honorAlbumSelectionOrder' 6 years ago
Matthew Chen 9051191bab Honor album selection order. 6 years ago
Matthew Chen af81404e45 Merge branch 'mkirk/remain-landscape-after-media-dismiss' 6 years ago
Michael Kirk 0f85e52ecf Remain landscape after media dismiss
Now that we support landscape everywhere, there's no need to force portrait upon leaving media.
6 years ago
Matthew Chen c5cd52db06 Merge branch 'charlesmchen/cullUnknownMigrations' 6 years ago
Matthew Chen efd1be30c7 Cull unknown migrations. 6 years ago
Michael Kirk 162a4894e3 Merge branch 'mkirk/remove-feature-flag' 6 years ago
Michael Kirk 371ff08d45 remove legal terms feature flag 6 years ago
Michael Kirk 145a94cf39 Merge branch 'mkirk/ci-label-branches' 6 years ago
Michael Kirk 0795fc9118 ci labels PRs with GH title 6 years ago
Matthew Chen d58ffed11b Merge branch 'mkirk/bump-migration' 6 years ago
Michael Kirk 0e78f9912b bump migration version 6 years ago
Matthew Chen 5568482e4c "Bump build to 2.33.1.0." 6 years ago
Matthew Chen cc4d85a91e Encrypted device names. 6 years ago
Michael Kirk 6fccd76cdf update pods 6 years ago
Michael Kirk 444c2af650 Merge branch 'mkirk/clientside-registration-validation' 6 years ago
Michael Kirk eb71c49794 registration validator 6 years ago
Michael Kirk cd70f9d0c3 move to yapdb@signal-release 6 years ago
Matthew Chen 73f622db69 "Bump build to 2.34.0.5." 6 years ago
Matthew Chen 7fb2f2dc1e "Bump build to 2.34.0.4." 6 years ago
Matthew Chen 1440998cb1 Merge branch 'mkirk/sqlcipher4' 6 years ago
Michael Kirk 5708754d30 update to sqlcipher4 6 years ago
Matthew Chen 7e3ccad22a Merge branch 'mkirk/area-code-inference' 6 years ago
Michael Kirk 60f816c747 Area code inference for US and Brazil 6 years ago
Michael Kirk 5d9e03ba40 convert to guard statements for readability 6 years ago
Michael Kirk ea76ea9492 fix phone number parsing test 6 years ago
Matthew Chen f5a36ad5b7 Merge branch 'charlesmchen/landscapeOrientation6' 6 years ago
Matthew Chen cb228bdd29 Fix conversation view keyboard. 6 years ago
Matthew Chen bf0d92acfb Landscape layout in gif picker. 6 years ago
Matthew Chen 8577221b5b Merge branch 'charlesmchen/landscapeOrientation7' 6 years ago