Commit Graph

15191 Commits

Author SHA1 Message Date
Niels Andriesse 3238487917 Don't send screenshot notifications
None of the other platforms are able to do it, so it's inconsistent for iOS to be sending them
2021-07-13 13:47:28 +10:00
Niels Andriesse 5003a78a6f Update version number 2021-07-13 09:50:44 +10:00
Niels Andriesse bea80c67b3 Make error more descriptive 2021-07-13 09:50:09 +10:00
Niels Andriesse e796f6bacd Don't retry message send jobs when rate limited 2021-07-13 09:46:41 +10:00
Niels Andriesse 2928a8f66c Don't unnecessarily retry downloads for expired attachments 2021-07-13 09:46:27 +10:00
Niels Andriesse 6bc9b21cde Fix handling of failed messages in open groups
Failures wouldn't show up because `recipientIdentifiers` was empty for open groups
2021-07-13 09:46:06 +10:00
Niels Andriesse 45725b3e3b
Merge pull request #460 from oxen-io/security
Add Option to Delete All Network Data
2021-07-12 14:10:10 +10:00
Niels Andriesse 0307eba6ef Debug 2021-07-12 14:07:42 +10:00
Niels Andriesse 0338b976d4 Implement UI for delete entire account option 2021-07-12 13:53:59 +10:00
Niels Andriesse ef2eab7e9f Implement SnodeAPI.clearAllData() 2021-07-12 13:22:35 +10:00
Niels Andriesse 13e255892f Update build number 2021-07-12 09:20:48 +10:00
Niels Andriesse f0295fb469 Fix crash 2021-07-12 09:19:59 +10:00
Niels Andriesse 08a3f3b476 Update version number 2021-07-09 16:22:32 +10:00
Niels Andriesse a774d5f004 Re-use existing build paths promise if possible 2021-07-09 16:19:27 +10:00
Niels Andriesse 8a7d3f5d6a Update build number 2021-07-09 15:14:50 +10:00
Niels Andriesse 5202bde4a4 Supply fake User-Agent & Accept-Language headers 2021-07-09 15:07:39 +10:00
Niels Andriesse 682d4e45f8
Merge pull request #444 from oxen-io/timestamp-handling
Improved Timestamp Handling
2021-07-08 14:44:00 +10:00
Niels Andriesse b5999f2fc7 Update version number 2021-07-08 14:39:34 +10:00
Niels Andriesse e296f0f814 Update build number 2021-07-08 14:31:29 +10:00
Niels Andriesse 28ea914097 Show date break header by hour instead of by day
Also ditch relative timestamps in favor of absolute ones
2021-07-08 14:30:54 +10:00
Niels Andriesse 356dc0cc4f Clean up indentation 2021-07-07 15:09:09 +10:00
Niels Andriesse 4a0a66533d
Merge pull request #431 from Brice-W/exp-timer-config-message
Add Closed Group Expiration Timer Setting to Configuration Message
2021-07-07 15:07:40 +10:00
Niels Andriesse 937ad15050 Update version number 2021-07-07 14:34:21 +10:00
Niels Andriesse 04346fc334
Merge pull request #443 from oxen-io/localization
Update Translations + Add Croatian, Swedish & Thai
2021-07-07 14:32:49 +10:00
Niels Andriesse 57ebadcbdb Update translations 2021-07-07 14:30:55 +10:00
Niels Andriesse 0c52d17485
Merge pull request #440 from RyanRory/fix-scroll-down-button
Fix Scroll to Bottom Button Placement
2021-07-07 09:21:23 +10:00
Ryan Zhao 7eb5d63a83 fix the misplaced scroll to bottom button 2021-07-02 13:19:35 +10:00
Niels Andriesse f0b74c31fa Minor refactoring 2021-07-01 16:15:04 +10:00
Brice-W 2f0fe36905 add expiration timer to configuration message 2021-06-21 14:21:34 +10:00
Brice-W a840d61f4e delete obsolete code 2021-06-21 14:21:11 +10:00
Brice-W c1bd21c3f0 proto updated 2021-06-21 10:51:07 +10:00
Niels Andriesse 09de88a14f Merge branch 'dev' of github.com:loki-project/session-ios into dev 2021-06-18 09:32:29 +10:00
Niels Andriesse 267cb6151c Add missing strings 2021-06-18 09:32:10 +10:00
Niels Andriesse 7bb7edd3c0 Further cleanup 2021-06-11 11:11:16 +10:00
Niels Andriesse b090227a2d Fix potential crash & apply code convention 2021-06-11 11:01:08 +10:00
Niels Andriesse e6d15d7273
Merge pull request #429 from Brice-W/exp-timer-group-creation
Include Closed Group Expiration Timer Setting When Adding Members
2021-06-11 10:54:26 +10:00
Brice-W 1f9cd92bce set expiration timer for new group members 2021-06-10 11:51:38 +10:00
Brice-W 0b5c1a68ee proto update 2021-06-09 15:37:24 +10:00
nielsandriesse 90f6b6f5b9 Update build number 2021-06-08 08:05:38 +10:00
nielsandriesse 0b5e13ca59 Fix slight scroll behavior issue 2021-06-08 08:05:18 +10:00
nielsandriesse 56c2482b8e Update build number 2021-06-04 16:25:16 +10:00
Niels Andriesse 6c293a3b5a
Merge pull request #428 from RyanRory/last-image-lost
Fix Image Gallery Count Bug
2021-06-04 16:24:48 +10:00
nielsandriesse 1041f991fd Fix unnecessary map calls 2021-06-04 16:23:59 +10:00
Niels Andriesse f68410a733
Merge pull request #427 from Brice-W/closed-group-fix
Fix Closed Group Handling Corner Cases
2021-06-04 16:20:39 +10:00
Niels Andriesse 7b62b0809c
Merge pull request #425 from RyanRory/conversation-screen-scrolling
Auto-Scroll Conversation if Already at the Bottom
2021-06-04 16:15:26 +10:00
ryanzhao 77008443d4 fix the issue that the last image is missing in media detail screen 2021-06-04 15:59:59 +10:00
ryanzhao 4c99b9ed05 make shouldScrollToBottom based on the table view's content offset. 2021-06-04 15:30:24 +10:00
Brice-W 546f91ce65 Merge branch 'dev' of https://github.com/oxen-io/session-ios into closed-group-fix 2021-06-04 15:29:56 +10:00
Brice-W 49c1de8387 clean 2021-06-04 15:29:34 +10:00
Brice-W dbcf19529b fix 2021-06-04 14:01:23 +10:00