Commit Graph

101 Commits (79ee6fa318f07b5cac050fddfc3653e62dab6fac)

Author SHA1 Message Date
Matthew Chen 6a7f06f940 Respond to CR. 7 years ago
Matthew Chen 74cd37dd7c Clean up ahead of PR. 7 years ago
Matthew Chen f194482266 Clean up ahead of PR. 7 years ago
Matthew Chen 0c16f0ad50 Clean up ahead of PR. 7 years ago
Matthew Chen 9c3415a914 Clean up ahead of PR. 7 years ago
Matthew Chen 30b3463c0b Clean up ahead of PR. 7 years ago
Matthew Chen 9b5327cc8b Improve handling of unexpected types. 7 years ago
Matthew Chen d1c17167c6 Don't send text files as text messgaes. 7 years ago
Matthew Chen 9845ef6dac Add message approval view. 7 years ago
Matthew Chen 979386ee9e Improve handling of text and url shares. 7 years ago
Matthew Chen 5770a18b08 Handle text shares like URLs. 7 years ago
Matthew Chen 085975ebe9 Prepopulate caption field with URL. 7 years ago
Matthew Chen 9c4ce3d304 Exclude contacts from SAE. 7 years ago
Matthew Chen 992e926142 Unpack oversize text messages if possible. 7 years ago
Matthew Chen 6e70c479eb Improve handling of contacts. 7 years ago
Matthew Chen d85ccd1aa8 Handle data-based share item providers. 7 years ago
Matthew Chen 23c1db5ccc Refine filtering of share types. 7 years ago
Matthew Chen fc4b0a359a Clean up ahead of PR. 7 years ago
Matthew Chen 3f74c488b2 Clean up ahead of PR. 7 years ago
Matthew Chen 03877867f4 Clean up ahead of PR. 7 years ago
Matthew Chen c0d4c3f1da Fix handling of URL shares. 7 years ago
Matthew Chen 112e369435 Fix handling of URL shares. 7 years ago
Matthew Chen 6a80db7844 Enable support for sharing urls in SAE. 7 years ago
Matthew Chen da0b7df1b5 Respond to CR. 7 years ago
Matthew Chen 482ad08640 Handle unregistration in SAE. 7 years ago
Michael Kirk 5dde17d939 Show approval/caption view in app.
ApprovalView/Captioning is shown for:
- Images/Videos from Library
- Images/Video from Camera
- Document Picker
- GIFs

Voice notes are intentionally not captionable.

Also, in main app, hide status bar when ApprovalView is presented

// FREEBIE
7 years ago
Matthew Chen 2b528ad894 Don't use mainApplicationState in business logic. 7 years ago
Matthew Chen 1839b10550 Retain changes from session database branch. 7 years ago
Matthew Chen 9ac2383a2c Retain changes from session database branch. 7 years ago
sdkjfhsdkjhfsdlkjhfsdf 14723f3e7f Fix profile avatar flicker
- We were clobbering our saved avatar filepath.
- Our "should notify" check was too aggressive.
- Only fetch profiles when entering a conversation.
- Only fetch profiles in main app

Also added (a little) debounce time to debug profile fetching.

// FREEBIE
7 years ago
sdkjfhsdkjhfsdlkjhfsdf 38d94952f7 Shadow for Send button, clean up color accessors
// FREEBIE
7 years ago
Matthew Chen fe67cd924c Rework database view registration. 7 years ago
Matthew Chen 0c9d9ba679 Fix issues around cross process db changes. 7 years ago
Michael Kirk 3affb07a11 post-merge formatting fixup
// FREEBIE
7 years ago
Michael Kirk 16448e2a0b Merge tag '2.19.3.0' 7 years ago
Michael Kirk a0f44f75e1 Bump build to 2.20.0.3.
// FREEBIE
7 years ago
Michael Kirk f9d22545b1 Only copy imported video when necessary.
Non-mp4's will be moved as part of their conversion.

We only need to move mp4's which were auto-converted

// FREEBIE
7 years ago
Michael Kirk 849388feb7 CR: clean up loading assets once no longer needed
// FREEBIE
7 years ago
Michael Kirk 03220ffa79 CR: Faster animation from loading -> picker
// FREEBIE
7 years ago
Michael Kirk 813f4e474e Respond to CR
// FREEBIE
7 years ago
Michael Kirk 47e92dbad5 cleanup
// FREEBIE
7 years ago
Michael Kirk 7d0acc94ff cleanup
// FREEBIE
7 years ago
Michael Kirk 56f1bf0305 cleanup 7 years ago
Michael Kirk 65f79770ac rebase fixup 7 years ago
Michael Kirk 90e9b4a4f2 WIP - send all video types 7 years ago
Michael Kirk 4ce2eb3c6c Show ProgressView for video conversion
// FREEBIE
7 years ago
Michael Kirk b1b6dcfbf0 Simplify loading delay, use loading screen as activity indicator for
video conversion

// FREEBIE
7 years ago
Michael Kirk 538b3e5fd5 Async API for video export
// FREEBIE
7 years ago
Michael Kirk 21fd7b040e Ensure sent video is mp4
// FREEBIE
7 years ago
Michael Kirk d3e7c99a63 Attachment approval: cancel/confirm to top/bottom toolbars
- avoid double-submit by disabling after hitting send.
- Animate SAE dismissal as modal
  Requires hiding the load view
- attachment is centered in screen
- add gradient to ensure controls are visible
- Fix clamp constraints - I think this was a typo
  Otherwise we couldn't show an image which was 1" wide by 2" tall
- set max zoom, hide scroll indicators
- use media view
- slower panning feels right
- white send button
- can share GIF, static, and sort of video...
- Play button for attachment approval
  - move to image assets so we can use it in SAE
  - slightly larger button for full-screen approval view
  - don't launch redundant fullscreen UI for images when in approval view
- fix scrollOffset in AttachmentApproval
- consolidate view initialization logic in loadView and fix white background
- CR: more legible arithmetic

// FREEBIE
7 years ago