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

Backtrace data models serialization optimization #144

Open
wants to merge 116 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2023

  1. Org.json serializer

    Bartosz Litwiniuk committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    809a69b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Performance tests

    Bartosz Litwiniuk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    50b5a7b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Tmp serialization

    Bartosz Litwiniuk committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    24680bb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Improve serializer

    Bartosz Litwiniuk committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    feb8ee3 View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    Bartosz Litwiniuk committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ec19211 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    Bartosz Litwiniuk committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    88d2df8 View commit details
    Browse the repository at this point in the history
  4. Deserializer

    Bartosz Litwiniuk committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0c8c1e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Deserialization unit tests

    Bartosz Litwiniuk committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3f67d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Add sample json

    Bartosz Litwiniuk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e4fe04b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch 'master' into org-json-serializer

    Bartosz Litwiniuk committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5e9d7f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add naming converter to allow different casing on serialization

    Bartosz Litwiniuk committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    79c1f08 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Fix gson differences

    Bartosz Litwiniuk committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3943c32 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Json org serializer tests

    Bartosz Litwiniuk committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5af11bd View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'master' into org-json-serializer

    Bartosz Litwiniuk committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c8fee80 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Add unit tests, code refactor

    Bartosz Litwiniuk committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9aa36f2 View commit details
    Browse the repository at this point in the history
  2. Add unit tests for naming converter

    Bartosz Litwiniuk committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    78fcdc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Replace gson serializer

    Bartosz Litwiniuk committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0f673a9 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    Bartosz Litwiniuk committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    312a57d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Add tmp deserializer

    Bartosz Litwiniuk committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fb0a261 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge branch 'master' into org-json-serializer

    Bartosz Litwiniuk committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    58019d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Add custom serializer annotation

    Bartosz Litwiniuk committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6f52f47 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Deserialize refactor

    Bartosz Litwiniuk committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    91d74b5 View commit details
    Browse the repository at this point in the history
  2. Fix

    Bartosz Litwiniuk committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    8dff878 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Code refactor

    Bartosz Litwiniuk committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9ffd261 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Unit tests deserializer

    Bartosz Litwiniuk committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b9a63d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Serialize exception

    Bartosz Litwiniuk committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3686709 View commit details
    Browse the repository at this point in the history
  2. Prepare unit test for backtrace data

    Bartosz Litwiniuk committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b8e01b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Deserializer database record

    Bartosz Litwiniuk committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f89ec68 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Add field name cache and annotation reader

    Bartosz Litwiniuk committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fb1ff11 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Refactor Backtrace result api

    Bartosz Litwiniuk committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    c9d5074 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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

