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 - Fixing KIPB-12 and KIPB-13 #84

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

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    d7ca6ff View commit details
    Browse the repository at this point in the history
  2. It should not be possible to merge .so files into one .so file... the…

    …refore, removed the .so files to see if it fixes the crashing.
    Norman Jarvis committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    2ed93d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Changed the lib extensions to .a and changed libgnustl_shared to libg…

    …nustl_static.
    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5ec7830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65d0e85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954754e View commit details
    Browse the repository at this point in the history
  4. Removed libz.a from the build step to see if it works.

    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    1cabb3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1d0bd7 View commit details
    Browse the repository at this point in the history
  6. Temporarily change Jenkinsfile to publish the artifact and to only bu…

    …ild android.
    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    9ec4f5d View commit details
    Browse the repository at this point in the history
  7. temporarily turning off the tests.

    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e82b7d5 View commit details
    Browse the repository at this point in the history
  8. Added back in the copying of the libgnustl_shared.so file.

    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    b8f80a4 View commit details
    Browse the repository at this point in the history
  9. Changed the build to create the libvcx.so with dependencies on liblog…

    ….so and libz.so.
    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    056ce3e View commit details
    Browse the repository at this point in the history
  10. Moved the switch to indicate the library path to the end of the comma…

    …nd where it belongs.
    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f8892e5 View commit details
    Browse the repository at this point in the history
  11. Put the tests back in and changed the library loading logic to use Re…

    …Linker and to be inited by the calling code rather than statically.
    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    de30a7d View commit details
    Browse the repository at this point in the history
  12. Added code to load the shared library libvcx.so.

    Norman Jarvis committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    dea342b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Changed the PLATFORM to 16 for three architectures.

    Norman Jarvis committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    9956819 View commit details
    Browse the repository at this point in the history
  2. Changed the platform to 21 for three architectures.

    Norman Jarvis committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    4e696f6 View commit details
    Browse the repository at this point in the history
  3. Changed the API level to 23.

    Norman Jarvis committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    6ae3443 View commit details
    Browse the repository at this point in the history
  4. Turning on verbose cargo build to see version number.

    Norman Jarvis committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    638cfb2 View commit details
    Browse the repository at this point in the history
  5. Turn off android tests and turn off iOS and Ubuntu and turn on deploy…

    …ing of android artifact.
    Norman Jarvis committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    5a19a6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    240ca7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4735d7 View commit details
    Browse the repository at this point in the history
  8. Commented out the LibVcx.logMessage call.

    Norman Jarvis committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    30deb4d View commit details
    Browse the repository at this point in the history
  9. Changed Jenkinsfile to only run iOS and changed iOS tests to try to a…

    …dd an already existing wallet item.
    Norman Jarvis committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    d147454 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Changed the test to indicate that it was successful when the second a…

    …ttempt to set the item in the wallet failed.
    Norman Jarvis committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    03736d0 View commit details
    Browse the repository at this point in the history