Commit Graph

2909 Commits (a29c4ce5d6bcdda0ab838e4e41675c7b0082bb98)

Author SHA1 Message Date
Matthew Chen a29c4ce5d6 Pull out OWSStorage base class for TSStorageManager. 8 years ago
Matthew Chen f9ce34f553 Improve background task logic. 8 years ago
Michael Kirk 157bf00410 Merge branch 'hotfix/2.19.3' 8 years ago
Michael Kirk ced4e3b78c Bump build to 2.19.3.3.
// FREEBIE
8 years ago
Michael Kirk d5762470b2 Bump build to 2.19.3.2.
// FREEBIE
8 years ago
Michael Kirk 1955f3664b CR: clarify names, comments, asserts
// FREEBIE
8 years ago
Michael Kirk 60eac4e0bf notify only when SignalAccounts actually change
// FREEBIE
8 years ago
Michael Kirk 27c99cf4d2 sort SignalAccounts loaded from cache 8 years ago
Michael Kirk e78edcde87 Only clear cache when user pulls-to-refresh
// FREEBIE
8 years ago
Michael Kirk 49196f8013 Spin activity indicator until contacts are fetched
// FREEBIE
8 years ago
Michael Kirk f4e471e0db SignalAccount cache perf improvments
- only persist models that have changed
- remove duplicate contact SignalAccounts
- ensure serial execution of buildAccounts
- only buildSignalAccounts when intersection succeeds

// FREEBIE
8 years ago
Matthew Chen 3643414da1 Respond to CR. 8 years ago
Matthew Chen e45d63e862 Clean up ahead of PR. 8 years ago
Matthew Chen 0c9d9ba679 Fix issues around cross process db changes. 8 years ago
Matthew Chen 0be63d2939 Add "send to last thread" option in debug logs. 8 years ago
Matthew Chen bc7f4623cc Update YapDatabase. 8 years ago
Michael Kirk 4f06518539 Merge tag '2.19.3.1' 8 years ago
Michael Kirk f182450090 bump build
// FREEBIE
8 years ago
Michael Kirk 1f8042685d Show loading cell when contacts are still loading.
// FREEBIE
8 years ago
Michael Kirk c07d7777cb Reinstate notification when SignalAccounts change
// FREEBIE
8 years ago
Michael Kirk 3affb07a11 post-merge formatting fixup
// FREEBIE
8 years ago
Michael Kirk 16448e2a0b Merge tag '2.19.3.0' 8 years ago
Michael Kirk 6f7cae691c Log counts to determine when SignalAccount cache goes missing
// FREEBIE
8 years ago
Michael Kirk 64e90d29fd CR: extract method, more asserts and annotations
// FREEBIE
8 years ago
Michael Kirk 42dc872c9a use dedicated read connection to pre-populate cache
// FREEBIE
8 years ago
Michael Kirk 336c92ddab remove cached display name machinery, cleanup
// FREEBIE
8 years ago
Michael Kirk 7ea4b85a2a Persist signal accounts (and their embedded Contact)
// FREEBIE
8 years ago
Michael Kirk a0f44f75e1 Bump build to 2.20.0.3.
// FREEBIE
8 years ago
Michael Kirk 2b038dfd36 sync translations
// FREEBIE
8 years ago
Michael Kirk 8996741277 DocumentPicker converts to mp4 when necessary
// FREEBIE
8 years ago
Michael Kirk 031e40d090 Use SignalAttachment logic in conversation view too
// FREEBIE
8 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
8 years ago
Matthew Chen 429312523f Simplify OWSUserProfile's "apply changes" logic using model diffing. 8 years ago
Matthew Chen f684482c54 Don't emit "user profile changed" notifications if nothing changed. 8 years ago
Matthew Chen 74efcb9041 Rework thread safety in profile manager. 8 years ago
Matthew Chen 911c4d380b Rework thread safety in profile manager. 8 years ago
Matthew Chen 80ae5e0fcf Respond to CR. 8 years ago
Matthew Chen 11b4848530 Respond to CR. 8 years ago
Matthew Chen 84061cca9f Change image resizing/quality behavior, preferring smaller images in the common case. 8 years ago
Matthew Chen 125aabb0a3 Change image resizing/quality behavior, preferring smaller images in the common case. 8 years ago
Michael Kirk d9cca77e23 update header references
// FREEBIE
8 years ago
Michael Kirk b014c236b8 bump build number 8 years ago
Michael Kirk f7dfe23c66 sync translations 8 years ago
Michael Kirk 1c74d8f912 CR: remove reset of BundleDocumentTypes 8 years ago
Michael Kirk 3ecf0a7537 Cancelling dismisses share extension, remove "import with signal"
Usinig the new ShareViewDelegate to dismiss the share extension, might
have broken the "import with signal" functionality. But because we
want to remove it anyway, I've done that now, rather than fix it up.

// FREEBIE
8 years ago
Matthew Chen f7bcf1d04d Fix tests. 8 years ago
Matthew Chen b12f192c6f Respond to CR. 8 years ago
Matthew Chen 7a1e47cd26 Add asserts around Swift singletons. 8 years ago
Matthew Chen 8312614cf7 Respond to CR. 8 years ago
Matthew Chen 99f0b9d3e8 Fix issues around statics. 8 years ago