Commits on Feb 17, 2024

  1. Add next deserializers

    Bartosz Litwiniuk committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    9817c7b View commit details
    Browse the repository at this point in the history
  2. Deserializers implementation

    Bartosz Litwiniuk committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8cc35d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Deserialize backtrace data annotation, add unit test checks

    Bartosz Litwiniuk committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3c21c68 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Add next tests

    Bartosz Litwiniuk committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a9d8f51 View commit details
    Browse the repository at this point in the history
  2. Fix backtrace data deserialization

    Bartosz Litwiniuk committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    83781e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge branch 'master' into backtrace-data-refactor

    # Conflicts:
    #	backtrace-library/src/main/java/backtraceio/library/models/json/BacktraceReport.java
    Bartosz Litwiniuk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    621f84b View commit details
    Browse the repository at this point in the history
  2. Remove unused file

    Bartosz Litwiniuk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6daa876 View commit details
    Browse the repository at this point in the history
  3. Fix doc

    Bartosz Litwiniuk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7c693fc View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    Bartosz Litwiniuk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    546968f View commit details
    Browse the repository at this point in the history
  5. Remove unused code

    Bartosz Litwiniuk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c42e6c8 View commit details
    Browse the repository at this point in the history
  6. Optimize imports

    Bartosz Litwiniuk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6b6db45 View commit details
    Browse the repository at this point in the history
  7. Fixes and unit tests

    Bartosz Litwiniuk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fd8a6d5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge branch 'master' into backtrace-data-refactor

    Bartosz Litwiniuk committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1829c4c View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    Bartosz Litwiniuk committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f936667 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add extra check

    Bartosz Litwiniuk committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ec62127 View commit details
    Browse the repository at this point in the history
  2. Remove commented code

    Bartosz Litwiniuk committed May 22, 2024
    Configuration menu
    Copy the full SHA
    77d0fb8 View commit details
    Browse the repository at this point in the history
  3. Fix naming

    Bartosz Litwiniuk committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e0dd7a3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Revert custom serializer

    Bartosz Litwiniuk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f1c44a5 View commit details
    Browse the repository at this point in the history
  2. Remove deserializer tests

    Bartosz Litwiniuk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fb1b6f9 View commit details
    Browse the repository at this point in the history
  3. Remove unused file

    Bartosz Litwiniuk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    71a00e7 View commit details
    Browse the repository at this point in the history
  4. Optimize imports

    Bartosz Litwiniuk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b81b4ce View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into backtrace-data-refactor

    # Conflicts:
    #	backtrace-library/src/main/java/backtraceio/library/models/json/BacktraceReport.java
    Bartosz Litwiniuk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8230f86 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'backtrace-data-refactor' into backtrace-data-models-ref…

    …actor
    
    # Conflicts:
    #	backtrace-library/src/main/java/backtraceio/library/models/json/BacktraceReport.java
    Bartosz Litwiniuk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    44078b4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge branch 'BT-2920/optimize-imports' into backtrace-data-models-re…

    …factor
    
    # Conflicts:
    #	backtrace-library/src/test/java/backtraceio/library/BacktraceSerializeHelperTest.java
    Bartosz Litwiniuk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    66359f7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge branch 'master' into backtrace-data-models-refactor

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e6f7abc View commit details
    Browse the repository at this point in the history
  2. Use get report method

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8bacf18 View commit details
    Browse the repository at this point in the history
  3. Move getters below

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2759a60 View commit details
    Browse the repository at this point in the history
  4. Rename method

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8072dfd View commit details
    Browse the repository at this point in the history
  5. Remove todo

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e515faa View commit details
    Browse the repository at this point in the history
  6. Remove todo

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fd20277 View commit details
    Browse the repository at this point in the history
  7. Remove todo

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0602990 View commit details
    Browse the repository at this point in the history
  8. Remove unused code

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8c89316 View commit details
    Browse the repository at this point in the history
  9. Remove todo

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    804251c View commit details
    Browse the repository at this point in the history
  10. Improve backtrace-report model

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b68784d View commit details
    Browse the repository at this point in the history
  11. Remove unused files

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9189726 View commit details
    Browse the repository at this point in the history
  12. Use getters

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0faf51c View commit details
    Browse the repository at this point in the history
  13. Remove todo

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3e082d7 View commit details
    Browse the repository at this point in the history
  14. Remove unnecessary annotation

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d253450 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into backtrace-data-models-refactor

    Bartosz Litwiniuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    600c3b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'master' into backtrace-data-models-refactor

    Bartosz Litwiniuk committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a4175d3 View commit details
    Browse the repository at this point in the history
  2. Add unit tests for BacktraceResult and BacktraceApiResult

    Bartosz Litwiniuk committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    98381cc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge branch 'master' into backtrace-data-models-refactor

    Bartosz Litwiniuk committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    428f880 View commit details
    Browse the repository at this point in the history
  2. Add Thread information tests

    Bartosz Litwiniuk committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9c4311c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Add test for backtrace stack frame

    Bartosz Litwiniuk committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8e87bee View commit details
    Browse the repository at this point in the history
  2. Refactor db record test

    Bartosz Litwiniuk committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    55e92f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Add unit tests

    Bartosz Litwiniuk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ad59a87 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    Bartosz Litwiniuk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e9012b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Test backtrace report

    Bartosz Litwiniuk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fb49d59 View commit details
    Browse the repository at this point in the history
  2. Backtrace report unit tests

    Bartosz Litwiniuk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    83d153b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Add BacktraceData unit tests

    Bartosz Litwiniuk committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dbc6e58 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Add backtrace data unit tests

    Bartosz Litwiniuk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0f20ef0 View commit details
    Browse the repository at this point in the history
  2. Refactor unit-tests

    Bartosz Litwiniuk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    93a4222 View commit details
    Browse the repository at this point in the history
  3. Remove todo

    Bartosz Litwiniuk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7174fbd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge branch 'backtrace-data-use-report-getter' into backtrace-data-m…

    …odels-refactor
    
    # Conflicts:
    #	backtrace-library/src/androidTest/java/backtraceio/library/BacktraceClientAttachmentsTest.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/BacktraceClientAttributeTests.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/BacktraceClientBreadcrumbsTest.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/BacktraceClientProguardTest.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/BacktraceClientSendTest.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/SettingAttributesTest.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/database/BacktraceDatabaseProguardTest.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/database/BacktraceDatabaseRecordTest.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/database/BacktraceDatabaseTest.java
    #	backtrace-library/src/androidTest/java/backtraceio/library/models/BacktraceDataTest.java
    #	backtrace-library/src/main/java/backtraceio/library/BacktraceDatabase.java
    #	backtrace-library/src/main/java/backtraceio/library/models/BacktraceData.java
    Bartosz Litwiniuk committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b43e341 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge branch 'master' into backtrace-data-models-refactor

    Bartosz Litwiniuk committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    737a032 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 20, 2024

  1. PR improvements

    Bartosz Litwiniuk committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    72360ef View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Fix warnings

    Bartosz Litwiniuk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    503db78 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    1001d6f View commit details
    Browse the repository at this point in the history
  2. Use getter for report

    Bartosz Litwiniuk committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5a2e74 View commit details
    Browse the repository at this point in the history
  3. Bump guava version

    Bartosz Litwiniuk committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bf20af1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Add backward compatibility

    Bartosz Litwiniuk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6af0b6a View commit details
    Browse the repository at this point in the history
  2. Add backward compatibility

    Bartosz Litwiniuk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5cd32b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Tmp

    Bartosz Litwiniuk committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6382adb View commit details
    Browse the repository at this point in the history
  2. Add backward compatibility

    Bartosz Litwiniuk committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    96ede96 View commit details
    Browse the repository at this point in the history
  3. Backward compatibility

    Bartosz Litwiniuk committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2b91f66 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Tmp change

    Bartosz Litwiniuk committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c93cfb3 View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    Bartosz Litwiniuk committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d1e9a40 View commit details
    Browse the repository at this point in the history
  3. Add doc

    Bartosz Litwiniuk committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4d9e1e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Resolve TODOs

    Bartosz Litwiniuk committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c51af92 View commit details
    Browse the repository at this point in the history
  2. Update deprecated docs

    Bartosz Litwiniuk committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eefc7a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Fix enum issue with different status case

    Bartosz Litwiniuk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f385467 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Add BacktraceResultStatus tests

    Bartosz Litwiniuk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f96cc52 View commit details
    Browse the repository at this point in the history
  2. Mock logger in StackFrame tests

    Bartosz Litwiniuk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e15ff05 View commit details
    Browse the repository at this point in the history
  3. Fix BacktraceData tests

    Bartosz Litwiniuk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3a51ad1 View commit details
    Browse the repository at this point in the history
  4. Add BacktraceData constructor test

    Bartosz Litwiniuk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2c2d3c2 View commit details
    Browse the repository at this point in the history
  5. Improve formatting

    Bartosz Litwiniuk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4b76c02 View commit details
    Browse the repository at this point in the history
  6. Revert test changes

    Bartosz Litwiniuk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7a3eb9d View commit details
    Browse the repository at this point in the history
  7. Reverse test args

    Bartosz Litwiniuk committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ad7017b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Revert removed method

    Bartosz Litwiniuk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    59df612 View commit details
    Browse the repository at this point in the history
  2. Throw exception instead of return null

    Bartosz Litwiniuk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    835dd1d View commit details
    Browse the repository at this point in the history
  3. Add deprecated docs to BacktraceStackFrame constructors

    Bartosz Litwiniuk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f254db4 View commit details
    Browse the repository at this point in the history
  4. Fix minify json - use JSONObject to verify serialization

    Bartosz Litwiniuk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    52282bc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Refactor BacktraceData builder - move to separated methods

    Bartosz Litwiniuk committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ca7cda6 View commit details
    Browse the repository at this point in the history