Commit Graph

8057 Commits (d591fb7f2c6c62d1ae8b8adb2a29da3c2f7cd9b7)
 

Author SHA1 Message Date
Michael Kirk d591fb7f2c Fix some compiler warnings 7 years ago
Michael Kirk 8354a9c13f update fastlane to latest 7 years ago
Michael Kirk c19a8ce07e Fixup tests
// FREEBIE
7 years ago
Michael Kirk 1c9a47416a "Bump build to 2.28.0.10." 7 years ago
Michael Kirk 89f02a8510 sync translations 7 years ago
Michael Kirk e0ee0bd9b8 Merge branch 'charlesmchen/contentInsetsRevisited' 7 years ago
Matthew Chen 0c453c8d57 Fix content insets. 7 years ago
Michael Kirk 5cecce9976 Merge branch 'mkirk/add-header-to-system-info' 7 years ago
Michael Kirk 2b5db4fd1a Add header view to info messages.
I considered extracting this from OWSMessageCell and putting it into
ConversationCell, but that would be a pretty large change.

// FREEBIE
7 years ago
Michael Kirk 41deb92adf Merge branch 'mkirk/fix-bottom-artifact-after-selecting-compose' 7 years ago
Michael Kirk 11fc674ef4 Avoid blur as overly-tall navigation bar lingers after dismissal.
Use the precise status bar height.
7 years ago
Michael Kirk 7a5f5476db rename to avoid confusion 7 years ago
Michael Kirk 7b29822c36 Merge branch 'mkirk/fix-table-cell-sizing' 7 years ago
Michael Kirk a6a09f4d9f fix squashed cells on ios9/10
must specify rowHeight automatic

Furthermore, we can't mix static and automatic sizing within a single tableView
7 years ago
Michael Kirk 573f60ee5a Merge branch 'mkirk/fixup-audio-margins' 7 years ago
Michael Kirk 17e79a522a fixup audio/generic atachment margins 7 years ago
Michael Kirk c2063d8600 replace bullet with center-dot unicode
// FREEBIE
7 years ago
Michael Kirk cfe3c893d0 Merge branch 'mkirk/tweak-delivery-status-baseline' 7 years ago
Michael Kirk 7b85410136 per design: MessageStatus 1pt below baseline 7 years ago
Michael Kirk a87be31c6d Merge branch 'mkirk/remove-new-message-after-send' 7 years ago
Michael Kirk 567f625902 touch instead of reload to make sure any adjacent bubbles are updated appropriately. 7 years ago
Michael Kirk 2c3f7db4e4 Only add one 'incoming message' unread indicator per foreground.
// FREEBIE
7 years ago
Michael Kirk f2f3b9eaed reload cell after removing unread indicator
// FREEBIE
7 years ago
Michael Kirk 51d753c131 Merge branch 'mkirk/tweak-quote-corner-radius' 7 years ago
Michael Kirk 1b78882660 per design: tweak quote corner radius
// FREEBIE
7 years ago
Michael Kirk b9f3e08e93 "Bump build to 2.28.0.9." 7 years ago
Michael Kirk 089010cc51 Sync translations 7 years ago
Michael Kirk fa96e0c303 Merge branch 'oscarmv/SettingsButtonMargin' 7 years ago
Óscar Morales Vivó 24f30e015a Fixed settings button margin in home view controller, also fixes land scape button image glitch. 7 years ago
Michael Kirk 219d2bd9dd Merge branch 'mkirk/fix-insets-compose' 7 years ago
Michael Kirk c53f777bc1 CR: explanatory comment 7 years ago
Michael Kirk 898d64ae1c Fix compose picker content scrolls behind navbar
// FREEBIE
7 years ago
Michael Kirk 16b20f301a Merge branch 'charlesmchen/removeThumbnailShadows' 7 years ago
Matthew Chen e3622739b2 Remove media thumbnail shadows. 7 years ago
Michael Kirk b9b16f9720 Merge branch 'charlesmchen/fileIcon' 7 years ago
Matthew Chen 15bfe44b1e Update icon for generic attachments. 7 years ago
Michael Kirk 257e49740b Merge branch 'mkirk/fix-call-screen-status' 7 years ago
Michael Kirk 06b4584e02 move fix to OWSViewController 7 years ago
Michael Kirk 90e3cb0ed4 update status bar after screenprotection shows 7 years ago
Michael Kirk ba1dc6c24c Merge branch 'mkirk/adjust-header-spacing' 7 years ago
Michael Kirk 24060c17d0 CR: proper width calculation for header view 7 years ago
Michael Kirk f33e5c019c CR: assign gutter trailing/leading in HeaderView
// FREEBIE
7 years ago
Michael Kirk fef6c64bdc decrease header spacing from 32->28.
Previous spacing was based on applying the "full width" gutter spacing twice.
7 years ago
Michael Kirk 5fc21b69e6 Merge branch 'mkirk/fix-contact-cell' 7 years ago
Michael Kirk 8da47b64d9 clarify different methods
These method names were too similar to existing methods in PureLayout, which
have slightly different behavior.

ows_autoPinToSuperviewEdges uses left/right, whereas PureLayouts uses
leading/trailing

ows_autoPinToSuperviewMargins uses our own constraint adding logic, which
behaves differently in some cases.
7 years ago
Michael Kirk 9df6b4bb78 Fix "contact cell too close to edge" in detail view (iOS9/iOS10)
Don't mix concepts of left/right with leading/trailing.
7 years ago
Michael Kirk 7d0733fa88 "Bump build to 2.28.0.8." 7 years ago
Michael Kirk 8984e1a717 Sync translations 7 years ago
Michael Kirk a2521169d4 Merge branch 'mkirk/fix-content-inset' 7 years ago
Michael Kirk 0847c0bafb ScrollToBottom accounts for top inset
// FREEBIE
7 years ago