Commit Graph

8559 Commits

Author SHA1 Message Date
Michael Kirk
75bb9b60db Alternative dark theme search bar
Rather than our custom class, we can get pretty far using existing UISearchBar
styling, and then apply the final tweak, the search bar text field background
color by traversing the view.

This fixes a couple issues:

1. There was a small wavering in height of the custom search bar
2. When your table header view is a UISearchBar you get nice scroll "snapping"
   when showing/hiding the search bar.
2018-08-22 12:00:44 -06:00
Michael Kirk
e435358bfd Revert "Add custom themed search bar."
This reverts commit 8daaef22da.
2018-08-22 12:00:44 -06:00
Matthew Chen
bc7efaf4ad "Bump build to 2.29.0.16." 2018-08-21 16:37:02 -04:00
Matthew Chen
4971d40c75 Respond to CR. 2018-08-21 16:36:58 -04:00
Matthew Chen
10ab97bb6c "Bump build to 2.29.0.15." 2018-08-21 16:35:47 -04:00
Matthew Chen
501b5a7c97 Merge branch 'charlesmchen/themeQuotedReplies' 2018-08-21 16:35:32 -04:00
Matthew Chen
9e21612298 Respond to CR. 2018-08-21 16:35:25 -04:00
Matthew Chen
6dd474d794 Theme quoted replies. 2018-08-21 16:34:37 -04:00
Matthew Chen
a92fca5c13 Theme quoted replies. 2018-08-21 16:34:37 -04:00
Matthew Chen
7b835bd08e Merge branch 'mkirk/fix-toolbar-appearance' 2018-08-21 16:14:03 -04:00
Michael Kirk
32f8795342 media tile toolbar respects theme by using UIAppearance defaults 2018-08-21 12:53:35 -06:00
Michael Kirk
61dc39b696 Merge branch 'mkirk/quote-2' 2018-08-21 10:18:29 -06:00
Michael Kirk
93cb378f7a constantize toast inset 2018-08-21 10:18:13 -06:00
Michael Kirk
06a8bffa66 Never show more than one toast view 2018-08-21 10:05:52 -06:00
Michael Kirk
75ead2ac09 quoted reply: distinguish "not found" vs. "no longer available" 2018-08-20 14:59:52 -06:00
Matthew Chen
fb9958b1da "Bump build to 2.29.0.14." 2018-08-20 15:38:58 -04:00
Matthew Chen
122e138f07 Merge branch 'charlesmchen/disableCDS' 2018-08-20 15:38:47 -04:00
Matthew Chen
2b8b688fb6 Disable CDS. 2018-08-20 15:38:30 -04:00
Matthew Chen
2af0a897e1 Disable CDS. 2018-08-20 15:34:04 -04:00
Michael Kirk
cbdc46fdab Merge branch 'mkirk/dark-keyboard' 2018-08-20 12:26:52 -06:00
Michael Kirk
b80d88c824 theme attachment approval keyboard
// FREEBIE
2018-08-20 12:26:48 -06:00
Michael Kirk
5907cd2a0d Merge branch 'mkirk/tap-to-retry' 2018-08-20 12:25:26 -06:00
Michael Kirk
c6f77ec6ea "Tap to retry" retries, rather than maybe deletes.
Attachment downloads can fail on slow networks or if the app crashes.
It's unlikely that the users response to this would be to delete the
attachment pointer, so it doesn't make sense to surface that as a
primary action.

If a user does want to delete the attachment, as always they can
long-press to delete.

// FREEBIE
2018-08-20 12:25:23 -06:00
Michael Kirk
7b156be73b Merge branch 'mkirk/gallery-headers' 2018-08-20 12:23:03 -06:00
Michael Kirk
8cd290ba2b fix section headers not appearing on iOS11/iPhoneX
// FREEBIE
2018-08-20 12:23:00 -06:00
Michael Kirk
92de745528 theme gallery section headers
// FREEBIE
2018-08-20 12:23:00 -06:00
Michael Kirk
d070693b72 Merge branch 'mkirk/overzealous-assert' 2018-08-20 12:21:56 -06:00
Michael Kirk
c1df969a22 remove overzealous assert
// FREEBIE
2018-08-20 12:21:48 -06:00
Michael Kirk
191b0232be SAE uses statusBarHeight via OWSNavigationController via OWSNavbar
// FREEBIE
2018-08-20 12:21:48 -06:00
Michael Kirk
d57cbf2acd main thread operation init which creates background task
// FREEBIE
2018-08-20 12:21:48 -06:00
Matthew Chen
6aee5d5390 Merge branch 'charlesmchen/deletePhoneNumberFormatting' 2018-08-17 14:26:23 -04:00
Matthew Chen
c7ed09ed91 Fix 'can't delete formatting in phone number' issue. 2018-08-17 14:25:34 -04:00
Matthew Chen
7020798e3f "Bump build to 2.29.0.13." 2018-08-17 13:39:31 -04:00
Matthew Chen
f717dceef9 Merge branch 'charlesmchen/themeSearchBar' 2018-08-17 12:44:35 -04:00
Matthew Chen
8daaef22da Add custom themed search bar. 2018-08-17 12:43:35 -04:00
Matthew Chen
6e4414f477 "Bump build to 2.29.0.12." 2018-08-16 17:30:44 -04:00
Matthew Chen
af1c076302 Merge branch 'charlesmchen/themeReview' 2018-08-16 17:30:16 -04:00
Matthew Chen
decb0c54ca Theme review. 2018-08-16 17:30:08 -04:00
Matthew Chen
d62e07d6f1 Theme review. 2018-08-16 17:30:08 -04:00
Matthew Chen
4ea5d9b849 Theme review. 2018-08-16 17:30:07 -04:00
Matthew Chen
ccc77511f6 Merge branch 'charlesmchen/messageTimeFormatPerf' 2018-08-16 16:37:37 -04:00
Matthew Chen
b4b4cd61d9 Improve message timestamp formatting. 2018-08-16 16:37:29 -04:00
Matthew Chen
ab10bc9bc3 Merge branch 'charlesmchen/tapToCopySentTimestamp' 2018-08-16 16:36:11 -04:00
Matthew Chen
be7482eb60 Tap to copy sender timestamp to clipboard. 2018-08-16 16:36:01 -04:00
Matthew Chen
419e30f389 Merge branch 'charlesmchen/conversationCrash' 2018-08-16 16:09:26 -04:00
Matthew Chen
f89fa8359b Revert "Add logging around 'SAE to same thread' crash."
This reverts commit eee2f7c8c6.
2018-08-16 16:09:00 -04:00
Matthew Chen
e3378dec65 Revert "Add logging around 'share from SAE to same conversation' crash."
This reverts commit f62bf7d18e.
2018-08-16 16:08:39 -04:00
Matthew Chen
87d51aaa82 "Bump build to 2.29.0.11." 2018-08-16 16:08:15 -04:00
Matthew Chen
f62bf7d18e Add logging around 'share from SAE to same conversation' crash. 2018-08-16 16:08:15 -04:00
Matthew Chen
e148ec7856 Merge branch 'charlesmchen/syncConversationColors' 2018-08-16 15:21:52 -04:00