Page MenuHomePhorge
Feed All Stories

Mar 27 2023

ashoat accepted D7076: [keyserver] Add search table to the db.
Mar 27 2023, 1:54 PM
ashoat accepted D7120: Use notifications permission request API on Android 13 while keeping old behavior on older Androids..

Looks great! Please wait for Android build to complete successfully before landing

Mar 27 2023, 1:50 PM
ginsu requested review of D7187: [native] extend avatar component to handle images.
Mar 27 2023, 1:50 PM
marcin updated the diff for D7120: Use notifications permission request API on Android 13 while keeping old behavior on older Androids..
  1. Ensure there is only one promise calling Java notifications permission code at a time.
  2. Use Promise.all
Mar 27 2023, 1:39 PM
bartek published D7171: [keyserver] Compose encrypted media messages for review.
Mar 27 2023, 12:57 PM
kamil published D7186: [web-db] start persisting SQLite content for review.
Mar 27 2023, 12:10 PM
kamil published D7185: [web-db] process redux-persist operations in SQLite for review.
Mar 27 2023, 12:06 PM
kamil published D7184: [web-db] add unit tests for redux-persist engine operations for review.
Mar 27 2023, 12:05 PM
kamil published D7183: [web-db] add table and operations for redux-persist engine for review.
Mar 27 2023, 12:05 PM
kamil published D7182: [web-db] implement setting/getting `currentUserID` on worker for review.
Mar 27 2023, 12:03 PM
kamil published D7181: [web-db] add unit tests for metadata operations for review.
Mar 27 2023, 12:03 PM
kamil published D7180: [web-db] add metadata table operations for review.
Mar 27 2023, 12:02 PM
tomek accepted D7175: [lib] Include an isPinned flag in ChatMessageInfoItem.

It wasn't initially obvious to me that this is the right approach. But after some time it seems to make sense.

Mar 27 2023, 9:48 AM
marcin updated the test plan for D7105: Build files set-up for Android 13.
Mar 27 2023, 9:32 AM
tomek accepted D7179: [keyserver] Convert user ID to VARCHAR in MariaDB.
Mar 27 2023, 9:20 AM
tomek accepted D7174: [keyserver] Fix account deletion performance.
Mar 27 2023, 9:10 AM
tomek accepted D6929: [keyserver] Add a function to toggle the pin status of a message.
Mar 27 2023, 8:35 AM
inka updated subscribers of D7117: [keyserver] Add migration - process messages in our db for search.
Mar 27 2023, 8:07 AM
inka updated the diff for D7077: [keyserver] Process new messages for search.

Changes due to changes in D7076
I will continue the discussion on parsing after I scope my next goal

Mar 27 2023, 8:01 AM
inka added inline comments to D7076: [keyserver] Add search table to the db.
Mar 27 2023, 7:46 AM
inka updated the diff for D7076: [keyserver] Add search table to the db.

Address review: rename the table and give a name to the fulltext index. All indexes are named by concatenating the names of the columns they index, so I'm using this convention.
Goinng to continue the discussion on parsing in D7077

Mar 27 2023, 7:36 AM
ginsu accepted D7165: [lib] Introduce useENSAvatar hook.
Mar 27 2023, 4:35 AM
ashoat requested review of D7179: [keyserver] Convert user ID to VARCHAR in MariaDB.
Mar 27 2023, 2:20 AM
ginsu closed D7132: [lib] introduce useGetAvatarForThread hook.
Mar 27 2023, 2:16 AM
ginsu committed rCOMM112846eaebdd: [lib] introduce useGetAvatarForThread hook.
Mar 27 2023, 2:16 AM
ginsu closed D7178: [lib] introduce getUserAvatarForThread function.
Mar 27 2023, 2:13 AM
ginsu committed rCOMM82a9fdc14701: [lib] introduce getUserAvatarForThread function.
Mar 27 2023, 2:13 AM
ginsu closed D7177: [keyserver/lib/native/web] introduce color-utils and move color functions from thread-utils to color-utils.
Mar 27 2023, 1:57 AM
ginsu committed rCOMM35699428c66f: [keyserver/lib/native/web] introduce color-utils and move color functions from….
Mar 27 2023, 1:57 AM
ginsu updated the diff for D7132: [lib] introduce useGetAvatarForThread hook.

rebase before landing

Mar 27 2023, 1:50 AM
ginsu updated the diff for D7178: [lib] introduce getUserAvatarForThread function.

address ashoats comment

Mar 27 2023, 1:48 AM
ginsu updated the diff for D7177: [keyserver/lib/native/web] introduce color-utils and move color functions from thread-utils to color-utils.

rebase before landing

Mar 27 2023, 1:38 AM
ginsu added inline comments to D7178: [lib] introduce getUserAvatarForThread function.
Mar 27 2023, 1:36 AM
ginsu added a comment to D7177: [keyserver/lib/native/web] introduce color-utils and move color functions from thread-utils to color-utils.

Not familiar with that error myself, wondering what "initialization" means in this context (is it a circular dependency issue?)

