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

Feature: AMQP Integration #3

Open
wants to merge 126 commits into
base: develop
Choose a base branch
from
Open

Commits on Feb 28, 2019

  1. Initial commit

    GitToSteppin committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    de3040c View commit details
    Browse the repository at this point in the history
  2. Update license

    anguyenqd committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    2725d0e View commit details
    Browse the repository at this point in the history
  3. Create CONTRIB

    anguyenqd committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    89c3827 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from DanteNguyen1008/patch-2

    Create CONTRIB
    GitToSteppin committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    2b44a11 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from DanteNguyen1008/patch-1

    Update license
    GitToSteppin committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    f47f5cf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Update CONTRIBUTING.md

    josephjguerra committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    f03f7cb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    josephjguerra committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    943d504 View commit details
    Browse the repository at this point in the history
  3. Update LICENSE

    josephjguerra committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    7bd22ce View commit details
    Browse the repository at this point in the history
  4. Update README.md

    josephjguerra committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    75f0db8 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    josephjguerra committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    d213d2a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Update README.md

    josephjguerra committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    464ed00 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Merge pull request #4 from josephjguerra/master

    updates readme and license
    opi-smccoole committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    ebeaad4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from josephjguerra/patch-1

    Update CONTRIBUTING.md
    opi-smccoole committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    a8a2a82 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Update LICENSE

    josephjguerra committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    f292124 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from EOSIO/josephjguerra-patch-1

    Update LICENSE
    opi-smccoole committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    bb3b684 View commit details
    Browse the repository at this point in the history
  3. Bootstrap initial project. Copy in Google code style configs.

    Add module for main code and application for unit and android tests.
    opi-smccoole committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    b43683f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    e60f2d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from EOSIO/feature/bootstrap-project

    Bootstrap initial project.  Copy in Google code style configs.
    GitToSteppin committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    3dfd7d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Update README.md

    josephjguerra committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    a2a7366 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from EOSIO/readme-updates

    Update README.md
    josephjguerra committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    2ebe092 View commit details
    Browse the repository at this point in the history
  3. Initial implementation of the core 5 rpc provider calls and unit tests.

    Positive and negative tests are included.  An example unit test executing
    a call with AsyncTask is also provided for reference.
    opi-smccoole committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    2ca39ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b74705 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Update to add RpcProviderError to EosioJavaRpcProviderCallError.

    Add stack traces to exception fail messages in the unit tests.
    Provide a fall back decoding of errorBody if it does not confrom
    to RpcProviderError.
    opi-smccoole committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    82b8c3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from EOSIO/feature/rpc-provider-implementation

    Initial implementation of the core 5 rpc provider calls and unit tests.
    opi-smccoole committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    d4cd09a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    944ad60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f645f4e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from EOSIO/feature/change-returns

    Return value directly from processCall() in get{Method}() calls.
    GitToSteppin committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    bd67197 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

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

Commits on Apr 15, 2019

  1. Adding additional Rpc interface

    anguyen committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    ff377e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6683d4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    869d22f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from EOSIO/feature/readme-contributing

    Update README and CONTRIUBTING for OSS prep.
    opi-smccoole committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    6e6a755 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Replaced lib modules with maven central link

    anguyen committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    ef29aed View commit details
    Browse the repository at this point in the history
  2. Updated variables name

    anguyen committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    fda5289 View commit details
    Browse the repository at this point in the history
  3. add ci pipeline

    Shawn Edge committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    185ecd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    c505c09 View commit details
    Browse the repository at this point in the history
  2. Added artifact for javadoc

    anguyen committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    a1b7e35 View commit details
    Browse the repository at this point in the history
  3. Updated @throws

    anguyen committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    8eeb9d7 View commit details
    Browse the repository at this point in the history
  4. Fixed copy/paste mistake

    anguyenqd committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    213325e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Merge pull request #11 from EOSIO/feature/additional-rpc

    Adding additional Rpc interface
    GitToSteppin committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    9937196 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

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

