Commit Graph

10848 Commits (9e88af06ee67af19fbf23a80979c89473ab4012f)
 

Author SHA1 Message Date
audric 0d90248450 fix scrolling jumping to bottom on new messages
audric ca272983dc bump to v1.7.0
audric 08cdd035ae disable transition for background of leftpane (for app initial load)
audric bd7d88e170 remove theme from css and used variables instead
audric 350f00283b move tsx and theme to css variables part1
audric 62764d25f6 showDate break on > 5 minutes diff between messages
audric a30876fd65 removed the enum from SessionIconType. Just rely on the type itself
audric a53392853f make the CompositionBox closer to the mobile UI
audric e85f351540 cleanup theme object
audric 8ebcb2d1e1 replace SessionIcon size enum with type
Audric Ackermann 1347848e91
Merge pull request from Bilb/ui-mobile
make conversation screen closer to mobile
audric 95b2e866fc disable menu when the menu is hidden
this also disable the ALT shortcut to show it. Relates 
audric 1048042f7d fix attachment pre-decrypting when out of view
audric cdd11eee47 speed up attachment loading by only loading those inview
audric a986931569 make attacments the same size that they are displayed on the UI
audric 2e9cd0ada6 add date break with full date when older than a week
audric 2825b66ef6 add screen break for jump in messages timestamp
audric 40566a58a4 moved the unread indicator to outside of message items
audric 985a5d92bc do not show search input if we only got a single conversation
audric 714024fb1f fix notification icons
audric 7fa50b4a73 do not pass props not needed between message list components
audric ea2dbb4a69 onionpath status only has ip needed
audric 38665e105a remove search messages frpm search result
audric ec2eab6e23 do not trigger redux update if onion path did not change
audric 4968244491 fix tooltip error in debug run related to memory leak
audric f9988119f9 major UI rewrite of messages view with redux improvements
audric ee4ed2e075 fix attachment logic with ui redesign
audric a9dcdea796 update with latet locales from crowdin
audric f7b0c6c7e1 make conversation screen closer to mobile UI part1
audric 3cdc5f1551 fix autofocus on session passowrd login
Audric Ackermann c593bd2cb1
Merge pull request from oxen-io/clearnet
Session v1.6.11
audric 728d5adda1 bump to 1.6.11
Audric Ackermann c990fe30c0
Merge pull request from warrickct/recording-ui
Recording UI
Audric Ackermann a172f234f9
Merge pull request from Bilb/fix-attachment-caption
fix caption for attachments not displayed once sent
audric 7b93d5df9a fix caption for attachments not displayed once sent
Audric Ackermann 138a00fe19
Merge pull request from Bilb/fix-slow-send-opengroup-message
fix slow sending of opengroup message
audric de1475b3bb fix slow sending of opengroup message
Audric Ackermann c59ad7dc6a
Merge pull request from Bilb/fix-audio-msg-sending
fix start of app with password set
Warrick Corfe-Tan 22723f1937 Merge branch 'clearnet' into recording-ui
audric c355125326 fix start of app with password set
Audric Ackermann cb0cead2a7
Merge pull request from Bilb/fix-audio-msg-sending
fix audio attachments sending blob
audric f48b57d077 fix audio attachments sending blob
Audric Ackermann d32562673d
Merge pull request from warrickct/registration-progress-banner
Registration progress banner
Warrick Corfe-Tan ebb37b44b6 Merge branch 'clearnet' into registration-progress-banner
Audric Ackermann ca96795683
Merge pull request from Bilb/logs-pn-server
Add logs of PN server notify fails
Audric Ackermann eed48094fe
Merge pull request from warrickct/simplify-onboarding
Combining registration steps.
Warrick Corfe-Tan 665c717271 adding PR change.
audric 68330b42bf Add logs of PN server notify fails
Warrick Corfe-Tan dbc19adeb8 Adding PR changes, running yarn ready
Warrick Corfe-Tan 0cbcc00180 Adding registration stages file. Somehow became untracked.