Droid-ify-client/README.md

77 lines
3.2 KiB
Markdown
Raw Normal View History

2021-10-28 12:45:39 +03:00
<div align="center">
2022-07-10 01:46:26 +05:30
<img width="" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" alt="Droid-ify" align="center">
2021-10-28 12:45:39 +03:00
2021-03-07 18:29:14 +05:30
# Droid-ify
2021-03-07 18:20:35 +05:30
2022-07-10 01:46:26 +05:30
### A quick material F-Droid client.
2021-03-07 18:20:35 +05:30
2023-03-06 14:31:52 +05:30
[![Github Stars](https://img.shields.io/github/stars/Iamlooker/Droid-ify?color=%2364f573&style=for-the-badge)](https://github.com/Iamlooker/Droid-ify/stargazers)
[![Github License](https://img.shields.io/github/license/Iamlooker/Droid-ify?color=%2364f573&style=for-the-badge)](https://github.com/Iamlooker/Droid-ify/blob/master/COPYING)
[![Github Downloads](https://img.shields.io/github/downloads/Iamlooker/Droid-ify/total.svg?color=%23f5ad64&style=for-the-badge)](https://github.com/Iamlooker/Droid-ify/releases/)
[![Github Latest](https://img.shields.io/github/v/release/Iamlooker/Droid-ify?display_name=tag&color=%23f5ad64&style=for-the-badge)](https://github.com/Iamlooker/Droid-ify/releases/latest)
[![FDroid Latest](https://img.shields.io/f-droid/v/com.looker.droidify?color=%23f5ad64&style=for-the-badge)](https://f-droid.org/packages/com.looker.droidify)
2021-10-28 12:52:53 +03:00
<div align="left">
2023-03-06 14:31:52 +05:30
## Features
2021-03-07 18:20:35 +05:30
2023-03-06 14:31:52 +05:30
* Material & Clean design
2021-03-07 18:20:35 +05:30
* Fast repository syncing
2023-03-06 14:31:52 +05:30
* Smooth user experience
* Feature-rich
2021-10-12 23:05:44 +05:30
2023-03-06 14:31:52 +05:30
## Screenshots
2021-03-07 18:20:35 +05:30
<img src="metadata/en-US/images/phoneScreenshots/2.png" width="48%" /><img src="metadata/en-US/images/phoneScreenshots/1.png" width="48%" /><img src="metadata/en-US/images/phoneScreenshots/3.png" width="48%" /><img src="metadata/en-US/images/phoneScreenshots/4.png" width="48%" />
2021-03-07 18:20:35 +05:30
2023-03-06 14:31:52 +05:30
## Building and Installing
2021-03-07 18:20:35 +05:30
2022-08-06 13:22:17 +05:30
You need [Android Studio](https://developer.android.com/studio) to build this App.\
After Installing Android Studio, select `Project from Version Control` and paste the link of this repository.\
Navigate to `Build > APK > Create New Keystore > Enter the password` and wait for the build to finish.
2021-03-07 18:20:35 +05:30
2023-04-27 12:29:02 +05:30
## TODO
- [ ] Add support for `index-v2`
- [ ] Add detekt code-analysis
- [ ] Add GitHub Repo feature
2022-08-06 13:22:17 +05:30
## Contribution
2021-03-07 18:20:35 +05:30
2023-03-06 14:31:52 +05:30
- Pick any issue you would like to resolve
- Fork the project
- Open a Pull Request
- Your PR will undergo review
## Translations
[![Translation status](https://hosted.weblate.org/widgets/droidify/-/horizontal-auto.svg)](https://hosted.weblate.org/engage/droidify/?utm_source=widget)
## License
2023-03-06 14:31:52 +05:30
```
Droid-ify
2021-03-07 18:20:35 +05:30
2023-05-11 00:23:43 +05:30
MIT License
Copyright (c) 2023 LooKeR
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2023-03-06 14:31:52 +05:30
```