Mar 27 2023, 1:29 AM

Mar 26 2023

atul closed D7162: [keyserver] Update `fetchUserInfos` to include `avatar`s in `GlobalUserInfo`s.
Mar 26 2023, 10:08 PM
atul committed rCOMM83252ba96c76: [keyserver] Update `fetchUserInfos` to include `avatar`s in `GlobalUserInfo`s.
Mar 26 2023, 10:08 PM
atul added inline comments to D7162: [keyserver] Update `fetchUserInfos` to include `avatar`s in `GlobalUserInfo`s.
Mar 26 2023, 7:35 PM
atul updated the diff for D7162: [keyserver] Update `fetchUserInfos` to include `avatar`s in `GlobalUserInfo`s.

change avatar !== null check to avatar truthiness check

Mar 26 2023, 7:35 PM
atul updated the diff for D7162: [keyserver] Update `fetchUserInfos` to include `avatar`s in `GlobalUserInfo`s.

rebase before addressing all feedback

Mar 26 2023, 7:34 PM
atul closed D7176: [keyserver] Don't gate `avatar` inclusion in `*LoggedInUserInfo` based on `codeVersion`.
Mar 26 2023, 7:10 PM
atul committed rCOMM6d756a2c3195: [keyserver] Don't gate `avatar` inclusion in `*LoggedInUserInfo` based on….
Mar 26 2023, 7:10 PM
atul updated the diff for D7176: [keyserver] Don't gate `avatar` inclusion in `*LoggedInUserInfo` based on `codeVersion`.

rebase and land

Mar 26 2023, 7:08 PM
ashoat accepted D7137: [native] render thread avatars for parent/child threads in thread settings.

Accepting to unblock but the pattern of copy-paste is concerning

Mar 26 2023, 1:03 PM
ashoat accepted D7136: [native] render thread avatars in community drawer.

Please make sure @inka creates the task I requested before you land this

Mar 26 2023, 1:00 PM
ashoat accepted D7134: [native] update message list header to new design.
Mar 26 2023, 12:57 PM
ashoat accepted D7132: [lib] introduce useGetAvatarForThread hook.
Mar 26 2023, 12:53 PM
ashoat accepted D7178: [lib] introduce getUserAvatarForThread function.
Mar 26 2023, 12:53 PM
ashoat accepted D7177: [keyserver/lib/native/web] introduce color-utils and move color functions from thread-utils to color-utils.

Looks like this is just a move diff so blindly accepting. Not familiar with that error myself, wondering what "initialization" means in this context (is it a circular dependency issue?)

Mar 26 2023, 12:43 PM
ginsu added inline comments to D7137: [native] render thread avatars for parent/child threads in thread settings.
Mar 26 2023, 7:18 AM
ginsu updated the diff for D7137: [native] render thread avatars for parent/child threads in thread settings.

address feedback

Mar 26 2023, 7:13 AM
ginsu attached a referenced file: F445626: Screenshot 2023-03-24 at 3.04.22 PM.png.
Mar 26 2023, 7:12 AM
ginsu attached a referenced file: F445627: Screenshot 2023-03-26 at 3.11.51 AM.png.
Mar 26 2023, 7:12 AM
ginsu updated the test plan for D7136: [native] render thread avatars in community drawer.
Mar 26 2023, 7:12 AM
ginsu added a reviewer for D7136: [native] render thread avatars in community drawer: inka.
Mar 26 2023, 7:09 AM
ginsu updated the diff for D7136: [native] render thread avatars in community drawer.

address feedback

Mar 26 2023, 7:09 AM
ginsu updated the diff for D7135: [native] render thread avatar in CHANNEL AVATAR thread settings section.

address feedback

Mar 26 2023, 7:05 AM
ginsu attached a referenced file: F445550: Screenshot 2023-03-25 at 11.08.46 PM.png.
Mar 26 2023, 7:02 AM
ginsu attached a referenced file: F445551: Screenshot 2023-03-25 at 10.39.40 PM.png.
Mar 26 2023, 7:02 AM
ginsu attached a referenced file: F445552: Screenshot 2023-03-25 at 11.09.09 PM.png.
Mar 26 2023, 7:02 AM
ginsu attached a referenced file: F445554: Screenshot 2023-03-25 at 10.55.13 PM.png.
Mar 26 2023, 7:02 AM
ginsu attached a referenced file: F445555: Screenshot 2023-03-25 at 11.10.05 PM.png.
Mar 26 2023, 7:02 AM
ginsu attached a referenced file: F445556: Screenshot 2023-03-25 at 10.53.19 PM.png.
Mar 26 2023, 7:02 AM
ginsu attached a referenced file: F445558: Screenshot 2023-03-26 at 2.56.38 AM.png.
Mar 26 2023, 7:02 AM
ginsu attached a referenced file: F445562: Screenshot 2023-03-26 at 3.01.08 AM.png.
Mar 26 2023, 7:02 AM
ginsu retitled D7134: [native] update message list header to new design from [native] render thread avatar in message list header title
Mar 26 2023, 7:02 AM
ginsu updated the diff for D7134: [native] update message list header to new design.

