session-android/app/src/main/java/org/thoughtcrime/securesms
Harris 6ddefb7a2e
Performance improvements and bug fixes (#869)
* refactor: fail on testSnode instead of recursively using up snode list. add call timeout on http client

* refactor: refactoring batch message receives and pollers

* refactor: reduce thread utils pool count to a 2 thread fixed pool. Do a check against pubkey instead of room names for oxenHostedOpenGroup

* refactor: caching lib with potential loader fixes and no-cache for giphy

* refactor: remove store and instead use ConcurrentHashMap with a backing update coroutine

* refactor: queue trim thread jobs instead of add every message processed

* fix: wrapping auth token and initial sync for open groups in a threadutils queued runnable, getting initial sync times down

* fix: fixing the user contacts cache in ConversationAdapter.kt

* refactor: improve polling and initial sync, move group joins from config messages into a background job fetching image.

* refactor: improving the job queuing for open groups, replacing placeholder avatar generation with a custom glide loader and archiving initial sync of open groups

* feat: add OpenGroupDeleteJob.kt

* feat: add open group delete job to process deletions after batch adding

* feat: add vacuum and fix job queue re-adding jobs forever, only try to set message hash values in DB if they have changed

* refactor: remove redundant inflation for profile image views throughout app

* refactor(wip): reducing layout inflation and starting to refactor the open group deletion issues taking a long time

* refactor(wip): refactoring group deletion to not iterate through and delete messages individually

* refactor(wip): refactoring group deletion to not iterate through and delete messages individually

* fix: group deletion optimisation

* build: bump build number

* build: bump build number and fix batch message receive retry logic

* fix: clear out open group deletes

* fix: update visible ConversationAdapter.kt binding for initial contact fetching and better traces for debugging background jobs

* fix: add in check for / force sync latest encryption key pair from linked devices if we already have that closed group

* Rename .java to .kt

* refactor: change MmsDatabase to kotlin to make list operations easier

* fix: nullable type

* fix: compilation issues and constants in .kt instead of .java

* fix: bug fix expiration timer on closed group recipient

* feat: use the job queue properly across executors

* feat: start on open group dispatcher-specific logic, probably a queue factory based on openGroupId if that is the same across new message and deletion jobs to ensure consistent entry and removal

* refactor: removing redundant code and fixing jobqueue per opengroup

* fix: allow attachments in note to self

* fix: make the minWidth in quote view bind max of text / title and body, wrapped ?

* fix: fixing up layouts and code view layouts

* fix: remove TODO, remove timestamp binding

* feat: fix view logic, avatars and padding, downloading attachments lazily (on bind), fixing potential crash, add WindowDebouncer.kt

* fix: NPE on viewModel recipient from removed thread while tearing down the Recipient observer in ConversationActivityV2.kt

* refactor: replace conversation notification debouncer handler with handlerthread, same as conversation list debouncer

* refactor: UI for groups and poller improvements

* fix: revert some changes in poller

* feat: add header back in for message requests

* refactor: remove Trace calls, add more conditions to the HomeDiffUtil for updating more efficiently

* feat: try update the home adapter if we get a profile picture modified event

* feat: bump build numbers

* fix: try to start with list in homeViewModel if we don't have already, render quotes to be width of attachment slide view instead of fixed

* fix: set channel to be conflated instead of no buffer

* fix: set unreads based off last local user message vs incrementing unreads to be all amount

* feat: add profile update flag, update build number

* fix: link preview thumbnails download on bind

* fix: centercrop placeholder in glide request

* feat: recycle the contact selection list and profile image in unbind

* fix: try to prevent user KP crash at weird times

* fix: remove additional log, improve attachment download success rate, fix share logs dialog issue
2022-06-08 17:12:34 +10:00
..
attachments Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
audio Add a global search (#834) 2022-02-07 17:06:27 +11:00
avatar Move files 2021-05-18 09:12:33 +10:00
backup Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
calls Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
components Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
contacts Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
contactshare Move files 2021-05-18 16:11:38 +10:00
conversation/v2 Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
crypto feat: handle KeyStore backed fingerprint verification 2022-06-03 09:53:40 +10:00
database Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
dependencies Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
dms refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
events WIP clean 2021-01-14 10:28:07 +11:00
giph Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
glide Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
groups Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
home Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
imageeditor restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
jobmanager Generate placeholder avatars from two characters, re-fetch missed avatars (#856) 2022-03-15 09:24:15 +11:00
jobs Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
linkpreview Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
logging feat: add share logs dialogs into settings activity 2021-09-23 13:49:32 +10:00
longmessage refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
mediapreview Make link preview view use thumbnail 2021-06-24 15:03:29 +10:00
mediasend Add a global search (#834) 2022-02-07 17:06:27 +11:00
messagerequests Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
mms Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
net Move files 2021-05-18 09:26:08 +10:00
notifications Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
onboarding Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
permissions clean 2021-01-29 16:35:47 +11:00
preferences Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
profiles clean up unused code 2021-02-23 15:56:42 +11:00
providers refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
qr Move files 2021-05-18 09:12:33 +10:00
repository Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
scribbles Move files 2021-05-18 09:12:33 +10:00
search Add a global search (#834) 2022-02-07 17:06:27 +11:00
service Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
sms hook up sending pipeline & clean 2021-03-02 12:24:09 +11:00
sskenvironment Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
util Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
video refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
webrtc Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
AppContext.kt Use global Kovenant config 2021-04-29 10:10:41 +10:00
ApplicationContext.java Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
BaseActionBarActivity.java WIP clean 2021-01-15 16:51:53 +11:00
BaseActivity.java WIP clean 2021-01-15 16:51:53 +11:00
BindableConversationItem.java Move files 2021-05-18 16:11:38 +10:00
DatabaseUpgradeActivity.java refactor: remove old jobs and refactor any remaining calls to use new jobs 2021-04-08 16:12:54 +10:00
DummyActivity.java restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
ExpirationDialog.java WIP clean 2021-01-15 16:51:53 +11:00
MediaDocumentsAdapter.java Move files 2021-05-18 09:12:33 +10:00
MediaGalleryAdapter.java Make link preview view use thumbnail 2021-06-24 15:03:29 +10:00
MediaOverviewActivity.java Enable data extraction notifications 2021-06-01 10:07:37 +10:00
MediaPreviewActivity.java Enable media gallery fullscreen mode (#813) 2021-12-20 09:38:27 +02:00
MessageDetailsRecipientAdapter.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
MuteDialog.java feat: add notification types for all / mentions only or none with UI and push logic 2021-07-20 16:06:59 +10:00
PassphrasePromptActivity.java feat: handle KeyStore backed fingerprint verification 2022-06-03 09:53:40 +10:00
PassphraseRequiredActionBarActivity.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
ShareActivity.java refactor: move db module init before injection and replace ApplicationContext db component access to static function to get the component 2021-10-05 10:58:02 +11:00
ShortcutLauncherActivity.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
Unbindable.java restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00