75 lines
3.0 KiB
Markdown
Raw Permalink Normal View History

2021-10-28 12:45:39 +03:00
<div align="center">
2024-06-25 01:20:31 -07:00
<img width="" src="metadata/en-US/images/featureGraphic.png" alt="Droid-ify" align="center">
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)
</div>
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/1.png" width="25%" /><img src="metadata/en-US/images/phoneScreenshots/2.png" width="25%" /><img src="metadata/en-US/images/phoneScreenshots/3.png" width="25%" /><img src="metadata/en-US/images/phoneScreenshots/4.png" width="25%" />
2021-03-07 18:20:35 +05:30
2023-03-06 14:31:52 +05:30
## Building and Installing
2023-10-24 16:08:18 +05:30
1. **Install Android Studio**:
- Download and install [Android Studio](https://developer.android.com/studio) on your computer
if you haven't already.
2021-03-07 18:20:35 +05:30
2023-10-24 16:08:18 +05:30
2. **Clone the Repository**:
- Open Android Studio and select "Project from Version Control."
- Paste the link to this repository to clone it to your local machine.
3. **Build the APK**:
- In Android Studio, navigate to `Build > APK`.
- Select "Create New Keystore" and enter the required information, including a password.
- Wait for the build process 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
2023-03-06 14:31:52 +05:30
[![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-19 07:51:44 +05:30
Copyright (C) 2023 LooKeR
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
2023-03-06 14:31:52 +05:30
```
</div>