Commit Graph

9049 Commits (1570e2338dadf7aaf8a367972c39b39bdcbfbc87)
 

Author SHA1 Message Date
bemusementpark 1570e2338d Update libsession-util/libsession-util 9 months ago
bemusementpark fe0cbcd551 Fix Poller Log TAG 9 months ago
bemusementpark fa5b10e2e1 Merge remote-tracking branch 'ry/poller-fix' into on-3 9 months ago
bemusementpark 9c10bbfe65 Merge branch 'od' into on-2 9 months ago
bemusementpark 81f9bf9412 Fix refresh on open search 9 months ago
bemusementpark a4ee521ee0 Fix Search 9 months ago
bemusementpark ca66d115a3 Unknown contact should go under # 9 months ago
bemusementpark 39f9b959ce Add dialog to backpress on create account flow 9 months ago
bemusementpark 4660905c09 Remove unneeded SEEN_WELCOME_SCREEN_PREF 9 months ago
bemusementpark 40b901d417 Kick user to welcome screen if they have no account id 9 months ago
AL-Session 1e02845fd2
[SES-1486] Short voice message fix (#1523)
* Initial working push with debug comments

* Fixes #1522

* Cleanup, prevent multi-pointer recording, and don't show short msg toast if locked to record quickly

* Adjusted comment phrasing

* Fix comment phrasing

* Fixed inadvertant short voice message toast on exit conversation activity

* Comment adjustment

* Comment phrasing

* Adjusted AudioRecorder.startRecording to take a callback function rather than the InputBar

* Performed Thomas' PR feedback

* Move comment to more relevant place

* Removed unused / leftover callback definition

* Removed all redundant null checks after asserting binding is not null

* Removed remaining not-null assertions & added some logged feedback to fail states

* Addressed PR feedback

* Implemented additional PR feedback

* Adjusted InputBar property visibility as per PR feedback & adjusted Toast string following discussion with Lucy

* Minor adjustment to inform user if we see an obvious network issue when sending a voice message - also tweak the locked Cancel button size to prevent text entry when locked to voice recording

* Adjust comment phrasing following further testing

* Added TODO comments to replace hard-coded string in toasts

* Addressed Thomas PR feedback suggestion

* Addressed another feedback suggestion

* Adjustment to continue informing user of network / node path issues

* Improved & moved network check method

* Corrected ticket number into TODO comments

* Addressed Andy PR feedback

* Adjust network connectivity checks to just log issues rather than inform the user (as per Rebecca / Kee convo)

---------

Co-authored-by: alansley <aclansley@gmail.com>
9 months ago
bemusementpark 7111bb7725 Merge branch 'od' into on-2 9 months ago
bemusementpark ae4c6b8a4e Fix RadioButton a11y 9 months ago
AL-Session a30f00104e
[SS-54] Add dialog to allow local deletion if network deletion fails (#1526)
* WIP

* Push before attempting some HTTPRequestFailedException rate limiting

* Functionality now works

* Merging dev resulted in some subproject commit change so pushing that

* Fixes #1525

* Addressed Andy PR feedback

* Addressed further PR feedback from Andy

---------

Co-authored-by: alansley <aclansley@gmail.com>
9 months ago
bemusementpark d4c433a926 Fix shareFlow#tryEmit in pick display name 9 months ago
bemusementpark 508547a013 Defer setting display name until necessary in create flow in onboarding 9 months ago
bemusementpark 9cf3a37a2b Handle backpresses in onboarding 9 months ago
Fanchao Liu 0da949c8e6
[SES-1966] Attachment batch download and tidy-up (#1507)
* Attachment batch download

* Addressed feedback and test issues

* Feedback fixes

* timedWindow for flow

* Feedback

* Dispatchers

* Remove `flowOn`

* New implementation of timedBuffer

* Organise import

* Feedback

* Fix test

* Tidied up logic around `eligibleForDownload`

* Updated comment

---------

Co-authored-by: fanchao <git@fanchao.dev>
9 months ago
Fanchao Liu fec67e282a
[SES-2018] Refactor mention (#1510)
* Refactor mention

* Fixes robolectric test problem

* Fixes tests

* Naming and comments

* Naming

* Dispatcher

---------

Co-authored-by: fanchao <git@fanchao.dev>
9 months ago
bemusementpark d621036af6 Rename LoadAccountViewModel 9 months ago
ceokot a260717d42
Highlight @You mentions (#985)
* Highlight @You mentions

* fix: resolve merge conflicts

* Setting the proper design rules for mentions

* New RoundedBackgroundSpan, applied to "you"  mentions

The rounded background highlighter can take padding, so there is no need to add those extra spaces at the start and end.

* Better mention highlight logic

Some mention highlight should only format the text and not apply any styling.
Also making sure we cater for all cases properly

* Updated the text color logic based on design rules

* Fine tuning the color rules

* Removing usage of Resources.getSystem()

Only making the db call if there actually is a mention

* Moving color definition outside the loop to avoid repetitions

---------

Co-authored-by: charles <charles@oxen.io>
Co-authored-by: 0x330a <92654767+0x330a@users.noreply.github.com>
Co-authored-by: ThomasSession <thomas.r@getsession.org>
9 months ago
bemusementpark 1f7a1c7e0d Fix copy mnemonic 9 months ago
bemusementpark aac228ba91 Remove unused button 9 months ago
Andrew 1d80bb0ba9
[SES-337] Add rounded corners to thumbnail in QuoteView (#1285)
* Add rounded corners to thumbnail in QuoteView

* Simplify ThumbnailView

* Cleanup ThumbnailView

* Removed include custom attributes

The custom attributes are not passed to the view.
I added the radius programatically instead.

* Clipping whole thumbnail view instead of just the image requests

---------

Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com>
Co-authored-by: ThomasSession <thomas.r@getsession.org>
9 months ago
Andrew 0ebbd35031 Fix path indicator on SettingsActivity 9 months ago
Andrew 8cc7e65abf Fix empty recovery password error 9 months ago
Andrew eb63af2f8d SES-2259 Remove 35 char display name char limit 9 months ago
Andrew e3685f65f8 Fix display name length 9 months ago
Andrew ad2bf6e344 Fix shield position in Load Account 9 months ago
Andrew 3cc00caeab Check recovery password is hex if its not a mnemonic 9 months ago
Andrew 17fbe5403c Remove open url modal in New Message Bottom Sheet 9 months ago
Andrew 5cd2cf5cb5
Merge pull request #1527 from bemusementpark/update-libsession
Update libsession
9 months ago
Andrew 1cd7a57515 Ignore extra spaces and special characters in Recovery Password entry 9 months ago
Andrew 2dbdd6b0ae Update libsession 9 months ago
Andrew 750dfb455d Fix cursor error color 9 months ago
Andrew a8082494ba Restore next button position for Android 9 months ago
Andrew f4cb0b8e6d Update errors 9 months ago
Andrew 4aa0e55dc6 Hide next button when empty in new message 9 months ago
Andrew b775b5aca9 Reuse getSearchName 9 months ago
Fanchao Liu 0f47076192
[SES-2162] - Remove wrapping of config message (#1517)
* Remove wrapping of config message

* Addresses feedback

* Merged in ThreadUtils fix

* JDK installation

* Revert JDK change

---------

Co-authored-by: fanchao <git@fanchao.dev>
9 months ago
Andrew 5ebde324c2 SES-2236 Fix profile self name 9 months ago
Andrew ebbd95dac1 Fix new message next button color 9 months ago
Andrew 5793d4e71d Add remaining contentDescriptions 9 months ago
Andrew 031f3eb45f Fix contentDescriptions on pick display and message notifications 9 months ago
Andrew 9831758060 Fix QR code padding and icon 9 months ago
Andrew aa5e46ff44 Fix You will be able to send string 9 months ago
Andrew 1f50a702bc SES-2229 Fix NewMessage ONS timeout error message for real 9 months ago
Andrew f2e72d794b Simplify search processing 9 months ago
Andrew a52bafbf98 SES-2237 Fix search sorting 9 months ago
Andrew 84efcd2f21 Remove ribbon image for note to self in search 9 months ago