session-android/app/src/main/res
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
..
anim refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
animator restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
color Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
drawable Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
drawable-anydpi-v24 Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
drawable-hdpi Remove unused resources 2021-07-07 14:00:18 +10:00
drawable-ldrtl-hdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
drawable-ldrtl-xhdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
drawable-ldrtl-xxhdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
drawable-ldrtl-xxxhdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
drawable-mdpi Remove unused resources 2021-07-07 14:00:18 +10:00
drawable-notnight restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
drawable-xhdpi Remove unused resources 2021-07-07 14:00:18 +10:00
drawable-xxhdpi Remove unused resources 2021-07-07 14:00:18 +10:00
drawable-xxxhdpi Add oxen logo 2021-07-08 10:42:42 +10:00
font Add a global search (#834) 2022-02-07 17:06:27 +11:00
layout Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
layout-sw400dp Re-organize files 2021-07-09 13:18:48 +10:00
menu Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
mipmap-anydpi-v26 refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
mipmap-hdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
mipmap-mdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
mipmap-xhdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
mipmap-xxhdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
mipmap-xxxhdpi refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
raw Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
values Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
values-af Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-af-rZA Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ar Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ar-rSA Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-az Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-az-rAZ Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-bal Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-bal-rBA Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-be Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-be-rBY Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-bg Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-bg-rBG Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ca Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ca-rES Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-cs Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-cs-rCZ Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-cy Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-cy-rGB Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-da Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-da-rDK Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-de Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-de-rDE Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-el Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-el-rGR Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-eo Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-eo-rUY Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-es Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-es-rES Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-et Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-et-rEE Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-fa Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-fa-rIR Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-fi Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-fi-rFI Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-fr Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-fr-rFR Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-gl Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-gl-rES Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ha Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ha-rHG Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-hi Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-hi-rIN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-hr Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-hr-rHR Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-hu Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-hu-rHU Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-hy Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-hy-rAM Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-in Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-in-rID Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-it Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-it-rIT Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-iw Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-iw-rIL Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ja Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ja-rJP Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ka Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ka-rGE Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-km Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-km-rKH Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-kn Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-kn-rIN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ko Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ko-rKR Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-lo Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-lo-rLA Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-lt Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-lt-rLT Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-lv Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-lv-rLV Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-mk Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-mk-rMK Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-mn Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-mn-rMN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ms Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ms-rMY Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-my-rMM Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-nb Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-nb-rNO Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-nl Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-nl-rNL Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-nn Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-nn-rNO Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-no Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-no-rNO Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-notnight-v21 Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
values-notnight-v23 restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
values-ny Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ny-rMW Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-pa Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-pa-rIN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-pl Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-pl-rPL Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ps Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ps-rAF Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-pt Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-pt-rBR Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-pt-rPT Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ro Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ro-rRO Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ru Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ru-rRU Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-si Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-si-rLK Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sk Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sk-rSK Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sl Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sl-rSI Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-small refactor: running the remove unused resources command and cleaning up strings 2021-05-17 11:56:14 +10:00
values-sq Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sq-rAL Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sr Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sr-rSP Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sv Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sv-rSE Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sw Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sw-rKE Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-sw360dp restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
values-sw400dp restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
values-sw480dp restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
values-ta Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ta-rIN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-te Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-te-rIN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-th Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-th-rTH Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-tr Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-tr-rTR Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-uk Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-uk-rUA Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ur Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-ur-rIN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-v23 restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
values-v26 restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
values-vi Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-vi-rVN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-xh Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-xh-rZA Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-zh Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-zh-rCN Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
values-zh-rTW Bug fixes and provide conversation tooltips (#851) 2022-02-28 17:23:58 +11:00
xml Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00