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/Session/Utilities
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
..
AVAudioSession+OWS.h Re-organize files 4 years ago
AVAudioSession+OWS.m Re-organize files 4 years ago
BackgroundPoller.swift Theming tweaks and bug fixes 2 years ago
CGRect+Utilities.swift
Date+Utilities.swift Finished of the conversation screen and resolved a bug of bugs/TODOs 2 years ago
DifferenceKit+Utilities.swift Merge branch 'feature/database-refactor' into emoji-reacts 2 years ago
HapticFeedback.swift Applied the "increase min version to iOS 13" changes 2 years ago
IP2Country.swift A few bugs fixes and some optimisations 2 years ago
MentionUtilities.swift Fixed search performance, started styling in-conversaiton settings 2 years ago
MockDataGenerator.swift Fixed an issue where hidden mods/admins wouldn't be properly recognised 2 years ago
Permissions.swift Merge remote-tracking branch 'upstream/dev' into feature/theming 2 years ago
QRCode.swift Fixed remaining bugs 2 years ago
TextFieldHelper.swift Re-organize files 4 years ago
TraitObservingWindow.swift Did some more theming, removed some files and fixed a couple of minor call issues 2 years ago
UIApplication+OWS.swift Finished removing usages to non-theme colour variables 2 years ago
UIImage+Scaling.swift
UILabel+Interaction.swift
UINavigationBar+Utilities.swift Finished removing usages to non-theme colour variables 2 years ago
UIResponder+OWS.swift Re-organize files 4 years ago
UIScrollView+Utilities.swift Got paging working on the conversation screen 2 years ago
UIStoryboard+OWS.swift Re-organize files 4 years ago
UIView+Draggable.swift Did some more theming, removed some files and fixed a couple of minor call issues 2 years ago
UIView+Wrapping.swift Merge remote-tracking branch 'upstream/dev' into feature/theming 2 years ago