yggdrasil-android icon indicating copy to clipboard operation
yggdrasil-android copied to clipboard

Reference implementation for connecting to the Yggdrasil Network from Android devices

Results 15 yggdrasil-android issues
Sort by recently updated
recently updated
newest added

Would be quite handy to have a way to scan peer addresses from QR codes, especially with long addresses and/or keys in them. QR code itself would just be a...

I want to use the official implementation on Android, but this app has never worked for me on either of my Pixel 5s. I'm stuck using [crispa-android](https://github.com/yggdrasil-network/crispa-android), which does successfully...

This app has build API 29 set, but it is "deprecated" from Google's view, and it will not accept such apps to Google Play. Moreover, there are a bunch of...

Ygg Multicast isn't working in android 13 Tested on miui and divestos

This app promotes DNS servers provided by @Revertron ```xml The server supports resolving regular ICANN domains, ALFIS domains, OpenNIC domains.\n\nAlso, it blocks ads, analytics and malware websites.\n\nThe server is run...

![Screenshot_20231203-083435_Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-android/assets/752054/7b3b1baa-ba6f-42e4-85ee-b8d9048c0781) > Screenshot of the UI showing the main switch on but the status as "Not enabled" and no IP assigned. With Android 13 (Lineageos `20-20231127-NIGHTLY-cheeseburger`) on a Oneplus 5...

### Security Normally, mobile devices use some NAT'ed networks or are firewalled by their ISPs. But if we create true-p2p network where every user gets "white" IP-address we may have...

enhancement

Similarly to [Orbot](https://github.com/guardianproject/Orbot), I would like to be able to keep my connection to VPN that provides Internet but at the same time, its important that I could connect to...

This PR: - Increases the version number from 15 to 16 - Imports the [PermissionX](https://github.com/guolindev/PermissionX/) library - Uses the library to ask for the `POST_NOTIFICATIONS` permission when Yggdrasil is enabled...

This PR adds support for peer discovery over BLE. It does the following: - Updates the target SDK version to 31 for BLE support - Imports an Apache-licensed [library for...