mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-30 18:02:43 +02:00
Update readme
This commit is contained in:
@@ -2,11 +2,24 @@
|
|||||||
|
|
||||||
Yet another F-Droid client.
|
Yet another F-Droid client.
|
||||||
|
|
||||||
|
[](https://github.com/kitsunyan/foxy-droid/releases)
|
||||||
|
[](https://f-droid.org/packages/nya.kitsunyan.foxydroid/)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Unofficial F-Droid client that resembles classic F-Droid client.
|
Unofficial F-Droid client that resembles the classic F-Droid client.
|
||||||
|
|
||||||
## Screenshots
|
The client supports all basic F-Droid features, such as repository management and package installation. It doesn't
|
||||||
|
support privileged extension, root installation, or local repositories.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Classic F-Droid style, without cards or inappropriate animations
|
||||||
|
* Fast repositories synchronization under good network conditions
|
||||||
|
* Built upon standard Android components and a minimal set of dependencies
|
||||||
|
* Made with attention to details, both in program logic and design
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="metadata/en-US/images/phoneScreenshots/1.png" width="16%" />
|
<img src="metadata/en-US/images/phoneScreenshots/1.png" width="16%" />
|
||||||
@@ -17,6 +30,22 @@ Unofficial F-Droid client that resembles classic F-Droid client.
|
|||||||
<img src="metadata/en-US/images/phoneScreenshots/6.png" width="16%" />
|
<img src="metadata/en-US/images/phoneScreenshots/6.png" width="16%" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
## Building and Installing
|
||||||
|
|
||||||
|
Android SDK path should be specified either using `ANDROID_HOME` environment variable or using `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. The package can be installed using Android package manager.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed under the terms of GNU GPL version 3 or later.
|
Foxy Droid is available under the terms of GNU General Public License v3 or later. Copyright (C) 2020 kitsunyan.
|
||||||
|
|||||||
@@ -1 +1,10 @@
|
|||||||
Unofficial F-Droid client that resembles classic F-Droid client.
|
Unofficial F-Droid client that resembles the classic F-Droid client.
|
||||||
|
|
||||||
|
The client supports all basic F-Droid features, such as repository management and package installation. It doesn't support privileged extension, root installation, or local repositories.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* Classic F-Droid style, without cards or inappropriate animations
|
||||||
|
* Fast repositories synchronization under good network conditions
|
||||||
|
* Built upon standard Android components and a minimal set of dependencies
|
||||||
|
* Made with attention to details, both in program logic and design
|
||||||
|
|||||||
Reference in New Issue
Block a user