Commit graph

70 commits

Author SHA1 Message Date
Matthew Chen
882dd16d7c Apply presentAlert() throughout codebase. 2019-03-21 10:55:04 -04:00
Michael Kirk
fabd3996c2 pop view if message is deleted
- use global ui database connection
2019-02-21 16:18:14 -07:00
Matthew Chen
be714399c7 Add feature flag for landscape orientation. 2019-01-16 16:49:25 -05:00
Michael Kirk
0f85e52ecf Remain landscape after media dismiss
Now that we support landscape everywhere, there's no need to force portrait upon leaving media.
2019-01-11 16:47:32 -05:00
Michael Kirk
0ab326da92 Only show delete button on selected rail item 2019-01-09 12:27:15 -07:00
Michael Kirk
8b5d1d9e69 Only add delete button once 2018-11-26 12:43:28 -07:00
Michael Kirk
fcc4b516a5 fix typo in logging 2018-11-26 12:37:58 -07:00
Michael Kirk
6cdef57e2a Merge tag '2.32.0.15' 2018-11-25 12:54:59 -06:00
Michael Kirk
343e58595e fix pause/play functionality 2018-11-21 22:26:13 -06:00
Michael Kirk
b87b2522e3 Merge tag '2.32.0.13' 2018-11-16 23:28:51 -06:00
Matthew Chen
6c9c8eb656 Fix build breaks. 2018-11-15 18:16:38 -05:00
Michael Kirk
bf21e94256 fix delete/share button 2018-11-15 14:30:46 -06:00
Michael Kirk
87bfdbb72c Sender Rail 2018-11-15 12:25:28 -06:00
Matthew Chen
9641edbfd2 Fix build breakage. 2018-11-15 12:34:38 -05:00
Michael Kirk
ff63c31dae CR: rename colors 2018-11-15 10:23:53 -06:00
Michael Kirk
47a7114317 Gallery pager style changes 2018-11-15 10:16:51 -06:00
Michael Kirk
84879b991d Album rail in Gallery 2018-11-14 14:50:33 -06:00
Michael Kirk
d805246cb7 update caption after deleting item 2018-11-09 16:26:12 -06:00
Michael Kirk
ca30a96451 Increase caption height 2018-11-09 16:19:57 -06:00
Michael Kirk
78b1c9a8b9 caption should not be selectable/editable 2018-11-09 16:19:45 -06:00
Michael Kirk
43489a6551 remove gradient when viewing attachment with no caption 2018-11-09 16:19:38 -06:00
Michael Kirk
74b25c14f1 filter caption strings for display 2018-11-09 14:06:06 -06:00
Michael Kirk
3b53ee08ba Long captions use ScrollView rather than resizing 2018-11-09 14:06:06 -06:00
Michael Kirk
cfd2e8d9d1 Show captions in gallery page view 2018-11-09 14:06:06 -06:00
Michael Kirk
7cf53293da restore Share/Delete functionality to gallery items in the post multi-attachment world 2018-11-08 12:52:09 -06:00
Michael Kirk
f24ef7a0e8 separate title view for landscape 2018-11-01 08:43:59 -06:00
Michael Kirk
19f2d0db48 WIP: Media Landscape Mode 2018-11-01 08:43:59 -06:00
Michael Kirk
06eae47e09 ConversationViewItem -> protocol 2018-09-28 12:58:33 -06:00
Matthew Chen
cc117b385c Modify environment accessors to use our 'shared' convention. 2018-09-07 16:20:59 -04:00
Matthew Chen
3a12446be8 Modify environment accessors to use our 'shared' convention. 2018-09-07 16:20:41 -04:00
Matthew Chen
5b50e81b4f Rename fail macros in Swift. 2018-08-27 10:27:48 -04:00
Matthew Chen
7be8f30877 Apply -> Never. 2018-08-27 10:21:03 -04:00
Matthew Chen
cf6f3841a8 Apply new Swift logging. 2018-08-27 10:02:28 -04:00
Matthew Chen
d34f83b445 Refine theme. 2018-08-08 15:04:23 -04:00
Matthew Chen
48975eaac8 Respond to CR. 2018-07-20 15:37:47 -04:00
Michael Kirk
5719aba91a separate icon vs. title color for toolbars 2018-06-29 17:47:04 -06:00
Michael Kirk
f8abe32ae9 more styling to new nav colors 2018-06-29 16:27:37 -06:00
Matthew Chen
33b1628c26 Rename to ConversationStyle. 2018-06-26 10:20:26 -04:00
Matthew Chen
ac6f78a5fc Tweak message cells. 2018-06-25 09:26:41 -04:00
Matthew Chen
4d8c764789 Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
Michael Kirk
b32a1d5076 Fix media page title view on iOS9/10
We must specify the frame of the titleView

Previously the titleView was the stackview, but we don't want to
"stretch" the labels to fit the size of the stack view, so we wrap the
stack view in a container view which becomes the new titleView.

// FREEBIE
2018-05-03 17:56:46 -04:00
Michael Kirk
b702695793 cleanup 2018-04-26 11:18:18 -04:00
Michael Kirk
b1bff71145 WIP moving to stackview backed header view in conversation view
- iOS10 with large titles doesn't truncate
2018-04-26 11:18:18 -04:00
Michael Kirk
3d766e4cf8 Replace ConversationHeaderView with stack view in Media Gallery
// FREEBIE
2018-04-26 11:18:18 -04:00
Michael Kirk
e6b0f692c9 Don't use dynamic text for navbar view
// FREEBIE
2018-04-03 16:30:35 -04:00
Michael Kirk
1d95cd6977 Improve video scrubbing UX in PageView
// FREEBIE
2018-03-27 10:16:18 -04:00
Michael Kirk
e4530a51bf Handle "current page view" deleted from tile
// FREEBIE
2018-03-26 18:07:43 -04:00
Michael Kirk
037546a2df Fade toolbars, keeping presentation image sharp
Don't fade presentation image until it's in place.

// FREEBIE
2018-03-23 18:38:07 -04:00
Michael Kirk
13378501b0 Stop any video on dismiss
// FREEBIE
2018-03-23 17:14:37 -04:00
Michael Kirk
3de923bf6b Update footer items after delete scrolls you to next item in pager view
// FREEBIE
2018-03-23 15:46:13 -04:00