|
1 |
| -# Deepr |
| 1 | +# Deepr 🔗 |
| 2 | + |
| 3 | +Deepr is a native Android application designed to streamline the management and testing of deeplinks. It provides a simple and efficient way to store, organize, and launch deeplinks, making it an essential tool for developers and testers. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +## Features |
| 8 | + |
| 9 | +- **Save and Organize Deeplinks:** Easily store and manage a list of frequently used deeplinks. |
| 10 | +- **Launch Deeplinks:** Test and verify deeplink behavior by launching them directly from the app. |
| 11 | +- **Search:** Quickly find specific deeplinks from your saved list. |
| 12 | +- **Sort:** Organize your deeplinks by date in either ascending or descending order. |
| 13 | +- **Home Screen Shortcuts:** Create shortcuts for your most-used deeplinks on your device's home screen for quick access. |
| 14 | + |
| 15 | +## Architecture |
| 16 | + |
| 17 | +The application is built using modern Android development practices and libraries: |
| 18 | + |
| 19 | +- **UI:** The user interface is built entirely with **Jetpack Compose**, providing a modern and declarative approach to UI development. |
| 20 | +- **ViewModel:** **Android ViewModel** is used to manage UI-related data and handle the state of the application. |
| 21 | +- **Database:** **SQLDelight** is used for local data persistence, offering a lightweight and type-safe SQL database solution. |
| 22 | +- **Dependency Injection:** **Koin** is used for dependency injection to promote a modular and testable architecture. |
| 23 | +- **Asynchronous Operations:** **Kotlin Coroutines** are used for managing background threads and handling asynchronous operations smoothly. |
| 24 | + |
| 25 | +## ✍️ Author |
| 26 | + |
| 27 | +👤 **Yogesh Choudhary Paliyal** |
| 28 | + |
| 29 | +* Twitter: <a href="https://twitter.com/yogeshpaliyal" target="_blank">@yogeshpaliyal</a> |
| 30 | + |
| 31 | + |
| 32 | +Feel free to ping me 😉 |
| 33 | + |
| 34 | +## 🤝 Contributing |
| 35 | + |
| 36 | +Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any |
| 37 | +contributions you make are **greatly appreciated**. |
| 38 | + |
| 39 | +1. Open an issue first to discuss what you would like to change. |
| 40 | +1. Fork the Project |
| 41 | +1. Create your feature branch (`git checkout -b feature/amazing-feature`) |
| 42 | +1. Commit your changes (`git commit -m 'Add some amazing feature'`) |
| 43 | +1. Push to the branch (`git push origin feature/amazing-feature`) |
| 44 | +1. Open a pull request |
| 45 | + |
| 46 | +Please make sure to update tests as appropriate. |
| 47 | + |
| 48 | +## 📝 License |
| 49 | + |
| 50 | +``` |
| 51 | +MIT License |
| 52 | +
|
| 53 | +Copyright (c) 2021 Yogesh Choudhary Paliyal |
| 54 | +
|
| 55 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 56 | +of this software and associated documentation files (the "Software"), to deal |
| 57 | +in the Software without restriction, including without limitation the rights |
| 58 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 59 | +copies of the Software, and to permit persons to whom the Software is |
| 60 | +furnished to do so, subject to the following conditions: |
| 61 | +
|
| 62 | +The above copyright notice and this permission notice shall be included in all |
| 63 | +copies or substantial portions of the Software. |
| 64 | +
|
| 65 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 66 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 67 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 68 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 69 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 70 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 71 | +SOFTWARE. |
| 72 | +``` |
0 commit comments