Commit Graph

17506 Commits

Author SHA1 Message Date
Matthew Chen 8e332395db Merge branch 'charlesmchen/editMenuConflicts' 2017-04-21 15:39:36 -04:00
Matthew Chen 5cbbf50059 Respond to CR.
// FREEBIE
2017-04-21 15:39:29 -04:00
Matthew Chen a59f49ceac Resolve the menu item conflicts between message view and media view.
// FREEBIE
2017-04-21 14:58:51 -04:00
Matthew Chen ea3e6d48f4 Merge branch 'charlesmchen/crashVsMediaMethod' 2017-04-21 14:21:37 -04:00
Matthew Chen 62e6c9a120 Fix crash unsafely accessing optional media method.
// FREEBIE
2017-04-21 14:21:23 -04:00
Matthew Chen ba3f964d5e Merge branch 'charlesmchen/onlyLastCellClearsAdapterViews' 2017-04-21 14:20:02 -04:00
Matthew Chen 210802994e Respond to CR.
// FREEBIE
2017-04-21 14:19:30 -04:00
Matthew Chen 03a97cdd70 Only the last cell associated with a media adapter should clear its views.
// FREEBIE
2017-04-21 14:17:44 -04:00
Matthew Chen 50b65f0514 Merge branch 'charlesmchen/stretchedImages' 2017-04-21 14:15:57 -04:00
Matthew Chen ef92d5e3bc Fix distorted images in messages view.
// FREEBIE
2017-04-21 13:06:40 -04:00
Matthew Chen 226dffff7a Fix distorted images in messages view.
// FREEBIE
2017-04-21 13:03:37 -04:00
Matthew Chen 8bf4cb83a5 [SSK] Improve handling of whitespace in contacts.
// FREEBIE
2017-04-20 20:26:51 -04:00
Matthew Chen c77ad7f77d Merge branch 'charlesmchen/whitespaceVsContactCells' 2017-04-20 20:25:21 -04:00
Matthew Chen 16cde883fd Merge branch 'charlesmchen/increaseLocalNotificationDelay' 2017-04-20 20:22:43 -04:00
Matthew Chen 552eecfd03 Increase local notification delay.
// FREEBIE
2017-04-20 20:22:34 -04:00
Michael Kirk 0331244b5c bump version
// FREEBIE
2017-04-20 18:52:09 -04:00
Michael Kirk b2e5972198 Sync translations
// FREEBIE
2017-04-20 18:51:44 -04:00
Michael Kirk b6a30cb7f9 Merge branch 'mkirk/document-picker' 2017-04-20 18:49:53 -04:00
Michael Kirk 70d235a670 Choose arbitrary attachments from iCloud/GDrive/Dropbox/etc
// FREEBIE
2017-04-20 18:49:30 -04:00
Michael Kirk b1ea340c36 Callscreen fills buttons to show active state
// FREEBIE
2017-04-20 18:07:00 -04:00
Matthew Chen 72730c06a6 Improve handling of whitespace in contacts.
// FREEBIE
2017-04-20 18:04:00 -04:00
Matthew Chen 4468b465d8 Merge branch 'charlesmchen/timerRetainCycle' 2017-04-20 17:56:13 -04:00
Matthew Chen a4709c9218 Respond to CR.
// FREEBIE
2017-04-20 17:55:48 -04:00
Matthew Chen eb23252c6c Fix timer retain cycle.
// FREEBIE
2017-04-20 17:54:08 -04:00
Matthew Chen d248f6117f [SSK] Ignore oversize messages.
// FREEBIE
2017-04-20 17:37:57 -04:00
Matthew Chen 476047e24a Merge branch 'charlesmchen/ignoreOversizeMessages' 2017-04-20 17:36:11 -04:00
Matthew Chen 6686167cc3 Ignore oversize messages.
// FREEBIE
2017-04-20 17:20:39 -04:00
Matthew Chen 52ab0df3f3 Merge branch 'charlesmchen/audioPlayer2' 2017-04-20 14:06:37 -04:00
Matthew Chen 4b2bdd9b52 Use audio attachment player in attachment preview dialog.
// FREEBIE
2017-04-20 11:15:19 -04:00
Matthew Chen 041badd295 Decouple the audio attachment player from the video attachment adapter.
// FREEBIE
2017-04-20 11:15:19 -04:00
Matthew Chen 13f408908d Merge branch 'charlesmchen/audioPlayer' 2017-04-20 11:13:16 -04:00
Matthew Chen b90b71351f Respond to CR.
// FREEBIE
2017-04-20 11:12:58 -04:00
Matthew Chen 980d726a48 Add audio attachment player.
* Fix two bugs around play/pause button appearance.
* Fix bugs around stopping playback when leaving view/entering background.
* Fix bugs around cleaning up playback state  when leaving view/entering background.
* Fix audio playback vs. hardware mute button.
* Improve handling of invalid audio attachments.

