Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Include thread json in thread export methods #1083

Merged
merged 11 commits into from
Jun 3, 2024

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    11fbe5d View commit details
    Browse the repository at this point in the history
  2. Add json export to menu

    Yuki committed May 31, 2024
    Configuration menu
    Copy the full SHA
    04091c6 View commit details
    Browse the repository at this point in the history
  3. Formatting

    Yuki committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fc8a775 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Export list of chanPosts to json in zip

    Yuki committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f67d904 View commit details
    Browse the repository at this point in the history
  2. Append _json to zip filename

    Yuki committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f8a044e View commit details
    Browse the repository at this point in the history
  3. cleanup json exporter

    Yuki committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f7cdc82 View commit details
    Browse the repository at this point in the history
  4. Cleanup imports

    Yuki committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    95a6e28 View commit details
    Browse the repository at this point in the history
  5. Filter thumbnails from json media export

    Yuki committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    fd5e165 View commit details
    Browse the repository at this point in the history
  6. Relabel and reorder thread export functions

    Yuki committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1466069 View commit details
    Browse the repository at this point in the history
  7. Formatting

    Yuki committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    43c5e02 View commit details
    Browse the repository at this point in the history
  8. Some minor stuff.

    - Inject Gson into the class instead of creating it every single time.
    - Close ByteArrayInputStream when copying is done.
    K1rakishou committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    fa2d6e5 View commit details
    Browse the repository at this point in the history