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

[WIP] Make a separate, independent java library out of the core package #12

Draft
wants to merge 22 commits into
base: coreOnly
Choose a base branch
from

Commits on Jan 31, 2020

  1. Initial commit

    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    e4f58ec View commit details
    Browse the repository at this point in the history
  2. Remove android code

    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2365a80 View commit details
    Browse the repository at this point in the history
  3. Clean build.gradle

    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    6b10e15 View commit details
    Browse the repository at this point in the history
  4. Put classes in the same package to fix visibility

    This allows to hide most of the implementation as package-private
    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    8b7b1e4 View commit details
    Browse the repository at this point in the history
  5. Add license

    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    7211094 View commit details
    Browse the repository at this point in the history
  6. Add basic README

    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    34be255 View commit details
    Browse the repository at this point in the history
  7. Improve User Agent

    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    e61a233 View commit details
    Browse the repository at this point in the history
  8. Add some javadoc

    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    80526f8 View commit details
    Browse the repository at this point in the history
  9. Fix License header

    pec0ra committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    72a47e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d11687 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Update gradle

    pec0ra committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b2b5f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9203f4 View commit details
    Browse the repository at this point in the history
  3. Gradle improvements

    pec0ra committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0b9cdef View commit details
    Browse the repository at this point in the history
  4. Accept any tag as version

    pec0ra committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    31e7b57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90aeca9 View commit details
    Browse the repository at this point in the history
  6. Code cleaning

    pec0ra committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3827185 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cc83ce View commit details
    Browse the repository at this point in the history
  8. Fixed bug that could cause Connection to use HTTP instead of HTTPS on…

    … servers that support both; Updated to latest gradle, android studio, etc; Bumped version to 1.2.3
    adolfintel authored and pec0ra committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8b97628 View commit details
    Browse the repository at this point in the history
  9. Update README

    pec0ra committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    24c2b4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2f5a74 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Add Getting Started to README

    pec0ra committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5840027 View commit details
    Browse the repository at this point in the history
  2. Code cleaning

    pec0ra committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    9b82e42 View commit details
    Browse the repository at this point in the history