Commit History

Author SHA1 Message Date
  cyberta 486758e370 no left padding in 1:1 chats for avatars, ensure constraints get disabled before new contradicting ones are enabled 4 years ago
  cyberta 21afbfea7b improve cell layout for images, tweak paddings here and there 4 years ago
  cyberta b5cbddc5fa hide avatars and sender name in 1:1 chats 4 years ago
  cyberta fce04e234a add minor inset at the table view bottom to avoid cut off avatars 4 years ago
  cyberta ca7c5c0fd9 better orientation change handling and clean up 4 years ago
  cyberta e50c510153 rely on content inset auto adjustment of UITableViewController. Scroll only down if keyboard appears 4 years ago
  cyberta fc70ba54c3 adapt tableView on keyboard appering/disappearing by changing contentInset instead of frame 4 years ago
  cyberta 60a518959e hide keyboard if table view is scrolled up 4 years ago
  cyberta 13091d39f7 only scroll down after keyboard appeared if last row was loaded 4 years ago
  B. Petersen f210464a01 speed up markseen, core will check state much more efficient and the re-loading of all messages on scrolling seems to block things 4 years ago
  cyberta b0c0c8df0f add video message handling in chat view 4 years ago
  cyberta dd8bdcf873 adaptive font sizes in chat view 4 years ago
  cyberta bf0f146e36 resize table view size instead of translating the view after keyboard appeared 4 years ago
  cyberta f06208ab76 open image gallery only on tap on the image, not the whole cell 4 years ago
  cyberta ab43d4238a set selectionStyle none to all cells on cell creation 4 years ago
  cyberta 1792616982 improve code to scroll down if messages get loaded 4 years ago
  B. Petersen 11f18c8b49 introduce BaseMessageCellDelegate 4 years ago
  cyberta 2482d10479 don't scroll down if user returns from subscreen to chat view and user was not at the end of the list before 4 years ago
  cyberta 417c029259 mark messages seen in chat view for all visible messages after scrolling finished 4 years ago
  cyberta 3e24f029d9 fix cell size calculation in Image+Text cells, implement latefiling 4 years ago
  cyberta 82d0c729cb add DCCore's media message width and height API to the Wrapper 4 years ago
  cyberta 6dcb3ad98e remove logs 4 years ago
  cyberta 13254cbb08 implement forward, info and delete context actions 4 years ago
  cyberta fd4803fc93 remove unused observer and don't show context menu for info messages 4 years ago
  cyberta f7d4ce5938 hide context menu if user scrolls in chat list or taps on a cell 4 years ago
  B. Petersen ef3894d28d add menu-will-show observer 4 years ago
  B. Petersen 769e73ac93 add basic context menu, implement copy 4 years ago
  cyberta 9707889095 clean up 4 years ago
  cyberta cac0a6f605 rename method b/c its name is misleading 4 years ago
  cyberta fd7d116526 reloading tableView data doesn't cause offset changes: remove unnecessary code 4 years ago