|
1 | 1 | # TorOnionProxyLibrary-Android |
2 | | -An Android Library for embedding Tor as a service into your Application |
| 2 | +An Android Library for embedding Tor as a service into your Application |
3 | 3 |
|
4 | 4 | **NOTE: This project exists independently of the Tor Project, & Guardian Project.** |
5 | 5 |
|
6 | | -This is a Fork of the <a href="https://github.com/thaliproject/Tor_Onion_Proxy_Library" target="_blank">Tor_Onion_Proxy_Library</a> |
| 6 | +This is a Fork of the |
| 7 | +<a href="https://github.com/thaliproject/Tor_Onion_Proxy_Library" target="_blank">Tor_Onion_Proxy_Library</a> |
| 8 | +project. |
7 | 9 |
|
8 | | -This fork has been re-built from the ground up and engineered specifically for Android, where |
9 | | -it was once multi-platform. It's been re-written in Kotlin, heavily refactored, and a separate |
10 | | -`Service` created for abstracting away the complexities into simple APIs to make embedding Tor |
11 | | -directly into your Application, easy. |
| 10 | +<center> |
| 11 | + <img src="assets/Screenshot_SampleApp_Debug_full.png" width="250"/> |
| 12 | + <img src="assets/Screenshot_SampleApp_Debug_notification1.png" width="250"/> |
| 13 | + <img src="assets/Screenshot_SampleApp_Debug_notification2.png" width="250"/> |
| 14 | +</center> |
| 15 | + |
| 16 | +It's been re-built from the ground up and engineered specifically for :material-heart-multiple: |
| 17 | +Android :material-heart-multiple:, where it was once multi-platform. It's been re-written in |
| 18 | +Kotlin, heavily refactored to improve reliability/ease of use, and an `android.app.Service` |
| 19 | +built on top as an additional module/Library for abstracting away complexities. |
| 20 | + |
| 21 | +The `topl-service` module/Library has simple to use APIs for integrating Tor into your |
| 22 | +application, and customizing the notification to meet your liking. |
12 | 23 |
|
13 | 24 | ## [Project Roadmap](roadmap.md) |
14 | 25 |
|
|
0 commit comments