Skip to content

Commit

Permalink
feat: Unify Android/Desktop and remove AlgoSDK (algorandfoundation#20)
Browse files Browse the repository at this point in the history
* feat: Separates Android (with all-inclusive .aar) from Desktop

* fix: add .gitkeeps

* chore: remove debug printer

* feat: add .gitignore

* fix: since initialize.sh already builds, it is enough of a test

* docs: update README

* remove gradlew step that is part of initialize.sh

* feat: if any step in initialize fails, all fails

* updates gitignore and appcompat

* chore: comment out CBOR until it has been implemented elsewhere

* docs: clarify build

* docs: update workflow name

* fix: removes unnecessary check on decoded data

* docs: clarify github workflow

* checkpoint

* remove unnecessary cp step2

* checkpoint

* checkpoint: working android aar

* checkpoint

* doc

* test: return tests
  • Loading branch information
HashMapsData2Value authored Apr 1, 2024
1 parent 4a68388 commit bc0d370
Show file tree
Hide file tree
Showing 54 changed files with 361 additions and 1,629 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
hs_err_pid*
replay_pid*

# Ignore build outputs
dist/
# idea
.idea/

# Ignore Gradle project-specific cache directory
.gradle
Expand Down
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/gradle.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/jarRepositories.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/kotlinc.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library uses a forked version of LazySodium-Java that exposes Ed25519 opera
./initialize.sh
```

Running this will create a dist/ folder containing the .aar and .jar files respectively. These can be imported in your project.
Running this will create a build/ folder containing the Bip32Ed25519-Android...aar and Bip32Ed25519-JVM-...jar files respectively. These can be imported in your project.

### Note: For Linux Users

Expand Down
170 changes: 0 additions & 170 deletions android/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions android/bip32ed25519/.idea/gradle.xml

This file was deleted.

4 changes: 0 additions & 4 deletions android/bip32ed25519/.idea/misc.xml

This file was deleted.

44 changes: 0 additions & 44 deletions android/bip32ed25519/.idea/workspace.xml

This file was deleted.

Loading

0 comments on commit bc0d370

Please sign in to comment.