You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionSnodeKit
Morgan Pretty d8fd3b35b4 Theming tweaks and bug fixes
Made a tweak to prevent some odd looking keyboard transitions when going to conversation settings
Updated the PagedDatabaseObserver to not call 'onChangeUnsorted' on the main thread (now we can generate the changeset on the background thread so there is less main thread work)
Fixed an issue where the most recently received message from the swarm could be removed from the swarm yet the app would still poll for it, resulting in the swarm always returning the oldest possible messages until the user sends a new one-to-one message
Fixed an issue where the initial scroll offset could be incorrect due to certain message types
Fixed an issue where the title view inside a conversation could jump when pushing to the conversation settings screen
Refactored a couple of ObjC functions to Swift as they were crashing (due to memory allocation?) hopefully this will fix it
Tweaked some DispatchQueue priorities to ensure PagedDatabaseObserver loading is prioritised
Updated buttons to use a standard convention for highlighted states
Updated the new conversation button to follow the new highlighted state convention
2 years ago
..
Database Theming tweaks and bug fixes 2 years ago
Meta
Models Added linting for the localized strings, updated the quote & mention behaviour for the current user 2 years ago
Utilities Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 2 years ago
Configuration.swift Theming tweaks and bug fixes 2 years ago
GetSnodePoolJob.swift Added paging to the Home/MessageRequests screens and fix a bunch of bugs 2 years ago
Notification+OnionRequestAPI.swift Rename various things 4 years ago
OnionRequestAPI+Encryption.swift Fixed a number of reported bugs, some cleanup, added animated profile support 2 years ago
OnionRequestAPI.swift Updated the rest of the SnodeAPI static variables to be atomic to prevent threading crashes 2 years ago
SnodeAPI.swift Theming tweaks and bug fixes 2 years ago
SnodeMessage.swift Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2 years ago