rebase, specify polisy type
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 17 2022
remove semicolon
rebase, force caller to specify policy type
rebase
rebase
Nov 16 2022
update import
I did some research, so few conclusions (about iOS because it seems like the only problem):
rename funciton to isTaskCancelledError
rebase
simplify logic
initialize via curly brackets, simplify logic
I've discussed this change with @tomek but sharing what we established.
set tasksCancelled to false after task execution
Nov 15 2022
This was re-implemented in D5377
Nov 14 2022
rebase
Nov 11 2022
rebase
rebase, use const
thanks for the suggestions @marcin, applied
reabse, introduce const, simplify logic
rebase
rebase
Nov 10 2022
use scheduleOrRunCancellableCommonImpl, improve readabillity
use scheduleOrRunCancellableCommonImpl, improve readabillity
rename error to deviceIDGenerationError
Nov 9 2022
Nov 4 2022
simplify condition
check for failure on setting db verison
Nov 3 2022
Good job! Adding @tomek as blocking according to: D5453#161021
It seems like having this process described on Notion might be beneficial. @kamil can you take care of it?
@ashoat thank you for a comprehensive explanation - test done.
Nov 2 2022
fix capitalization, restore source name on keyserver
Looks good to me!
Almost there, requesting changes because of the padding thing but other than that good job!
Oct 27 2022
rebase
use class enum, change type to const reference
fix rebase
After consulting this with @tomek we decided to divide this into two separate functions - merging this flow into one is possible but the code is hard to understand, so this should improve readability.
divide logic into two separate functions
fix identation
refactor logic to avoid code duplication
rebase
rename function, update identation
Oct 26 2022
Oct 25 2022
Thanks for suggesting this test @marcin, I am a little bit skeptical because in the concurrent environment we will never be 100% sure it works, only if we will have luck we will find something which might not work but here is what I did:
- Temporarily change sqlite compilation settings for both iOS and Android so that multithreaded access to SQLite is enabled.
I narrowed this only to iOS where we have multithreaded access because we testing shared code (but I can add implementation for Andriod if you think it's needed later on)