Commit Graph

254 Commits (499cdfa56f5d17c73a1e463c5d65c1db4e1f788e)

Author SHA1 Message Date
Christine Corbett 86aea62b86 Groups: Fixes issue discussed in #248
Link: https://github.com/WhisperSystems/Signal-iOS/pull/248#discussion-diff-22403332
Fixes issue with android not being able to create a group due to update group messages being interpreted as unknown group
11 years ago
Frederic Jacobs ffd68d30c5 Adding support for iPad icons. Closes #255 11 years ago
Christine Corbett 4c0dbeb981 Group avatar fixes
- Resizes group avatars
- Fixing bug causing group avatar to be sent as attachment

Reviewed-by: @FredericJacobs
11 years ago
Frederic Jacobs 7a1a2c2050 Closes #234 11 years ago
Frederic Jacobs eff589af93 Closes #236
- Sublassing errors in case of expected behaviour
- When receiving a new message that was using a previously unknown
identity key, we search for any other messages that are encrypted with
the new accepted key and decrypt those too.
- Addressing some of the warnings we had before.
11 years ago
dtsbourg 4cb3231bb1 Settings: Share fingerprint in tweet (close #210) 11 years ago
Frederic Jacobs 5cf96b2b05 Incoming call when app closed: updates contact label when available. 11 years ago
Frederic Jacobs 0266621ceb Phone calls in MessageView. 11 years ago
Frederic Jacobs 2082c2ada7 Bugfix: Caused private message to not be processed correctly
Protocol buffers do serialise the group structure even if properties
are missing. Always check with .hasGroup instead.
11 years ago
Frederic Jacobs af9f8579b6 Showing name of contact on outgoing phone call 11 years ago
Frederic Jacobs 9b4afebbd5 Preventing "null" notifications on group updates and attachments 11 years ago
Frederic Jacobs c69ce8ad25 Actions on messages notification for replying. 11 years ago
dtsbourg 5961c635e0 MessagesVC: Scrolls to bottom and fixes jumpiness 11 years ago
Frederic Jacobs a93b111458 Groups: Name of leaving user + outgoing message layout. 11 years ago
Christine Corbett e58f9bf966 Groups: Update messages, avatars and bug fixes 11 years ago
Frederic Jacobs 3c568f7044 Bugfix: messages shown as delivered since 312423a
https://github.com/WhisperSystems/Signal-iOS/commit/312423acfca37cf0ad48
08a429de76fde1dd68f5
☝️ @corbett & bad-code review: @FredericJacobs
11 years ago
Frederic Jacobs 93c571daec Removing keying material and wiping messages. 11 years ago
Frederic Jacobs 402df72306 Attachments handling
- Sends image rotated
- If message is delete, delete the attachment db object and file
- Delete attachment from detail view
11 years ago
dtsbourg f2217cacd7 Setting for Image Compression. 11 years ago
Frederic Jacobs 224cea7773 Fixing "jump" on loading MessagesViewController 11 years ago
Christine Corbett 333c920e0b Group functionality
• create
• send/receive full functionality
• basic UI for group updating.

TODOS:
    -group avatars not supported
    -group update occurrence initiated by Android displayed in thread UI but not yet fully

Reviewed-by: @FredericJacobs
11 years ago
Frederic Jacobs c74899661c Removing logging statement. 11 years ago
Frederic Jacobs 8334adb4d9 Attachments: Sending and receiving 11 years ago
Frederic Jacobs 9683451ed9 Rename to 'attachment' 11 years ago
dtsbourg f8db90014d Attachements: Fixing UI issues 11 years ago
Frederic Jacobs db74e17564 Fixing crash on notification style setting 11 years ago
Frederic Jacobs 3dc21ba654 Receiving and displaying attachements 11 years ago
dtsbourg 71ad9beeb2 Fingerprint verification instructions 11 years ago
dtsbourg 29b8fb6eab Settings: Let user pick notification style
Also lets user search for contacts by phone number.
11 years ago
dtsbourg 03073a9c05 Signup: remove unused segue 11 years ago
Frederic Jacobs a55b00552d Removing keyboard when proposing new fingerprint. 11 years ago
Frederic Jacobs e269bd62ee Bugfix: Fixes crash on multiple update. 11 years ago
Frederic Jacobs 80a8c39213 Debug: Logging new password creation. 11 years ago
Christine Corbett c11c4361eb Bugfix: Fixing ordering for compose view.
Reviewed-by: @FredericJacobs
11 years ago
Christine Corbett 6b4f339d7e Identity Key QR verification
• this plumbs in the QR verification for iOS, both scanning contact and having your fingerprint scanned.

Reviewed-by: @FredericJacobs
11 years ago
Frederic Jacobs f67e0d13f0 Support for MITM/key change interface. 11 years ago
Frederic Jacobs d90d27995c Error handling messages and Info Messages 11 years ago
Frederic Jacobs dde6fc0a7f Bug fixes in MessageViewController
- Messages shouldn’t be marked as seen if app in background
- Fixes crash on first delivery receipt
11 years ago
Frederic Jacobs daa6bfd650 Fixing crash in MessagesViewController. 11 years ago
dtsbourg 6868e2234d Messages view fixes
- Delivered tag
- Fix tap to resend recognizer
- Error messages layout

Reviewed-by: @FredericJacobs
11 years ago
dtsbourg 32f1cb3755 Archive/Inbox: Unread layout and other enhancements
- Add lastAction indicator for errors and info in TSThreadViews
- Enable unarchiving and deletion from archive.
- Unread message layout
11 years ago
dtsbourg 7080755787 Signup enhancements.
- Remove unused segue
- Add call to super
11 years ago
Christine Corbett 5b0914c038 Signup flow: request call.
• enables the "Send Again button"
• enables the display of the number the user entered in the Registration View in this subsequent scene (so they can see whether they should go back or not)
• enables the "call me instead button"

Reviewed-by: @FredericJacobs
11 years ago
Frederic Jacobs 83cc102f98 Immediate feedback on send + unread count badges. 11 years ago
Frederic Jacobs b5ba841c67 Support for Archiving. (Closes #213) 11 years ago
dtsbourg 2d722d499b Multiple UI enhancements.
- Addresses consistency in how phone numbers are displayed.
- Auto-Layout constraints for Settings

Review by: @FredericJacobs
11 years ago
dtsbourg 5ddb85b6cc Modal presentation of the setup view.
- Memory efficiency.
- Fixes issue where segues were never unwinded.
- Fixes issues on first launch where initiating a call would show the login screen again.
- Addresses issue where the signup code would not have been added properly after clicking link in SMS.

Reviewed by: @FredericJacobs
11 years ago
Frederic Jacobs 52d84ae006 LaunchScreens and Screen Security. 11 years ago
Frederic Jacobs 8435a800d4 WebSocket Public Key Pinning. 11 years ago
dtsbourg 54dae0639c Messages: Fix delivered label 11 years ago
dtsbourg e70fd6391b General: Screenshot protection (closes #216) 11 years ago
Frederic Jacobs 67a1a41330 Display fingerprints. 11 years ago
Frederic Jacobs 901640507c Removing developer-specific junk. 11 years ago
dtsbourg 91e0b66424 Addresses multiple UI issues.
- New Contact spacing to let user tap call/message icons
- Handeling error messages, delivery receipts, timestamps
11 years ago
Frederic Jacobs d4f5675a58 Supporting alert on unregistered users + bug fixes. 11 years ago
Frederic Jacobs 35a2762c5f Starting background fetching of messages. 11 years ago
Frederic Jacobs 6446c6fbe0 Socket Management 11 years ago
dtsbourg 9b5379b3e2 Messages: Add a failed outgoing message cell 11 years ago
dtsbourg 211e20aaf7 Signup: Locking UI while async requests 11 years ago
Frederic Jacobs 1eff2b3ad5 Rewriting outgoing pipeline with GCD. 11 years ago
Frederic Jacobs 8514836032 Integrating call and messaging buttons. 11 years ago
Frederic Jacobs fbbeff70e4 Handling delivery receipts. 11 years ago
Frederic Jacobs b22579d8f8 Settings and thread fixes. 11 years ago
Frederic Jacobs f1c92b229a Registering by tapping SMS link. 11 years ago
Frederic Jacobs bf9084a7c8 WebSocket reconnect. Casting issues. 11 years ago
Frederic Jacobs 1e3dd3d946 Integration work - thread view 11 years ago
Frederic Jacobs b58d2fb864 Integrating deletion of threads. 11 years ago
Frederic Jacobs d73e42beff Integrating Message View. 11 years ago
dtsbourg 84e12a39c9 ContactDetail: Link notes 11 years ago
dtsbourg b3d2544b1f Signals: Fix mistake in removing observer for Socket Notifications 11 years ago
Frederic Jacobs 0c88202f7b Adapting to changes to SubProtocol and InboxView 11 years ago
Frederic Jacobs 121ef0439c Integrating the TextSecure Contact Discovery. 11 years ago
David Deller 60ceaab70d Fix error not being shown when failing to verify SMS code 11 years ago
dtsbourg e48ea52924 ContactDetail: Fix crash on parsedPhoneNumbers 11 years ago
dtsbourg 60f50e5218 ContactDetail: Remove Favourite button 11 years ago
dtsbourg 756777fd09 InCall: remove blue outline on mute and speaker buttons 11 years ago
Frederic Jacobs faa4473109 SubProto support for WebSocket messages 11 years ago
Frederic Jacobs 336eb1fa0a Enables Auto-layout on larger screen sizes. 11 years ago
Frederic Jacobs ad5bb92004 Integrating socket status indicator and remove favorites. 11 years ago
Frederic Jacobs 8b6ac13594 Fixes InCallViewController & contacts not displayed 11 years ago
Frederic Jacobs c9056662e9 Fixing issues with merge
Tried to rebase but there were too many patches to reapply.
11 years ago
Frederic Jacobs 6dd04a49fe Refactoring signup flow, storage, contacts.
- Signal preferences and keying material moved to the unified storage
- Set up for staging environment to try out the new APIs
- Changes in the push registration flow to send token to RP & TS
11 years ago
dtsbourg 95c14ddefb General: Unused views cleanup 11 years ago
dtsbourg 64ab73baeb General: Unused View controller clean up 11 years ago
dtsbourg 6524b08ffc FullImage: Base of pinching, double tapping & zooming 11 years ago
dtsbourg e174215b2a Fix Scale: Set Launch Screen 11 years ago
Frederic Jacobs c3dff810ad Registration refactoring - wip. 11 years ago
Frederic Jacobs b9907b9a32 Laying ground for signup flow refactoring 11 years ago
Frederic Jacobs 43af8c18e3 Merging UI code with some basic TextSecureKit code. 11 years ago
dtsbourg a60bc8be92 Initial Message UI 11 years ago
Ben Sandofsky f65d552f6d Prefix NSArray categories.
Begin process of prefixing categories on Foundation and UIKit. This
follows Cocoa best practices. This makes sense given the number of third
party libraries the project incorporates, which may include their own
colliding category method names.

Use OWS prefix on classes that may be used across apps.
11 years ago
Craig Gidney abb0486ec1 Fixed a warning in PriorityQueueTest, and some dot syntax //FREEBIE
- Also simplified the comparators
11 years ago
Gil Azaria 3ddfd91597 phone/ related bug fixes
- Fixed typo with an isKindOfClass comparison
- Fixed a bug in PhoneNumberDirectoryFilterManager where if an update failed it
  didnt save the retry date
11 years ago
Frederic Jacobs d7bd62ca76 Addressing issues with empty contact names
//FREEBIE
11 years ago
Frederic Jacobs 36a24c5445 Rate Limiting Message was never displayed. 11 years ago
Craig Gidney 867402afa5 Update doc comment in ZrptManager.h // FREEBIE
The note about the role parameter was way out of date.
11 years ago
Frederic Jacobs 9fac4209b2 Vibrations and minor fix in audio interrupts 11 years ago
Frederic Jacobs 40c7adfda9 Bump up version number of release. 11 years ago
Frederic Jacobs 24ee727d6c Closes #181
//FREEBIE
11 years ago
Frederic Jacobs 7d4fb1ae1a Updating Pods & translations for release
//FREEBIE
11 years ago