Commit Graph

528 Commits

Author SHA1 Message Date
Morgan Pretty 8a7db1d48f Started adding logic for the outbox endpoint
Moved the BlindedIdMapping retrieval logic to ContactUtilities so it's reusable
Added the 'outbox' endpoints (need testing as they aren't deployed to test yet)
2022-03-02 14:44:56 +11:00
Ryan Zhao 52407aec03 Merge branch 'ipad-support-1' into voice-calls-2 2022-03-02 14:31:31 +11:00
Morgan Pretty a26ee12f8d Further work on Id Blinding
Renamed the setter for the SOGS 'Server' object for consistency
Updated the Curve25519Kit repo to use an Oxen fork
Updated the MockDataGenerator to accomodate the latest changes
Updated the ConversationVC to better support getting replaced when the conversion from blinded to unblinded happens while on that screen
Added a cache for the mapping between blinded ids and standard ids (gets cached whenever a valid match is found)
Added a migration to remove the old 'authToken, 'lastMessageServerId' and 'lastDeletionServerId' collections (redundant in SOGS V4)
2022-03-01 14:06:37 +11:00
Morgan Pretty 3e97782d18 Merge branch 'dev' into feature/session-id-blinding-part-2
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	Session/Conversations/ConversationVC.swift
#	Session/Meta/Translations/de.lproj/Localizable.strings
#	Session/Meta/Translations/en.lproj/Localizable.strings
#	Session/Meta/Translations/es.lproj/Localizable.strings
#	Session/Meta/Translations/fa.lproj/Localizable.strings
#	Session/Meta/Translations/fi.lproj/Localizable.strings
#	Session/Meta/Translations/fr.lproj/Localizable.strings
#	Session/Meta/Translations/hi.lproj/Localizable.strings
#	Session/Meta/Translations/hr.lproj/Localizable.strings
#	Session/Meta/Translations/id-ID.lproj/Localizable.strings
#	Session/Meta/Translations/it.lproj/Localizable.strings
#	Session/Meta/Translations/ja.lproj/Localizable.strings
#	Session/Meta/Translations/nl.lproj/Localizable.strings
#	Session/Meta/Translations/pl.lproj/Localizable.strings
#	Session/Meta/Translations/pt_BR.lproj/Localizable.strings
#	Session/Meta/Translations/ru.lproj/Localizable.strings
#	Session/Meta/Translations/si.lproj/Localizable.strings
#	Session/Meta/Translations/sk.lproj/Localizable.strings
#	Session/Meta/Translations/sv.lproj/Localizable.strings
#	Session/Meta/Translations/th.lproj/Localizable.strings
#	Session/Meta/Translations/vi-VN.lproj/Localizable.strings
#	Session/Meta/Translations/zh-Hant.lproj/Localizable.strings
#	Session/Meta/Translations/zh_CN.lproj/Localizable.strings
2022-02-28 10:46:45 +11:00
Ryan Zhao f22672ccd7 Merge branch 'dev' of https://github.com/oxen-io/session-ios into preformance-improvement 2022-02-25 14:58:20 +11:00
Ryan Zhao c0615fe11d Merge branch 'dev' of https://github.com/oxen-io/session-ios into ipad-support-1 2022-02-25 13:43:49 +11:00
Morgan Pretty dbead5e3c8 Got the '/inbox' APIs and encryption/decryption/validation working
Added a few types to make the code more readable
Added the inbox request to the polling
Added a couple of properties to the TSContactThread to indicate the originating open group to support SOGS DMs
Added code to store the latest message id for an open group inbox
Added a bunch of documentation from the API docs into the OpenGroupAPI (and associated models)
Updated the OpenGroupAPI to match the latest docs
Fixed the incorrect structure of the SendDirectMessageRequest
Fixed an incorrect inbox endpoint path
Tweaked the batch response handling so it wouldn't fail to parse all responses if a single one failed
Renamed IdPrefix to SessionId.Prefix and cleaned up the type to be more readable & self-documenting
2022-02-25 11:59:29 +11:00
Ryan Zhao a8c7f517eb clean 2022-02-24 15:39:07 +11:00
Ryan Zhao ab0714af00 fix search bar cancel button for iPad 2022-02-24 12:03:46 +11:00
Morgan Pretty 582ff0997a Fixed a couple of crashes and added some mock data generation logic
Possibly fixed a crash due to a database deadlock
Fixed a crash when the first message requests gets added if there are no other threads
Added code to generate a bunch of random thread data (Needs some testing to ensure no data leaves the device)
2022-02-22 15:51:17 +11:00
Ryan Zhao eec3d31109 WIP: timer + main thread 2022-02-21 17:22:58 +11:00
Ryan Zhao 6d99976a9c database migrate for unread mention 2022-02-21 15:28:51 +11:00
Morgan Pretty 47314bd639 Added a notification to indicate the user has a new message request
Fixed a bug where the notification count could be increased for message requests
Fixed a bug where an approved contact could be 'unapproved' due to an order of execution issue when generating the config sync message
Fixed a check to avoid registering for push notifications when on the simulator (old check didn't cater for M1 Macs)
Moved the 'hasHiddenMessageRequests' into the group user defaults so it can be accessed within the notification extension
Added code to handle an edge case where an old client could incorrectly un-approve a contact via a legacy configuration message
2022-02-21 14:48:53 +11:00
Morgan Pretty 1edd500dab Updated to the latest blinding behaviour
Added a couple more dependencies for unit testing injection
Updated the MessageSender to set the sender of the message to the appropriate blinded/unblinded key
Updated the OpenGroup Message to handle verification of both blinded and unblinded messages
Updated the MessageSender to use dependency injection for it's sendToOpenGroupDestination method
Updated the JSONDecoder to support getting dependencies (for signature verification)
Fixed tests broken by updating the signing logic
2022-02-21 10:01:53 +11:00
Morgan Pretty ef09d4d5aa Additional encryption work on id blinding
Got the updated blinding logic working (at least when authenticating a request - still need to deal with message signing and verification)
Storing the server capabilities in the database now so we can correctly blind requests based on them
Renamed the remaining 'v2' functions and classes to just be 'OpenGroup' since there isn't a 'V2' anymore
Cleaned up a few TODOs and functions
2022-02-17 18:33:23 +11:00
Ryan Zhao cc1b1e8c51 poll for open groups in NSE 2022-02-17 14:55:32 +11:00
Morgan Pretty b655882cbd Started resolving TODOs
Added some new properties to the OpenGroupV2
Moved a number of methods and variables from OpenGroupAPI to OpenGroupManager (anything doing actual logic)
Moved the message signing into the OpenGroupAPI (since that's the only place it happens)
Renamed remaining old model classes to start with 'Legacy' to make clean up easier
Updated the OpenGroupAPI poll method to use the same logic as it previously did to determine if it should retrieve recent messages or messages since the last one
2022-02-16 10:31:08 +11:00
Ryan Zhao 56d4d8e674 bump up version & build number 2022-02-16 10:15:26 +11:00
Morgan Pretty 8cc9caa0fd Renamed the OpenGroupPollerV2 and OpenGroupManagerV2 2022-02-15 16:44:10 +11:00
Morgan Pretty 63e6cdd9ec Renamed OpenGroupAPIV2 to OpenGroupAPI
Added the inbox endpoints
2022-02-15 16:30:11 +11:00
Morgan Pretty 4963a84ddd Added more unit tests for the OpenGroupAPI (fixed a couple bugs as well) 2022-02-15 16:00:51 +11:00
Morgan Pretty eb927c36a9 Started cleaning up some of the SOGS and Onion Requests structure
Cleaned up the OnionRequestAPI so we don't need the LegacyOnionRequestAPI
Added requests for the user endpoints
Added deprecated flags to the legacy endpoints and functions
Added some logic to start handling the new poll (batch) response
Started adding unit tests for the OpenGroupAPI functions
2022-02-15 13:55:59 +11:00
Morgan Pretty 051f03f4b4 PR comments and a few missed use cases
Disabled the attachments and voice message buttons for the first message
Disabled the Disappearing Messages flag for the until the conversation is approved
Fixed a bug where the recipient of a message request could incorrectly get the 'pending approval' state
Refactored some standard auto layout code to use the custom extension code
2022-02-14 17:49:08 +11:00
Morgan Pretty c90f346d6a Further SOGS V4 integration work
Added in the v4 onion requests logic
Added in the new pin/unpin APIs
Split up additional legacy methods to try and simplify the refactoring
Added a number of TODOs around usage of legacy request methods
2022-02-14 14:07:45 +11:00
Morgan Pretty 4f3900771e More work on getting SOGS V4 integrated
Updated the MessageSendJob to support V4 messages (V2 messages will be upgraded to V4 if they get re-encoded)
Renamed the Message+Destination from 'openGroup' & 'openGroupV2' to 'legacyOpenGroup' and 'openGroup'
Started plugging in more of the V4 APIs
Renamed a number of the V2 APIs to start with 'legacy'
2022-02-11 16:48:16 +11:00
Morgan Pretty 2284375fc0 Started work on updated SOGS support
Split the OpenGroupAPIV2 into separate files
Started working on the new auth and blinded-id approaches (new auth working with un-blinded id suggesting blinded-id code is incorrect)
Updated the SOGS request/response types to use Codable
Updated the SOGS Request type to use enums instead of strings for keys (to reduce likelihood of typos breaking things)
Updated SessionMessagingKit to use Codable and JSONEncoder/JSONDecoder instead of the legacy JSONSerialization
Cleaned up some naming conventions in the SessionMessagingKit (calling a URLRequest body 'parameters' is very confusing...)
Removed the custom TSRequest class (just using standard URLRequest everywhere instead)
Added a number of extension functions to enable some more functional-coding styles
Added extensions to Sodium methods to allow scalar multiplication and the ability to hash providing a salt and a personalisation value (both needed for new SOGS auth)
Fixed an issue where the legacy auth for SOGS could crash due to threading issues (multiple threads accessing the same variable)
Fixed an issue where if you were in two rooms in a single SOGS and deleted one of them, the other room would stop getting updates as the server public key was getting removed
2022-02-10 11:17:41 +11:00
Morgan Pretty 394b0646a3 Updated the code to support additional session id prefixes 2022-02-08 16:37:01 +11:00
Ryan Zhao be1767a4ba clean 2022-02-08 14:14:33 +11:00
Ryan Zhao 80b18f0715 fix local video view weird rotation behaviour 2022-02-08 13:35:17 +11:00
Ryan Zhao 782dd20ddd implement screen rotation for video calls 2022-02-08 11:04:18 +11:00
Ryan Zhao d8401165cc bump up version & build number 2022-02-04 14:23:27 +11:00
Ryan Zhao 2d9f962a97 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 2022-02-04 14:21:54 +11:00
Morgan Pretty cd61fb8df0 Merge branch 'dev' into feature/message-requests
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	SignalUtilitiesKit/Utilities/UIColor+Extensions.swift
2022-02-04 11:49:54 +11:00
Ryan Zhao b1c2802613 update pods 2022-02-04 10:03:23 +11:00
Ryan Zhao 69e464e8ae bump up version & build number 2022-02-03 16:33:26 +11:00
Morgan Pretty 4d62ddbd77 Merge branch 'dev' into fix/safari-sharing
# Conflicts:
#	Podfile.lock
2022-02-03 08:32:17 +11:00
Morgan Pretty 9db5083cc5 Built out the Message Request functionality
Added the MessageRequestsViewController
Added a 'Message Requests' button to the settings screen
Added accept/reject buttons for message requests to the ConversationVC
Added the ability to hide the message request item on the HomeVC (re-appears if you get a new message request)
Added code to handle an edge-case where the message request approval state wouldn't be returned to the sender due to the recipient running an old version of the app
Prevented contacts which aren't associated with an approved thread from appearing when creating a closed group
Disabled notifications for threads which aren't approved
Updated the app notification count to exclude unapproved messages
Updated the app to ignore closed group creation messages if the group has no admins which are approved contacts
Fixed up the keyboard avoidance behaviour in the ConversationVC
Fixed a couple of minor interaction issues which affected some devices
Fixed an issue where the database migrations would run on the 2nd launch when creating a new account (causing odd behaviours)
2022-02-02 16:59:56 +11:00
Ryan Zhao 18fea4ab73 Merge branch 'dev' into global-search 2022-01-27 15:43:54 +11:00
Morgan Pretty 09d63456b6 Merge branch 'dev' into fix/safari-sharing
# Conflicts:
#	Podfile
#	Podfile.lock
#	Session.xcodeproj/project.pbxproj
2022-01-27 15:17:28 +11:00
Ryan Zhao 85c4b3d745 show recent search result as default for global search screen 2022-01-27 14:19:07 +11:00
Ryan Zhao 68ec1654e8 rebuild global search UI 2022-01-25 15:04:11 +11:00
Morgan Pretty 03fb5cbeeb Cleanup and tweaks
Fixed some compilation issues.
Removed an unused dependency.
Cleaned up the Podfile to minimise duplication.
Pointed at an oxen fork of SignalCoreKit instead of a personal one.
2022-01-25 12:05:45 +11:00
ryanzhao fed1218538 WIP: global search UI 2022-01-14 16:41:36 +11:00
Morgan Pretty 61f809caee Fixed a couple of bugs and started UI refactoring
Refactored the UI creation and layout code in the attachments UI.
Started refactoring the UI in the MediaMessageView (converting the existing stuff and will then consolidate when done).
Fixed a bug where playing a video attachment would result in the zoom continually getting reset.
Fixed a bug where the attachment zoom scale would randomly change causing odd behaviours.
2022-01-12 16:57:04 +11:00
Morgan Pretty 4f3faa28bc Refactored SessionShareExtension code to Swift 2022-01-11 12:38:19 +11:00
Ryan Zhao 544881fa69 bump up build number 2021-12-20 12:25:32 +11:00
Ryan Zhao ef2749d72d bump up build number 2021-12-20 09:38:14 +11:00
Ryan Zhao 7a22c9d329 update build number 2021-12-16 16:24:23 +11:00
Ryan Zhao 19cb916fa1 update version & build number 2021-12-16 13:28:28 +11:00
ryanzhao 44cf3c4d46 update build number 2021-12-09 14:31:30 +11:00
Ryan Zhao 6ac075fa5a update build number 2021-12-07 17:06:55 +11:00
Ryan Zhao d754311395 update version & build number 2021-12-06 09:50:47 +11:00
Ryan Zhao 8443818020 bump up build number 2021-12-02 14:58:03 +11:00
Ryan Zhao 5e87e9ceeb bump up build number 2021-12-01 13:26:03 +11:00
Ryan Zhao 9e4e126ef3 add call missed tips 2021-11-30 15:51:15 +11:00
Ryan Zhao 570c3fbe3b add ringtone and other UI improvement 2021-11-29 16:32:02 +11:00
Ryan Zhao 9e6c81d28b improve call message UI 2021-11-29 12:10:33 +11:00
Ryan Zhao 0a3d84d5c8 WIP: Call message Ui improvements 2021-11-26 16:57:57 +11:00
Ryan Zhao 78971b7d09 ignore call messages over 60s 2021-11-25 16:50:30 +11:00
Ryan Zhao 75658e1720 update build number 2021-11-22 09:34:51 +11:00
Ryan Zhao af16416898 update .gitignore 2021-11-19 16:14:46 +11:00
Ryan Zhao 74ef42558b add turn server info 2021-11-19 10:39:10 +11:00
Ryan Zhao d3a2b456f1 handle permission request for voice and video calls 2021-11-18 10:39:50 +11:00
ryanzhao bd0a89184b update build number 2021-11-15 16:05:25 +11:00
ryanzhao a6e5eb6fd6 update version number 2021-11-11 16:19:50 +11:00
ryanzhao bef20e2f9a refactor for CallKit 2021-11-08 09:12:18 +11:00
ryanzhao 4db87992b2 refactor for voip push notification 2021-10-29 15:22:23 +11:00
ryanzhao 0ef7bdc9ce refactor to plug in callkit 2021-10-28 17:02:41 +11:00
ryanzhao 365231f309 update build number 2021-10-27 13:51:56 +11:00
ryanzhao e2de82a11d WIP: webRTC + callkit 2021-10-26 16:36:04 +11:00
ryanzhao dea57081c7 WIP: callkit & pushkit 2021-10-26 15:48:31 +11:00
ryanzhao e529e68cb2 update build number 2021-10-22 14:38:33 +11:00
ryanzhao 1231b9c20a add preview before staring video 2021-10-21 16:28:48 +11:00
ryanzhao 7b23b8f601 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 2021-10-20 10:20:09 +11:00
ryanzhao a31700865a update build number 2021-10-19 15:12:30 +11:00
ryanzhao ecf92ceeea fix PN sound settings not applying to remote PNs 2021-10-19 15:11:47 +11:00
ryanzhao e51bd3b819 update version number 2021-10-19 13:52:19 +11:00
ryanzhao 78497d7eec update build number 2021-10-14 16:03:11 +11:00
ryanzhao 9b9a5d7a39 improve vibration for incoming calls 2021-10-12 16:42:53 +11:00
ryanzhao a1f8e16eb3 WIP: add mini call floating view 2021-10-11 13:14:39 +11:00
ryanzhao 0eba1eb14f update build number 2021-10-07 10:58:09 +11:00
ryanzhao fbe5b12c9d WIP: incoming call banner 2021-10-06 17:00:12 +11:00
ryanzhao 36f3f83298 update build number 2021-10-05 15:46:36 +11:00
ryanzhao 3b545ca618 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 2021-10-05 09:39:15 +11:00
ryanzhao c85b9020b9 update version number 2021-10-04 16:27:28 +11:00
ryanzhao 7aa751ca45 share log files in settings vc 2021-10-01 09:18:40 +10:00
ryanzhao 23fb69ba6f add incoming/outgoing call message bubble 2021-09-29 17:22:37 +10:00
ryanzhao 9030710d9d add data channel 2021-09-27 15:08:01 +10:00
ryanzhao daee269a7a Merge branch 'dev' into voice-calls-2 2021-09-20 12:00:06 +10:00
ryanzhao 5ccb84bcf0 update build number 2021-09-20 10:04:00 +10:00
ryanzhao 7e89c28038 update build number 2021-09-17 16:24:51 +10:00
ryanzhao bfe24ee7bb update version number 2021-09-17 15:41:38 +10:00
ryanzhao e049d05891 update translations 2021-09-15 15:07:18 +10:00
ryanzhao 592dd7b3d8 update version number 2021-09-09 11:37:04 +10:00
ryanzhao 6e07c56e7d Merge branch 'master' of https://github.com/oxen-io/session-ios into voice-calls-2 2021-09-07 14:51:50 +10:00
ryanzhao d60bbdb315 update build number 2021-09-03 11:03:16 +10:00
ryanzhao a25ef77f9a update version number 2021-09-02 11:38:00 +10:00
Niels Andriesse d6f1553050 Update build number 2021-08-20 10:31:15 +10:00
Niels Andriesse fff117e633 Update build number 2021-08-20 10:20:23 +10:00
Niels Andriesse cb2fb4497d Update version number 2021-08-19 15:57:44 +10:00
Niels Andriesse 027f9b2a87 Install pods 2021-08-18 13:49:17 +10:00
Niels Andriesse e81e25d447 Merge branch 'dev' into voice-calls-2 2021-08-18 13:48:56 +10:00
Niels Andriesse e226b9a273 Fix copyright notice 2021-08-18 13:45:04 +10:00
Niels Andriesse 8280748b39 Improve logging 2021-08-18 11:18:11 +10:00
Niels Andriesse 3206ce380e Rename WebRTCWrapper → WebRTCSession 2021-08-18 09:00:55 +10:00
Niels Andriesse e899804b85 Rename CallVCV2 → CallVC 2021-08-18 08:56:11 +10:00
Niels Andriesse 525eb40d8d Make signaling happen using Session messages 2021-08-17 15:41:13 +10:00
Niels Andriesse 0749510f4e Minor refactoring & clean up WebRTC constraints 2021-08-17 14:02:28 +10:00
Niels Andriesse c00ddde64d Remove unused code 2021-08-16 14:50:09 +10:00
Niels Andriesse 662fc945e2 Refactor CallVC 2021-08-16 14:40:07 +10:00
Niels Andriesse 4dd218daf6 Delete unused MockTURNServer 2021-08-13 15:46:40 +10:00
Niels Andriesse 49d93b9cfd Clean up TestCallServer 2021-08-13 15:43:33 +10:00
Niels Andriesse 8b187641b8 Clean up TestCallConfig 2021-08-13 15:34:44 +10:00
Niels Andriesse 36962cc059 Clean up WebSocket 2021-08-13 15:22:15 +10:00
Niels Andriesse 876814dd43 Basic proof of concept 2021-08-13 13:47:22 +10:00
Niels Andriesse f1f48ec865 Further implement CallVC 2021-08-12 15:12:48 +10:00
Niels Andriesse eb2cba7410 Add MockCallServer 2021-08-12 14:04:46 +10:00
Niels Andriesse 74e9cacd58 Implement MockWebSocket 2021-08-12 13:54:44 +10:00
Niels Andriesse 32426f9005 Add CallVC 2021-08-12 13:49:10 +10:00
Niels Andriesse 9e70432ec9 Update project settings 2021-08-12 13:30:14 +10:00
Niels Andriesse 4fd720cbc9 Implement MockCallConfig 2021-08-12 13:20:34 +10:00
Niels Andriesse 9664274a21 Rename TURNServer → MockTURNServer 2021-08-12 13:14:02 +10:00
Niels Andriesse 170da7a276 Implement VideoCallVC & CameraManager 2021-08-12 13:12:44 +10:00
Niels Andriesse b513eeb898 Add mock TURN server implementation 2021-08-12 11:46:04 +10:00
Niels Andriesse 72469f78f1 Fix organization name 2021-08-12 11:06:04 +10:00
Niels Andriesse 67792ad15f Add UI utilities 2021-08-12 10:52:41 +10:00
Niels Andriesse 1a12199d0b Implement CallManager 2021-08-12 10:35:06 +10:00
Niels Andriesse 030c869d06 Add WebRTC dependency & implement CallMessage 2021-08-10 14:09:45 +10:00
ryanzhao 03fde557fc Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-09 15:08:11 +10:00
Niels Andriesse 530bb7983a Update version number 2021-08-09 14:54:47 +10:00
Ryan Zhao 6e45aed71b Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-05 13:34:17 +10:00
Ryan Zhao eaab6ee22d deleted message UI in conversation screen 2021-08-05 13:34:07 +10:00
Ryan Zhao ab492d5304 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-05 11:51:31 +10:00
Niels Andriesse 29acca574c Update build number 2021-08-05 10:48:24 +10:00
Niels Andriesse d76d04d0f5 Merge branch 'dev' into conversation-ui 2021-08-05 09:23:23 +10:00
Niels Andriesse 1dc463a9ed Update build number 2021-08-05 09:21:20 +10:00
ryanzhao dd2f8c7df9 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-04 09:08:10 +10:00
Niels Andriesse 7043e83ea3 Merge branch 'dev' into conversation-ui 2021-08-03 16:08:34 +10:00
Niels Andriesse c132b16d01 Update build number 2021-08-03 15:45:04 +10:00
Niels Andriesse 7f0b87a2b2 Avoid unnecessary conversation screen updates 2021-08-03 15:36:54 +10:00
Ryan Zhao 885e9296d1 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-03 10:26:30 +10:00
Niels Andriesse 9b525f77b6 Update build number 2021-08-03 09:38:06 +10:00
Niels Andriesse 6851531014 Update build number 2021-08-03 09:12:56 +10:00
Ryan Zhao d9dde64e5f Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-07-30 14:21:51 +10:00
Ryan Zhao dff99cf0fc add unsend request proto 2021-07-30 14:21:30 +10:00
Niels Andriesse 1543dc7b1f Update build number 2021-07-30 10:46:15 +10:00
Niels Andriesse ec4ce64887 Update build number 2021-07-30 10:02:08 +10:00
Niels Andriesse c4fafa132d Update build number 2021-07-30 09:24:14 +10:00
Niels Andriesse 2bffc3b830 Update build number 2021-07-29 10:17:57 +10:00
Niels Andriesse 02a318a1e3 Update build number 2021-07-27 10:47:37 +10:00
Niels Andriesse c90009d5fd Update version number 2021-07-26 09:57:06 +10:00
Niels Andriesse 81287f2b97 Update build number 2021-07-23 14:12:24 +10:00
Niels Andriesse ab42433a96 Update build number 2021-07-23 13:42:45 +10:00
Niels Andriesse ac730e00b4 Update build number 2021-07-23 09:12:16 +10:00
Niels Andriesse 8a1070cc8e Update build number 2021-07-23 09:05:40 +10:00
Niels Andriesse 44288c45e9 Fix auto scroll to bottom bug 2021-07-22 11:10:30 +10:00
Niels Andriesse 8183e8ea80 Update version number 2021-07-19 13:23:15 +10:00
Niels Andriesse 6d2044f230 Warn users if they're about to send their recovery phrase to someone 2021-07-19 13:15:02 +10:00
Niels Andriesse 5fca1de866 Update the build number again
App Store processing is stuck
2021-07-19 10:52:00 +10:00
Niels Andriesse 614626bffb Update build number 2021-07-19 09:35:11 +10:00
Niels Andriesse d2161545d6 WIP 2021-07-15 16:39:59 +10:00
Niels Andriesse 595080aba2 Update build number 2021-07-15 14:16:51 +10:00
Niels Andriesse 769dccb902 Update version number 2021-07-14 15:58:56 +10:00
Niels Andriesse dfdffc607c Make profile pictures tappable 2021-07-14 15:56:56 +10:00
Niels Andriesse a5beb8af06 Update build number 2021-07-13 16:11:26 +10:00
Niels Andriesse 06a3eaad2d Update build number 2021-07-13 14:34:02 +10:00
Niels Andriesse 5003a78a6f Update version number 2021-07-13 09:50:44 +10:00
Niels Andriesse 13e255892f Update build number 2021-07-12 09:20:48 +10:00
Niels Andriesse 08a3f3b476 Update version number 2021-07-09 16:22:32 +10:00
Niels Andriesse 8a7d3f5d6a Update build number 2021-07-09 15:14:50 +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 937ad15050 Update version number 2021-07-07 14:34:21 +10:00
Niels Andriesse 57ebadcbdb Update translations 2021-07-07 14:30:55 +10:00
nielsandriesse 90f6b6f5b9 Update build number 2021-06-08 08:05:38 +10:00
nielsandriesse 56c2482b8e Update build number 2021-06-04 16:25:16 +10:00
nielsandriesse ae4e781055 Update build number 2021-06-04 08:17:57 +10:00
nielsandriesse f4d63ba48e Update version number 2021-06-03 14:16:02 +10:00
nielsandriesse a835f3e6d4 Add Finnish translation 2021-06-01 15:15:30 +10:00
nielsandriesse 235db55efb Add Hindi to translations list 2021-06-01 10:01:31 +10:00
nielsandriesse fb8bf6cbd2 Update build number 2021-05-31 11:34:14 +10:00
nielsandriesse 2730804e4a Update version number 2021-05-28 09:47:48 +10:00
nielsandriesse bf9d860214 Batch thread updates 2021-05-28 09:47:05 +10:00
Niels Andriesse 3d5d07fba3 Update build number 2021-05-25 09:04:51 +10:00
Niels Andriesse ac681c3bc2 Fix missing font 2021-05-25 09:04:22 +10:00
Niels Andriesse 3a5eeeb8ba Update version number 2021-05-24 08:57:53 +10:00
Niels Andriesse 3fda8daec9 Merge branch 'dev' into cleanup 2021-05-20 16:25:59 +10:00
Niels Andriesse 1e246389be Clean 2021-05-20 14:29:28 +10:00
Niels Andriesse cde644e693 Merge branch 'dev' 2021-05-20 14:27:37 +10:00
Niels Andriesse fe3493ff12 Update version number 2021-05-20 13:58:31 +10:00
Niels Andriesse 08fc17e0f9 Remove file server instability modal 2021-05-20 12:03:59 +10:00
Niels Andriesse 0fe8dc7aee Update build number 2021-05-20 11:09:42 +10:00
nielsandriesse 1d028e5f6c Add file server instability modal 2021-05-20 11:02:24 +10:00
nielsandriesse b1bb087c75 Update version number 2021-05-20 11:02:16 +10:00
nielsandriesse 340b9fcdf0 Update build number 2021-05-20 11:02:08 +10:00
nielsandriesse 4da8a0933c Add file server instability modal 2021-05-19 15:15:54 +10:00
nielsandriesse 8dffa249bb Update version number 2021-05-19 13:43:24 +10:00
nielsandriesse 8338ba3eca Update build number 2021-05-19 13:32:42 +10:00
Niels Andriesse 9cff7f8d4f Update build number 2021-05-18 10:02:48 +10:00
Niels Andriesse 8fcb8e562d Add Chinese (traditional) translation 2021-05-18 10:00:11 +10:00