Commit Graph

4547 Commits (7a5f5476dbada9efcd6fcd4bbf889d8f5df4d998)

Author SHA1 Message Date
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 17e79a522a fixup audio/generic atachment margins 7 years ago
Michael Kirk c2063d8600 replace bullet with center-dot unicode
// FREEBIE
7 years ago
Michael Kirk 7b85410136 per design: MessageStatus 1pt below baseline 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 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
Óscar Morales Vivó 24f30e015a Fixed settings button margin in home view controller, also fixes land scape button image glitch. 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
Matthew Chen e3622739b2 Remove media thumbnail shadows. 7 years ago
Matthew Chen 15bfe44b1e Update icon for generic attachments. 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 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 0847c0bafb ScrollToBottom accounts for top inset
// FREEBIE
7 years ago
Matthew Chen 687efabede Respond to CR. 7 years ago
Matthew Chen 96a8df5f88 Fix "new unread indicator animation" issue. 7 years ago
Matthew Chen f69945ea20 Fix 'breaks vs. collapse' issue. 7 years ago
Michael Kirk e911de01e9 Ensure delegate is informed of dismissal
// FREEBIE
7 years ago
Michael Kirk 39bbcca738 CR: cleanup / copy tweak 7 years ago
Michael Kirk dde2fd6f33 Hide menu window when vc dismisses.
Normally this isn't possible, just being paranoid.

// FREEBIE
7 years ago
Michael Kirk 82fdd5b883 Split out generic action sheet components
Keep the message specific components separte, so we could re-use the
MenuActionsViewController.
7 years ago
Michael Kirk 093a5eaa68 don't dismiss if pan is over actionsheet 7 years ago
Michael Kirk 41af4f8c9d highlight on press 7 years ago
Michael Kirk 2606ac47f8 swipe gesture / code reorg 7 years ago
Michael Kirk 41c1c2fcd5 scroll focused view to maximize visability
// FREEBIE
7 years ago
Michael Kirk d31b91663c new icons 7 years ago
Michael Kirk ce3030917f MessageActions for info messages 7 years ago
Michael Kirk 42eb7a8d31 cleanup unused code 7 years ago
Michael Kirk 9496bedce1 remove redundant menu controller from media detail
You can already copy/save/delete from toolbar, which is a much cleaner
implementation
7 years ago
Michael Kirk b65be45999 quote actions 7 years ago
Michael Kirk 210cba3e37 Media actions 7 years ago
Michael Kirk 729336774c delete text 7 years ago
Michael Kirk 2552368146 add text reply action, comment out more deprecated uimenu code 7 years ago
Michael Kirk 6079ae2439 show text details, dismiss before action to avoid problems when action presents 7 years ago
Michael Kirk 5c2a5b00aa comment 7 years ago
Michael Kirk 0c4cae133b milestone: route one real action (copy text) 7 years ago
Michael Kirk ceeddbc67b localize, proper action height 7 years ago
Michael Kirk 57400e1ecb WIP: ActionView 7 years ago
Michael Kirk 18adf26e06 Don't present over navbar.
// FREEBIE
7 years ago
Michael Kirk 635c0275db stop observing db notifications while message actions are presented
This let's new messages appear after the message actions are dismissed without
complicating scroll state.
7 years ago
Michael Kirk 6275a2f102 Highlight focused view 7 years ago