Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: isar/hive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.3
Choose a base ref
...
head repository: isar/hive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-dev
Choose a head ref
  • 18 commits
  • 73 files changed
  • 6 contributors

Commits on Jul 5, 2022

  1. Added the notify parameter to the functions of the public API (#1019)

    * added the  parameter to the functions of the public API
    
    * fixed warnings for lines longer than 80 characters
    
    * fixed notify defaulted to false in a few instances
    
    * some more fixes
    tomassasovsky authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d686024 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. feat: implement Web Worker support

    Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
    TheOneWithTheBraid committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a0d45f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1030 from hivedb/braid/webworker

    feat: implement Web Worker support
    The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7dbe7b6 View commit details
    Browse the repository at this point in the history
  3. feat: add .gitignore

    - adds `.gitignore` for Hive Flutter
    
    Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
    TheOneWithTheBraid committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    cba2394 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1035 from hivedb/braid/gitignore

    feat: add .gitignore
    The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    09de0a3 View commit details
    Browse the repository at this point in the history
  5. feat: improve BinaryWriter API (#986)

    - extend default buffer size
    - allow HiveCipher to asynchronously perform crypto
    - implement HiveAesThreadedCipher for Hive Flutter
    - fix missing file in .gitignore
    
    In theory, no public API should be made incompatible here as HiveCipher
    was simply converted from `T Function()` to `FutureOr<T> Function()`.
    
    The idea behind the asynchronous operation is
    
    a) multithreading using e.g. the `compute()` function in Flutter or
    b) platform-native implementations making use of hardware-accelerated
    cryptographic implementations.
    
    Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
    The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    335b79f View commit details
    Browse the repository at this point in the history
  6. Implement in-memory storage backend

    Grieshofer Philipp committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b579b1f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1036 from grieshofer/grieshofer/in-memory-storage

    Implement fully working StorageBackendMemory
    The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5228aa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. feat: store open boxes including collection

    - adds a helper class as key for the open boxes in order to store them
      including the name of the collection
    
    Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
    TheOneWithTheBraid committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    dbf5093 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1038 from hivedb/braid/open-box-store

    feat: store open boxes including collection
    The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ba33b58 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. fix: missing TupleBoxKey for opening boxes

    Fixes: #1039
    
    Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
    TheOneWithTheBraid committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a4955d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1041 from hivedb/braid/open-box-store

    fix: missing TupleBoxKey for opening boxes
    The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    cacfc53 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Update README.md

    simc authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e36a453 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. fix(hive_generator): Apply analyzer 5.0.0 or higher (#1085)

    * fix: Apply analyzer 5.0.0 or higher
    
    * fix: Change `ClassElement` to `InterfaceElement`
    
    * Update .github/workflows/test.yml
    
    Co-authored-by: Misir <misir.ceferov@gmail.com>
    
    * feat: Update hive_generator version (2.0.0)
    
    Co-authored-by: Misir <misir.ceferov@gmail.com>
    jukqaz and themisir authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c594fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5933768 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    ad7b616 View commit details
    Browse the repository at this point in the history
  2. Bump up hive to 3.0.0-dev

    themisir committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    3668aca View commit details
    Browse the repository at this point in the history
  3. 3 Configuration menu
    Copy the full SHA
    e2a5dc3 View commit details
    Browse the repository at this point in the history
Loading