* Snode version number
Getting the version number from the API and checking the last node in the onion routing, making sure its version is at least 2.8.0
* Clearing the snode and onion request dbs on launch
* Removing logs
* Tweak to snode filtering
* PR feedback
* Profile picture upload fail informs user
* End of day push
* Push before trying with okhttp library update
* WIP
* Further WIP
* Add additional debug comments
* Push before cleanup
* Cleaned up
* More cleanup
* Minor adjustment
* Final cleanup prior to PR review
* Removed commented out old conscrypt version import
* Addressed PR feeback from Fanchao
---------
Co-authored-by: alansley <aclansley@gmail.com>
* 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>
* Catch HTTP exceptions
* Fixes#1490
* Removed catch blocks that won't actually catch due to thread execution pool reasons & added a thread limiting mechanism to prevent excessive thread creation (when the queue is full then further tasks are queued)
* Corrected thread exception catching (hopefully)
* Addressed PR feedback
* Reverted build number bump used for testing without reinstall
* Added print of stack trace to any caught thread exceptions
* Log exception directly and do not print stack trace on thread exception
* Added TAG for logging output
---------
Co-authored-by: alansley <aclansley@gmail.com>
* chore: update dependencies for the libsodium dependency and replace aar
* fix: update gradle dependencies to work with integration tests
* fix: test
* refactor: make it use espresso wait
* refactor: bring compose dependencies back to stable releases
* feat: update config to use blinded-msg-requests pr
* feat: add block community message requests bool to protos
* feat: add everything needed for recipientDB to have blocked community requests potentially
* feat: add db migrations
* feat: add sending community block flags and preference options
* feat: add parsing block request flag
* fix: open group message requests were broken anyway
* fix: delete all encoded open group inbox ID bs, fix privacy settings using user config as privacy store
* feat: initial creation sets flag, rename to match libsession implementation value
* fix: recipient blinded checks from open group message for blocking community requests on blinded ID version of recipient, use correct (inverted) values from before for checking polling and empty states etc
* fix: pr comments for view model factory context ref, simplified user config object check for category in PrivacySettingsPreferenceFragment
* fix: pr comments
* fix: migrate some dependencies and functionality out of VM into repository to remove content resolver and context dependecy so tests pass again
* refactor: better naming for hidesInputBar and add more tests for expected recipient view states
* fix: use contact information as opposed to active conversations
* fix: PR comments