Skip to content

Commit

Permalink
Remove RxJava Lib + Example App (#604)
Browse files Browse the repository at this point in the history
* nuke rxjava

* add workflow file commit
  • Loading branch information
Funkatronics authored Nov 13, 2023
1 parent 935144c commit 05920f3
Show file tree
Hide file tree
Showing 52 changed files with 0 additions and 1,882 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/example-rxjava.yml

This file was deleted.

1 change: 0 additions & 1 deletion android/clientlib-rxjava/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions android/clientlib-rxjava/build.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions android/clientlib-rxjava/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ rootProject.name = "mobile-wallet-adapter"

include ':clientlib'
include ':clientlib-ktx'
include ':clientlib-rxjava'
include ':common'
include ':fakewallet'
include ':fakedapp'
Expand Down
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ A list of open-source sample apps in different languages/frameworks to help you
| ---- | -----------| -----------|
| [example-react-native-app](https://github.com/solana-mobile/mobile-wallet-adapter/tree/main/examples/example-react-native-app) | An example dApp that showcases usage of the MWA Javascript SDK to connect to a wallet, request an airdrop, and write a message to Solana. | React Native, `@solana-mobile/mobile-wallet-adapter-protocol` |
| [example-client-lib-ktx-app](https://github.com/solana-mobile/mobile-wallet-adapter/tree/main/examples/example-clientlib-ktx-app) | An example Kotlin dApp displaying usage of Mobile Wallet Adapter `clientlib-ktx`. | Kotlin, `clientlib-ktx` |
| [example-client-lib-rxjava-app](https://github.com/solana-mobile/mobile-wallet-adapter/tree/main/examples/example-clientlib-rxjava-app) | An example dApp that showcases usage of the Mobile Wallet Adapter `clientlib-rxjava`. | Kotlin, `clientlib-rxjava` |
|[Kotlin Fake dApp](https://github.com/solana-mobile/mobile-wallet-adapter/tree/main/android/fakedapp) | An example dApp that demonstrates integration with Mobile Wallet Adapter for signing and sending messages/transactions to the Solana Network | Kotlin, `clientlib-ktx` |
| [Fake Wallet App](https://github.com/solana-mobile/mobile-wallet-adapter/tree/main/android/fakewallet) | A Kotlin-based wallet app that can be used to test integration with Mobile Wallet Adapter | Kotlin, `walletlib` |
| [Minty Fresh](https://github.com/solana-mobile/Minty-fresh) | A full fledged Kotlin-based Android app that enables users to mint NFTs directly from images on your phone | Kotlin, NFT, `clientlib-ktx` |
Expand Down
Loading

0 comments on commit 05920f3

Please sign in to comment.