Commit Graph

5005 Commits

Author SHA1 Message Date
Michael Kirk
9ee293227d Merge branch 'mkirk/fix-movie-confirmation-preview' into hotfix/2.19.5 2018-01-19 15:34:24 -05:00
Michael Kirk
3a5fa63cd6 Fix confirmation preview
// FREEBIE
2018-01-19 15:34:11 -05:00
Michael Kirk
497b8b9605 Merge branch 'mkirk/dont-hide-keyboard-when-menu-popped' into hotfix/2.19.5 2018-01-19 15:33:55 -05:00
Michael Kirk
f41dfa509c Re-aquire first responder when necessary.
// FREEBIE
2018-01-19 15:05:50 -05:00
Michael Kirk
56112e79be bump build
// FREEBIE
2018-01-12 15:53:15 -05:00
Michael Kirk
7eb6b1cdd6 Revert submodule update from "Bump version to 2.19.4."
Partial revert of commit e11ac51e31
to remove unintentional submodule update
2018-01-12 15:51:24 -05:00
Michael Kirk
a4cadfecfa bump build
// FREEBIE
2018-01-12 00:55:17 -05:00
Michael Kirk
764b815356 bump build
// FREEBIE
2018-01-12 00:22:52 -05:00
Michael Kirk
9c9734f5a1 Merge branch 'hotfix-2-19-4/fix-zoom' into hotfix/2.19.4 2018-01-12 00:21:33 -05:00
Michael Kirk
63c23b77d0 Cleanup presentation view, feels less blurry
// FREEBIE
2018-01-12 00:17:06 -05:00
Michael Kirk
1ef824029e Fix distorted images
// FREEBIE
2018-01-11 23:58:11 -05:00
Michael Kirk
3582ab42db Fix media detail presentation
- video view now scales during presentation
- no "swooping" when presenting large res images

// FREEBIE
2018-01-11 23:49:21 -05:00
Michael Kirk
7c2bfdfb1f rename: imageView -> mediaView
// FREEBIE
2018-01-11 23:05:59 -05:00
Michael Kirk
8851413b35 CR: cleanup, remove debug animation time, move constant
// FREEBIE
2018-01-11 23:05:59 -05:00
Michael Kirk
e140ffc423 Fullscreen presentation touchups
"zoom" presentation now accounts for zoomScale.

Fix background flicker as status bar hides
Round corners during presentation/dismiss. Smooths transition a bit.

// FREEBIE
2018-01-11 23:05:59 -05:00
Michael Kirk
d6ea5bad6b Merge branch 'hotfix-2-19-4/fix-content-offset' into hotfix/2.19.4 2018-01-11 23:05:25 -05:00
Michael Kirk
74e03aad01 Fix intermittent content offset problem
Using the CollectionView's frame to determine if we're at the bottom
doesn't make sense unless the collection view is correctly layed out.

// FREEBIE
2018-01-11 23:04:18 -05:00
Matthew Chen
7be8f00837 Bump build to 2.19.4.1.
// FREEBIE
2018-01-09 12:32:10 -05:00
Matthew Chen
ea4912e930 Merge branch 'mkirk/fix-keyboard-glitch' into hotfix/2.19.4 2018-01-09 12:31:59 -05:00
Michael Kirk
74019b2ae4 Fix keyboard animation glitch after sending
// FREEBIE
2018-01-09 12:31:41 -05:00
Matthew Chen
e11ac51e31 Bump version to 2.19.4. 2018-01-08 17:10:50 -05:00
Michael Kirk
2b81d45530 Merge branch 'mkirk/input-accessory-view' into hotfix/2.19.4 2018-01-08 16:32:54 -05:00
Michael Kirk
1ec409ad2b CR: re-enable default keyboard toggle
// FREEBIE
2018-01-08 16:29:42 -05:00
Michael Kirk
c91658119d CR: double tap zoom centers on tap location
// FREEBIE
2018-01-08 15:50:18 -05:00
Michael Kirk
8d2934d86e CR: remove unnecessary code, comments
// FREEBIE
2018-01-08 15:11:35 -05:00
Michael Kirk
412fe2735e Rename FullImageViewController -> MediaDetailViewController
// FREEBIE
2018-01-08 01:10:32 -05:00
Michael Kirk
8454e512d8 Use FullSreen media VC for message details
// FREEBIE
2018-01-08 01:10:32 -05:00
Michael Kirk
c7c433c59c iOS8 compatability for video player 2018-01-08 01:10:32 -05:00
Michael Kirk
86d61eee30 Custom video player layer to avoid "double present/dismiss"
// FREEBIE
2018-01-08 01:10:32 -05:00
Michael Kirk
918e3f7dfe Videos play in full-screen media view controller, use modern movie
player.

