Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging Element R in Element Android as a new flavor #7628

Merged
merged 457 commits into from
Apr 20, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    24dc52e View commit details
    Browse the repository at this point in the history
  2. ktlint clean

    BillCarsonFr committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    8bb2f05 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    71cc38f View commit details
    Browse the repository at this point in the history
  2. quick log improvents

    BillCarsonFr committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2e71f38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc9f6b8 View commit details
    Browse the repository at this point in the history
  4. Removed useless code

    BillCarsonFr committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    59b2cfa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    14f974f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5109f10 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. rust: Bump the sdk version

    This updates the rust-sdk to support fallback keys, note that fallback
    keys are not yet uploaded, they just can be used when downloaded and
    info about the fallback keys coming from a sync can be passed to the
    rust side.
    poljar committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ee017b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. rust: Add the string that failed to be parsed as an user id to the error

    If there's an invalid user id that gets passed to the Rust side we're
    going to throw an error, this error doesn't tell us what is invalid nor
    what the string contained.
    
    Add the string that is being parsed to the error so that the log line
    becomes actionable.
    poljar committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a194213 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Merge branch 'develop' of https://github.com/vector-im/element-android

    …into rust_upstream_develop
    ganfra committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    b8637dd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Clean up some code

    ganfra committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2f16a2e View commit details
    Browse the repository at this point in the history
  2. Remove warnings as error for now

    ganfra committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    dc4569d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Merge pull request #4 from poljar/rust_upstream_develop

    Rust upstream develop
    ganfra committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    7436647 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Remove rust dependencies and use published aar

    ganfra committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e121007 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Suspend API: handle verification service

    ganfra committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0590258 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Suspend API: handle cross signing service

    ganfra committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    046699b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Fix verification not working

    ganfra committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    950c7f4 View commit details
    Browse the repository at this point in the history
  2. Suspend API: continue moving verifications

    ganfra committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    9c6fcca View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    ed84e38 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Suspend: continue cleaning

    ganfra committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    91daa1a View commit details
    Browse the repository at this point in the history
  2. Use MatrixCoroutineDispatchers in OlmMachine

    ganfra committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d020d1f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Continue removing runBlocking + some cleanup

    ganfra committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    ba540eb View commit details
    Browse the repository at this point in the history
  2. Continue cleaning mostly on coroutine

    ganfra committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    9cb43ce View commit details
    Browse the repository at this point in the history
  3. Start fixing crypto tests compilation

    ganfra committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    48793f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    39755b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    5581b82 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Suspend: fix flow builders

    ganfra committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    309a290 View commit details
    Browse the repository at this point in the history
  2. Do some cleanup on verification APIs

    ganfra committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8bd094f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Add local lib in case maven is broken

    ganfra committed May 5, 2022
    Configuration menu
    Copy the full SHA
    859d474 View commit details
    Browse the repository at this point in the history
  2. Update rust-crypto library

    ganfra committed May 5, 2022
    Configuration menu
    Copy the full SHA
    69ede52 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Continue cleaning up/adding suspend

    ganfra committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b4bc56f View commit details
    Browse the repository at this point in the history
  2. Introduce ExtractMigrationDataUseCase

    ganfra committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4e6bed8 View commit details
    Browse the repository at this point in the history
  3. Make it compile with latest rust lib

    ganfra committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ff17941 View commit details
    Browse the repository at this point in the history
  4. Add RustCryptoStoreMigrateUseCase

    ganfra committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ae67e51 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Update olm to 3.2.11

    ganfra committed May 10, 2022
    Configuration menu
    Copy the full SHA
    43f5fa9 View commit details
    Browse the repository at this point in the history
  2. Temporary commenting other tests to make compile

    ganfra committed May 10, 2022
    Configuration menu
    Copy the full SHA
    4be5010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9f8854 View commit details
    Browse the repository at this point in the history
  4. Add tests for extracting and migrate data

    ganfra committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8873378 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Rust Migration: use realm migration mechanism

    ganfra committed May 11, 2022
    Configuration menu
    Copy the full SHA
    a2b3839 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Fix some code quality

    ganfra committed May 12, 2022
    Configuration menu
    Copy the full SHA
    677c879 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from poljar/feature/fga/suspend_api

    Cleaning up some code and adding more suspend (removing most runBlocking)
    ganfra committed May 12, 2022
    Configuration menu
    Copy the full SHA
    559404f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/vector-im/element-android

    …into feature/fga/rust_upstream_develop
    ganfra committed May 12, 2022
    Configuration menu
    Copy the full SHA
    725e56d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Try to clean up after merging upstream develop

    ganfra committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7e49bad View commit details
    Browse the repository at this point in the history
  2. Some more cleanup

    ganfra committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a559eba View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Fix tests compilation

    ganfra committed May 18, 2022
    Configuration menu
    Copy the full SHA
    f559db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e5dcd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Add more logs on verif

    ganfra committed May 20, 2022
    Configuration menu
    Copy the full SHA
    21ef138 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from poljar/feature/fga/rust_upstream_develop

    Feature/fga/rust upstream develop
    ganfra committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a6bc730 View commit details
    Browse the repository at this point in the history
  3. Fix crash on on crypto store open/close

    ganfra committed May 20, 2022
    Configuration menu
    Copy the full SHA
    58a1c80 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Temporary fix tests (wait for rust)

    ganfra committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1809d02 View commit details
    Browse the repository at this point in the history
  2. Rename RequestProcessor

    ganfra committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b57dfee View commit details
    Browse the repository at this point in the history
  3. Create BackupRecoveryKey wrapper class (to avoid directly expose unif…

    …fi generated classes)
    ganfra committed May 25, 2022
    Configuration menu
    Copy the full SHA
    7c76ba8 View commit details
    Browse the repository at this point in the history
  4. Use BackupRecoveryKey instead of plain string

    ganfra committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b0aae84 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Fix one test and ignore another one

    ganfra committed May 30, 2022
    Configuration menu
    Copy the full SHA
    466260b View commit details
    Browse the repository at this point in the history
  2. Add RequestDeviceVerification method

    ganfra committed May 30, 2022
    Configuration menu
    Copy the full SHA
    3e116ad View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Clean more code

    ganfra committed May 31, 2022
    Configuration menu
    Copy the full SHA
    c253f6b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Crypto: fix tracking onRoomMembershipEvent

    ganfra committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    797dc9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47bc597 View commit details
    Browse the repository at this point in the history
  3. Fix some E2E tests

    ganfra committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    eb0faa3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from poljar/feature/fga/backup_recovery_key

    Feature/fga/backup recovery key
    ganfra committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    022057d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14ed469 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from poljar/feature/fga/device_verification

    Feature/fga/device verification
    ganfra committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    e519561 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    c1961d1 View commit details
    Browse the repository at this point in the history
  2. Fix some more E2EE tests

    ganfra committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    7057883 View commit details
    Browse the repository at this point in the history
  3. Ignore some failing tests because because using incompatible or unava…

    …ilable method now.
    ganfra committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    327ac2e View commit details
    Browse the repository at this point in the history
  4. Ktlint and format

    ganfra committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    abee136 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Use backup key directly on olmMachine.

    ganfra committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b6d73d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Merge pull request #11 from poljar/fga/more_fixing_cleaning

    Fga/more fixing cleaning
    ganfra committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6dda30e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from poljar/fga/feature/finish_backup_recovery…

    …_key
    
    Use backup key directly on olmMachine.
    ganfra committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    52ed7c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    e5ce77d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87c1d69 View commit details
    Browse the repository at this point in the history
  3. Format ktlint

    ganfra committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c0f3f39 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Merge pull request #13 from poljar/fga/feature/handle_request_failing

    Fga/feature/handle request failing
    ganfra committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bda0314 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Prepare flavors

    BillCarsonFr committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ae02eb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. suspend verif WIP

    BillCarsonFr committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    cf366f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    5c82bdb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Actor unit test setup

    BillCarsonFr committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0c1e439 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    bed2c22 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    4ce6a25 View commit details
    Browse the repository at this point in the history
  2. Fix sas match action

    BillCarsonFr committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5b3e3a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. self verification basics

    BillCarsonFr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d302fdc View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    2f3bbab View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. update rust-sdk bindings

    BillCarsonFr committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d934270 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    fb1995e View commit details
    Browse the repository at this point in the history
  2. rust sas state mapping

    BillCarsonFr committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f8d6511 View commit details
    Browse the repository at this point in the history
  3. fix QR verification

    BillCarsonFr committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    bb16d77 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    a9b9708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    501625c View commit details
    Browse the repository at this point in the history
  3. update workflow

    BillCarsonFr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    dd991e7 View commit details
    Browse the repository at this point in the history
  4. cleaning

    BillCarsonFr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b3d8b15 View commit details
    Browse the repository at this point in the history
  5. code quality

    BillCarsonFr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6e371b7 View commit details
    Browse the repository at this point in the history
  6. fix compilation

    BillCarsonFr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9fbc0cd View commit details
    Browse the repository at this point in the history
  7. Fix copyrights

    BillCarsonFr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    304989f View commit details
    Browse the repository at this point in the history
  8. update doc

    BillCarsonFr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    43421e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    a110c9e View commit details
    Browse the repository at this point in the history
  2. fix compilation rust

    BillCarsonFr committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b0168dc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    17b8d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6444fe View commit details
    Browse the repository at this point in the history
  3. CI update for ER

    BillCarsonFr committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    cb4720f View commit details
    Browse the repository at this point in the history
  4. ktlint

    BillCarsonFr committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b9045eb View commit details
    Browse the repository at this point in the history
  5. fix CI

    BillCarsonFr committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2ae4b87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae9711b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    03379a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. fix CI exodus/gplay

    BillCarsonFr committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    a20fd45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea37029 View commit details
    Browse the repository at this point in the history
  3. fix CI concurrency

    BillCarsonFr committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    c0614a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    adacd55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0953bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba3c27 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    6965c0c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Enable reset all and skip options (#7721)

    * Dismiss bottomsheet on skipping verification
    
    * Enable reset all and skip options
    
    * Change ResetAll bottomsheet event to no-op for user verification
    
    * Fix strings and improve state step logic in SharedSecureStorageViewModel
    amitkma committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    17d25e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    d3ef5cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14cee22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc0f6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfe6207 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4766bc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    438b456 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. update crypto crate

    BillCarsonFr committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8c773b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52be1f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Fix test crash

    BillCarsonFr committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    9680b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3db82e6 View commit details
    Browse the repository at this point in the history
  3. Fix test compilation

    BillCarsonFr committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d0807b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f541be4 View commit details
    Browse the repository at this point in the history
  5. code quality

    BillCarsonFr committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    c3f439e View commit details
    Browse the repository at this point in the history
  6. fix compilation warning

    BillCarsonFr committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3abd68c View commit details
    Browse the repository at this point in the history
  7. fix test compilation

    BillCarsonFr committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f1e8f84 View commit details
    Browse the repository at this point in the history
  8. FIx test compilation

    BillCarsonFr committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ee15623 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. fix CI

    BillCarsonFr committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8b7238e View commit details
    Browse the repository at this point in the history
  2. Fix ui test compilation

    BillCarsonFr committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    71d5610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8555b04 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    b224a8d View commit details
    Browse the repository at this point in the history
  2. fix ER migration

    BillCarsonFr committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    49239e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3efaa8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f07aa9f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    3146f52 View commit details
    Browse the repository at this point in the history
  2. clean logs

    BillCarsonFr committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ca2d363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d388f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c888f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    d337ccd View commit details
    Browse the repository at this point in the history
  2. quick format

    BillCarsonFr committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    406dfaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee5dfba View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    695a2b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    76fa1bf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. cleaning and logs

    BillCarsonFr committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    54e8deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab0350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6952d17 View commit details
    Browse the repository at this point in the history
  4. fix rebase

    BillCarsonFr committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8eda089 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4196736 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    8606ac9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Handling incoming verification

    Fix SAS state signaling problem, more tests, back navigation
    BillCarsonFr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a217ec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bae04c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    13d3f4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b1b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02dc13e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Update verification signaling & handing

    fix encryption hindering verification
    BillCarsonFr committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3f29c55 View commit details
    Browse the repository at this point in the history
  2. fix copyright

    BillCarsonFr committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f330a00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c039787 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. fix cancel user verification

    remove dead code
    BillCarsonFr committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    607f375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae93d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    1ab4a2f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    f1d3eeb View commit details
    Browse the repository at this point in the history
  2. verification state integration

    fix rust/kotlin flavor compilation pbs
    BillCarsonFr committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f9ed8a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    4ee53ad View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. fix app locked on splash

    BillCarsonFr committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6b3d1f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29dee64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b50fa3 View commit details
    Browse the repository at this point in the history
  4. fix error in merge

    BillCarsonFr committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e8064fa View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. fix measure span

    BillCarsonFr committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    0e47a44 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Encrypt rust database

    BillCarsonFr committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2a5768d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8593f23 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. cleaning

    BillCarsonFr committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    992ec7f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. refactor home room list

    BillCarsonFr committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c4e03c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b9603 View commit details
    Browse the repository at this point in the history
  3. Fix flavor compilation

    BillCarsonFr committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b1a3fb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dee5d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Fix unverified popup for own device

    See issue on rust sdk for not having own device has locally trusted
    BillCarsonFr committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    98f1c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10a27d View commit details
    Browse the repository at this point in the history
  3. rust SQL store

    BillCarsonFr committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1b4885c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    ebed319 View commit details
    Browse the repository at this point in the history
  2. Mark verification state as dirty

    to avoid false positive decrypted by deleted session
    BillCarsonFr committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9d75a66 View commit details
    Browse the repository at this point in the history
  3. strict mode report

    BillCarsonFr committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d4fdf7e View commit details
    Browse the repository at this point in the history
  4. fix crash on logout

    BillCarsonFr committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    508092e View commit details
    Browse the repository at this point in the history
  5. update rust crate

    BillCarsonFr committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    07041d0 View commit details
    Browse the repository at this point in the history
  6. Fix QR code signaling

    BillCarsonFr committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    704e14c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    82a7f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f1e282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f859c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e53fbaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76f856b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32aaf57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    604c393 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. quality

    BillCarsonFr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c0fb4e8 View commit details
    Browse the repository at this point in the history
  2. fix CI warning

    BillCarsonFr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    fdd7023 View commit details
    Browse the repository at this point in the history
  3. fix danger

    BillCarsonFr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    eea3dac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b48e6f5 View commit details
    Browse the repository at this point in the history
  5. CI with flavor

    BillCarsonFr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1485ce3 View commit details
    Browse the repository at this point in the history
  6. Fix test compilation

    BillCarsonFr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    318a5a8 View commit details
    Browse the repository at this point in the history
  7. quick cleaning

    BillCarsonFr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8b28e7b View commit details
    Browse the repository at this point in the history
  8. updated crypto crate

    BillCarsonFr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e1c3f1c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    6edde6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a70e3c2 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    BillCarsonFr committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6064cfd View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    2232839 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Fix broken migration

    BillCarsonFr committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1e66f4f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    5f185c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    238d10d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    5f06926 View commit details
    Browse the repository at this point in the history
  2. cleaning

    BillCarsonFr committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    065ee1d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    638442f View commit details
    Browse the repository at this point in the history
  2. unused resource

    BillCarsonFr committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c3bcdb1 View commit details
    Browse the repository at this point in the history
  3. unused resource

    BillCarsonFr committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    95b6c2a View commit details
    Browse the repository at this point in the history
  4. try fix CI

    BillCarsonFr committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7ea7b4f View commit details
    Browse the repository at this point in the history
  5. unused resource

    BillCarsonFr committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    14d28a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. try fix lfs

    BillCarsonFr committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9298d95 View commit details
    Browse the repository at this point in the history
  2. CI

    BillCarsonFr committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0289571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5409433 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    927f775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc1ac4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Fix unused resource

    BillCarsonFr committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    438b0a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1bbd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da4055f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. lint

    BillCarsonFr committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    33535a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f178a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69b7efd View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fix E2EShareConfigTest

    BillCarsonFr committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    507cd98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cdd0a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8436900 View commit details
    Browse the repository at this point in the history
  4. ignore deprecated test

    BillCarsonFr committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    aab1afc View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Fix backup tests

    BillCarsonFr committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b704b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45b90d View commit details
    Browse the repository at this point in the history
  3. fix sas test

    BillCarsonFr committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d023d9d View commit details
    Browse the repository at this point in the history
  4. test flakiness

    BillCarsonFr committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a5a9599 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b57770 View commit details
    Browse the repository at this point in the history
  6. async backup throws now

    BillCarsonFr committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    17c41fc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    3e1b59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2077d97 View commit details
    Browse the repository at this point in the history
  3. Fix failing test

    BillCarsonFr committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ee1580c View commit details
    Browse the repository at this point in the history
  4. fix flackiness source

    BillCarsonFr committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e554ecc View commit details
    Browse the repository at this point in the history
  5. Fix use if internal API

    BillCarsonFr committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8926725 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Test framework cleaning

    BillCarsonFr committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1b12db9 View commit details
    Browse the repository at this point in the history
  2. unused flow

    BillCarsonFr committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4ecbf87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7050854 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    26a6408 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    0e50350 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. fix scope usage

    BillCarsonFr committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ca8dc37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d9596b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    425cbc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    b2c7f05 View commit details
    Browse the repository at this point in the history
  2. Clean and update doc

    BillCarsonFr committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8e6db17 View commit details
    Browse the repository at this point in the history