Droid-ify-client/README.md

69 lines
3.1 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
[![Github repo stars](https://img.shields.io/github/stars/Iamlooker/Droid-ify?style=flat)](https://github.com/Iamlooker/Droid-ify/stargazers)
[![Github License](https://img.shields.io/github/license/Iamlooker/Droid-ify)](https://github.com/Iamlooker/Droid-ify/blob/master/COPYING)
[![Github All Releases](https://img.shields.io/github/downloads/Iamlooker/Droid-ify/total.svg)](https://github.com/Iamlooker/Droid-ify/releases/)
[![Github release](https://img.shields.io/github/v/release/Iamlooker/Droid-ify?display_name=tag)](https://github.com/Iamlooker/Droid-ify/releases/latest)
2022-07-10 01:46:26 +05:30
[![Telegram Channel](https://raw.githubusercontent.com/Patrolavia/telegram-badge/master/follow.svg)](https://t.me/droidify)
[![Telegram Channel](https://raw.githubusercontent.com/Patrolavia/telegram-badge/master/chat.svg)](https://t.me/droidifyc)
2021-10-25 10:23:32 +05:30
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
alt="Get it on IzzyDroid"
2022-07-10 01:46:26 +05:30
width="30%">](https://android.izzysoft.de/repo/apk/com.looker.droidify)
2021-10-25 10:21:35 +05:30
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
2022-07-10 01:46:26 +05:30
width="30%">](https://f-droid.org/packages/com.looker.droidify)
2021-10-27 17:06:58 +05:30
&nbsp;&nbsp;
[<img src = "https://hosted.weblate.org/widgets/droidify/-/open-graph.png"
alt= "Translation State"
width="60%">](https://hosted.weblate.org/projects/droidify/localization/)
2021-10-19 12:34:21 +02:00
2021-10-28 12:52:53 +03:00
<div align="left">
2021-10-30 08:49:03 +00:00
## :book: Features
2021-03-07 18:20:35 +05:30
* Material F-Droid style
* No cards or inappropriate animations
* Fast repository syncing
* Standard Android components and minimal dependencies
2021-10-12 23:05:44 +05:30
2021-10-28 15:37:32 +03:00
### :camera: Screenshots
2021-03-07 18:20:35 +05:30
2021-10-17 15:53:11 +05:30
<img src="metadata/en-US/images/phoneScreenshots/home-light.png" width="48%" /><img src="metadata/en-US/images/phoneScreenshots/app-light.png" width="48%" /><img src="metadata/en-US/images/phoneScreenshots/home-dark.png" width="48%" /><img src="metadata/en-US/images/phoneScreenshots/app-dark.png" width="48%" /><img src="metadata/en-US/images/phoneScreenshots/home-amoled.png" width="48%" /><img src="metadata/en-US/images/phoneScreenshots/app-amoled.png" width="48%" />
2021-03-07 18:20:35 +05:30
2021-10-28 15:37:32 +03:00
## :hammer: Building and Installing
2021-03-07 18:20:35 +05:30
2021-10-30 08:49:03 +00:00
Specify your Android SDK path either using the `ANDROID_HOME` environment variable, \
or by filling out the `sdk.dir` property in `local.properties`.
2021-03-07 18:20:35 +05:30
Signing can be done automatically using `keystore.properties` as follows:
```properties
store.file=/path/to/keystore
store.password=key-store-password
key.alias=key-alias
key.password=key-password
```
2021-10-12 23:05:44 +05:30
Run `./gradlew assembleRelease` to build the package, which can be installed using the Android
package manager.
2021-03-07 18:20:35 +05:30
2021-11-29 13:01:19 +00:00
## 👁️‍🗨️ Translations
[Translate Droid-ify on Hosted Weblate](https://hosted.weblate.org/engage/droidify/). \
[![Translation status](https://hosted.weblate.org/widgets/droidify/-/multi-auto.svg)](https://hosted.weblate.org/engage/droidify/?utm_source=widget)
You can always add other lanuages.
2021-10-28 15:37:32 +03:00
## :scroll: License
2021-11-16 01:12:52 +05:30
2021-10-30 08:49:03 +00:00
Licensed GPLv3+. \
Direct Adaptation/Modification of [Foxy-Droid](https://github.com/kitsunyan/foxy-droid/) \
Copyright © 20202021 Iamlooker and contributors.