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: dropbox/dropbox-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dropbox/dropbox-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rh/splits
Choose a head ref
  • 4 commits
  • 2,388 files changed
  • 1 contributor

Commits on Mar 20, 2024

  1. Adds Client builders

    rharter committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0b17c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48ffa7 View commit details
    Browse the repository at this point in the history
  3. Splits SDK into :entities, :api, :core and :android modules.

    This allows the base error types to be generated in `:entities`, which
    other things, like DbApp can depend on, while the generated public API
    is in `:api`, which DbApp can replace with the generated private API,
    all while still using `:core` and `:android` on top of it.
    rharter committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6328e37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce87091 View commit details
    Browse the repository at this point in the history
Loading