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

feat: Unify Android/Desktop and remove AlgoSDK #20

Merged
merged 22 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ba1cfd6
feat: Separates Android (with all-inclusive .aar) from Desktop
HashMapsData2Value Mar 22, 2024
517fa89
fix: add .gitkeeps
HashMapsData2Value Mar 22, 2024
34b0fea
chore: remove debug printer
HashMapsData2Value Mar 22, 2024
ed86994
feat: add .gitignore
HashMapsData2Value Mar 22, 2024
00c8f0b
fix: since initialize.sh already builds, it is enough of a test
HashMapsData2Value Mar 22, 2024
1b4ec33
docs: update README
HashMapsData2Value Mar 22, 2024
024b2a3
remove gradlew step that is part of initialize.sh
HashMapsData2Value Mar 22, 2024
3ffd9e6
feat: if any step in initialize fails, all fails
HashMapsData2Value Mar 22, 2024
b17a29e
updates gitignore and appcompat
HashMapsData2Value Mar 22, 2024
c6b2aba
chore: comment out CBOR until it has been implemented elsewhere
HashMapsData2Value Mar 25, 2024
f8e0faf
docs: clarify build
HashMapsData2Value Mar 25, 2024
6bbf3c7
docs: update workflow name
HashMapsData2Value Mar 25, 2024
8234702
fix: removes unnecessary check on decoded data
HashMapsData2Value Mar 25, 2024
21f05a5
docs: clarify github workflow
HashMapsData2Value Mar 25, 2024
93e0feb
Merge branch 'algorandfoundation:main' into main
HashMapsData2Value Mar 25, 2024
ddbe33c
checkpoint
HashMapsData2Value Mar 27, 2024
7b50f10
remove unnecessary cp step2
HashMapsData2Value Mar 27, 2024
9b20429
checkpoint
HashMapsData2Value Mar 27, 2024
c9e8b7c
checkpoint: working android aar
HashMapsData2Value Mar 27, 2024
bcd84ef
checkpoint
HashMapsData2Value Mar 29, 2024
76681dc
doc
HashMapsData2Value Mar 29, 2024
8bbc8c7
test: return tests
HashMapsData2Value Mar 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading