Commit Graph

16922 Commits

Author SHA1 Message Date
Morgan Pretty 71aa74ab52 Added a checkbox to the feature request template for searching for existing requests 2022-11-25 14:31:36 +11:00
Morgan Pretty d003dd2ab5 Added new bug report and feature request issue templates 2022-11-25 11:57:25 +11:00
RyanZhao 27f273e823
Merge pull request #739 from oxen-io/dev
2.2.3
2022-11-21 11:01:06 +11:00
ryanzhao ff813e4376 update build number 2022-11-16 16:52:49 +11:00
ryanzhao 9d71ae141b bump up build & version number 2022-11-16 15:43:55 +11:00
RyanZhao fbe9e49744
Merge pull request #699 from RyanRory/ipad-landscape-support
iPad landscape UI
2022-11-16 15:42:42 +11:00
ryanzhao 47523054b2 slightly reduce max width of media message on iPad 2022-11-16 15:40:49 +11:00
ryanzhao d827bb2770 fix message request empty state 2022-11-16 13:13:25 +11:00
ryanzhao 0240001201 fix copy and share buttons are getting squashed when switching from landscape to portrait in new DM VC 2022-11-16 10:28:07 +11:00
ryanzhao 02028c36e6 Merge branch 'dev' into ipad-landscape-support 2022-11-16 09:53:25 +11:00
RyanZhao 7e161e30a0
Merge pull request #655 from RyanRory/quote-standardise
Quote standardise
2022-11-16 09:52:38 +11:00
RyanZhao e38db1bd5c
Merge pull request #737 from mpretty-cyro/fix/copy-open-group-url
Fixed a bug where copying the open group url wasn't working correctly
2022-11-16 09:52:21 +11:00
RyanZhao a7f245e6f8
Merge pull request #738 from mpretty-cyro/fix/global-search-crash
Fixed a crash which could occur in global search
2022-11-16 09:52:09 +11:00
ryanzhao ab2dc8deaf Merge branch 'dev' into quote-standardise 2022-11-15 11:32:45 +11:00
ryanzhao fe8930405d Merge branch 'dev' into ipad-landscape-support 2022-11-15 11:32:29 +11:00
Morgan Pretty e808f385e8 Fixed a crash which could occur in global search 2022-11-10 15:54:02 +11:00
Morgan Pretty 7cbdca672e Fixed a bug where copying the open group url wasn't working correctly 2022-11-09 11:07:13 +11:00
Morgan Pretty 5c1b76cf83
Merge pull request #736 from oxen-io/dev
Release 2.2.2 (resubmission)
2022-11-08 11:18:22 +11:00
Morgan Pretty 1c6592aa6f
Merge pull request #735 from mpretty-cyro/fix/add-pending-message-request-explanation
Added some copy to explain disabled buttons for message requests
2022-11-08 11:17:39 +11:00
Morgan Pretty bdef17fef0
Merge pull request #734 from mpretty-cyro/fix/add-pending-message-request-explanation
Added some copy to explain disabled buttons for message requests
2022-11-08 11:16:27 +11:00
Morgan Pretty d740fe32c2 Added some copy to explain disabled buttons for message requests 2022-11-08 09:35:27 +11:00
Morgan Pretty f39f1d9d9c
Merge pull request #733 from oxen-io/dev
Release 2.2.2
2022-11-07 10:50:35 +11:00
Morgan Pretty 977da174cd
Merge pull request #732 from mpretty-cyro/fix/general-bug-pass
General bug fixing
2022-11-07 10:49:47 +11:00
Morgan Pretty 9dbab87ba4 Actually setting the 'forceBlinded' flag 2022-11-07 10:19:17 +11:00
Morgan Pretty f4d4e7d810 Fixed an issue with blinding being switched on
Fixed an issue where a user that was part of an open group before blinding was enabled wouldn't be able to access the group once blinding was switched on
Updated the code to better support errors sent from SOGS as bencoded data
2022-11-07 10:18:59 +11:00
Morgan Pretty c934415355 General bug fixing
Fixed an issue where the database could get suspended if the app is launched when the app is doing a background fetch
Fixed an incorrectly localized string
Fixed an issue where the author name on a message didn't have it's width constrained
Fixed a bug where the conversation message list inset wasn't getting updated properly in some cases
Tweaked some logic in the OpenGroupPoller when running from the background to try and close some of the odd cases
2022-11-03 17:26:10 +11:00
Morgan Pretty e734080808
Merge pull request #719 from oxen-io/dev
Release 2.2.1
2022-10-24 17:18:42 +11:00
Morgan Pretty 91eff4fe39
Merge pull request #718 from mpretty-cyro/fix/migration-and-release-issues
Fix migration issues and theming crashes
2022-10-24 17:17:56 +11:00
Morgan Pretty 8907a33675 Fixed the broken unit tests
Increased the build & version numbers
2022-10-24 17:12:02 +11:00
Morgan Pretty 301ae76b0f Updated the OpenGroupAPI to always use authentication and default to blinded when no capabilities are present 2022-10-24 15:24:46 +11:00
Morgan Pretty 1b350cf422 Fixed a number of crashes
Consolidated the PagedDatabaseObserver updating logic into a static function (can be improved further in the future)
Added defensive coding to prevent the LinkDeviceVC from crashing when the nav controller doesn't exist
Fixed an issue where the 'Permissions' callbacks were doing UI logic on background threads
Fixed an issue where the 'reloadCurrent' load type for the PagedDatabaseObserver was incorrectly increasing the 'currentCount' of the PageInfo
Fixed an issue where loading all of the data for paged data could result in a crash when the 'loadMore' section was removed
2022-10-24 14:52:28 +11:00
Morgan Pretty 89df1261e3 Added a method to allow safer database inserts
Fixed an issue where the app settings were updating immediately making them seem to
Updated GRDB to version 6.1 and SQLCipher to 4.5.2
Added a method which allows for inserting into the database while omitting columns which exist in the object but not in the database (so allow for old migrations to run with less issues)
Updated all the migrations to use the migration safe insert method
Removed some ObjC support extension functions
2022-10-21 17:32:51 +11:00
ryanzhao 981621738a Merge branch 'dev' into quote-standardise 2022-10-19 16:14:20 +11:00
ryanzhao 4083b2fb2d Merge branch 'dev' into ipad-landscape-support 2022-10-19 16:14:06 +11:00
Morgan Pretty 6c58e08b4c
Merge pull request #712 from mpretty-cyro/fix/tweak-thread-icon-colour
Updated the pinned icon to use "Text Secondary" for it's tint colour
2022-10-19 11:33:17 +11:00
Morgan Pretty c38a660d2f Updated the pinned icon to use "Text Secondary" for it's tint colour 2022-10-19 11:19:09 +11:00
Morgan Pretty 2b47333298
Merge pull request #711 from oxen-io/dev
Release 2.2.0 RC5
2022-10-17 10:09:12 +11:00
Morgan Pretty 2d8fa193e2
Merge pull request #710 from mpretty-cyro/fix/theming-tweaks
Theming tweaks and bug fixes
2022-10-17 10:07:20 +11:00
Morgan Pretty f8b803a9db Merge remote-tracking branch 'upstream/dev' into fix/theming-tweaks 2022-10-14 17:11:49 +11:00
Morgan Pretty 36ccf5fbae
Merge pull request #709 from RyanRory/bad-call-fix-3
Bad call fix
2022-10-14 17:11:24 +11:00
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
2022-10-14 17:09:38 +11:00
ryanzhao 48c0c06c4b cherry pick bacd call fix & clean 2022-10-14 14:59:19 +11:00
ryanzhao 85147551cf Merge branch 'dev' into quote-standardise 2022-10-12 10:32:34 +11:00
ryanzhao de9a408ed2 Merge branch 'dev' into ipad-landscape-support 2022-10-12 10:32:18 +11:00
Morgan Pretty 59dac34fe8
Merge pull request #708 from mpretty-cyro/fix/emoji-padding
Tweaked a couple of layout issues in the visible message
2022-10-12 10:31:34 +11:00
Morgan Pretty b54700575f Tweaked a couple of layout issues in the visible message 2022-10-12 10:23:40 +11:00
Morgan Pretty e16180c007 Removed commented code and fixed a minor layout issue on SE devices 2022-10-12 09:05:21 +11:00
Ryan Zhao 98c5c996fc clean 2022-10-11 16:37:48 +11:00
Ryan Zhao d9ea06008b clean 2022-10-11 14:54:53 +11:00
Ryan Zhao be670a5516 clean 2022-10-11 14:43:09 +11:00