README reworked

This commit is contained in:
Allan Nordhøy
2020-07-02 22:46:21 +02:00
committed by kitsunyan
parent 1cc79e168f
commit 3f1e080793
+11 -11
View File
@@ -7,17 +7,17 @@ Yet another F-Droid client.
## Description ## Description
Unofficial F-Droid client that resembles the classic F-Droid client. Unofficial F-Droid client in the style of the classic one.
The client supports all basic F-Droid features, such as repository management and package installation. It doesn't Jump over the lazy dog, manage repositories, and install software quickly. No privileged extension, root installation,
support privileged extension, root installation, or local repositories. or sharing local repositories nearby.
### Features ### Features
* Classic F-Droid style, without cards or inappropriate animations * Classic F-Droid style
* Fast repositories synchronization under good network conditions * No cards or inappropriate animations
* Built upon standard Android components and a minimal set of dependencies * Fast repository syncing
* Made with attention to details, both in program logic and design * Standard Android components and minimal dependencies
### Screenshots ### Screenshots
@@ -32,8 +32,8 @@ support privileged extension, root installation, or local repositories.
## Building and Installing ## Building and Installing
Android SDK path should be specified either using `ANDROID_HOME` environment variable or using `sdk.dir` property in Specify your Android SDK path either using the `ANDROID_HOME` environment variable, or by filling out the `sdk.dir`
`local.properties`. property in `local.properties`.
Signing can be done automatically using `keystore.properties` as follows: Signing can be done automatically using `keystore.properties` as follows:
@@ -44,8 +44,8 @@ key.alias=key-alias
key.password=key-password key.password=key-password
``` ```
Run `./gradlew assembleRelease` to build the package. The package can be installed using Android package manager. Run `./gradlew assembleRelease` to build the package, which can be installed using the Android package manager.
## License ## License
Foxy Droid is available under the terms of GNU General Public License v3 or later. Copyright (C) 2020 kitsunyan. Foxy Droid is available under the terms of the GNU General Public License v3 or later. Copyright © 2020 kitsunyan.