mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
70 lines
3.2 KiB
Markdown
70 lines
3.2 KiB
Markdown
<div align="center">
|
||
|
||
<img width="" src="src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" alt="Droid-ify" align="center">
|
||
|
||
# Droid-ify
|
||
|
||
A quick material F-Droid client.
|
||
|
||
[](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://github.com/Iamlooker/Droid-ify/watchers)
|
||
[](https://github.com/Iamlooker/Droid-ify/network/members)
|
||
|
||
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
|
||
alt="Get it on IzzyDroid"
|
||
width="48%">](https://android.izzysoft.de/repo/apk/com.looker.droidify)
|
||
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
|
||
alt="Get it on F-Droid"
|
||
width="48%">](https://f-droid.org/packages/com.looker.droidify)
|
||
[<img src="https://github.com/WeblateOrg/weblate/blob/main/weblate/static/weblate.svg"
|
||
alt="Weblate"
|
||
width="40%">](https://hosted.weblate.org/projects/droidify/localization/)
|
||
|
||
[<img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg"
|
||
alt="Join Telegram Channel"
|
||
width="30%">](https://t.me/droid_ify)
|
||
[<img src = "https://hosted.weblate.org/widgets/droidify/-/open-graph.png"
|
||
alt= "Translation State"
|
||
width="60%">](https://hosted.weblate.org/projects/droidify/localization/)
|
||
|
||
## Don't Edit Source Strings or Send Pull Request
|
||
|
||
<div align="left">
|
||
|
||
## :book: Features
|
||
|
||
* Material F-Droid style
|
||
* No cards or inappropriate animations
|
||
* Fast repository syncing
|
||
* Standard Android components and minimal dependencies
|
||
|
||
### :camera: Screenshots
|
||
|
||
<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%" />
|
||
|
||
## :hammer: Building and Installing
|
||
|
||
Specify your Android SDK path either using the `ANDROID_HOME` environment variable, \
|
||
or by filling out the `sdk.dir` property in `local.properties`.
|
||
|
||
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
|
||
```
|
||
|
||
Run `./gradlew assembleRelease` to build the package, which can be installed using the Android
|
||
package manager.
|
||
|
||
## :scroll: License
|
||
|
||
Licensed GPLv3+. \
|
||
Direct Adaptation/Modification of [Foxy-Droid](https://github.com/kitsunyan/foxy-droid/) \
|
||
Copyright © 2020–2021 Iamlooker and contributors.
|