Commit Graph
5805 Commits
Author SHA1 Message Date
ClarkandGitHub 8e3027642b Remove self from mention picker. 2023-07-27 16:28:39 -04:00
Cody HenthorneandGitHub 39f96bb12c Revamp group name color generation. 2023-07-27 16:07:38 -04:00
ClarkandGitHub 938309d125 Remove SMS popup from CFv2. 2023-07-27 16:04:07 -04:00
Cody Henthorne f740b69ffe Fix lifecycle crashes with keyboard fragment and media sending. 2023-07-27 15:36:38 -04:00
Greyson Parrelli dcffc13843 Fix a RRP recovery path. 2023-07-26 20:15:57 -04:00
Cody Henthorne 1e9a0cdc16 Attempt to swallow erroneous cancel alarm security exceptions. 2023-07-26 14:07:10 -04:00
Cody Henthorne 82e7050864 Fix various lifecycle crashes. 2023-07-26 13:51:19 -04:00
NicholasandGitHub 72d1e55373 Re-enable bubble menu shortcut on CFv2. 2023-07-26 13:21:00 -04:00
Cody HenthorneandGitHub a3798dba68 Properly support group calls in CFv2. 2023-07-26 11:59:03 -04:00
Cody Henthorne b9f7ef5cbd Fix bug with search UI not showing when searching from settings. 2023-07-26 11:20:06 -04:00
Cody Henthorne 0c3b541031 Fix odd keyboard open state when viewing media. 2023-07-26 11:05:18 -04:00
Cody Henthorne a09bc53b99 Show mention picker after only typing @. 2023-07-26 10:53:21 -04:00
Cody HenthorneandGitHub 3731723472 Improve group name coloring performance. 2023-07-25 19:12:04 -04:00
Cody HenthorneandGitHub ded29619cd Add payload support to CFv2. 2023-07-25 16:53:45 -04:00
Cody Henthorne 912299bcfd Fix invalid type crash when attempting to recover keyboard landscape height.
A bug with setter using long means it easier to just use long going
forward.
2023-07-25 12:01:14 -04:00
ClarkandCody Henthorne 5648fd2e91 Fix avatar provider buffer underflow. 2023-07-25 12:01:14 -04:00
ClarkandCody Henthorne 557ef5820e Fix bad notification for start foreground when hanging up. 2023-07-25 12:01:14 -04:00
Cody Henthorne 4ce512d259 Fix crash when setting starting scroll position. 2023-07-25 12:01:14 -04:00
Nicholas TinsleyandCody Henthorne d4774c963d Clear click listener after view is recycled.
Fixes #13070
2023-07-24 16:48:57 -04:00
ClarkandGitHub 34cb4c579c Fix for intermittent date header in CFv2. 2023-07-24 14:50:19 -04:00
ClarkandGitHub 74c261f913 Do not regenerate url preview if url has not changed. 2023-07-24 14:43:01 -04:00
Cody Henthorne 374910736e Fix crash when data observer called after fragment destroy. 2023-07-24 13:43:35 -04:00
ClarkandGitHub 3a71696a49 Fix CFv2 Voice Note Drafts. 2023-07-24 13:34:58 -04:00
Cody Henthorne 73792905a2 Clear compose input immediately on send to match behavior of v1. 2023-07-24 13:32:16 -04:00
Cody HenthorneandGitHub 05fc30e6e8 Fix CFv2 initial scrolling bugs. 2023-07-24 12:46:17 -04:00
Cody Henthorne 8c1f2c6064 Fix attachment pointer crash when missing incremental digest. 2023-07-21 19:54:57 -04:00
Cody HenthorneandGitHub f5fc2acf50 Prevent attachment send of duplicate data with different transforms from failing. 2023-07-21 19:43:31 -04:00
Alex Hart 306fa24d6b Fix crash when text draft save debouncer fires after fragment is destroyed. 2023-07-21 16:32:28 -03:00
Fynn GodauandClark Chen f5ee9d4a3b Call all lifecycle methods on snapshot mapView 2023-07-21 15:22:02 -04:00
Alex Hart e7a5f64fe5 Fix scroll to bottom behavior during fast fling. 2023-07-21 16:10:37 -03:00
Alex HartandGitHub 6191e003fc Ensure edit history always starts scrolled to top. 2023-07-21 16:03:41 -03:00
ClarkandGitHub fad401941e Hide old edit revisions from media preview gallery. 2023-07-21 15:00:27 -04:00
Alex Hart 1e0733bd46 Add log-line to see how often setTypists is called. 2023-07-21 15:43:16 -03:00
ClarkandGitHub d0a44c3f14 Small screen fixes for ACI safety number screen. 2023-07-21 14:41:07 -04:00
Alex HartandGitHub 3cee0c1bd5 Fix possible data race in ThumbnailView after image send. 2023-07-21 13:38:49 -03:00
Alex Hart 4f1d021aa8 Fix crash when accessing message edit history in details fragment. 2023-07-21 10:11:27 -03:00
ClarkandGitHub 9ac12c2532 Update safety number screen to be in line with design. 2023-07-20 16:53:46 -04:00
ClarkandGitHub 18337c97e2 Remove underline from safety number learn more. 2023-07-20 16:50:34 -04:00
ClarkandGitHub 1e652d497e Dont allow editing failed messages. 2023-07-20 16:50:21 -04:00
Cody HenthorneandGitHub b53cad2808 Fix various CFv2 scrolling issues. 2023-07-20 16:50:10 -04:00
Alex Hart 4520ff78ff Fix issue with icon pop in attachment keyboard. 2023-07-20 16:44:54 -03:00
Cody Henthorne b887129cd7 Fix crash when leaving conversation. 2023-07-20 13:52:12 -04:00
Cody HenthorneandGitHub ec25831a37 Fixes for CFv2.
- Status bar color being incorrect when entering a screen that changes it and then returning (e.g., Message Details)
- Fix crash in enter sends mode
- Fix warning about non-closed cursor
- Prevent message abandonment (via trim thread) when it's the first in an inactive thread
- Fix payment attachment button flashing on attachment keyboard open if payments disabled
- Fix reactionDelegate crash
- Fix attachment preview (file, mp3, location, etc) not getting cleared on send
2023-07-20 13:50:32 -04:00
ClarkandGitHub 744f74b498 Address UI issues on safety number verification screen. 2023-07-20 13:09:37 -04:00
Cody Henthorne 2d92d4ad87 Fix jumbo emoji having bubbles bugs. 2023-07-19 19:54:12 -04:00
Cody Henthorne 7617cc0a80 Remove Phase 2 in preparation for CFv2. 2023-07-19 19:46:45 -04:00
Cody Henthorne dc69bcf6f2 Fix view once media send in CFv2. 2023-07-19 19:41:17 -04:00
Nicholas Tinsley ee5b99fed4 Rotate edit message feature flag. 2023-07-19 17:40:41 -04:00
ClarkandNicholas 5aa304ea9a Always show verify safety numbers option. 2023-07-19 17:12:19 -04:00
ClarkandNicholas 0fde404da8 Add you may have messages notification. 2023-07-19 17:12:19 -04:00