update message list header to new desgin

Mar 26 2023, 6:44 AM
ginsu abandoned D7133: [lib] introduce getAvatarForThreadEntity function.

No longer necessary with D7178

Mar 26 2023, 6:41 AM
ginsu added a comment to D7132: [lib] introduce useGetAvatarForThread hook.

Mostly questions

Mar 26 2023, 6:41 AM
ginsu updated the diff for D7132: [lib] introduce useGetAvatarForThread hook.

remove stray ?

Mar 26 2023, 6:37 AM
ginsu updated the summary of D7178: [lib] introduce getUserAvatarForThread function.
Mar 26 2023, 6:35 AM
ginsu attached a referenced file: F445490: Screenshot 2023-03-24 at 3.04.22 PM.png.
Mar 26 2023, 6:34 AM
ginsu attached a referenced file: F445489: Screenshot 2023-03-24 at 3.04.13 PM.png.
Mar 26 2023, 6:34 AM
ginsu updated the summary of D7132: [lib] introduce useGetAvatarForThread hook.
Mar 26 2023, 6:34 AM
ginsu updated the diff for D7132: [lib] introduce useGetAvatarForThread hook.

change order

Mar 26 2023, 6:24 AM
ginsu updated the diff for D7132: [lib] introduce useGetAvatarForThread hook.

new version of useGetAvatarForThread

Mar 26 2023, 6:20 AM
ginsu added inline comments to D7178: [lib] introduce getUserAvatarForThread function.
Mar 26 2023, 6:17 AM
ginsu attached a referenced file: F445426: Screenshot 2023-03-26 at 2.03.53 AM.png.
Mar 26 2023, 6:16 AM
ginsu attached a referenced file: F445425: Screenshot 2023-03-26 at 2.03.55 AM.png.
Mar 26 2023, 6:16 AM
ginsu attached a referenced file: F445424: Screenshot 2023-03-26 at 2.05.59 AM.png.
Mar 26 2023, 6:16 AM
ginsu attached a referenced file: F445423: Screenshot 2023-03-26 at 2.05.44 AM.png.
Mar 26 2023, 6:16 AM
ginsu updated the summary of D7178: [lib] introduce getUserAvatarForThread function.
Mar 26 2023, 6:16 AM
ginsu requested review of D7178: [lib] introduce getUserAvatarForThread function.
Mar 26 2023, 6:04 AM
ginsu requested review of D7177: [keyserver/lib/native/web] introduce color-utils and move color functions from thread-utils to color-utils.
Mar 26 2023, 5:59 AM

Mar 25 2023

ashoat accepted D7176: [keyserver] Don't gate `avatar` inclusion in `*LoggedInUserInfo` based on `codeVersion`.
Mar 25 2023, 11:13 PM
atul requested review of D7176: [keyserver] Don't gate `avatar` inclusion in `*LoggedInUserInfo` based on `codeVersion`.
Mar 25 2023, 9:33 PM
ashoat added a reviewer for D7175: [lib] Include an isPinned flag in ChatMessageInfoItem: kuba.

Also throwing in @kuba, since he has been looking at chat-selectors.js recently too

Mar 25 2023, 5:42 PM
ashoat added inline comments to D7123: [web-db] implement function get all drafts from SQLite.
Mar 25 2023, 5:40 PM
rohan attached a referenced file: F444849: Screenshot 2023-03-25 at 10.14.10 AM.png.
Mar 25 2023, 2:14 PM
rohan added inline comments to D7175: [lib] Include an isPinned flag in ChatMessageInfoItem.
Mar 25 2023, 2:14 PM
rohan requested review of D7175: [lib] Include an isPinned flag in ChatMessageInfoItem.
Mar 25 2023, 1:59 PM
kamil closed D7119: [web-db] add unit tests to function for parsing SQLite query.
Mar 25 2023, 12:52 PM
kamil committed rCOMM1abf9fd998af: [web-db] add unit tests to function for parsing SQLite query.
Mar 25 2023, 12:52 PM
kamil closed D7118: [web-db] add function for parsing SQLite query.
Mar 25 2023, 12:52 PM
kamil committed rCOMMbd523b2a5403: [web-db] add function for parsing SQLite query.
Mar 25 2023, 12:52 PM
kamil added inline comments to D7123: [web-db] implement function get all drafts from SQLite.
Mar 25 2023, 12:46 PM
kamil updated the diff for D7119: [web-db] add unit tests to function for parsing SQLite query.

rebase

Mar 25 2023, 12:35 PM
kamil updated the diff for D7118: [web-db] add function for parsing SQLite query.

address review

Mar 25 2023, 12:33 PM
bartek published D7170: [lib] Store encrypted messages in Client DB for review.
Mar 25 2023, 12:03 PM
kamil closed D7104: [web-db] add unit tests for worker crypto utils.
Mar 25 2023, 12:01 PM
kamil committed rCOMM83b3550cd01b: [web-db] add unit tests for worker crypto utils.
Mar 25 2023, 12:01 PM