Commits on Apr 24, 2019

  1. Merge branch 'develop' of github.com:EOSIO/eosio-java-android-rpc-pro…

    …vider into feature/cleanup-for-distribution
    anguyen committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    ca401ca View commit details
    Browse the repository at this point in the history
  2. Updated to match with eosio-java

    anguyen committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    9c7d848 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Update pipeline.yml

    GitToSteppin committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    7bd345b View commit details
    Browse the repository at this point in the history
  2. Create artifactory.sh

    GitToSteppin committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    8981e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04ac831 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/cleanup-for-distribution' of https://github.com…

    …/EOSIO/eosio-java-android-rpc-provider into feature/cleanup-for-distribution
    
    # Conflicts:
    #	build.gradle
    #	eosiojavarpcprovider/build.gradle
    #	gradle.properties
    GonnaGitYou committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    d463e30 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/cleanup-for-distribution' of https://github.com…

    …/EOSIO/eosio-java-android-rpc-provider into feature/cleanup-for-distribution
    
    # Conflicts:
    #	build.gradle
    #	eosiojavarpcprovider/build.gradle
    #	gradle.properties
    GonnaGitYou committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b94979d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12 from EOSIO/feature/cleanup-for-distribution

    Replaced lib modules with maven central link
    GonnaGitYou committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    c1735b5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from EOSIO/add-ci-builder

    Add ci builder
    GitToSteppin committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b2e663b View commit details
    Browse the repository at this point in the history
  8. Test commit.

    GonnaGitYou committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    dab1b43 View commit details
    Browse the repository at this point in the history
  9. Update artifactory.sh

    GonnaGitYou committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    0a6539c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Test commit.

    GonnaGitYou committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    99deca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfb3008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0673922 View commit details
    Browse the repository at this point in the history
  4. Corrections to Javadoc.

    GonnaGitYou committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    04ff310 View commit details
    Browse the repository at this point in the history
  5. Create pipeline.yml

    GonnaGitYou committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    d14eba6 View commit details
    Browse the repository at this point in the history
  6. Create pipeline.yml

    GonnaGitYou committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    7e0a815 View commit details
    Browse the repository at this point in the history
  7. Create artifactory.sh

    GonnaGitYou committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c2593b7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #13 from EOSIO/feature/cleanup-java-doc

    Clean up javadoc for public constants, methods, classes and package
    GonnaGitYou committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c0f7aaf View commit details
    Browse the repository at this point in the history
  9. Refactored pre-release version

    anguyen committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    510db42 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #19 from EOSIO/feature/refactor_pre_release_libs_v…

    …ersion
    
    Refactored pre-release version
    GonnaGitYou committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c81561b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    de96af8 View commit details
    Browse the repository at this point in the history
  2. Added what next

    anguyen committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    76f325c View commit details
    Browse the repository at this point in the history
  3. Minor tweaks.

    brandonfancher committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    aa1cb2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3896fd View commit details
    Browse the repository at this point in the history
  5. Updated eosiojava version

    anguyen committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    1e51381 View commit details
    Browse the repository at this point in the history
  6. merged with latest

    anguyen committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    a9d66c1 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    f4ca665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a8cf6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20 from EOSIO/feature/readme-cleanup-match-eosio-…

    …swift
    
    Cleaned up readme and contributing, removed all TODO
    anguyenqd committed May 1, 2019
    Configuration menu
    Copy the full SHA
    8d4683d View commit details
    Browse the repository at this point in the history
  4. Version changes.

    GonnaGitYou committed May 1, 2019
    Configuration menu
    Copy the full SHA
    6869b9b View commit details
    Browse the repository at this point in the history
  5. Update README.md

    GonnaGitYou committed May 1, 2019
    Configuration menu
    Copy the full SHA
    98b5867 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #23 from EOSIO/feature/versioning

    Feature/versioning
    GonnaGitYou committed May 1, 2019
    Configuration menu
    Copy the full SHA
    349f714 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Upgrade to gradle 5 as well as add project.afterEvaluate to make publ…

    …ish task work with gradle 5 and expose all dependencies to consumer.
    anguyen committed May 9, 2019
    Configuration menu
    Copy the full SHA
    91f143c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge pull request #25 from EOSIO/feature/upgrade-to-gradle-5

    Upgrade to gradle 5 as well as add project.afterEvaluate to make publ…
    GitToSteppin committed May 10, 2019
    Configuration menu
    Copy the full SHA
    b11791d View commit details
    Browse the repository at this point in the history
  2. Gradle changes.

    GonnaGitYou committed May 10, 2019
    Configuration menu
    Copy the full SHA
    cab0f16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from EOSIO/release/v0.1.0

    Gradle changes.
    GonnaGitYou committed May 10, 2019
    Configuration menu
    Copy the full SHA
    be49a03 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Added an overload constructor to provide more flexibility to debug ne…

    …twork log with Retrofit.
    anguyen committed May 17, 2019
    Configuration menu
    Copy the full SHA
    349ce4a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Merge pull request #29 from EOSIO/feature/issue_21_better_log

    Added an overload constructor to provide more flexibility to debug
    GonnaGitYou committed May 29, 2019
    Configuration menu
    Copy the full SHA
    6c62a4e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    josephjguerra committed May 29, 2019
    Configuration menu
    Copy the full SHA
    3bbb5fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from EOSIO/josephjguerra-patch-1

    Update README.md
    GitToSteppin committed May 29, 2019
    Configuration menu
    Copy the full SHA
    dba9f1e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    47472be View commit details
    Browse the repository at this point in the history
  2. Removed CI

    anguyenqd committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    8a2f622 View commit details
    Browse the repository at this point in the history
  3. PR Change

    anguyenqd committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    8a00f1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #34 from EOSIO/feature/guidance_for_no_artifactory…

    …_build
    
    Added guidance to build project without using artifactory
    GitToSteppin committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    ba99cad View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. add travis

    takn committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    8e91c48 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Merge pull request #36 from EOSIO/enable-travis

    Enable travis
    GitToSteppin committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4bf30ab View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. add veracode scans

    takn committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    e7c6eee View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Merge pull request #37 from EOSIO/add-veracode-scans

    Add veracode scans
    takn committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    0f3920a View commit details
    Browse the repository at this point in the history
  2. add artifactory

    set environment vars
    
    set distribution repo
    
    cleanup
    takn committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    7cf209e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

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