// FREEBIE
2018-01-08 01:10:32 -05:00
Michael Kirk
81268012e5 Better keyboard management.
- fixes problems on iOS11.2 where emoji keyboard sometimes obscures text
  input.
- better animation for interactive pan gesture when viewing message
  details
- more intuitive swipe-to-dismiss keyboard in conversation view
- converge on one mnethod for dismissing keyboard in conversation view

- [ ] Pop keyboard, then hit attachment, dismisses keyboard, which is
      fine, but the content should immediately scroll down with the
      keyboard, instead it stays up, and scrolls down only once the
      attachment action sheet has been dismissed.

// FREEBIE
2018-01-08 01:10:31 -05:00
Michael Kirk
ced4e3b78c Bump build to 2.19.3.3.
// FREEBIE
2017-12-16 14:15:59 -05:00
Michael Kirk
d5762470b2 Bump build to 2.19.3.2.
// FREEBIE
2017-12-16 13:26:52 -05:00
Michael Kirk
b0f9a03e51 Merge branch 'mkirk/replace-cache-for-migration' into hotfix/2.19.3 2017-12-16 13:26:38 -05:00
Michael Kirk
1955f3664b CR: clarify names, comments, asserts
// FREEBIE
2017-12-16 13:21:56 -05:00
Michael Kirk
60eac4e0bf notify only when SignalAccounts actually change
// FREEBIE
2017-12-16 12:32:19 -05:00
Michael Kirk
27c99cf4d2 sort SignalAccounts loaded from cache 2017-12-16 12:26:47 -05:00
Michael Kirk
e78edcde87 Only clear cache when user pulls-to-refresh
// FREEBIE
2017-12-16 12:01:19 -05:00
Michael Kirk
49196f8013 Spin activity indicator until contacts are fetched
// FREEBIE
2017-12-15 16:31:53 -05:00
Michael Kirk
f4e471e0db SignalAccount cache perf improvments
- only persist models that have changed
- remove duplicate contact SignalAccounts
- ensure serial execution of buildAccounts
- only buildSignalAccounts when intersection succeeds

// FREEBIE
2017-12-15 16:18:36 -05:00
Michael Kirk
f182450090 bump build
// FREEBIE
2017-12-14 13:53:40 -05:00
Michael Kirk
162b33ed5a Merge branch 'mkirk-2.19.3/fixup-account-cache' into hotfix/2.19.3 2017-12-14 13:53:12 -05:00
Michael Kirk
1f8042685d Show loading cell when contacts are still loading.
// FREEBIE
2017-12-14 13:53:02 -05:00
Michael Kirk
c07d7777cb Reinstate notification when SignalAccounts change
// FREEBIE
2017-12-14 13:18:51 -05:00
Michael Kirk
6f7cae691c Log counts to determine when SignalAccount cache goes missing
// FREEBIE
2017-12-14 11:32:33 -05:00
Michael Kirk
f272c9088f Merge branch 'mkirk-hotfix-2.19.3/persist-signal-accounts' into hotfix/2.19.3 2017-12-14 10:52:35 -05:00
Michael Kirk
64e90d29fd CR: extract method, more asserts and annotations
// FREEBIE
2017-12-14 10:52:04 -05:00
Michael Kirk
42dc872c9a use dedicated read connection to pre-populate cache
// FREEBIE
2017-12-13 19:08:47 -05:00
Michael Kirk
336c92ddab remove cached display name machinery, cleanup
// FREEBIE
2017-12-13 17:31:36 -05:00
Michael Kirk
7ea4b85a2a Persist signal accounts (and their embedded Contact)
// FREEBIE
2017-12-13 17:31:36 -05:00