// FREEBIE
2017-04-20 09:44:25 -04:00
Michael Kirk 61d72f8e95 bump build
// FREEBIE
2017-04-19 19:41:21 -04:00
Michael Kirk b3fc16b0ba [SSK] handle synced reset-session messages
// FREEBIE
2017-04-19 19:40:21 -04:00
Michael Kirk 8251f1e67b Merge branch 'mkirk/sync-session-reset' 2017-04-19 19:37:04 -04:00
Michael Kirk 5c39d623a6 tweaked copy per @RiseT
// FREEBIE
2017-04-19 19:36:26 -04:00
Michael Kirk e1055c26a3 Sync EndSession messages to linked devices
Alternatively, I considered deleting *only* the session with the device
which sent the message, but since other clients are deleting *all*
sessions associated with the contact, it will be less disruptive to get
in line with their behavior.

Fixes the scenario wherein:

* Alice.1 has a session with Bob.1 and Bob.2
* Bob.1 sends an EndSession to Alice
* Thus Alice.1 deletes her sessions with Bob.1 and Bob.2
* Bob.2 sends Alice1 "hi" (with the existing session - as a regular WM,
not a PKWM)
* Alice has no session with Bob.2 so cannot decrypt the message.

// FREEBIE
2017-04-19 19:18:25 -04:00
Michael Kirk a21108db5c Log message type in prod
// FREEBIE
2017-04-19 19:04:25 -04:00
Michael Kirk 0ff24d18a3 bump version
// FREEBIE
2017-04-19 19:00:23 -04:00
Michael Kirk ed0d3a03a8 sync translations
// FREEBIE
2017-04-19 18:59:48 -04:00
Michael Kirk 5bbcc23da5 [SSK] Do not retry fatal message send errors.
e.g. don't retry group sends when someone had a SN change

// FREEBIE
2017-04-19 18:54:24 -04:00
Michael Kirk 0bbe73e110 Merge branch 'charlesmchen/messageSendFatalErrors' 2017-04-19 18:52:35 -04:00
Matthew Chen b40ec508b6 Do not retry fatal message send errors.
// FREEBIE
2017-04-19 18:52:28 -04:00
Michael Kirk d9e3e87735 New downloading progress view (#2006)
Replace previous "scary" warning-style attachment notifications with
something less alarming.

Includes file name and file type emoji when discernable.

// FREEBIE
2017-04-19 18:50:27 -04:00
Michael Kirk 1fe0930740 Merge branch 'mkirk/download-progress' 2017-04-19 18:36:27 -04:00
Michael Kirk 68476a51dc Download service emits progress notifications
// FREEBIE
2017-04-19 18:36:17 -04:00
Matthew Chen 67e94e2b55 [SSK] Do not try to resend unsaved outgoing messages when accepting a safety number change.
// FREEBIE
2017-04-19 18:21:09 -04:00
Matthew Chen 1032588da1 Merge branch 'charlesmchen/groupMessagesVsSafetyNumberChanges' 2017-04-19 18:18:27 -04:00
Matthew Chen 9b24ad7f14 Do not try to resend unsaved outgoing messages when accepting a safety number change.
// FREEBIE
2017-04-19 15:17:56 -04:00