Commits on Jul 22, 2019

  1. update regex, ensure gradle properties get written for each deploy step

    update deploy conditions
    
    release branches get veracode
    takn committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    0768128 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Merge pull request #41 from EOSIO/feature/regex-fix

    update regex, ensure gradle properties get written for each deploy step
    GitToSteppin committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    869007a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. remove veracode

    Shawn Edge committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    81755fb View commit details
    Browse the repository at this point in the history
  2. remove veracode script

    Shawn Edge committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    5a0f0b1 View commit details
    Browse the repository at this point in the history
  3. remove install of veracode

    Shawn Edge committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    95b4b06 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42 from EOSIO/remove-veracode

    Remove veracode
    takn committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    a2536a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Update build.gradle

    GonnaGitYou committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    8459f10 View commit details
    Browse the repository at this point in the history
  2. remove deprecated gradle property

    Shawn Edge committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ff9c229 View commit details
    Browse the repository at this point in the history
  3. remove deprecated gradle property 2

    Shawn Edge committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    7cf3b0f View commit details
    Browse the repository at this point in the history
  4. remove deprecated gradle property 3

    Shawn Edge committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    58b3323 View commit details
    Browse the repository at this point in the history
  5. remove deprecated gradle property 4

    Shawn Edge committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    88dbb57 View commit details
    Browse the repository at this point in the history
  6. remove deprecated gradle property 5

    Shawn Edge committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    9cb5186 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. updates eosio version

    takn committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    28a0d90 View commit details
    Browse the repository at this point in the history
  2. kick build

    takn committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    fd3ac8c View commit details
    Browse the repository at this point in the history
  3. update version

    takn committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7cdd04a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Merge pull request #45 from EOSIO/feature/eosio-java-library-version-…

    …upgrade
    
    Feature/eosio java library version upgrade
    anguyenqd committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    a2a9c6c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    anguyenqd committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9f863c7 View commit details
    Browse the repository at this point in the history
  3. Update build.gradle

    anguyenqd committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b0da23c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    anguyenqd committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7aa158d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #46 from EOSIO/feature/eosjava-library-version-update

    Feature/eosjava library version update
    GonnaGitYou committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    faebf17 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    anguyenqd committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8280e5d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Merge pull request #47 from EOSIO/release/v0.1.1

    Update README.md
    anguyenqd committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    a7add08 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Test

    Jon La Marr committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    6563ce1 View commit details
    Browse the repository at this point in the history
  2. Delete app and port over testing frameworks

    Jon La Marr committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    7fe6733 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Artifacts

    Jon La Marr committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    a1f1b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f5cd3 View commit details
    Browse the repository at this point in the history
  3. Remove commented out gradle script configs

    Jon La Marr committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    6667c84 View commit details
    Browse the repository at this point in the history
  4. Remove connectedCheck (android-specific)

    Jon La Marr committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    818c35a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Exclude duplicate dependencie

    Jon La Marr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    64f52ca View commit details
    Browse the repository at this point in the history
  2. Remove App from settings.gradle

    Jon La Marr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    ba70084 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Update README

    Jon La Marr committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    c1923a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Merged develop.

    GonnaGitYou committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    61e8158 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Remove PushTransaction

    Jon La Marr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    365f8be View commit details
    Browse the repository at this point in the history
  2. Update test constants

    Jon La Marr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    2ebc924 View commit details
    Browse the repository at this point in the history