Commit Graph

669 Commits (7b421ad4d4e3b157099afd391a227969241ae85c)

Author SHA1 Message Date
Michael Kirk 5da525ce2e Merge remote-tracking branch 'origin/release/2.31.0' 6 years ago
Matthew Chen 34b4ea377f Revise media progress views. 6 years ago
Matthew Chen 654325c6dc Add download progress indicators. 6 years ago
Michael Kirk e096406e56 migrate existing attachments to album-compatible gallery schema 6 years ago
Matthew Chen 777e2b9251 Rename to media album. 6 years ago
Matthew Chen 2dfd4b2c0d Rename to media album. 6 years ago
Matthew Chen 60c5a84dd2 Fix issues in media gallery cells; Improve debug galleries. 6 years ago
Matthew Chen 0c76e1c02d Use ConversationMediaView to simplify media rendering in conversation view cells. 6 years ago
Matthew Chen cf057e3af3 Modify MediaGalleryCellView to handle still images. 6 years ago
Michael Kirk 4c5d46e8f8 Custom photo picker, respects theme/call banner
- share GridViewCell
- Multiple image selection, with feature flag, cant currently approve multiple
6 years ago
Michael Kirk 18343e1af8 l10n tr_TR -> tr 6 years ago
Michael Kirk 3585e111b6 l10n th_TH -> th 6 years ago
Michael Kirk a726fef89d l10n sv_SE -> sv 6 years ago
Michael Kirk 735331dc9f l10n ja_JP -> ja 6 years ago
Michael Kirk 6d052f1379 l10n it_IT -> it 6 years ago
Michael Kirk c01475836e l10n el_GR -> el 6 years ago
Michael Kirk f8207c6d2e l10n az_AZ -> az 6 years ago
Michael Kirk 3cfbc75f68 l10n ko_KR -> ko 6 years ago
Matthew Chen 7c65a98069 Fix breakage from typing indicators. 6 years ago
Matthew Chen 58f36fba47 Disable typing indicators by default for legacy users. 6 years ago
Matthew Chen eedc9f9a26 Sketch out "typing indicators" interaction and cell. 6 years ago
Matthew Chen 50381cc94c Add typing indicators in home view. 6 years ago
Michael Kirk d9a4c6e837 typing indicator upgrade screen 6 years ago
Matthew Chen 32d3eed7ba Add ConversationViewModel. 6 years ago
Matthew Chen a98c82645c Start work on typing indicators.
* Update proto schema to reflect typing indicators.
* Sketch out OWSTypingIndicatorMessage.
* Add "online" to the service message params.
* Sketch out logic to send typing indicator messages.
* Sketch out OWSTypingIndicators class.
6 years ago
Matthew Chen 40aa78e001 Merge remote-tracking branch 'origin/release/2.31.0' 6 years ago
Michael Kirk af19405178 update carthage build path for tests 6 years ago
Michael Kirk 5632bd2d83 Use reference counting to disable proximity monitoring after audio message
Multiple overlapping activities require proximity monitoring (namely,
CallViewController and listening to audio messages).

These activities can overlap arbitrarily, so we use a reference counting
strategy to keep proximity monitoring on as long as one of these activities is
active.
6 years ago
Matthew Chen bf1f9e706a Exclude date/time and Xcode version info in debug builds to avoid churn. 6 years ago
Matthew Chen ed4fa2e8cb Respond to CR. 6 years ago
Matthew Chen 38f3321e9a Improve startup logging. 6 years ago
Michael Kirk 3560f3be5c Durable send operation
TODO
-[x] respect order of queue
-[x] replacements
  -[x] those w/o completion handler
  -[x] basic send+log operation persists
  -[x] send+ui completion
  -[x] share extension
  -[x] update state jobs
-[x] App Lifecyle
  -[x] settable
  -[x] Mark as ready on startup
  -[x] Fail appropriate jobs on startup

NICE TO HAVE
-[x] concurrent per senders
-[ ] longer retry (e.g. 24hrs)
-[ ] App Lifecyle
  -[x] retry failed jobs on startup?
  -[ ] reachability

DONE
-[x] basic passing test
-[x] datamodel
-[x] queue/classes
6 years ago
Matthew Chen 8e1103c28f Log WebRTC version. 6 years ago
Michael Kirk 91eba4dbfc Move WebRTC to separate submodule 6 years ago
Matthew Chen bbcbbafaab Sync local profile key after rotating it. 6 years ago
Matthew Chen 693b3e13a9 Revert "Sync local profile key after rotating it."
This reverts commit ddbd20e706.
6 years ago
Matthew Chen ddbd20e706 Sync local profile key after rotating it. 6 years ago
Matthew Chen 7c1f1882d8 Sync "show UD indicators" setting. 6 years ago
Matthew Chen d7e52367ff Create AppEnvironment. 6 years ago
Matthew Chen c907721a18 Rotate profile key if blocklist intersects profile whitelist. 6 years ago
Matthew Chen 1d40cbfb41 Rework account attributes; persist manual message fetch; add "unrestricted UD" setting. 6 years ago
Matthew Chen 71da312336 Post-SMK ud changes. 6 years ago
Matthew Chen 7d727b7ac9 Modify proto wrapper builders to require required fields. 6 years ago
Matthew Chen 8ae200ac21 Fix build breakage around SignalCoreKit. 6 years ago
Matthew Chen 0125535d4d Pull out SignalCoreKit. 6 years ago
Matthew Chen ebae75af00 Revert 'new sort id'. 6 years ago
Michael Kirk 95a6df6496 Generic SheetViewController 6 years ago
Michael Kirk 79add78d51 Merge branch 'release/2.30.1' 6 years ago
Matthew Chen 5a99cd347f Pull out OWSConversationColor to its own file. 6 years ago
Michael Kirk 6c5fbc6de5 Update existing contact offers in place
WIP: migration / autoincrement logic

TODO:

-[x] contact offer
-[ ] verify all paths that utilized timestampForSorting, e.g. make sure SN appear before the message they affect, etc.
-[x] Monotonic ID
-[x] New extension which sorts by id
-[x] Migration
  -[ ] batch migration?

fixup contact offers
6 years ago