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
|
|
|
[](https://github.com/Iamlooker/Droid-ify/stargazers)
|
|
|
|
[](https://github.com/Iamlooker/Droid-ify/blob/master/COPYING)
|
|
|
|
[](https://github.com/Iamlooker/Droid-ify/releases/)
|
|
|
|
[](https://github.com/Iamlooker/Droid-ify/releases/latest)
|
|
|
|
[](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
|
|
|
|
2023-03-06 14:02:33 +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
|
|
|
|
[](https://hosted.weblate.org/engage/droidify/?utm_source=widget)
|
|
|
|
|
|
|
|
## License
|
2022-08-28 11:58:16 +05:30
|
|
|
|
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
|
|
|
```
|